summaryrefslogtreecommitdiffstats
path: root/libopkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plug a leak.graham.gower2009-11-191-0/+2
* Make the Auto-Installed field useful.graham.gower2009-11-191-0/+3
* Free some strings as soon as they are parsed to save memory.graham.gower2009-11-182-28/+48
* Simplify hash_table somewhat.graham.gower2009-11-183-68/+69
* Assume a similar problem exists with this fdopen as fixed with r333.graham.gower2009-11-181-1/+1
* I'm sure that should have been buf0len.graham.gower2009-11-181-1/+1
* Fix a bug introduced in r323.pixdamix2009-11-181-1/+1
* Fix segfault while attempting to parse invalid package stream.graham.gower2009-11-171-4/+7
* Avoid some warn_unused_result warningpixdamix2009-11-171-1/+6
* Fix output of whatdepends, whatsuggests and whatrecommends commands.graham.gower2009-11-171-14/+15
* Fix depended_upon_by to only contain pre_depends and depends.graham.gower2009-11-171-9/+14
* Fix depends output.graham.gower2009-11-171-5/+5
* Put the tmp file under conf->tmp_dir.graham.gower2009-11-161-12/+35
* Use the filename arg as a base for the temp file. Clean up function while here.graham.gower2009-11-161-14/+36
* Remove unused function.graham.gower2009-11-162-62/+0
* Use the same tmp dir pattern as in opkg_update_cmd().graham.gower2009-11-161-4/+2
* Use vfork()/execvp() instead of system().graham.gower2009-11-167-49/+59
* Pass the correct file to diff when using an offline_root.graham.gower2009-11-161-1/+1
* Fix pkg_get_installed_files() to work with an offline_root + dest.graham.gower2009-11-166-26/+31
* Pass the correct file_name to pkg_get_conffile().graham.gower2009-11-151-1/+5
* Avoid printing an annoying message by default.graham.gower2009-11-151-1/+1
* Remove redundant function.graham.gower2009-11-151-61/+0
* atexit() isn't really appropriate for a library.graham.gower2009-11-154-8/+10
* Raise the required verbosity level for this message.graham.gower2009-11-151-2/+2
* Add a function for recursive directory removal and use that instead of xsystem.graham.gower2009-11-154-11/+84
* Fix a subtle leak.graham.gower2009-11-151-1/+1
* Fix leak in error path.graham.gower2009-11-151-0/+1
* Write out status files for the correct pkg->dest, instead of the default.graham.gower2009-11-142-11/+19
* Fix the case where -o is used, but no conf file is passed.graham.gower2009-11-131-1/+1