| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | opkg: add some safety macros | ticktock35 | 2008-12-15 | 1 | -26/+47 |
|
|
* | opkg: fix problems in opkg_install_package and implement opkg_remove_package | ticktock35 | 2008-12-15 | 3 | -4/+74 |
|
|
* | opkg: remove unused variable | ticktock35 | 2008-12-15 | 1 | -1/+0 |
|
|
* | libopkg: remove default progress bar | ticktock35 | 2008-12-15 | 1 | -23/+0 |
|
|
* | opkg: add progress callbacks to libopkg api | ticktock35 | 2008-12-15 | 3 | -16/+54 |
|
|
* | opkg: add opkg_read_config_files() to libopkg_test | ticktock35 | 2008-12-15 | 1 | -0/+2 |
|
|
* | libopkg: add some checks for NULL strings | ticktock35 | 2008-12-15 | 1 | -6/+15 |
|
|
* | libopkg: add opkg_read_config_files() function | ticktock35 | 2008-12-15 | 2 | -0/+44 |
|
|
* | opkg: add update packages lists call to libopkg_test | ticktock35 | 2008-12-15 | 1 | -1/+5 |
|
|
* | opkg: fix header include path issues | ticktock35 | 2008-12-15 | 2 | -2/+2 |
|
|
* | opkg: fix option array handling | ticktock35 | 2008-12-15 | 1 | -19/+24 |
|
|
* | opkg: add libopkg test application | ticktock35 | 2008-12-15 | 2 | -7/+27 |
|
|
* | opkg: various white space cleanups and implement opkg_update_package_lists | ticktock35 | 2008-12-15 | 2 | -33/+174 |
|
|
* | opkg: implement opkg_set_option() and opkg_get_option() | ticktock35 | 2008-12-15 | 4 | -1/+81 |
|
|
* | opkg: start new libopkg api in opkg.{c,h} and remove all other header files | ticktock35 | 2008-12-15 | 3 | -24/+185 |
|
|
* | opkg: remove redundant opkg.h.in | ticktock35 | 2008-12-15 | 2 | -69/+1 |
|
|
* | libopkg: stop exporting random symbols into the wild | ticktock35 | 2008-12-15 | 1 | -0/+3 |
|
|
* | opkg: 's/itsy/opkg/' | ticktock35 | 2008-12-15 | 56 | -56/+56 |
|
|
* | opkg: Bug fix for Packages file with a Filename: tag with prepended path. | ticktock35 | 2008-12-15 | 1 | -1/+7 |
|
|
* | opkg: remove opkg.h in preperation for new API | ticktock35 | 2008-12-15 | 48 | -96/+65 |
|
|
* | libopkg: remove internal dependency on libopkg.h and opkg_cmd.h | ticktock35 | 2008-12-15 | 12 | -26/+27 |
|
|
* | opkg: split out opkg.h | ticktock35 | 2008-12-15 | 4 | -34/+75 |
|
|
* | opkg: remove old opkg.c | ticktock35 | 2008-12-15 | 2 | -82/+1 |
|
|
* | opkg: add README content, including website and mailing list details | ticktock35 | 2008-12-15 | 1 | -0/+7 |
|
|
* | opkg: fix configure check for big-endian systems | ticktock35 | 2008-12-15 | 1 | -1/+1 |
|
|
* | opkg: remove some "#if 0" code | ticktock35 | 2008-12-15 | 2 | -29/+0 |
|
|
* | =?utf-8?q?opkg:=20Fix=20md5=20sum=20on=20big=20endian=20systems. | ticktock35 | 2008-12-15 | 2 | -1/+5 |
|
|
* | opkg: remove some printfs and replace with opkg_message where appropriate | ticktock35 | 2008-12-15 | 3 | -6/+12 |
|
|
* | opkg: use opkg_message rather than printf in opkg_verify_file() | ticktock35 | 2008-12-15 | 3 | -4/+4 |
|
|
* | opkg: skip downloading Packages.sig if GPGME is not enabled at build time | ticktock35 | 2008-12-15 | 1 | -1/+5 |
|
|
* | opkg: print help and version messages to stdout rather than stderr. Based on | ticktock35 | 2008-12-15 | 1 | -71/+71 |
|
|
* | opkg: update md5.{c,h} with latest version from gnulib | ticktock35 | 2008-12-15 | 2 | -543/+423 |
|
|
* | opkg: enable -Werror in libopkg and fix resulting build failures | ticktock35 | 2008-12-15 | 8 | -20/+19 |
|
|
* | opkg: Remove unused CONFIG_CLEAR_SW_INSTALL_FLAG conditional code | ticktock35 | 2008-12-15 | 1 | -27/+0 |
|
|
* | opkg: remove unused CONFIG_OPKG_PROCESS_ACTIONS conditional code | ticktock35 | 2008-12-15 | 1 | -248/+0 |
|
|
* | opkg: remove redundant OPKG_LIB conditional code | ticktock35 | 2008-12-14 | 10 | -103/+3 |
|
|
* | opkg/libbb: Patch from Esben Haabendal <esbenhaabendal gmail com> | ticktock35 | 2008-12-14 | 1 | -6/+14 |
|
|
* | opkg: output state change messages only at info verbosity level | ticktock35 | 2008-12-14 | 5 | -9/+14 |
|
|
* | opkg: use a single temporary directory for entire update transaction and remove | ticktock35 | 2008-12-14 | 1 | -20/+16 |
|
|
* | opkg: restore original ipkg ChangeLog | ticktock35 | 2008-12-14 | 1 | -332/+332 |
|
|
* | opkg: catch up with removals and fix include statement in opkg-frontend.c | ticktock35 | 2008-12-14 | 4 | -8/+7 |
|
|
* | opkg: | ticktock35 | 2008-12-14 | 16 | -12827/+1766 |
|
|
* | opkg: add support for Tags attribute | ticktock35 | 2008-12-14 | 3 | -0/+27 |
|
|
* | opkg: Enable Debian style revision field by default and remove "familiar" spe... | ticktock35 | 2008-12-14 | 2 | -37/+2 |
|
|
* | opkg: Update the version comparision to a more recent one from dpkg. This | ticktock35 | 2008-12-14 | 1 | -37/+31 |
|
|
* | opkg: implement removal of auto-installed packages | ticktock35 | 2008-12-14 | 1 | -3/+62 |
|
|
* | opkg: use strdup() to prevent memory corruption | ticktock35 | 2008-12-14 | 1 | -2/+1 |
|
|
* | opkg: add autoremove command line option | ticktock35 | 2008-12-14 | 6 | -2/+19 |
|
|
* | opkg: distcheck fixes | ticktock35 | 2008-12-14 | 6 | -10/+10 |
|
|
* | opkg: remove redundant etc directory | ticktock35 | 2008-12-14 | 3 | -4/+1 |
|
|