summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Respect the --with-opkglibdir configure switch in update-alternatives.graham.gower2009-11-192-1/+2
* Clean up pkg_remove_orphan_dependent() and remove_autoinstalled().graham.gower2009-11-192-100/+128
* Fix hang in waitpid, exposed by r310. Patch from Enrico Scholzgraham.gower2009-11-191-6/+9
* 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
* Remove unused function.graham.gower2009-11-172-119/+0
* 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
* Fix the warnings I created.graham.gower2009-11-161-0/+1
* Call _exit() and not exit() from within the child process.graham.gower2009-11-162-3/+4
* 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
* Remove dead code.graham.gower2009-11-154-58/+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
* Don't send the gzunp_pid SIGTERM. Waiting for exit should be sufficient.graham.gower2009-11-151-4/+0
* Fix a subtle leak.graham.gower2009-11-151-1/+1
* Free memory in error paths.graham.gower2009-11-151-2/+8
* malloc -> xmallocgraham.gower2009-11-151-1/+1
* The ": " is already added by vperror_msg... oops.graham.gower2009-11-151-4/+4
* Cleanup gz_close().graham.gower2009-11-152-21/+13
* Make the array const to fix warning.graham.gower2009-11-152-6/+2
* I'm still seeing leaks here. So just stop allocating for these variables.graham.gower2009-11-151-8/+5
* 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
* Remove unused variable.graham.gower2009-11-132-8/+0
* Remove local variable which was masking a static one.graham.gower2009-11-121-1/+0
* Free the lock, close the file descriptor.graham.gower2009-11-121-0/+3
* Remove status_file_tmp_name. This code does not improve robustness.graham.gower2009-11-123-27/+8
* Make opkg_conf_parse_file() return -1 for error, as expected where it is called.graham.gower2009-11-121-5/+6
* Some cleanup of opkg_conf_init/opkg_conf_deinit.graham.gower2009-11-122-114/+97
* Compare verbosity to a message_level_t.graham.gower2009-11-122-7/+5