summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a bug causing segfaults when an upgraded package has less dependencies ...pixdamix2011-02-011-1/+1
* Create the regress offline_root from scratch.graham.gower@gmail.com2010-12-221-3/+9
* Fix potential undefined references to FILE, for libopkg users.graham.gower@gmail.com2010-12-221-0/+2
* Don't truncate long symlink paths.graham.gower@gmail.com2010-12-221-26/+29
* Add regress test for issue72.graham.gower@gmail.com2010-12-222-0/+65
* Don't gitignore the regress Makefile.graham.gower@gmail.com2010-12-221-0/+1
* Don't print the function name when just outputting a \n.graham.gower@gmail.com2010-12-222-3/+3
* Remove stray exit() in the regress test.graham.gower@gmail.com2010-12-121-1/+0
* Fix missing declarations, found by Clang.graham.gower@gmail.com2010-12-121-0/+1
* Fix if statement with empty body due to stray semicolon.graham.gower@gmail.com2010-12-121-1/+1
* Abort package removal if the prerm script of a package returns non zero.graham.gower@gmail.com2010-11-233-8/+30
* Print the package name corresponding to a failed script.graham.gower@gmail.com2010-11-221-1/+2
* Fix formatting issues found with the last commit.graham.gower@gmail.com2010-11-193-4/+4
* Use printf format specifier attribute for opkg_message().graham.gower@gmail.com2010-11-191-1/+2
* Remove an unnecessary allocation.graham.gower@gmail.com2010-11-181-2/+2
* Check return codes from vsnprintf and vfprintf.graham.gower@gmail.com2010-11-181-4/+19
* Rewrite sprintf_alloc.graham.gower@gmail.com2010-11-182-35/+19
* Fix indentation.graham.gower@gmail.com2010-11-181-33/+33
* opkg_find_package() should not return garbage if it cannot find the package.graham.gower@gmail.com2010-11-151-1/+3
* This is not a bug any longer.graham.gower@gmail.com2010-11-151-1/+1
* Remove an erroneous comment.graham.gower@gmail.com2010-11-101-1/+0
* Implement "list-changed-conffiles" command - based on patch by Yann Lopez <ya...google@wwsnet.net2010-10-053-0/+41
* Remove dead code, sprintf_alloc() cannot fail. Opkg will exit instead.graham.gower@gmail.com2010-09-201-5/+0
* A proper fix this time. From Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>.graham.gower@gmail.com2010-09-202-11/+32
* Revert "Don't call opkg_conf_deinit() if opkg_conf_init() fails."graham.gower@gmail.com2010-09-201-6/+5
* Don't call opkg_conf_deinit() if opkg_conf_init() fails.graham.gower@gmail.com2010-09-201-5/+6
* Disable sha256 code by default. This makes opkg GPLv2 by default.graham.gower@gmail.com2010-09-201-2/+2
* Add simple regression testing code and tests for some issues.graham.gower2010-09-1411-0/+444
* Use uppercase M for printing maintainer field, to be consistent.graham.gower2010-09-141-1/+1
* mask && PFM_FOO should instead be mask & PFM_FOO.graham.gower2010-09-141-9/+8
* update manpages to reflect r559 and r562google@wwsnet.net2010-09-121-0/+11
* - utilize opkg_conf_init() to initialize the pair lists before parsing the ar...google@wwsnet.net2010-09-121-1/+25
* - split the loading part of opkg_conf_init() out into opkg_conf_load()google@wwsnet.net2010-09-123-20/+29
* fix compile issues on OS X and FreeBSDgoogle@wwsnet.net2010-09-123-0/+3
* implement --force-postinstall option, this allows forcing the execution of po...google@wwsnet.net2010-09-124-1/+10
* Accept a leading "./" for the control file name, but don't mandate it.graham.gower2010-08-242-3/+7
* Remove stray semicolon.graham.gower2010-08-241-1/+1
* Add Recommended packages to the depended_upon_by field.graham.gower2010-08-181-32/+38
* Ensure Pre-Depended and Recommended packages can be autoremoved.graham.gower2010-08-181-1/+3
* Add generated man pages to .gitignore.graham.gower2010-08-181-0/+3
* Allow blacklisting a package in the status file.graham.gower2010-08-182-4/+9
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-1748-301/+301
* Remove outdated comment regarding an old bug.graham.gower2010-08-171-1/+1
* Fix segfault using the --verbosity option.graham.gower2010-08-111-4/+6
* And remove the autogenerated files...graham.gower2010-08-102-213/+0
* Forgot these two files in the last commit. Oops.graham.gower2010-08-102-2/+6
* Add man pages for opkg-cl and opkg-keys. From David Bachelart (Issue #56).graham.gower2010-08-105-0/+428
* This will never be done, offline roots often point at other architectures.graham.gower2010-08-101-2/+0
* This was done some time ago.graham.gower2010-08-101-4/+0
* Fix creation of symlinks to files with long names (greater than 100 chars).graham.gower2010-08-031-7/+11