libopkg: store compressed package lists
[oweals/opkg-lede.git] / libopkg / opkg_cmd.c
2017-02-10 Jo-Philipp Wichlibopkg: store compressed package lists
2017-02-10 Jo-Philipp Wichcli: implement find command
2017-02-10 Jo-Philipp Wichcli: implement --nocase flag
2017-02-10 Jo-Philipp Wichcli: enforce argument to upgrade command
2011-04-07 javiplx@gmail.comDownload all the valid Packages files for dist entries
2011-04-07 javiplx@gmail.comAdd flag in opkg_download calls to reduce the severity...
2011-02-14 graham.gower@gmail.comDelete package sources that fail the signature check.
2010-12-23 graham.gower@gmail.comDon't print the function name when just outputting...
2010-10-05 google@wwsnet.netImplement "list-changed-conffiles" command - based...
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-06-29 graham.gowerBe consistent in how to check return codes for these...
2010-06-29 graham.gowerImprove error propagation.
2010-06-21 graham.gowerFix --force-reinstall by removing special case code...
2010-02-10 pixdamixUse ordered list when configuring packages.
2010-01-27 graham.gowerPropagate errors up the call stack. Patch by Jens...
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.gowerRunning a script does not change the state, modifying...
2009-12-18 graham.gowerMove libopkg.c out into the src dir. It shouldn't be...
2009-12-17 graham.gowerBe slightly less verbose at INFO message level.
2009-12-11 graham.gowerMove loading of feeds and status files out of opkg_conf...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-27 graham.gowerRemove unused parameter from pkg_hash_fetch_best_instal...
2009-11-27 graham.gowerRemove enum opkg_error.
2009-11-27 graham.gowerBe slightly less verbose by default.
2009-11-27 graham.gowerProvide error checking for users of pkg_extract_* funct...
2009-11-26 graham.gowerRemove str_util.{c,h}
2009-11-24 graham.gowerClean up opkg_depends_cmd() and opkg_what_depends_confl...
2009-11-24 graham.gowerProvide a more useful comment.
2009-11-24 graham.gowerRemove the purge command. Undocumented and only duplica...
2009-11-24 graham.gowerRemove list_pending command. Undocumented and the pendi...
2009-11-24 graham.gowerRemove dead code in opkg_remove_cmd().
2009-11-24 graham.gowerRemove useless memory allocation and strcpy.
2009-11-23 graham.gowerClean up the help output.
2009-11-17 graham.gowerFix output of whatdepends, whatsuggests and whatrecomme...
2009-11-17 graham.gowerFix depends output.
2009-11-17 graham.gowerUse vfork()/execvp() instead of system().
2009-11-16 graham.gowerFix pkg_get_installed_files() to work with an offline_r...
2009-11-16 graham.gowerAdd a function for recursive directory removal and...
2009-11-13 graham.gowerCompare verbosity to a message_level_t.
2009-11-12 graham.gowerCleanup the rest of pkg_parse.c. Give some functions...
2009-11-10 graham.gowerUse xsystem() to be consistent. Some minor cleanup...
2009-11-06 graham.gowerPut update temp directory in with the others. Also...
2009-11-06 graham.gowerUse mkdtemp() to create a unique directory instead...
2009-11-05 pixdamixRemoved a bunch of if(0) and dead code
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-05 graham.gowerRemove code path which cannot be executed.
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-11-04 graham.gowerRemove some strdup abuse.
2009-11-03 graham.gowerStop my eyes from bleeding.
2009-11-03 graham.gowerClean up some _cmd functions, in particular remove...
2009-11-02 pixdamixopkg: fix nullpointer dereference
2009-11-02 graham.gowerCleanup error_list stuff a bit more.
2009-11-02 graham.gowerAvoid reading past the end of the array.
2009-11-02 graham.gowerfree() temporary string.
2009-10-29 pixdamixFix problems in error list
2009-10-27 ticktock35Opkg support for smime (pkcs7) packages list signing
2009-03-26 ticktock35reduce a memory leak of closing dir
2009-01-24 ticktock35Thanks to: Per Hansen <spamhans@yahoo.de>
2009-01-19 ticktock35fix a buffer overflow bug that cause
2008-12-28 ticktock35adding check_signature config
2008-12-26 ticktock35when configure with --disable-gpg, no message complain...
2008-12-18 ticktock35using list_head to handle the list
2008-12-17 ticktock35only add pkg_vec_sort when needed
2008-12-17 ticktock35move pkg_compare_name to pkg_vec and remove qsort in...
2008-12-15 ticktock35opkg: using active list to list upgradeable pkgs
2008-12-15 ticktock35opkg: fixing some trivial defects while reviewing code
2008-12-15 ticktock35adding list_upgradable
2008-12-15 ticktock35opkg: remove the free_error_list wrong usage bug
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35[opkg] fixing typo & incompatible part to gcc 4.3.2
2008-12-15 ticktock35[opkg] fix opkg crashes if PATH is unset
2008-12-15 ticktock35opkg: fix some memory leak and double free issues.
2008-12-15 ticktock35opkg: remove unused code
2008-12-15 ticktock35opkg: Consolidate error reporting from opkg_conf_init...
2008-12-15 ticktock35opkg: consolidate error enums and add an error for...
2008-12-15 ticktock35opkg: remove redundant multiple_providers option and...
2008-12-15 ticktock35opkg: Implement proper reordering of packages before...
2008-12-15 ticktock35opkg: improve download callback handling and integrate...
2008-12-15 ticktock35opkg: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35opkg: use opkg_message rather than printf in opkg_verif...
2008-12-15 ticktock35opkg: skip downloading Packages.sig if GPGME is not...
2008-12-15 ticktock35opkg: Remove unused CONFIG_CLEAR_SW_INSTALL_FLAG condit...
2008-12-15 ticktock35opkg: remove redundant OPKG_LIB conditional code
2008-12-15 ticktock35opkg: use a single temporary directory for entire updat...
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories