| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a function for recursive directory removal and use that instead of xsystem. | graham.gower | 2009-11-15 | 4 | -11/+84 |
|
|
* | Don't send the gzunp_pid SIGTERM. Waiting for exit should be sufficient. | graham.gower | 2009-11-15 | 1 | -4/+0 |
|
|
* | Fix a subtle leak. | graham.gower | 2009-11-15 | 1 | -1/+1 |
|
|
* | Free memory in error paths. | graham.gower | 2009-11-15 | 1 | -2/+8 |
|
|
* | malloc -> xmalloc | graham.gower | 2009-11-15 | 1 | -1/+1 |
|
|
* | The ": " is already added by vperror_msg... oops. | graham.gower | 2009-11-15 | 1 | -4/+4 |
|
|
* | Cleanup gz_close(). | graham.gower | 2009-11-15 | 2 | -21/+13 |
|
|
* | Make the array const to fix warning. | graham.gower | 2009-11-15 | 2 | -6/+2 |
|
|
* | I'm still seeing leaks here. So just stop allocating for these variables. | graham.gower | 2009-11-15 | 1 | -8/+5 |
|
|
* | Fix leak in error path. | graham.gower | 2009-11-15 | 1 | -0/+1 |
|
|
* | Write out status files for the correct pkg->dest, instead of the default. | graham.gower | 2009-11-14 | 2 | -11/+19 |
|
|
* | Fix the case where -o is used, but no conf file is passed. | graham.gower | 2009-11-13 | 1 | -1/+1 |
|
|
* | Remove unused variable. | graham.gower | 2009-11-13 | 2 | -8/+0 |
|
|
* | Remove local variable which was masking a static one. | graham.gower | 2009-11-12 | 1 | -1/+0 |
|
|
* | Free the lock, close the file descriptor. | graham.gower | 2009-11-12 | 1 | -0/+3 |
|
|
* | Remove status_file_tmp_name. This code does not improve robustness. | graham.gower | 2009-11-12 | 3 | -27/+8 |
|
|
* | Make opkg_conf_parse_file() return -1 for error, as expected where it is called. | graham.gower | 2009-11-12 | 1 | -5/+6 |
|
|
* | Some cleanup of opkg_conf_init/opkg_conf_deinit. | graham.gower | 2009-11-12 | 2 | -114/+97 |
|
|
* | Compare verbosity to a message_level_t. | graham.gower | 2009-11-12 | 2 | -7/+5 |
|
|
* | Fix copy/pasto in error message. | graham.gower | 2009-11-12 | 1 | -1/+1 |
|
|
* | Of course, that should be !isatty(). | graham.gower | 2009-11-12 | 1 | -1/+1 |
|
|
* | Don't prompt for user input from stdin if it's not a tty. | graham.gower | 2009-11-12 | 2 | -3/+8 |
|
|
* | Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too. | graham.gower | 2009-11-12 | 6 | -163/+172 |
|
|
* | Don't clobber errno, so that we can provide a useful error message. | graham.gower | 2009-11-12 | 1 | -2/+3 |
|
|
* | 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 |
|
|