| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Running a script does not change the state, modifying the state flags does. | graham.gower | 2009-12-17 | 2 | -1/+1 |
|
|
* | Move libopkg.c out into the src dir. It shouldn't be part of the library. | graham.gower | 2009-12-17 | 7 | -70/+9 |
|
|
* | Allow GLOB_NOMATCH, which also occurs if the leading dir does not exist. | graham.gower | 2009-12-17 | 1 | -2/+14 |
|
|
* | Spacing. | graham.gower | 2009-12-17 | 1 | -1/+1 |
|
|
* | Add a message callback function to the config struct for libopkg users. | graham.gower | 2009-12-17 | 2 | -3/+18 |
|
|
* | Be slightly less verbose at INFO message level. | graham.gower | 2009-12-17 | 1 | -3/+3 |
|
|
* | Print \n where needed. | graham.gower | 2009-12-17 | 2 | -1/+2 |
|
|
* | Don't mask variable of wider scope. | graham.gower | 2009-12-15 | 1 | -2/+1 |
|
|
* | Fix what I broke in r468. | graham.gower | 2009-12-14 | 1 | -2/+2 |
|
|
* | Don't need \n for perrors. | graham.gower | 2009-12-14 | 2 | -2/+2 |
|
|
* | Sort packages before listing them. | graham.gower | 2009-12-14 | 1 | -0/+17 |
|
|
* | Print full version, not just pkg->version. | graham.gower | 2009-12-11 | 1 | -4/+5 |
|
|
* | Allow use of opkg internals by libopkg users. Not intended to be permanent. | graham.gower | 2009-12-11 | 2 | -3/+3 |
|
|
* | I've made substantial changes to these files. Add new copyright line. | graham.gower | 2009-12-10 | 2 | -2/+4 |
|
|
* | Rewrite the error paths. | graham.gower | 2009-12-10 | 1 | -145/+208 |
|
|
* | Not all ERROR messages are in paths that return as an error. Print them anyway. | graham.gower | 2009-12-10 | 1 | -0/+3 |
|
|
* | Remove args_t and cleanup unused stuff. | graham.gower | 2009-12-10 | 6 | -75/+47 |
|
|
* | Move loading of feeds and status files out of opkg_conf_init(). | graham.gower | 2009-12-10 | 7 | -118/+133 |
|
|
* | Print error messages instead of returning error codes. | graham.gower | 2009-12-10 | 3 | -93/+71 |
|
|
* | Clarify why we're not using fseek(), use fseek() where applicable. | graham.gower | 2009-12-10 | 1 | -5/+18 |
|
|
* | indent -kr -i8 -psl -hnl -l80 opkg.c | graham.gower | 2009-12-10 | 1 | -712/+673 |
|
|
* | Remove struct _opkg_package_t. | graham.gower | 2009-12-10 | 1 | -13/+0 |
|
|
* | Implement list all command. Print full version string. | graham.gower | 2009-12-09 | 1 | -2/+17 |
|
|
* | Fix infinite loop created when I removed the masked variable i. | graham.gower | 2009-12-09 | 1 | -3/+3 |
|
|
* | And make the install command work. WTF? | graham.gower | 2009-12-09 | 1 | -1/+1 |
|
|
* | Make the "update" command work. Previously, you had to type "updd..." | graham.gower | 2009-12-09 | 1 | -1/+1 |
|
|
* | Remove opkg_package_t from libopkg_test.c. Also, use OFFLINE_ROOT env var. | graham.gower | 2009-12-09 | 3 | -29/+27 |
|
|
* | Get rid of opkg_package_t. | graham.gower | 2009-12-09 | 2 | -90/+22 |
|
|
* | Fix lock_fd... How did I manage to break that? | graham.gower | 2009-12-09 | 1 | -7/+5 |
|
|
* | Merge commit 'grg' into HEAD | graham.gower | 2009-12-08 | 64 | -2686/+1733 |
|
|
* | Bump version number. | graham.gower | 2009-12-06 | 1 | -1/+1 |
|
|
* | Remove -Werror from libopkg CFLAGS. | graham.gower | 2009-12-03 | 1 | -1/+1 |
|
|
* | Ignore extraction errors, for now. Requested by Koen. | graham.gower | 2009-12-03 | 1 | -0/+1 |
|
|
* | Two fixes from Martin Jansa <martin.jansa@gmail.com>. | graham.gower | 2009-12-02 | 1 | -4/+12 |
|
|
* | Fix truncation problem when reading in long lines. Found by Koen Kooi. | graham.gower | 2009-12-02 | 1 | -3/+4 |
|
|
* | Free memory when there are unresolved dependencies. | graham.gower | 2009-12-02 | 2 | -1/+6 |
|
|
* | patch for opkg_download.c compile abort | pixdamix | 2009-12-01 | 2 | -10/+15 |
|
|
* | Maks sure scripts get packaged | florian.boor | 2009-11-27 | 1 | -0/+2 |
|
|
* | Fix typo in file name in order to fix distcheck. | florian.boor | 2009-11-27 | 1 | -1/+1 |
|
|
* | Remove unused parameter from pkg_hash_fetch_best_installation_candidate(). | graham.gower | 2009-11-27 | 7 | -19/+20 |
|
|
* | Finding a provider which is has an incompatible arch should not prevent | graham.gower | 2009-11-27 | 1 | -5/+14 |
|
|
* | Remove enum opkg_error. | graham.gower | 2009-11-26 | 8 | -134/+65 |
|
|
* | Be slightly less verbose by default. | graham.gower | 2009-11-26 | 1 | -1/+1 |
|
|
* | Fix some errno abuse. | graham.gower | 2009-11-26 | 4 | -13/+6 |
|
|
* | Check the unzip child process for errors and pass the upwards. Also, avoid ch... | graham.gower | 2009-11-26 | 4 | -8/+53 |
|
|
* | Provide error checking for users of pkg_extract_* functions. | graham.gower | 2009-11-26 | 5 | -23/+80 |
|
|
* | Add error checking to deb_extract(), unarchive(), extract_archive(). et al. | graham.gower | 2009-11-26 | 3 | -81/+102 |
|
|
* | Add __FUNCTION__ to the error mesage. | graham.gower | 2009-11-26 | 1 | -2/+2 |
|
|
* | Name it after what it does: s/extract_to_stdout/extract_to_stream/ | graham.gower | 2009-11-26 | 3 | -3/+3 |
|
|
* | Add missing include | pixdamix | 2009-11-26 | 1 | -0/+1 |
|
|