A proper fix this time. From Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>.
[oweals/opkg-lede.git] / libopkg / opkg_conf.c
2010-09-21 graham.gower@gmail.comA proper fix this time. From Sergey 'Jin' Bostandzhyan...
2010-09-13 google@wwsnet.net- split the loading part of opkg_conf_init() out into...
2010-09-13 google@wwsnet.netimplement --force-postinstall option, this allows forci...
2010-08-18 graham.gowerAllow blacklisting a package in the status file.
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-07-08 graham.gowerDon't unlink the lock file in the event that it cannot...
2010-01-12 graham.gowerDon't print an error if trying to write status file...
2010-01-12 graham.gowerDon't try to close the file if its not open.
2010-01-05 pixdamixAdd an option to download packages but do not install...
2009-12-28 pixdamixAdd a configure flag to specify the lockfile path
2009-12-21 graham.gowerInclude config.h to pull in HAVE_* macros where needed.
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-18 graham.gowerMove args.c contents into src/opkg-cl.c.
2009-12-17 graham.gowerAllow GLOB_NOMATCH, which also occurs if the leading...
2009-12-16 graham.gowerDon't mask variable of wider scope.
2009-12-11 graham.gowerRewrite the error paths.
2009-12-11 graham.gowerRemove args_t and cleanup unused stuff.
2009-12-11 graham.gowerMove loading of feeds and status files out of opkg_conf...
2009-12-09 graham.gowerRemove opkg_package_t from libopkg_test.c. Also, use...
2009-12-09 graham.gowerFix lock_fd... How did I manage to break that?
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-27 graham.gowerRemove enum opkg_error.
2009-11-26 graham.gowerRemove str_util.{c,h}
2009-11-26 graham.gowerfile_util.c cleanups. Remove redundant str_chomp from...
2009-11-25 graham.gowerPropagate errors upwards.
2009-11-24 graham.gowerRemove list_pending command. Undocumented and the pendi...
2009-11-23 graham.gowerAdd opkg config file option for tmp_dir.
2009-11-19 graham.gowerSimplify hash_table somewhat.
2009-11-17 pixdamixAvoid some warn_unused_result warning
2009-11-17 graham.gowerUse vfork()/execvp() instead of system().
2009-11-16 graham.gowerAdd a function for recursive directory removal and...
2009-11-15 graham.gowerWrite out status files for the correct pkg->dest, inste...
2009-11-13 graham.gowerFix the case where -o is used, but no conf file is...
2009-11-13 graham.gowerFree the lock, close the file descriptor.
2009-11-13 graham.gowerRemove status_file_tmp_name. This code does not improve...
2009-11-13 graham.gowerMake opkg_conf_parse_file() return -1 for error, as...
2009-11-13 graham.gowerSome cleanup of opkg_conf_init/opkg_conf_deinit.
2009-11-12 graham.gowerDon't clobber errno, so that we can provide a useful...
2009-11-10 graham.gowerEnsure that the hash_table messages show useful informa...
2009-11-06 graham.gowerRemove some bogus error checking and return void instea...
2009-11-05 pixdamixSome refactoring of pathfinder support
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-04 graham.gowers/strndup/xstrndup/ - check memory allocations for...
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-11-03 pixdamixMake `curl' an instance variable and ssl support
2009-11-03 graham.gowerRemove unused code: if pkg was NULL, we would already...
2009-11-02 pixdamixopkg: fix the -force_space option
2009-10-30 pixdamixAdd missing free (again)
2009-10-30 graham.gowerThe compiler almost certainly knows better.
2009-10-27 ticktock35Opkg support for smime (pkcs7) packages list signing
2009-09-18 ticktock35Adding error message for the lock file.
2009-06-14 ticktock35adds a configure option so "/etc/opkg" can be
2009-04-17 ticktock35adding new flag flag_maintainer
2009-01-09 ticktock35Making the status_file singleton, every package is...
2008-12-28 ticktock35adding check_signature config
2008-12-18 ticktock35using list_head to handle the list
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: add a simple way to pass a path environment for...
2008-12-15 ticktock35opkg: adding cache support
2008-12-15 ticktock35opkg: remove unused code
2008-12-15 ticktock35opkg: Consolidate error reporting from opkg_conf_init...
2008-12-15 ticktock35opkg: remove redundant multiple_providers option and...
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: (leak fixing, day 1) lots and lots of memory...
2008-12-15 ticktock35opkg: remove verbose_wget option
2008-12-15 ticktock35opkg: implement opkg_set_option() and opkg_get_option()
2008-12-15 ticktock35opkg: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35opkg: enable -Werror in libopkg and fix resulting build...
2008-12-15 ticktock35opkg: add autoremove command line option
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories