oweals/opkg-lede.git
2009-11-04 graham.gowerRemove some strdup abuse.
2009-11-04 graham.gowerRemove str_dup_safe() in favour of xstrdup() from libbb.
2009-11-04 graham.gowerRemove unused opkg_set_current_state bits.
2009-11-03 pixdamixMake `curl' an instance variable and ssl support
2009-11-03 graham.gowerThe list-installed command does not exist.
2009-11-03 graham.gowerRemove response_callback bits. Forgot to commit this...
2009-11-03 graham.gowerRemove some code duplication, check for realloc failure.
2009-11-03 graham.gowerClean up pkg_vec_insert.
2009-11-03 graham.gowerRemove prototype for deleted function.
2009-11-03 graham.gowerStop my eyes from bleeding.
2009-11-03 graham.gowerRemove unused callbacks, a legacy of the now removed...
2009-11-03 graham.gowerStop using opkg_cb_message.
2009-11-03 graham.gowerClean up some _cmd functions, in particular remove...
2009-11-03 graham.gowerRemove unused code: if pkg was NULL, we would already...
2009-11-02 pixdamixopkg: fix nullpointer dereference
2009-11-02 pixdamixopkg: fix the -force_space option
2009-11-02 graham.gowerCleanup error_list stuff a bit more.
2009-11-02 graham.gowerFree memory if we fail to remove a package due to it...
2009-11-02 graham.gowerAvoid reading past the end of the array.
2009-11-02 graham.gowerpkg_init_from_file() already does this strdup(), so...
2009-11-02 graham.gowerFree memory used when parsing a control file.
2009-11-02 graham.gowerFix memory leaks.
2009-11-02 graham.gowerfree() temporary string.
2009-10-30 pixdamixMissing free in sha256 hash verification
2009-10-30 pixdamixAdd missing free (again)
2009-10-30 graham.gowerFix some memory leaks.
2009-10-30 graham.gowerThe compiler almost certainly knows better.
2009-10-29 pixdamixFix problems in error list
2009-10-28 pixdamixRemoved a unused variable warning
2009-10-28 pixdamixAdd error messages in case of signature error
2009-10-28 pixdamixFix implicit declaration of strndup
2009-10-28 ticktock35Adding sha256.[ch]
2009-10-27 pixdamixImprove the poor man's fseek in unarchive.c
2009-10-27 ticktock35Opkg support for smime (pkcs7) packages list signing
2009-10-27 ticktock35Add sha256 ckecksums to okpg
2009-10-06 ticktock35Improve install candidate selection
2009-09-22 ticktock35Fix Segmentation fault while data in Package.gz is...
2009-09-21 ticktock35Fix opkg doesn't handle long link/path names in tar...
2009-09-18 ticktock35Adding error message for the lock file.
2009-07-04 ticktock35Fix issue on "Segmentation fault on package removal"
2009-06-26 ticktock35Thanks to claudyus84 and Gilles
2009-06-14 ticktock35adds a configure option so "/etc/opkg" can be
2009-04-17 ticktock35adding new flag flag_maintainer
2009-04-03 ticktock35using pkg->dest->root_dir
2009-04-03 ticktock35Try to avoid long unsigned int overflow.
2009-03-26 ticktock35Thanks to Keon's notify.
2009-03-26 ticktock35Due to deb_extract's defect that I cannot tell if an...
2009-03-26 ticktock35reduce a memory leak of closing dir
2009-03-26 ticktock35reduce a big memory leak
2009-03-26 ticktock35Thanks to Antonio
2009-03-09 ticktock35because of the file_hash_set_file_owner may break the...
2009-03-04 ticktock35Thanks to Krzysztof Kotlenga <pocek@users.sf.net>:
2009-02-28 ticktock35thanks to Koen, a memory leak were fond and fixed here.
2009-02-12 ticktock35Thanks to
2009-02-03 ticktock35reduce a meory leak
2009-02-01 ticktock35Initial the 'err' valaible in opkg_install_by_name...
2009-01-24 ticktock35Thanks to: Per Hansen <spamhans@yahoo.de>
2009-01-19 ticktock35fix a buffer overflow bug that cause
2009-01-09 ticktock35Making the status_file singleton, every package is...
2008-12-28 ticktock35opkg the config file dir to that one actually works
2008-12-28 ticktock35adding check_signature config
2008-12-27 ticktock35revert R190, keep R191
2008-12-27 ticktock35adding --enable-curl configuation to configure.ac
2008-12-27 ticktock35Thanks for Mike Westerhof <mwester@dls.net>
2008-12-26 ticktock35when configure with --disable-gpg, no message complain...
2008-12-19 ticktock35remove the active_list_test target
2008-12-19 ticktock35Turn off the active_list_test app by default. Use it...
2008-12-19 ticktock35using hash_table reduce an O(n^2) algorithm to O(n)
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-17 ticktock35remove some unnecessary code from pkg_vec_insert
2008-12-17 ticktock35introduce the active_list for searching.
2008-12-15 ticktock35opkg: rename opkg_clone to pkg_t_to_opkg_package_t.
2008-12-15 ticktock35opkg: Update TODO and remark that pkg_hash_fetch_best_i...
2008-12-15 ticktock35opkg: using active_list to list all the installed pkgs.
2008-12-15 ticktock35opkg: using active list to list upgradeable pkgs
2008-12-15 ticktock35opkg: trivial adding some comments
2008-12-15 ticktock35opkg: update TODO
2008-12-15 ticktock35opkg: trivial rename old_pkg_to_new to pkg_clone as...
2008-12-15 ticktock35opkg: introduce active list into pkg_t
2008-12-15 ticktock35opkg: update the the author infomation
2008-12-15 ticktock35opkg: reinitial node of active_list after clear
2008-12-15 ticktock35opkg: implment active_list_clear()
2008-12-15 ticktock35opkg: implement active_list_prev and test cases.
2008-12-15 ticktock35opkg: refactory active_list_next remove unnecessary...
2008-12-15 ticktock35opkg: active_list tests
2008-12-15 ticktock35opkg: introduce the protype of active_list
2008-12-15 ticktock35opkg: fixing some trivial defects while reviewing code
2008-12-15 ticktock35adding list_upgradable
2008-12-15 ticktock35opkg: using calloc to replace the malloc, initialize...
2008-12-15 ticktock35opkg: trivial just indent
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 ticktock35opkg: making hash_table_insert works as real hash_table.
2008-12-15 ticktock35opkg: mark the pkg SF as !SF_FILELIST_CHANGED after...
2008-12-15 ticktock35opkg: trivial, clean up obsolete code, and some typo
2008-12-15 ticktock35opkg: only cache the packages
2008-12-15 ticktock35opkg: add a simple way to pass a path environment for...
2008-12-15 ticktock35opkg: adding cache support
next