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