summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_hash.c
Commit message (Expand)AuthorAgeFilesLines
* pkg_hash_fetch_installed_by_name_vec: New functionP. J. McDermott2014-07-051-0/+22
* pkg_hash: Fix invalid architecture noticesPaul Barker2014-03-181-1/+9
* Add the --prefer-arch-to-version optionpixdamix@gmail.com2012-11-221-3/+15
* Don't filter out directories when claiming ownership of a file.graham.gower@gmail.com2011-07-051-4/+0
* Introduce a specific pointer typedef for parse_line functionsjaviplx@gmail.com2011-04-261-1/+1
* Move pkg_parse_from_stream_nomalloc into parse_utiljaviplx@gmail.com2011-04-261-1/+6
* Read the contents of lists files coming from 'dist' entriesjaviplx@gmail.com2011-04-071-1/+62
* Get the owner of the file_name after the offline root has been stripped.graham.gower@gmail.com2011-02-201-1/+2
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-171-14/+14
* Fix --force-reinstall by removing special case code. Just remove the pkg first.graham.gower2010-06-211-12/+21
* String the offline root path from the file_name in file_hash_get_file_owner().graham.gower2010-06-101-1/+8
* Downgrade message from ERROR to NOTICE.graham.gower2010-03-041-1/+1
* Set the arch_priority when parsing the Architecture.graham.gower2009-12-201-2/+2
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-5/+1
* Move loading of feeds and status files out of opkg_conf_init().graham.gower2009-12-101-0/+61
* Fix infinite loop created when I removed the masked variable i.graham.gower2009-12-091-3/+3
* Merge commit 'grg' into HEADgraham.gower2009-12-081-139/+99
* Remove unused parameter from pkg_hash_fetch_best_installation_candidate().graham.gower2009-11-271-6/+3
* Finding a provider which is has an incompatible arch should not preventgraham.gower2009-11-271-5/+14
* Remove enum opkg_error.graham.gower2009-11-261-1/+1
* Various clean ups.graham.gower2009-11-251-277/+253
* Make a couple of functions static, and return void since they cannot fail.graham.gower2009-11-241-1/+0
* Fix pkg_get_installed_files() to work with an offline_root + dest.graham.gower2009-11-161-1/+1
* Raise the required verbosity level for this message.graham.gower2009-11-151-2/+2
* Compare verbosity to a message_level_t.graham.gower2009-11-121-1/+1
* Cleanup parsing of packages.graham.gower2009-11-101-34/+46
* More dead code removal.graham.gower2009-11-051-2/+0
* Remove more unused code.graham.gower2009-11-051-17/+8
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-2/+1
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-2/+3
* Fix some memory leaks.graham.gower2009-10-301-4/+5
* The compiler almost certainly knows better.graham.gower2009-10-301-3/+3
* Improve install candidate selectionticktock352009-10-051-9/+20
* using list_head to handle the listticktock352008-12-181-5/+2
* only add pkg_vec_sort when neededticktock352008-12-161-2/+0
* move pkg_compare_name to pkg_vec and remove qsort in hash_getticktock352008-12-161-14/+2
* remove some unnecessary code from pkg_vec_insertticktock352008-12-161-0/+1
* introduce the active_list for searching.ticktock352008-12-161-1/+0
* opkg: fix the crashing issue.ticktock352008-12-151-0/+3
* opkg: Convert "multiple packages" message to NOTICE rather than ERRORticktock352008-12-151-1/+1
* opkg: update error messageticktock352008-12-151-2/+1
* opkg: consolidate error enums and add an error for when no package matchesticktock352008-12-151-5/+19
* opkg: (leak fixing, day 3) fixed final memory leaks fixed reported fromticktock352008-12-151-0/+1
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-151-0/+2
* opkg: (leak fixing, day 1) lots and lots of memory leaks fixedticktock352008-12-151-0/+26
* opkg: 's/itsy/opkg/'ticktock352008-12-151-1/+1
* opkg: remove opkg.h in preperation for new APIticktock352008-12-151-1/+1
* opkg: re-arrange source code into sub-directoriesticktock352008-12-141-0/+617