summaryrefslogtreecommitdiffstats
path: root/libopkg
Commit message (Expand)AuthorAgeFilesLines
* Remove -Werror from libopkg CFLAGS.graham.gower2009-12-031-1/+1
* 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-011-10/+10
* 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
* 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-261-54/+45
* 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-261-1/+1
* Add missing includepixdamix2009-11-261-0/+1
* Fix problem introduced in r382. Pointed out by jlc, thanks!graham.gower2009-11-261-3/+7
* 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
* 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
* 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
* Fix warning on 64bit arches.graham.gower2009-11-241-1/+1
* 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
* Remove useless memory allocation and strcpy.graham.gower2009-11-231-5/+1
* Remove remaining uses of pkg->*_str arrays and free() them after parsing.graham.gower2009-11-232-36/+39
* Fix a leak found when using --force-reinstall.graham.gower2009-11-231-2/+2
* There should be a space before the bracket.graham.gower2009-11-231-1/+1
* Fix pkg_depend_str() to not use pkg->depends_str.graham.gower2009-11-233-48/+71
* There is no need to use a buffer at all.graham.gower2009-11-231-12/+2
* Allow to install a package from a read-only dirpixdamix2009-11-234-6/+8
* Fix an unfortunate typo.graham.gower2009-11-231-1/+1
* Clean up the help output.graham.gower2009-11-233-64/+57
* Add opkg config file option for tmp_dir.graham.gower2009-11-222-6/+11
* Add some error checking on fputs.graham.gower2009-11-221-1/+5
* Change fdopen(fd, "rw+") to fdopen(fd, "r+").graham.gower2009-11-221-2/+2
* Rename loop iterater, so that it doesn't clash with a variable of greater scope.graham.gower2009-11-191-3/+3
* Iterate the whole depends array, in the unlikely event that pre_depends_count!=0graham.gower2009-11-192-3/+17
* Clean up pkg_remove_orphan_dependent() and remove_autoinstalled().graham.gower2009-11-192-100/+128