List some sub-commands that were missing from the --help output.
[oweals/opkg-lede.git] / src / opkg-cl.c
2011-02-21 graham.gower@gmail.comList some sub-commands that were missing from the ...
2010-12-13 graham.gower@gmail.comFix missing declarations, found by Clang.
2010-11-24 graham.gower@gmail.comAbort package removal if the prerm script of a package...
2010-10-05 google@wwsnet.netImplement "list-changed-conffiles" command - based...
2010-09-13 google@wwsnet.net- utilize opkg_conf_init() to initialize the pair lists...
2010-09-13 google@wwsnet.netimplement --force-postinstall option, this allows forci...
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-08-12 graham.gowerFix segfault using the --verbosity option.
2010-04-13 graham.gowerDon't try to print cmd_name before its initialised...
2010-01-12 graham.gowers/dependences/dependencies/ Pointed out by klemmster...
2010-01-05 pixdamixAdd an option to download packages but do not install...
2009-12-21 graham.gowerSet the default verbosity before args_parse, where...
2009-12-21 graham.gowerFix what I broke in r484. Patch from Kosmaty in issue...
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-18 graham.gowerRearrange and clean up formatting.
2009-12-18 graham.gowerMove args.c contents into src/opkg-cl.c.
2009-12-18 graham.gowerMove libopkg.c out into the src dir. It shouldn't be...