oweals/opkg-lede.git
2009-11-23 pixdamixAllow to install a package from a read-only dir
2009-11-23 graham.gowerFix an unfortunate typo.
2009-11-23 graham.gowerClean up the help output.
2009-11-23 graham.gowerAdd opkg config file option for tmp_dir.
2009-11-23 graham.gowerDon't leak the ar_header or the tar_header.
2009-11-22 graham.gowerAdd some error checking on fputs.
2009-11-22 graham.gowerChange fdopen(fd, "rw+") to fdopen(fd, "r+").
2009-11-20 graham.gowerRename loop iterater, so that it doesn't clash with...
2009-11-20 graham.gowerIterate the whole depends array, in the unlikely event...
2009-11-20 graham.gowerRespect the --with-opkglibdir configure switch in updat...
2009-11-20 graham.gowerClean up pkg_remove_orphan_dependent() and remove_autoi...
2009-11-19 graham.gowerFix hang in waitpid, exposed by r310. Patch from Enrico...
2009-11-19 graham.gowerPlug a leak.
2009-11-19 graham.gowerMake the Auto-Installed field useful.
2009-11-19 graham.gowerFree some strings as soon as they are parsed to save...
2009-11-19 graham.gowerSimplify hash_table somewhat.
2009-11-19 graham.gowerAssume a similar problem exists with this fdopen as...
2009-11-19 graham.gowerI'm sure that should have been buf0len.
2009-11-18 pixdamixFix a bug introduced in r323.
2009-11-18 graham.gowerRemove unused function.
2009-11-18 graham.gowerFix segfault while attempting to parse invalid package...
2009-11-17 pixdamixAvoid some warn_unused_result warning
2009-11-17 graham.gowerFix output of whatdepends, whatsuggests and whatrecomme...
2009-11-17 graham.gowerFix depended_upon_by to only contain pre_depends and...
2009-11-17 graham.gowerFix depends output.
2009-11-17 graham.gowerFix the warnings I created.
2009-11-17 graham.gowerCall _exit() and not exit() from within the child process.
2009-11-17 graham.gowerPut the tmp file under conf->tmp_dir.
2009-11-17 graham.gowerUse the filename arg as a base for the temp file. Clean...
2009-11-17 graham.gowerRemove unused function.
2009-11-17 graham.gowerUse the same tmp dir pattern as in opkg_update_cmd().
2009-11-17 graham.gowerUse vfork()/execvp() instead of system().
2009-11-17 graham.gowerPass the correct file to diff when using an offline_root.
2009-11-16 graham.gowerFix pkg_get_installed_files() to work with an offline_r...
2009-11-16 graham.gowerPass the correct file_name to pkg_get_conffile().
2009-11-16 graham.gowerAvoid printing an annoying message by default.
2009-11-16 graham.gowerRemove redundant function.
2009-11-16 graham.gowerRemove dead code.
2009-11-16 graham.goweratexit() isn't really appropriate for a library.
2009-11-16 graham.gowerRaise the required verbosity level for this message.
2009-11-16 graham.gowerAdd a function for recursive directory removal and...
2009-11-15 graham.gowerDon't send the gzunp_pid SIGTERM. Waiting for exit...
2009-11-15 graham.gowerFix a subtle leak.
2009-11-15 graham.gowerFree memory in error paths.
2009-11-15 graham.gowermalloc -> xmalloc
2009-11-15 graham.gowerThe ": " is already added by vperror_msg... oops.
2009-11-15 graham.gowerCleanup gz_close().
2009-11-15 graham.gowerMake the array const to fix warning.
2009-11-15 graham.gowerI'm still seeing leaks here. So just stop allocating...
2009-11-15 graham.gowerFix leak in error path.
2009-11-15 graham.gowerWrite out status files for the correct pkg->dest, inste...
2009-11-13 graham.gowerFix the case where -o is used, but no conf file is...
2009-11-13 graham.gowerRemove unused variable.
2009-11-13 graham.gowerRemove local variable which was masking a static one.
2009-11-13 graham.gowerFree the lock, close the file descriptor.
2009-11-13 graham.gowerRemove status_file_tmp_name. This code does not improve...
2009-11-13 graham.gowerMake opkg_conf_parse_file() return -1 for error, as...
2009-11-13 graham.gowerSome cleanup of opkg_conf_init/opkg_conf_deinit.
2009-11-13 graham.gowerCompare verbosity to a message_level_t.
2009-11-12 graham.gowerFix copy/pasto in error message.
2009-11-12 graham.gowerOf course, that should be !isatty().
2009-11-12 graham.gowerDon't prompt for user input from stdin if it's not...
2009-11-12 graham.gowerCleanup the rest of pkg_parse.c. Give some functions...
2009-11-12 graham.gowerDon't clobber errno, so that we can provide a useful...
2009-11-12 graham.gowerFix parsing of Conffiles lines in status files.
2009-11-12 graham.gowerCleanup version string handling.
2009-11-12 graham.gowerFix leak when downgrading a package.
2009-11-11 graham.gowerRemove a debugging fprintf I accidentally left in.
2009-11-11 graham.gowerCleanup parsing of packages.
2009-11-11 graham.gowerDead code removal.
2009-11-11 graham.gowerDon't try to rerun control scripts, problems caused...
2009-11-11 graham.gowerMore cleanup in error paths to plug leaks found while...
2009-11-10 pixdamixUpdate name in copyrights + minor changes
2009-11-10 graham.gowerCleanup trim_alloc().
2009-11-10 graham.gowerRemove opkg_internal_use_only and fix associated assump...
2009-11-10 graham.gowerRemove the assumption that pkg fields have been allocat...
2009-11-10 graham.gowerEnsure that the hash_table messages show useful informa...
2009-11-10 graham.gowerUse xsystem() to be consistent. Some minor cleanup...
2009-11-06 graham.gowerPut update temp directory in with the others. Also...
2009-11-06 graham.gowerUse mkdtemp() to create a unique directory instead...
2009-11-06 graham.gowerMore dead code removal.
2009-11-06 graham.gowerRemove if (0 && ...) ... statements.
2009-11-06 graham.gowerRemove more unused code.
2009-11-06 graham.gowerRemove unused function.
2009-11-06 graham.gowerRemove dead code. We would segfault before following...
2009-11-06 graham.gowerRemove some bogus error checking and return void instea...
2009-11-06 graham.gowerSpecify --enable-pathfinder instead of --with-pathfinder.
2009-11-06 graham.gowerI hate autotools.
2009-11-05 pixdamixSome refactoring of pathfinder support
2009-11-05 pixdamixRemoved a bunch of if(0) and dead code
2009-11-05 pixdamixAdd pathfinder support for certificate validation
2009-11-05 graham.gowerThese functions cannot fail, so return void.
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-05 graham.gowerDon't set PATH="/dev/null". Shuffle things around while...
2009-11-05 graham.gowerRemove code path which cannot be executed.
2009-11-04 graham.gowers/strndup/xstrndup/ - check memory allocations for...
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-11-04 graham.gowerRemove some strdup abuse.
2009-11-04 graham.gowerRemove str_dup_safe() in favour of xstrdup() from libbb.
2009-11-04 graham.gowerRemove unused opkg_set_current_state bits.
next