| Commit message (Expand) | Author | Age | Files | Lines |
* | Free memory when there are unresolved dependencies. | graham.gower | 2009-12-02 | 1 | -1/+4 |
|
|
* | Remove unused parameter from pkg_hash_fetch_best_installation_candidate(). | graham.gower | 2009-11-27 | 1 | -3/+3 |
|
|
* | Remove enum opkg_error. | graham.gower | 2009-11-26 | 1 | -64/+51 |
|
|
* | Fix some errno abuse. | graham.gower | 2009-11-26 | 1 | -2/+2 |
|
|
* | Provide error checking for users of pkg_extract_* functions. | graham.gower | 2009-11-26 | 1 | -14/+59 |
|
|
* | Remove str_util.{c,h} | graham.gower | 2009-11-25 | 1 | -1/+0 |
|
|
* | file_util.c cleanups. Remove redundant str_chomp from str_util.c. | graham.gower | 2009-11-25 | 1 | -1/+0 |
|
|
* | Various cleanups in opkg_remove.{c,h} | graham.gower | 2009-11-25 | 1 | -5/+2 |
|
|
* | Remove unused functions. Shuffle things around and remove forward declarations. | graham.gower | 2009-11-24 | 1 | -676/+515 |
|
|
* | Fix a leak found when using --force-reinstall. | graham.gower | 2009-11-23 | 1 | -2/+2 |
|
|
* | Allow to install a package from a read-only dir | pixdamix | 2009-11-23 | 1 | -1/+1 |
|
|
* | Iterate the whole depends array, in the unlikely event that pre_depends_count!=0 | graham.gower | 2009-11-19 | 1 | -2/+11 |
|
|
* | Clean up pkg_remove_orphan_dependent() and remove_autoinstalled(). | graham.gower | 2009-11-19 | 1 | -50/+78 |
|
|
* | Use vfork()/execvp() instead of system(). | graham.gower | 2009-11-16 | 1 | -7/+2 |
|
|
* | Pass the correct file to diff when using an offline_root. | graham.gower | 2009-11-16 | 1 | -1/+1 |
|
|
* | Fix pkg_get_installed_files() to work with an offline_root + dest. | graham.gower | 2009-11-16 | 1 | -6/+6 |
|
|
* | Remove redundant function. | graham.gower | 2009-11-15 | 1 | -61/+0 |
|
|
* | Don't prompt for user input from stdin if it's not a tty. | graham.gower | 2009-11-12 | 1 | -0/+4 |
|
|
* | Fix leak when downgrading a package. | graham.gower | 2009-11-12 | 1 | -0/+2 |
|
|
* | Dead code removal. | graham.gower | 2009-11-10 | 1 | -24/+7 |
|
|
* | Don't try to rerun control scripts, problems caused by circular dependencies. | graham.gower | 2009-11-10 | 1 | -0/+3 |
|
|
* | More dead code removal. | graham.gower | 2009-11-05 | 1 | -3/+0 |
|
|
* | Remove dead code. We would segfault before following this code path. | graham.gower | 2009-11-05 | 1 | -4/+3 |
|
|
* | Removed a bunch of if(0) and dead code | pixdamix | 2009-11-05 | 1 | -31/+0 |
|
|
* | s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/ | graham.gower | 2009-11-04 | 1 | -2/+2 |
|
|
* | s/strdup/xstrdup/ - check memory allocations for failure. | graham.gower | 2009-11-03 | 1 | -1/+2 |
|
|
* | Remove some strdup abuse. | graham.gower | 2009-11-03 | 1 | -9/+10 |
|
|
* | Remove unused opkg_set_current_state bits. | graham.gower | 2009-11-03 | 1 | -8/+2 |
|
|
* | pkg_init_from_file() already does this strdup(), so stop another leak. | graham.gower | 2009-11-01 | 1 | -2/+0 |
|
|
* | Missing free in sha256 hash verification | pixdamix | 2009-10-30 | 1 | -0/+1 |
|
|
* | Add error messages in case of signature error | pixdamix | 2009-10-28 | 1 | -1/+6 |
|
|
* | Opkg support for smime (pkcs7) packages list signing | ticktock35 | 2009-10-27 | 1 | -1/+3 |
|
|
* | Add sha256 ckecksums to okpg | ticktock35 | 2009-10-27 | 1 | -0/+19 |
|
|
* | adding new flag flag_maintainer | ticktock35 | 2009-04-17 | 1 | -12/+14 |
|
|
* | using pkg->dest->root_dir | ticktock35 | 2009-04-03 | 1 | -2/+4 |
|
|
* | because of the file_hash_set_file_owner may break the file list of pkgs | ticktock35 | 2009-03-09 | 1 | -8/+17 |
|
|
* | thanks to Koen, a memory leak were fond and fixed here. | ticktock35 | 2009-02-28 | 1 | -2/+10 |
|
|
* | Initial the 'err' valaible in opkg_install_by_name , or it may be used without | ticktock35 | 2009-02-01 | 1 | -1/+1 |
|
|
* | adding check_signature config | ticktock35 | 2008-12-28 | 1 | -1/+1 |
|
|
* | using hash_table reduce an O(n^2) algorithm to O(n) | ticktock35 | 2008-12-19 | 1 | -14/+13 |
|
|
* | using list_head to handle the list | ticktock35 | 2008-12-18 | 1 | -22/+27 |
|
|
* | opkg: trivial adding some comments | ticktock35 | 2008-12-15 | 1 | -1/+3 |
|
|
* | opkg: fixing some trivial defects while reviewing code | ticktock35 | 2008-12-15 | 1 | -2/+0 |
|
|
* | opkg: adding the hash_table_remove API, not using yet. | ticktock35 | 2008-12-15 | 1 | -1/+1 |
|
|
* | opkg: trivial, clean up obsolete code, and some typo | ticktock35 | 2008-12-15 | 1 | -54/+0 |
|
|
* | [opkg] Remove the orphan packages while upgrading | ticktock35 | 2008-12-15 | 1 | -0/+55 |
|
|
* | remove build error on gcc 3.4 | ticktock35 | 2008-12-15 | 1 | -0/+2 |
|
|
* | opkg: make .opk as the default opkg file extension | ticktock35 | 2008-12-15 | 1 | -1/+1 |
|
|
* | opkg: balance the installed_files reference count | ticktock35 | 2008-12-15 | 1 | -0/+2 |
|
|
* | opkg: Don't attempt to check the validity of a repository if package did not | ticktock35 | 2008-12-15 | 1 | -14/+18 |
|
|