opkg: fix nullpointer dereference
[oweals/opkg-lede.git] / libopkg / opkg_cmd.c
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