oweals/opkg-lede.git
2009-11-25 graham.gowerVarious clean ups.
2009-11-25 graham.gowerReturn void, not int.
2009-11-25 graham.gowerFix duplicate and add a name.
2009-11-25 pixdamixAdd a list of Contributors (appologies to any missed)
2009-11-25 graham.gowerPlug leaks found when using --force-removal-of-dependen...
2009-11-25 graham.gowerVarious cleanups in opkg_remove.{c,h}
2009-11-25 graham.gowerVarious cleanups for pkg.{c,h}.
2009-11-25 graham.gowerOne more TODO.
2009-11-25 graham.gowerAdd vim swp files.
2009-11-25 graham.gowerRemove unused functions. Shuffle things around and...
2009-11-25 graham.gowerMake a couple of functions static, and return void...
2009-11-25 graham.gowerUpdate README and TODO. Add myself to AUTHORS.
2009-11-24 pixdamixAdd a .gitignore file for the ones using git-svn
2009-11-24 graham.gowerFix warning on 64bit arches.
2009-11-24 pixdamixshave: making the autotools output sane
2009-11-24 graham.gowerClean up opkg_depends_cmd() and opkg_what_depends_confl...
2009-11-24 graham.gowerDo the right thing if we have a version but no constraint.
2009-11-24 graham.gowerProvide a more useful comment.
2009-11-24 graham.gowerRemove the purge command. Undocumented and only duplica...
2009-11-24 graham.gowerRemove list_pending command. Undocumented and the pendi...
2009-11-24 graham.gowerRemove dead code in opkg_remove_cmd().
2009-11-24 graham.gowerRemove useless memory allocation and strcpy.
2009-11-24 graham.gowerRemove remaining uses of pkg->*_str arrays and free...
2009-11-24 graham.gowerFix a leak found when using --force-reinstall.
2009-11-24 graham.gowerThere should be a space before the bracket.
2009-11-24 graham.gowerFix pkg_depend_str() to not use pkg->depends_str.
2009-11-24 graham.gowerThere is no need to use a buffer at all.
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
next