| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove useless memory allocation and strcpy. | graham.gower | 2009-11-23 | 1 | -5/+1 |
|
|
* | Remove remaining uses of pkg->*_str arrays and free() them after parsing. | graham.gower | 2009-11-23 | 2 | -36/+39 |
|
|
* | Fix a leak found when using --force-reinstall. | graham.gower | 2009-11-23 | 1 | -2/+2 |
|
|
* | There should be a space before the bracket. | graham.gower | 2009-11-23 | 1 | -1/+1 |
|
|
* | Fix pkg_depend_str() to not use pkg->depends_str. | graham.gower | 2009-11-23 | 3 | -48/+71 |
|
|
* | There is no need to use a buffer at all. | graham.gower | 2009-11-23 | 1 | -12/+2 |
|
|
* | Allow to install a package from a read-only dir | pixdamix | 2009-11-23 | 4 | -6/+8 |
|
|
* | Fix an unfortunate typo. | graham.gower | 2009-11-23 | 2 | -2/+2 |
|
|
* | Clean up the help output. | graham.gower | 2009-11-23 | 3 | -64/+57 |
|
|
* | Add opkg config file option for tmp_dir. | graham.gower | 2009-11-22 | 2 | -6/+11 |
|
|
* | Don't leak the ar_header or the tar_header. | graham.gower | 2009-11-22 | 1 | -0/+3 |
|
|
* | Add some error checking on fputs. | graham.gower | 2009-11-22 | 1 | -1/+5 |
|
|
* | Change fdopen(fd, "rw+") to fdopen(fd, "r+"). | graham.gower | 2009-11-22 | 1 | -2/+2 |
|
|
* | Rename loop iterater, so that it doesn't clash with a variable of greater scope. | graham.gower | 2009-11-19 | 1 | -3/+3 |
|
|
* | Iterate the whole depends array, in the unlikely event that pre_depends_count!=0 | graham.gower | 2009-11-19 | 2 | -3/+17 |
|
|
* | Respect the --with-opkglibdir configure switch in update-alternatives. | graham.gower | 2009-11-19 | 2 | -1/+2 |
|
|
* | Clean up pkg_remove_orphan_dependent() and remove_autoinstalled(). | graham.gower | 2009-11-19 | 2 | -100/+128 |
|
|
* | Fix hang in waitpid, exposed by r310. Patch from Enrico Scholz | graham.gower | 2009-11-19 | 1 | -6/+9 |
|
|
* | Plug a leak. | graham.gower | 2009-11-19 | 1 | -0/+2 |
|
|
* | Make the Auto-Installed field useful. | graham.gower | 2009-11-19 | 1 | -0/+3 |
|
|
* | Free some strings as soon as they are parsed to save memory. | graham.gower | 2009-11-18 | 2 | -28/+48 |
|
|
* | Simplify hash_table somewhat. | graham.gower | 2009-11-18 | 3 | -68/+69 |
|
|
* | Assume a similar problem exists with this fdopen as fixed with r333. | graham.gower | 2009-11-18 | 1 | -1/+1 |
|
|
* | I'm sure that should have been buf0len. | graham.gower | 2009-11-18 | 1 | -1/+1 |
|
|
* | Fix a bug introduced in r323. | pixdamix | 2009-11-18 | 1 | -1/+1 |
|
|
* | Remove unused function. | graham.gower | 2009-11-17 | 2 | -119/+0 |
|
|
* | Fix segfault while attempting to parse invalid package stream. | graham.gower | 2009-11-17 | 1 | -4/+7 |
|
|
* | Avoid some warn_unused_result warning | pixdamix | 2009-11-17 | 1 | -1/+6 |
|
|
* | Fix output of whatdepends, whatsuggests and whatrecommends commands. | graham.gower | 2009-11-17 | 1 | -14/+15 |
|
|
* | Fix depended_upon_by to only contain pre_depends and depends. | graham.gower | 2009-11-17 | 1 | -9/+14 |
|
|
* | Fix depends output. | graham.gower | 2009-11-17 | 1 | -5/+5 |
|
|
* | Fix the warnings I created. | graham.gower | 2009-11-16 | 1 | -0/+1 |
|
|
* | Call _exit() and not exit() from within the child process. | graham.gower | 2009-11-16 | 2 | -3/+4 |
|
|
* | Put the tmp file under conf->tmp_dir. | graham.gower | 2009-11-16 | 1 | -12/+35 |
|
|
* | Use the filename arg as a base for the temp file. Clean up function while here. | graham.gower | 2009-11-16 | 1 | -14/+36 |
|
|
* | Remove unused function. | graham.gower | 2009-11-16 | 2 | -62/+0 |
|
|
* | Use the same tmp dir pattern as in opkg_update_cmd(). | graham.gower | 2009-11-16 | 1 | -4/+2 |
|
|
* | Use vfork()/execvp() instead of system(). | graham.gower | 2009-11-16 | 7 | -49/+59 |
|
|
* | 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 | 6 | -26/+31 |
|
|
* | Pass the correct file_name to pkg_get_conffile(). | graham.gower | 2009-11-15 | 1 | -1/+5 |
|
|
* | Avoid printing an annoying message by default. | graham.gower | 2009-11-15 | 1 | -1/+1 |
|
|
* | Remove redundant function. | graham.gower | 2009-11-15 | 1 | -61/+0 |
|
|
* | Remove dead code. | graham.gower | 2009-11-15 | 4 | -58/+0 |
|
|
* | atexit() isn't really appropriate for a library. | graham.gower | 2009-11-15 | 4 | -8/+10 |
|
|
* | Raise the required verbosity level for this message. | graham.gower | 2009-11-15 | 1 | -2/+2 |
|
|
* | 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 |
|
|