2010-01-05 |
pixdamix | --download-only download using original names |
commit | commitdiff | tree | snapshot |
2010-01-05 |
pixdamix | Add an option to download packages but do not install... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
pixdamix | Add a configure flag to specify the lockfile path |
commit | commitdiff | tree | snapshot |
2009-12-22 |
graham.gower | Write out status files and file lists in opkg_upgrade_a... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
graham.gower | Return negative error code from opkg_download(), not... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
graham.gower | Set the default verbosity before args_parse, where... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
graham.gower | Set the arch_priority when parsing the Architecture. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
graham.gower | Fix what I broke in r484. Patch from Kosmaty in issue... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
graham.gower | Include config.h to pull in HAVE_* macros where needed. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
graham.gower | Initial stab at untangling the #include maze. Probably... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
graham.gower | Fix double free(). Found by Kosmaty (Issue 33). Thanks. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
graham.gower | Rearrange and clean up formatting. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
graham.gower | Move args.c contents into src/opkg-cl.c. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
graham.gower | Running a script does not change the state, modifying... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
graham.gower | Move libopkg.c out into the src dir. It shouldn't be... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
graham.gower | Allow GLOB_NOMATCH, which also occurs if the leading... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
graham.gower | Spacing. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
graham.gower | Add a message callback function to the config struct... |
commit | commitdiff | tree | snapshot |
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 |
next |