| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix parsing of Conffiles lines in status files. | graham.gower | 2009-11-12 | 2 | -18/+10 |
|
|
* | Cleanup version string handling. | graham.gower | 2009-11-12 | 2 | -69/+44 |
|
|
* | Fix leak when downgrading a package. | graham.gower | 2009-11-12 | 1 | -0/+2 |
|
|
* | Remove a debugging fprintf I accidentally left in. | graham.gower | 2009-11-10 | 1 | -3/+0 |
|
|
* | Cleanup parsing of packages. | graham.gower | 2009-11-10 | 6 | -284/+312 |
|
|
* | 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 cleanup in error paths to plug leaks found while installing dbus. | graham.gower | 2009-11-10 | 1 | -4/+3 |
|
|
* | Update name in copyrights + minor changes | pixdamix | 2009-11-10 | 2 | -9/+5 |
|
|
* | Cleanup trim_alloc(). | graham.gower | 2009-11-10 | 2 | -19/+10 |
|
|
* | Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides. | graham.gower | 2009-11-10 | 5 | -139/+19 |
|
|
* | Remove the assumption that pkg fields have been allocated and need free()ing. | graham.gower | 2009-11-10 | 1 | -101/+139 |
|
|
* | Ensure that the hash_table messages show useful information. | graham.gower | 2009-11-10 | 1 | -7/+7 |
|
|
* | Use xsystem() to be consistent. Some minor cleanup too. | graham.gower | 2009-11-10 | 1 | -13/+10 |
|
|
* | Put update temp directory in with the others. Also, don't confuse returning | graham.gower | 2009-11-06 | 1 | -6/+4 |
|
|
* | Use mkdtemp() to create a unique directory instead of a goto loop. | graham.gower | 2009-11-06 | 1 | -23/+19 |
|
|
* | More dead code removal. | graham.gower | 2009-11-05 | 5 | -13/+1 |
|
|
* | Remove if (0 && ...) ... statements. | graham.gower | 2009-11-05 | 1 | -5/+0 |
|
|
* | Remove more unused code. | graham.gower | 2009-11-05 | 4 | -86/+25 |
|
|
* | Remove unused function. | graham.gower | 2009-11-05 | 2 | -27/+0 |
|
|
* | Remove dead code. We would segfault before following this code path. | graham.gower | 2009-11-05 | 1 | -4/+3 |
|
|
* | Remove some bogus error checking and return void instead of int. | graham.gower | 2009-11-05 | 5 | -19/+6 |
|
|
* | Specify --enable-pathfinder instead of --with-pathfinder. | graham.gower | 2009-11-05 | 1 | -2/+2 |
|
|
* | I hate autotools. | graham.gower | 2009-11-05 | 1 | -0/+1 |
|
|
* | Some refactoring of pathfinder support | pixdamix | 2009-11-05 | 4 | -17/+33 |
|
|
* | Removed a bunch of if(0) and dead code | pixdamix | 2009-11-05 | 4 | -43/+0 |
|
|
* | Add pathfinder support for certificate validation | pixdamix | 2009-11-05 | 6 | -5/+180 |
|
|
* | These functions cannot fail, so return void. | graham.gower | 2009-11-04 | 12 | -76/+51 |
|
|
* | s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/ | graham.gower | 2009-11-04 | 21 | -219/+80 |
|
|
* | Don't set PATH="/dev/null". Shuffle things around while here. | graham.gower | 2009-11-04 | 1 | -31/+27 |
|
|
* | Remove code path which cannot be executed. | graham.gower | 2009-11-04 | 1 | -2/+0 |
|
|
* | s/strndup/xstrndup/ - check memory allocations for failure. | graham.gower | 2009-11-03 | 2 | -8/+8 |
|
|
* | s/strdup/xstrdup/ - check memory allocations for failure. | graham.gower | 2009-11-03 | 14 | -72/+64 |
|
|
* | Remove some strdup abuse. | graham.gower | 2009-11-03 | 4 | -21/+30 |
|
|
* | Remove str_dup_safe() in favour of xstrdup() from libbb. | graham.gower | 2009-11-03 | 5 | -29/+21 |
|
|
* | Remove unused opkg_set_current_state bits. | graham.gower | 2009-11-03 | 10 | -142/+10 |
|
|
* | Make `curl' an instance variable and ssl support | pixdamix | 2009-11-03 | 5 | -32/+231 |
|
|
* | The list-installed command does not exist. | graham.gower | 2009-11-03 | 1 | -1/+0 |
|
|
* | Remove response_callback bits. Forgot to commit this before. | graham.gower | 2009-11-03 | 2 | -25/+15 |
|
|
* | Remove some code duplication, check for realloc failure. | graham.gower | 2009-11-03 | 1 | -6/+9 |
|
|
* | Clean up pkg_vec_insert. | graham.gower | 2009-11-03 | 1 | -4/+8 |
|
|
* | Remove prototype for deleted function. | graham.gower | 2009-11-02 | 1 | -1/+0 |
|
|
* | Stop my eyes from bleeding. | graham.gower | 2009-11-02 | 3 | -497/+111 |
|
|
* | Remove unused callbacks, a legacy of the now removed ipkg API. | graham.gower | 2009-11-02 | 3 | -74/+1 |
|
|
* | Stop using opkg_cb_message. | graham.gower | 2009-11-02 | 2 | -18/+13 |
|
|
* | Clean up some _cmd functions, in particular remove use of print callbacks. | graham.gower | 2009-11-02 | 1 | -121/+34 |
|
|
* | Remove unused code: if pkg was NULL, we would already have segfaulted. | graham.gower | 2009-11-02 | 1 | -3/+0 |
|
|
* | opkg: fix nullpointer dereference | pixdamix | 2009-11-02 | 1 | -1/+1 |
|
|
* | opkg: fix the -force_space option | pixdamix | 2009-11-02 | 1 | -0/+3 |
|
|
* | Cleanup error_list stuff a bit more. | graham.gower | 2009-11-01 | 7 | -84/+60 |
|
|