summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove enum opkg_error.graham.gower2009-11-261-6/+6
* Remove str_util.{c,h}graham.gower2009-11-251-1/+0
* file_util.c cleanups. Remove redundant str_chomp from str_util.c.graham.gower2009-11-251-3/+0
* Propagate errors upwards.graham.gower2009-11-251-10/+24
* Remove list_pending command. Undocumented and the pending_dir was unpopulated.graham.gower2009-11-231-3/+0
* Add opkg config file option for tmp_dir.graham.gower2009-11-221-6/+10
* Simplify hash_table somewhat.graham.gower2009-11-181-26/+4
* Avoid some warn_unused_result warningpixdamix2009-11-171-1/+6
* Use vfork()/execvp() instead of system().graham.gower2009-11-161-1/+0
* Add a function for recursive directory removal and use that instead of xsystem.graham.gower2009-11-151-6/+1
* Write out status files for the correct pkg->dest, instead of the default.graham.gower2009-11-141-11/+18
* Fix the case where -o is used, but no conf file is passed.graham.gower2009-11-131-1/+1
* 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-121-20/+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-121-108/+97
* Don't clobber errno, so that we can provide a useful error message.graham.gower2009-11-121-2/+3
* Ensure that the hash_table messages show useful information.graham.gower2009-11-101-7/+7
* Remove some bogus error checking and return void instead of int.graham.gower2009-11-051-4/+2
* Some refactoring of pathfinder supportpixdamix2009-11-051-0/+7
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-15/+5
* s/strndup/xstrndup/ - check memory allocations for failure.graham.gower2009-11-031-7/+7
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-7/+8
* Make `curl' an instance variable and ssl supportpixdamix2009-11-031-0/+22
* Remove unused code: if pkg was NULL, we would already have segfaulted.graham.gower2009-11-021-3/+0
* opkg: fix the -force_space optionpixdamix2009-11-021-0/+3
* Add missing free (again)pixdamix2009-10-301-0/+7
* The compiler almost certainly knows better.graham.gower2009-10-301-1/+1
* Opkg support for smime (pkcs7) packages list signingticktock352009-10-271-0/+2
* Adding error message for the lock file.ticktock352009-09-171-1/+10
* adds a configure option so "/etc/opkg" can beticktock352009-06-141-4/+7
* adding new flag flag_maintainerticktock352009-04-171-0/+4
* Making the status_file singleton, every package is using the same file,ticktock352009-01-091-25/+20
* adding check_signature configticktock352008-12-281-0/+1
* using list_head to handle the listticktock352008-12-181-11/+11
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-2/+2
* opkg: add a simple way to pass a path environment for pre/post scription exec...ticktock352008-12-151-0/+4
* opkg: adding cache supportticktock352008-12-151-0/+5
* opkg: remove unused codeticktock352008-12-151-22/+0
* opkg: Consolidate error reporting from opkg_conf_init and ensure return value isticktock352008-12-151-9/+28
* opkg: remove redundant multiple_providers option and also remove redundant fa...ticktock352008-12-151-5/+0
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-1/+2
* opkg: (leak fixing, day 1) lots and lots of memory leaks fixedticktock352008-12-151-1/+4
* opkg: remove verbose_wget optionticktock352008-12-151-5/+0
* opkg: implement opkg_set_option() and opkg_get_option()ticktock352008-12-151-1/+0
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-3/+4
* opkg: enable -Werror in libopkg and fix resulting build failuresticktock352008-12-151-2/+2
* opkg: add autoremove command line optionticktock352008-12-141-0/+3
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+717