Dead code removal.
[oweals/opkg-lede.git] / libopkg / opkg_install.c
2009-11-11 graham.gowerDead code removal.
2009-11-11 graham.gowerDon't try to rerun control scripts, problems caused...
2009-11-06 graham.gowerMore dead code removal.
2009-11-06 graham.gowerRemove dead code. We would segfault before following...
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-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-11-04 graham.gowerRemove some strdup abuse.
2009-11-04 graham.gowerRemove unused opkg_set_current_state bits.
2009-11-02 graham.gowerpkg_init_from_file() already does this strdup(), so...
2009-10-30 pixdamixMissing free in sha256 hash verification
2009-10-28 pixdamixAdd error messages in case of signature error
2009-10-27 ticktock35Opkg support for smime (pkcs7) packages list signing
2009-10-27 ticktock35Add sha256 ckecksums to okpg
2009-04-17 ticktock35adding new flag flag_maintainer
2009-04-03 ticktock35using pkg->dest->root_dir
2009-03-09 ticktock35because of the file_hash_set_file_owner may break the...
2009-02-28 ticktock35thanks to Koen, a memory leak were fond and fixed here.
2009-02-01 ticktock35Initial the 'err' valaible in opkg_install_by_name...
2008-12-28 ticktock35adding check_signature config
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-15 ticktock35opkg: trivial adding some comments
2008-12-15 ticktock35opkg: fixing some trivial defects while reviewing code
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: trivial, clean up obsolete code, and some typo
2008-12-15 ticktock35[opkg] Remove the orphan packages while upgrading
2008-12-15 ticktock35remove build error on gcc 3.4
2008-12-15 ticktock35opkg: make .opk as the default opkg file extension
2008-12-15 ticktock35opkg: balance the installed_files reference count
2008-12-15 ticktock35opkg: Don't attempt to check the validity of a reposito...
2008-12-15 ticktock35opkg: consolidate error enums and add an error for...
2008-12-15 ticktock35opkg: improve opkg_install error reporting and include...
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: 's/itsy/opkg/'
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35opkg: remove unused CONFIG_OPKG_PROCESS_ACTIONS conditi...
2008-12-15 ticktock35opkg: output state change messages only at info verbosi...
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories