summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_install.c
Commit message (Expand)AuthorAgeFilesLines
...
* More dead code removal.graham.gower2009-11-051-3/+0
* Remove dead code. We would segfault before following this code path.graham.gower2009-11-051-4/+3
* Removed a bunch of if(0) and dead codepixdamix2009-11-051-31/+0
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-2/+2
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-1/+2
* Remove some strdup abuse.graham.gower2009-11-031-9/+10
* Remove unused opkg_set_current_state bits.graham.gower2009-11-031-8/+2
* pkg_init_from_file() already does this strdup(), so stop another leak.graham.gower2009-11-011-2/+0
* Missing free in sha256 hash verificationpixdamix2009-10-301-0/+1
* Add error messages in case of signature errorpixdamix2009-10-281-1/+6
* Opkg support for smime (pkcs7) packages list signingticktock352009-10-271-1/+3
* Add sha256 ckecksums to okpgticktock352009-10-271-0/+19
* adding new flag flag_maintainerticktock352009-04-171-12/+14
* using pkg->dest->root_dirticktock352009-04-031-2/+4
* because of the file_hash_set_file_owner may break the file list of pkgsticktock352009-03-091-8/+17
* thanks to Koen, a memory leak were fond and fixed here.ticktock352009-02-281-2/+10
* Initial the 'err' valaible in opkg_install_by_name , or it may be used withoutticktock352009-02-011-1/+1
* adding check_signature configticktock352008-12-281-1/+1
* using hash_table reduce an O(n^2) algorithm to O(n)ticktock352008-12-191-14/+13
* using list_head to handle the listticktock352008-12-181-22/+27
* opkg: trivial adding some commentsticktock352008-12-151-1/+3
* opkg: fixing some trivial defects while reviewing codeticktock352008-12-151-2/+0
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-1/+1
* opkg: trivial, clean up obsolete code, and some typoticktock352008-12-151-54/+0
* [opkg] Remove the orphan packages while upgradingticktock352008-12-151-0/+55
* remove build error on gcc 3.4ticktock352008-12-151-0/+2
* opkg: make .opk as the default opkg file extensionticktock352008-12-151-1/+1
* opkg: balance the installed_files reference countticktock352008-12-151-0/+2
* opkg: Don't attempt to check the validity of a repository if package did notticktock352008-12-151-14/+18
* opkg: consolidate error enums and add an error for when no package matchesticktock352008-12-151-17/+20
* opkg: improve opkg_install error reporting and include a check to verify repo...ticktock352008-12-151-13/+34
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-1/+3
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-1/+2
* opkg: remove unused CONFIG_OPKG_PROCESS_ACTIONS conditional codeticktock352008-12-151-248/+0
* opkg: output state change messages only at info verbosity levelticktock352008-12-141-2/+2
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+1952