summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix what I broke in r468.graham.gower2009-12-141-2/+2
* Don't need \n for perrors.graham.gower2009-12-142-2/+2
* Sort packages before listing them.graham.gower2009-12-141-0/+17
* Print full version, not just pkg->version.graham.gower2009-12-111-4/+5
* Allow use of opkg internals by libopkg users. Not intended to be permanent.graham.gower2009-12-112-3/+3
* I've made substantial changes to these files. Add new copyright line.graham.gower2009-12-102-2/+4
* Rewrite the error paths.graham.gower2009-12-101-145/+208
* Not all ERROR messages are in paths that return as an error. Print them anyway.graham.gower2009-12-101-0/+3
* Remove args_t and cleanup unused stuff.graham.gower2009-12-106-75/+47
* Move loading of feeds and status files out of opkg_conf_init().graham.gower2009-12-107-118/+133
* Print error messages instead of returning error codes.graham.gower2009-12-103-93/+71
* Clarify why we're not using fseek(), use fseek() where applicable.graham.gower2009-12-101-5/+18
* indent -kr -i8 -psl -hnl -l80 opkg.cgraham.gower2009-12-101-712/+673
* Remove struct _opkg_package_t.graham.gower2009-12-101-13/+0
* Implement list all command. Print full version string.graham.gower2009-12-091-2/+17
* Fix infinite loop created when I removed the masked variable i.graham.gower2009-12-091-3/+3
* And make the install command work. WTF?graham.gower2009-12-091-1/+1
* Make the "update" command work. Previously, you had to type "updd..."graham.gower2009-12-091-1/+1
* Remove opkg_package_t from libopkg_test.c. Also, use OFFLINE_ROOT env var.graham.gower2009-12-093-29/+27
* Get rid of opkg_package_t.graham.gower2009-12-092-90/+22
* Fix lock_fd... How did I manage to break that?graham.gower2009-12-091-7/+5
* Merge commit 'grg' into HEADgraham.gower2009-12-0864-2686/+1733
* Bump version number.graham.gower2009-12-061-1/+1
* Remove -Werror from libopkg CFLAGS.graham.gower2009-12-031-1/+1
* Ignore extraction errors, for now. Requested by Koen.graham.gower2009-12-031-0/+1
* Two fixes from Martin Jansa <martin.jansa@gmail.com>.graham.gower2009-12-021-4/+12
* Fix truncation problem when reading in long lines. Found by Koen Kooi.graham.gower2009-12-021-3/+4
* Free memory when there are unresolved dependencies.graham.gower2009-12-022-1/+6
* patch for opkg_download.c compile abortpixdamix2009-12-012-10/+15
* Maks sure scripts get packaged florian.boor2009-11-271-0/+2
* Fix typo in file name in order to fix distcheck.florian.boor2009-11-271-1/+1
* Remove unused parameter from pkg_hash_fetch_best_installation_candidate().graham.gower2009-11-277-19/+20
* Finding a provider which is has an incompatible arch should not preventgraham.gower2009-11-271-5/+14
* Remove enum opkg_error.graham.gower2009-11-268-134/+65
* Be slightly less verbose by default.graham.gower2009-11-261-1/+1
* Fix some errno abuse.graham.gower2009-11-264-13/+6
* Check the unzip child process for errors and pass the upwards. Also, avoid ch...graham.gower2009-11-264-8/+53
* Provide error checking for users of pkg_extract_* functions.graham.gower2009-11-265-23/+80
* Add error checking to deb_extract(), unarchive(), extract_archive(). et al.graham.gower2009-11-263-81/+102
* Add __FUNCTION__ to the error mesage.graham.gower2009-11-261-2/+2
* Name it after what it does: s/extract_to_stdout/extract_to_stream/graham.gower2009-11-263-3/+3
* Add missing includepixdamix2009-11-261-0/+1
* Fix problem introduced in r382. Pointed out by jlc, thanks!graham.gower2009-11-261-3/+7
* libbb.h cleanup.graham.gower2009-11-254-276/+6
* Various unarchive.c cleanups.graham.gower2009-11-251-54/+42
* Remove str_util.{c,h}graham.gower2009-11-2511-96/+14
* file_util.c cleanups. Remove redundant str_chomp from str_util.c.graham.gower2009-11-257-79/+64
* malloc -> xmallocgraham.gower2009-11-251-2/+2
* Minor cleanup for opkg_upgrade.cgraham.gower2009-11-251-17/+25
* Propagate errors upwards.graham.gower2009-11-252-11/+27