summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Do not read /etc/opkg/*.conf if -f is specifiedpixdamix@gmail.com2012-11-221-27/+28
* Introduce a new pkg_src list in global configuration to store the contents of...javiplx@gmail.com2011-04-071-5/+34
* Add overlay_root config option. Opkg checks this location for available space.graham.gower@gmail.com2011-02-131-0/+1
* Remove dead code, sprintf_alloc() cannot fail. Opkg will exit instead.graham.gower@gmail.com2010-09-201-5/+0
* A proper fix this time. From Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>.graham.gower@gmail.com2010-09-201-11/+27
* - split the loading part of opkg_conf_init() out into opkg_conf_load()google@wwsnet.net2010-09-121-20/+24
* implement --force-postinstall option, this allows forcing the execution of po...google@wwsnet.net2010-09-121-0/+1
* Allow blacklisting a package in the status file.graham.gower2010-08-181-1/+2
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-9/+9
* Don't unlink the lock file in the event that it cannot be locked.graham.gower2010-07-071-6/+9
* Don't print an error if trying to write status file to a read only filesystem.graham.gower2010-01-111-1/+1
* Don't try to close the file if its not open.graham.gower2010-01-111-1/+1
* Add an option to download packages but do not install/upgrade anythingpixdamix2010-01-051-0/+1
* Add a configure flag to specify the lockfile pathpixdamix2009-12-281-2/+2
* Include config.h to pull in HAVE_* macros where needed.graham.gower2009-12-201-0/+2
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-8/+9
* Move args.c contents into src/opkg-cl.c.graham.gower2009-12-181-1/+0
* Allow GLOB_NOMATCH, which also occurs if the leading dir does not exist.graham.gower2009-12-171-2/+14
* Don't mask variable of wider scope.graham.gower2009-12-151-2/+1
* Rewrite the error paths.graham.gower2009-12-101-145/+208
* Remove args_t and cleanup unused stuff.graham.gower2009-12-101-13/+20
* Move loading of feeds and status files out of opkg_conf_init().graham.gower2009-12-101-84/+17
* Remove opkg_package_t from libopkg_test.c. Also, use OFFLINE_ROOT env var.graham.gower2009-12-091-0/+3
* Fix lock_fd... How did I manage to break that?graham.gower2009-12-091-7/+5
* Merge commit 'grg' into HEADgraham.gower2009-12-081-447/+331
* 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