提交歷史

作者 SHA1 備註 提交日期
  Jo-Philipp Wich d0c19b8412 libopkg: avoid aggregating multiple identical providers 7 年之前
  Jo-Philipp Wich e751eeb364 libopkg: propagate SF_NEED_DETAIL to related packages 7 年之前
  Jo-Philipp Wich 79fe066dd1 libopkg: directly pass type to parseDepends() 7 年之前
  Jo-Philipp Wich a5de03e4dc libopkg: fix unsatisfied dependency reporting 7 年之前
  Jo-Philipp Wich 9396bd4a4c libopkg: store checksums in binary form, use integer index for architecture 7 年之前
  Jo-Philipp Wich ba12c71336 pkg: move active_list structure out of pkg_t 7 年之前
  Jo-Philipp Wich 98ce8c256f pkg: convert most other struct members into dynamic blob buffer fields 7 年之前
  Jo-Philipp Wich 2035cbf3a4 pkg: use a blob buffer in pkg_t to store variable fields 7 年之前
  Jo-Philipp Wich 4ea955bc7e treewrite: use Lindent to reformat to kernel coding style 7 年之前
  graham.gower ac2222f7d6 Add Recommended packages to the depended_upon_by field. 14 年之前
  graham.gower 0a4946b3e9 Remove trailing whitespace. Sorry if this breaks your patches. 14 年之前
  graham.gower 396c9ed8f2 s/dependences/dependencies/ Pointed out by klemmster in Issue 40. 14 年之前
  graham.gower 599cc25928 Initial stab at untangling the #include maze. Probably needs a second pass. 14 年之前
  graham.gower 2fdb3fc0b6 Merge commit 'grg' into HEAD 15 年之前
  graham.gower b5e40ef6ba Free memory when there are unresolved dependencies. 15 年之前
  graham.gower b2b5908e2c Remove unused parameter from pkg_hash_fetch_best_installation_candidate(). 15 年之前
  graham.gower 195ca08fef Do the right thing if we have a version but no constraint. 15 年之前
  graham.gower 0673e730b8 Remove remaining uses of pkg->*_str arrays and free() them after parsing. 15 年之前
  graham.gower 28ad6d9ffc Fix pkg_depend_str() to not use pkg->depends_str. 15 年之前
  graham.gower 7210f5571f Rename loop iterater, so that it doesn't clash with a variable of greater scope. 15 年之前
  graham.gower 97e125627a Free some strings as soon as they are parsed to save memory. 15 年之前
  graham.gower 0f2a3b2ae3 Fix depended_upon_by to only contain pre_depends and depends. 15 年之前
  graham.gower 99be91a0fd Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too. 15 年之前
  graham.gower dc23bec5af Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides. 15 年之前
  graham.gower ad4e27a929 Remove if (0 && ...) ... statements. 15 年之前
  graham.gower f032fb5b8c Remove more unused code. 15 年之前
  graham.gower f286ba3011 Remove unused function. 15 年之前
  graham.gower 480538737a s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/ 15 年之前
  graham.gower 11af232b19 s/strdup/xstrdup/ - check memory allocations for failure. 15 年之前
  graham.gower e5cfa6dc47 The compiler almost certainly knows better. 15 年之前