summaryrefslogtreecommitdiffstats
path: root/libopkg/args.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the help output.graham.gower2009-11-231-64/+53
* Add opkg config file option for tmp_dir.graham.gower2009-11-221-0/+1
* Some cleanup of opkg_conf_init/opkg_conf_deinit.graham.gower2009-11-121-6/+0
* Remove some bogus error checking and return void instead of int.graham.gower2009-11-051-6/+1
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-6/+7
* Opkg support for smime (pkcs7) packages list signingticktock352009-10-271-1/+1
* adds a configure option so "/etc/opkg" can beticktock352009-06-141-2/+2
* adding new flag flag_maintainerticktock352009-04-171-0/+7
* adding list_upgradableticktock352008-12-151-0/+1
* opkg: add a simple way to pass a path environment for pre/post scription exec...ticktock352008-12-151-3/+12
* opkg: adding cache supportticktock352008-12-151-1/+9
* opkg: make .opk as the default opkg file extensionticktock352008-12-151-1/+1
* opkg: let args_init return 0 is successfulticktock352008-12-151-1/+4
* opkg: strdup the command line arguments so we can free the struct properly laterticktock352008-12-151-2/+2
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-0/+6
* opkg: remove verbose_wget optionticktock352008-12-151-8/+0
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-1/+1
* opkg: print help and version messages to stdout rather than stderr. Based onticktock352008-12-151-71/+71
* opkg: remove redundant OPKG_LIB conditional codeticktock352008-12-141-5/+0
* opkg: add autoremove command line optionticktock352008-12-141-1/+8
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+317