summaryrefslogtreecommitdiffstats
path: root/libopkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement "list-changed-conffiles" command - based on patch by Yann Lopez <ya...google@wwsnet.net2010-10-051-0/+35
* 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
* 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
* - 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-122-0/+2
* implement --force-postinstall option, this allows forcing the execution of po...google@wwsnet.net2010-09-123-1/+3
* Accept a leading "./" for the control file name, but don't mandate it.graham.gower2010-08-241-2/+1
* 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
* 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-1734-239/+239
* Remove outdated comment regarding an old bug.graham.gower2010-08-171-1/+1
* Fix infinite loop in list_upgradable in libopkg.graham.gower2010-07-121-1/+1
* Don't unlink the lock file in the event that it cannot be locked.graham.gower2010-07-071-6/+9
* Be consistent in how to check return codes for these functions.graham.gower2010-06-281-2/+2
* Improve error propagation.graham.gower2010-06-281-36/+34
* Fix --force-reinstall by removing special case code. Just remove the pkg first.graham.gower2010-06-215-32/+44
* Minor cleanup/simplification.graham.gower2010-06-211-7/+14
* Claim ownership of a file if the previous owner has obsoleted it.graham.gower2010-06-101-3/+6
* Promote file removal message from INFO to NOTICE.graham.gower2010-06-101-1/+1
* String the offline root path from the file_name in file_hash_get_file_owner().graham.gower2010-06-101-1/+8
* Correctly update the obs_file_hash in offline root mode.graham.gower2010-06-101-1/+1
* Fix check_data_file_clashes() for offline root mode. (almost anyway)graham.gower2010-06-101-9/+6
* Check that a file belongs to the package before removing itgraham.gower2010-06-071-0/+5
* Bump maximum message length from 256 to 4096.graham.gower2010-06-011-1/+1
* Add a message for the case that no installation candidate can be found.graham.gower2010-04-291-1/+3
* Don't use c++ reserved word in header. Remove void* cast.graham.gower2010-03-141-14/+14
* Upgrade message from NOTICE to ERROR.graham.gower2010-03-041-1/+1
* Downgrade message from ERROR to NOTICE.graham.gower2010-03-041-1/+1
* Use ordered list when configuring packages.pixdamix2010-02-101-2/+2
* Make the error message easier to read for multiple unsatisfied dependencies.graham.gower2010-02-091-1/+1
* Propagate errors up the call stack. Patch by Jens Erdmann <j.erdmann@road.de>.graham.gower2010-01-272-26/+35
* Don't print an error if trying to write status file to a read only filesystem.graham.gower2010-01-111-1/+1
* Don't try to close the file if its not open.graham.gower2010-01-111-1/+1
* Print an error in the case of a broken control.tar.gz file within the archive.graham.gower2010-01-111-1/+6
* s/dependences/dependencies/ Pointed out by klemmster in Issue 40.graham.gower2010-01-113-3/+3
* Fail if cache_dir is specified and not a directorypixdamix2010-01-111-0/+7
* --download-only download using original namespixdamix2010-01-051-1/+9