2009-11-27 |
graham.gower | Check the unzip child process for errors and pass the... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
graham.gower | Provide error checking for users of pkg_extract_* funct... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
graham.gower | Add error checking to deb_extract(), unarchive(), extra... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
graham.gower | Add __FUNCTION__ to the error mesage. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
graham.gower | Name it after what it does: s/extract_to_stdout/extract... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
pixdamix | Add missing include |
commit | commitdiff | tree | snapshot |
2009-11-26 |
graham.gower | Fix problem introduced in r382. Pointed out by jlc... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
graham.gower | libbb.h cleanup. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
graham.gower | Various unarchive.c cleanups. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
graham.gower | Remove str_util.{c,h} |
commit | commitdiff | tree | snapshot |
2009-11-26 |
graham.gower | file_util.c cleanups. Remove redundant str_chomp from... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
graham.gower | malloc -> xmalloc |
commit | commitdiff | tree | snapshot |
2009-11-26 |
graham.gower | Minor cleanup for opkg_upgrade.c |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Propagate errors upwards. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Various clean ups. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Return void, not int. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Fix duplicate and add a name. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
pixdamix | Add a list of Contributors (appologies to any missed) |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Plug leaks found when using --force-removal-of-dependen... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Various cleanups in opkg_remove.{c,h} |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Various cleanups for pkg.{c,h}. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | One more TODO. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Add vim swp files. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Remove unused functions. Shuffle things around and... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Make a couple of functions static, and return void... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
graham.gower | Update README and TODO. Add myself to AUTHORS. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
pixdamix | Add a .gitignore file for the ones using git-svn |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Fix warning on 64bit arches. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
pixdamix | shave: making the autotools output sane |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Clean up opkg_depends_cmd() and opkg_what_depends_confl... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Do the right thing if we have a version but no constraint. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Provide a more useful comment. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Remove the purge command. Undocumented and only duplica... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Remove list_pending command. Undocumented and the pendi... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Remove dead code in opkg_remove_cmd(). |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Remove useless memory allocation and strcpy. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Remove remaining uses of pkg->*_str arrays and free... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Fix a leak found when using --force-reinstall. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | There should be a space before the bracket. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | Fix pkg_depend_str() to not use pkg->depends_str. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
graham.gower | There is no need to use a buffer at all. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
pixdamix | Allow to install a package from a read-only dir |
commit | commitdiff | tree | snapshot |
2009-11-23 |
graham.gower | Fix an unfortunate typo. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
graham.gower | Clean up the help output. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
graham.gower | Add opkg config file option for tmp_dir. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
graham.gower | Don't leak the ar_header or the tar_header. |
commit | commitdiff | tree | snapshot |
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 |
next |