Remove some bogus error checking and return void instead of int.
[oweals/opkg-lede.git] / libopkg / args.c
2009-11-06 graham.gowerRemove some bogus error checking and return void instea...
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-10-27 ticktock35Opkg support for smime (pkcs7) packages list signing
2009-06-14 ticktock35adds a configure option so "/etc/opkg" can be
2009-04-17 ticktock35adding new flag flag_maintainer
2008-12-15 ticktock35adding list_upgradable
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: make .opk as the default opkg file extension
2008-12-15 ticktock35 opkg: let args_init return 0 is successful
2008-12-15 ticktock35opkg: strdup the command line arguments so we can free...
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: remove verbose_wget option
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35opkg: print help and version messages to stdout rather...
2008-12-15 ticktock35opkg: remove redundant OPKG_LIB conditional code
2008-12-15 ticktock35opkg: add autoremove command line option
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories