2009-11-22 |
graham.gower | Add some error checking on fputs. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
graham.gower | Change fdopen(fd, "rw+") to fdopen(fd, "r+"). |
commit | commitdiff | tree | snapshot |
2009-11-20 |
graham.gower | Rename loop iterater, so that it doesn't clash with... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
graham.gower | Iterate the whole depends array, in the unlikely event... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
graham.gower | Respect the --with-opkglibdir configure switch in updat... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
graham.gower | Clean up pkg_remove_orphan_dependent() and remove_autoi... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
graham.gower | Fix hang in waitpid, exposed by r310. Patch from Enrico... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
graham.gower | Plug a leak. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
graham.gower | Make the Auto-Installed field useful. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
graham.gower | Free some strings as soon as they are parsed to save... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
graham.gower | Simplify hash_table somewhat. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
graham.gower | Assume a similar problem exists with this fdopen as... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
graham.gower | I'm sure that should have been buf0len. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
pixdamix | Fix a bug introduced in r323. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
graham.gower | Remove unused function. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
graham.gower | Fix segfault while attempting to parse invalid package... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
pixdamix | Avoid some warn_unused_result warning |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Fix output of whatdepends, whatsuggests and whatrecomme... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Fix depended_upon_by to only contain pre_depends and... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Fix depends output. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Fix the warnings I created. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Call _exit() and not exit() from within the child process. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Put the tmp file under conf->tmp_dir. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Use the filename arg as a base for the temp file. Clean... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Remove unused function. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Use the same tmp dir pattern as in opkg_update_cmd(). |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Use vfork()/execvp() instead of system(). |
commit | commitdiff | tree | snapshot |
2009-11-17 |
graham.gower | Pass the correct file to diff when using an offline_root. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
graham.gower | Fix pkg_get_installed_files() to work with an offline_r... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
graham.gower | Pass the correct file_name to pkg_get_conffile(). |
commit | commitdiff | tree | snapshot |
2009-11-16 |
graham.gower | Avoid printing an annoying message by default. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
graham.gower | Remove redundant function. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
graham.gower | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
graham.gower | atexit() isn't really appropriate for a library. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
graham.gower | Raise the required verbosity level for this message. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
graham.gower | Add a function for recursive directory removal and... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
graham.gower | Don't send the gzunp_pid SIGTERM. Waiting for exit... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
graham.gower | Fix a subtle leak. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
graham.gower | Free memory in error paths. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
graham.gower | malloc -> xmalloc |
commit | commitdiff | tree | snapshot |
2009-11-15 |
graham.gower | The ": " is already added by vperror_msg... oops. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
graham.gower | Cleanup gz_close(). |
commit | commitdiff | tree | snapshot |
2009-11-15 |
graham.gower | Make the array const to fix warning. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
graham.gower | I'm still seeing leaks here. So just stop allocating... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
graham.gower | Fix leak in error path. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
graham.gower | Write out status files for the correct pkg->dest, inste... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
graham.gower | Fix the case where -o is used, but no conf file is... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
graham.gower | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
graham.gower | Remove local variable which was masking a static one. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
graham.gower | Free the lock, close the file descriptor. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
graham.gower | Remove status_file_tmp_name. This code does not improve... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
graham.gower | Make opkg_conf_parse_file() return -1 for error, as... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
graham.gower | Some cleanup of opkg_conf_init/opkg_conf_deinit. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
graham.gower | Compare verbosity to a message_level_t. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Fix copy/pasto in error message. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Of course, that should be !isatty(). |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Don't prompt for user input from stdin if it's not... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Cleanup the rest of pkg_parse.c. Give some functions... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Don't clobber errno, so that we can provide a useful... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Fix parsing of Conffiles lines in status files. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Cleanup version string handling. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Fix leak when downgrading a package. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
graham.gower | Remove a debugging fprintf I accidentally left in. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
graham.gower | Cleanup parsing of packages. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
graham.gower | Dead code removal. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
graham.gower | Don't try to rerun control scripts, problems caused... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
graham.gower | More cleanup in error paths to plug leaks found while... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
pixdamix | Update name in copyrights + minor changes |
commit | commitdiff | tree | snapshot |
2009-11-10 |
graham.gower | Cleanup trim_alloc(). |
commit | commitdiff | tree | snapshot |
2009-11-10 |
graham.gower | Remove opkg_internal_use_only and fix associated assump... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
graham.gower | Remove the assumption that pkg fields have been allocat... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
graham.gower | Ensure that the hash_table messages show useful informa... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
graham.gower | Use xsystem() to be consistent. Some minor cleanup... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Put update temp directory in with the others. Also... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Use mkdtemp() to create a unique directory instead... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | More dead code removal. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Remove if (0 && ...) ... statements. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Remove more unused code. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Remove unused function. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Remove dead code. We would segfault before following... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Remove some bogus error checking and return void instea... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Specify --enable-pathfinder instead of --with-pathfinder. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | I hate autotools. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
pixdamix | Some refactoring of pathfinder support |
commit | commitdiff | tree | snapshot |
2009-11-05 |
pixdamix | Removed a bunch of if(0) and dead code |
commit | commitdiff | tree | snapshot |
2009-11-05 |
pixdamix | Add pathfinder support for certificate validation |
commit | commitdiff | tree | snapshot |
2009-11-05 |
graham.gower | These functions cannot fail, so return void. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
graham.gower | s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/ |
commit | commitdiff | tree | snapshot |
2009-11-05 |
graham.gower | Don't set PATH="/dev/null". Shuffle things around while... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
graham.gower | Remove code path which cannot be executed. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
graham.gower | s/strndup/xstrndup/ - check memory allocations for... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
graham.gower | s/strdup/xstrdup/ - check memory allocations for failure. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
graham.gower | Remove some strdup abuse. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
graham.gower | Remove str_dup_safe() in favour of xstrdup() from libbb. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
graham.gower | Remove unused opkg_set_current_state bits. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
pixdamix | Make `curl' an instance variable and ssl support |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | The list-installed command does not exist. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Remove response_callback bits. Forgot to commit this... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Remove some code duplication, check for realloc failure. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Clean up pkg_vec_insert. |
commit | commitdiff | tree | snapshot |
next |