| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix compilation after r617 | google@wwsnet.net | 2011-04-08 | 1 | -1/+1 |
|
|
* | Don't include the source URI in the cached filename. | graham.gower@gmail.com | 2011-04-08 | 1 | -4/+17 |
|
|
* | Read the contents of lists files coming from 'dist' entries | javiplx@gmail.com | 2011-04-07 | 2 | -1/+63 |
|
|
* | Download all the valid Packages files for dist entries | javiplx@gmail.com | 2011-04-07 | 1 | -0/+37 |
|
|
* | Introduce a new pkg_src list in global configuration to store the contents of... | javiplx@gmail.com | 2011-04-07 | 2 | -5/+35 |
|
|
* | Fix mistype in define clause | javiplx@gmail.com | 2011-04-07 | 1 | -1/+1 |
|
|
* | Code to handle the apt-alike configuration entries | javiplx@gmail.com | 2011-04-07 | 7 | -0/+686 |
|
|
* | Create parse_util with some of the non-public functions from pkg_parse.c | javiplx@gmail.com | 2011-04-07 | 4 | -65/+122 |
|
|
* | Add flag in opkg_download calls to reduce the severity of the 'failed downloa... | javiplx@gmail.com | 2011-04-07 | 4 | -14/+14 |
|
|
* | Fix opkg_re_read_config_files(). | graham.gower@gmail.com | 2011-02-21 | 1 | -14/+6 |
|
|
* | Fix memory leak when !defined(HAVE_GPGME) and !defined(HAVE_OPENSSL). | graham.gower@gmail.com | 2011-02-21 | 1 | -1/+1 |
|
|
* | Add regress test for the bug from r605. | graham.gower@gmail.com | 2011-02-20 | 2 | -1/+37 |
|
|
* | List some sub-commands that were missing from the --help output. | graham.gower@gmail.com | 2011-02-20 | 1 | -0/+3 |
|
|
* | Get the owner of the file_name after the offline root has been stripped. | graham.gower@gmail.com | 2011-02-20 | 1 | -1/+2 |
|
|
* | Allow vfork()ing an external gunzip binary instead of using fork(). | graham.gower@gmail.com | 2011-02-17 | 1 | -10/+64 |
|
|
* | Delete package sources that fail the signature check. | graham.gower@gmail.com | 2011-02-13 | 1 | -0/+6 |
|
|
* | Call gpgme_check_version() before using other gpgpe functions. | graham.gower@gmail.com | 2011-02-13 | 1 | -0/+2 |
|
|
* | Add overlay_root config option. Opkg checks this location for available space. | graham.gower@gmail.com | 2011-02-13 | 3 | -3/+17 |
|
|
* | Add missing space. | graham.gower@gmail.com | 2011-02-13 | 1 | -1/+1 |
|
|
* | Fix depmod intercept. Patch from Andreas Oberritter. | graham.gower@gmail.com | 2011-02-01 | 1 | -4/+4 |
|
|
* | Fixed a bug causing segfaults when an upgraded package has less dependencies ... | pixdamix | 2011-02-01 | 1 | -1/+1 |
|
|
* | Create the regress offline_root from scratch. | graham.gower@gmail.com | 2010-12-22 | 1 | -3/+9 |
|
|
* | Fix potential undefined references to FILE, for libopkg users. | graham.gower@gmail.com | 2010-12-22 | 1 | -0/+2 |
|
|
* | Don't truncate long symlink paths. | graham.gower@gmail.com | 2010-12-22 | 1 | -26/+29 |
|
|
* | Add regress test for issue72. | graham.gower@gmail.com | 2010-12-22 | 2 | -0/+65 |
|
|
* | Don't gitignore the regress Makefile. | graham.gower@gmail.com | 2010-12-22 | 1 | -0/+1 |
|
|
* | Don't print the function name when just outputting a \n. | graham.gower@gmail.com | 2010-12-22 | 2 | -3/+3 |
|
|
* | Remove stray exit() in the regress test. | graham.gower@gmail.com | 2010-12-12 | 1 | -1/+0 |
|
|
* | Fix missing declarations, found by Clang. | graham.gower@gmail.com | 2010-12-12 | 1 | -0/+1 |
|
|
* | Fix if statement with empty body due to stray semicolon. | graham.gower@gmail.com | 2010-12-12 | 1 | -1/+1 |
|
|
* | Abort package removal if the prerm script of a package returns non zero. | graham.gower@gmail.com | 2010-11-23 | 3 | -8/+30 |
|
|
* | Print the package name corresponding to a failed script. | graham.gower@gmail.com | 2010-11-22 | 1 | -1/+2 |
|
|
* | Fix formatting issues found with the last commit. | graham.gower@gmail.com | 2010-11-19 | 3 | -4/+4 |
|
|
* | Use printf format specifier attribute for opkg_message(). | graham.gower@gmail.com | 2010-11-19 | 1 | -1/+2 |
|
|
* | Remove an unnecessary allocation. | graham.gower@gmail.com | 2010-11-18 | 1 | -2/+2 |
|
|
* | Check return codes from vsnprintf and vfprintf. | graham.gower@gmail.com | 2010-11-18 | 1 | -4/+19 |
|
|
* | Rewrite sprintf_alloc. | graham.gower@gmail.com | 2010-11-18 | 2 | -35/+19 |
|
|
* | Fix indentation. | graham.gower@gmail.com | 2010-11-18 | 1 | -33/+33 |
|
|
* | opkg_find_package() should not return garbage if it cannot find the package. | graham.gower@gmail.com | 2010-11-15 | 1 | -1/+3 |
|
|
* | This is not a bug any longer. | graham.gower@gmail.com | 2010-11-15 | 1 | -1/+1 |
|
|
* | Remove an erroneous comment. | graham.gower@gmail.com | 2010-11-10 | 1 | -1/+0 |
|
|
* | Implement "list-changed-conffiles" command - based on patch by Yann Lopez <ya... | google@wwsnet.net | 2010-10-05 | 3 | -0/+41 |
|
|
* | Remove dead code, sprintf_alloc() cannot fail. Opkg will exit instead. | graham.gower@gmail.com | 2010-09-20 | 1 | -5/+0 |
|
|
* | A proper fix this time. From Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>. | graham.gower@gmail.com | 2010-09-20 | 2 | -11/+32 |
|
|
* | Revert "Don't call opkg_conf_deinit() if opkg_conf_init() fails." | graham.gower@gmail.com | 2010-09-20 | 1 | -6/+5 |
|
|
* | Don't call opkg_conf_deinit() if opkg_conf_init() fails. | graham.gower@gmail.com | 2010-09-20 | 1 | -5/+6 |
|
|
* | Disable sha256 code by default. This makes opkg GPLv2 by default. | graham.gower@gmail.com | 2010-09-20 | 1 | -2/+2 |
|
|
* | Add simple regression testing code and tests for some issues. | graham.gower | 2010-09-14 | 11 | -0/+444 |
|
|
* | Use uppercase M for printing maintainer field, to be consistent. | graham.gower | 2010-09-14 | 1 | -1/+1 |
|
|
* | mask && PFM_FOO should instead be mask & PFM_FOO. | graham.gower | 2010-09-14 | 1 | -9/+8 |
|
|