summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tag 0.1.7v0.1.7graham.gower2009-12-060-0/+0
* 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
* Various clean ups.graham.gower2009-11-252-286/+255
* Return void, not int.graham.gower2009-11-252-5/+3
* Fix duplicate and add a name.graham.gower2009-11-251-2/+1
* Add a list of Contributors (appologies to any missed)pixdamix2009-11-251-0/+32
* Plug leaks found when using --force-removal-of-dependent-packages.graham.gower2009-11-251-3/+5
* Various cleanups in opkg_remove.{c,h}graham.gower2009-11-253-86/+47
* Various cleanups for pkg.{c,h}.graham.gower2009-11-242-253/+260
* One more TODO.graham.gower2009-11-241-0/+2
* Add vim swp files.graham.gower2009-11-241-0/+1
* Remove unused functions. Shuffle things around and remove forward declarations.graham.gower2009-11-242-685/+516
* Make a couple of functions static, and return void since they cannot fail.graham.gower2009-11-243-35/+20
* Update README and TODO. Add myself to AUTHORS.graham.gower2009-11-243-44/+34
* Add a .gitignore file for the ones using git-svnpixdamix2009-11-241-0/+61
* Fix warning on 64bit arches.graham.gower2009-11-241-1/+1
* shave: making the autotools output sanepixdamix2009-11-245-0/+238
* Clean up opkg_depends_cmd() and opkg_what_depends_conflicts_cmd().graham.gower2009-11-241-132/+132
* Do the right thing if we have a version but no constraint.graham.gower2009-11-241-2/+2
* Provide a more useful comment.graham.gower2009-11-241-2/+6
* Remove the purge command. Undocumented and only duplicates remove functionality.graham.gower2009-11-233-40/+0
* Remove list_pending command. Undocumented and the pending_dir was unpopulated.graham.gower2009-11-233-46/+0
* Remove dead code in opkg_remove_cmd().graham.gower2009-11-231-73/+33