2009-12-17 |
graham.gower | Be slightly less verbose at INFO message level. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
graham.gower | Print \n where needed. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
graham.gower | Don't mask variable of wider scope. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
graham.gower | Fix what I broke in r468. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
graham.gower | Don't need \n for perrors. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
graham.gower | Sort packages before listing them. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Print full version, not just pkg->version. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Allow use of opkg internals by libopkg users. Not inten... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | I've made substantial changes to these files. Add new... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Rewrite the error paths. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Not all ERROR messages are in paths that return as... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Remove args_t and cleanup unused stuff. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
graham.gower | Move loading of feeds and status files out of opkg_conf... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
graham.gower | Print error messages instead of returning error codes. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
graham.gower | Clarify why we're not using fseek(), use fseek() where... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
graham.gower | indent -kr -i8 -psl -hnl -l80 opkg.c |
commit | commitdiff | tree | snapshot |
2009-12-10 |
graham.gower | Remove struct _opkg_package_t. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
graham.gower | Implement list all command. Print full version string. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
graham.gower | Fix infinite loop created when I removed the masked... |
commit | commitdiff | tree | snapshot |
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 |
next |