2009-12-09 |
graham.gower | And make the install command work. WTF? |
commit | commitdiff | tree | snapshot |
2009-12-09 |
graham.gower | Make the "update" command work. Previously, you had... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
graham.gower | Remove opkg_package_t from libopkg_test.c. Also, use... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
graham.gower | Get rid of opkg_package_t. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
graham.gower | Fix lock_fd... How did I manage to break that? |
commit | commitdiff | tree | snapshot |
2009-12-09 |
graham.gower | Merge commit 'grg' into HEAD |
commit | commitdiff | tree | snapshot |
2009-12-06 |
graham.gower | Bump version number. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
graham.gower | Remove -Werror from libopkg CFLAGS. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
graham.gower | Ignore extraction errors, for now. Requested by Koen. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
graham.gower | Two fixes from Martin Jansa <martin.jansa@gmail.com>. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
graham.gower | Fix truncation problem when reading in long lines.... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
graham.gower | Free memory when there are unresolved dependencies. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
pixdamix | patch for opkg_download.c compile abort |
commit | commitdiff | tree | snapshot |
2009-11-27 |
florian.boor | Maks sure scripts get packaged |
commit | commitdiff | tree | snapshot |
2009-11-27 |
florian.boor | Fix typo in file name in order to fix distcheck. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
graham.gower | Remove unused parameter from pkg_hash_fetch_best_instal... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
graham.gower | Finding a provider which is has an incompatible arch... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
graham.gower | Remove enum opkg_error. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
graham.gower | Be slightly less verbose by default. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
graham.gower | Fix some errno abuse. |
commit | commitdiff | tree | snapshot |
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 |
next |