| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | opkg: add string versions of error codes to libopkg_test | ticktock35 | 2008-12-15 | 1 | -5/+16 |
|
|
* | opkg: report errors from opkg_remove_pkg | ticktock35 | 2008-12-15 | 1 | -5/+3 |
|
|
* | opkg: fix typos | ticktock35 | 2008-12-15 | 1 | -2/+3 |
|
|
* | opkg: improve error reporting | ticktock35 | 2008-12-15 | 1 | -4/+21 |
|
|
* | opkg: remove redundant multiple_providers option and also remove redundant fa... | ticktock35 | 2008-12-15 | 7 | -25/+2 |
|
|
* | opkg: strdup the command line arguments so we can free the struct properly later | ticktock35 | 2008-12-15 | 1 | -2/+2 |
|
|
* | opkg: (leak fixing, day 3) fixed final memory leaks fixed reported from | ticktock35 | 2008-12-15 | 3 | -0/+6 |
|
|
* | opkg: (leak fixing, day 2) lots and lots of memory leaks fixed | ticktock35 | 2008-12-15 | 14 | -32/+82 |
|
|
* | opkg: (leak fixing, day 1) lots and lots of memory leaks fixed | ticktock35 | 2008-12-15 | 7 | -9/+111 |
|
|
* | opkg: set callbacks before opkg_conf_init | ticktock35 | 2008-12-15 | 1 | -3/+4 |
|
|
* | opkg: remove verbose_wget option | ticktock35 | 2008-12-15 | 4 | -15/+0 |
|
|
* | opkg: re-read package lists after update | ticktock35 | 2008-12-15 | 1 | -0/+3 |
|
|
* | opkg: fix distcheck | ticktock35 | 2008-12-15 | 1 | -1/+1 |
|
|
* | opkg: fix remaining accidental commit | ticktock35 | 2008-12-15 | 1 | -1/+1 |
|
|
* | opkg: revert unintended changes in src/Makefile.am | ticktock35 | 2008-12-15 | 1 | -3/+0 |
|
|
* | opkg: add some error codes to libopkg | ticktock35 | 2008-12-15 | 3 | -11/+24 |
|
|
* | opkg: * Add opkg-key utility | ticktock35 | 2008-12-15 | 7 | -7/+105 |
|
|
* | opkg: fix distcheck issues | ticktock35 | 2008-12-15 | 3 | -5/+4 |
|
|
* | opkg: remove per-target CFLAGS | ticktock35 | 2008-12-15 | 2 | -4/+1 |
|
|
* | opkg: add default message handler | ticktock35 | 2008-12-15 | 1 | -3/+10 |
|
|
* | opkg: download required packages before install and report progress to clients | ticktock35 | 2008-12-15 | 1 | -14/+91 |
|
|
* | opkg: add header guards to libopkg/opkg.h | ticktock35 | 2008-12-15 | 1 | -0/+6 |
|
|
* | opkg: protect against NULL src | ticktock35 | 2008-12-15 | 1 | -1/+2 |
|
|
* | opkg: implement opkg_find_package() | ticktock35 | 2008-12-15 | 4 | -35/+142 |
|
|
* | opkg: add more attributes to opkg_package_t | ticktock35 | 2008-12-15 | 3 | -4/+10 |
|
|
* | opkg: add extra data to libopkg progress callbacks | ticktock35 | 2008-12-15 | 4 | -50/+86 |
|
|
* | opkg: add some extra error checks to opkg_verify_file() | ticktock35 | 2008-12-15 | 1 | -0/+4 |
|
|
* | opkg: implement opkg_list_upgradable_packages function | ticktock35 | 2008-12-15 | 3 | -6/+66 |
|
|
* | opkg: clean up libopkg Makefile.am a bit | ticktock35 | 2008-12-15 | 1 | -7/+6 |
|
|
* | opkg: prevent segfault if option is not found | ticktock35 | 2008-12-15 | 1 | -1/+8 |
|
|
* | opkg: set version number and distribute pkg-config file | ticktock35 | 2008-12-15 | 2 | -1/+4 |
|
|
* | opkg: Implement proper reordering of packages before configuring. | ticktock35 | 2008-12-15 | 1 | -1/+107 |
|
|
* | opkg: implement package listing in new libopkg | ticktock35 | 2008-12-15 | 3 | -0/+120 |
|
|
* | opkg: Add upgrade and upgrade_all functions to libopkg_test | ticktock35 | 2008-12-15 | 1 | -6/+10 |
|
|
* | opkg: minor white space and indent fixes | ticktock35 | 2008-12-15 | 1 | -10/+10 |
|
|
* | opkg: implement new opkg_upgrade_package and opkg_upgrade_all functions | ticktock35 | 2008-12-15 | 1 | -2/+69 |
|
|
* | opkg: improve download callback handling and integrate into opkg_update_packa... | ticktock35 | 2008-12-15 | 4 | -40/+59 |
|
|
* | opkg: fix some initialisation and double free issues in libbb | ticktock35 | 2008-12-15 | 2 | -2/+5 |
|
|
* | 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 |
|
|