summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s/ipkgetcdir/opkgetcdir/graham.gower2010-06-271-3/+3
* 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 try to print cmd_name before its initialised. From Amanous, Issue #48.graham.gower2010-04-131-2/+0
* 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
* Bump revision for release.graham.gower2010-02-211-1/+1
* Flush stdout, stderr before forking. From Richard Purdie. Thanks!graham.gower2010-02-151-0/+6
* 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-114-5/+5
* Fail if cache_dir is specified and not a directorypixdamix2010-01-111-0/+7
* --download-only download using original namespixdamix2010-01-051-1/+9
* Add an option to download packages but do not install/upgrade anythingpixdamix2010-01-054-12/+33
* Add a configure flag to specify the lockfile pathpixdamix2009-12-283-3/+20
* Write out status files and file lists in opkg_upgrade_all().graham.gower2009-12-211-0/+4
* Return negative error code from opkg_download(), not curl error codes.graham.gower2009-12-212-18/+7
* Set the default verbosity before args_parse, where it wont override the args.graham.gower2009-12-201-1/+2
* Set the arch_priority when parsing the Architecture.graham.gower2009-12-203-46/+18
* Fix what I broke in r484. Patch from Kosmaty in issue 34. Thanks!graham.gower2009-12-201-10/+3
* Include config.h to pull in HAVE_* macros where needed.graham.gower2009-12-209-1/+15
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-2045-147/+68
* Fix double free(). Found by Kosmaty (Issue 33). Thanks.graham.gower2009-12-181-1/+0
* Rearrange and clean up formatting.graham.gower2009-12-181-265/+249
* Move args.c contents into src/opkg-cl.c.graham.gower2009-12-185-294/+250
* Running a script does not change the state, modifying the state flags does.graham.gower2009-12-172-1/+1
* Move libopkg.c out into the src dir. It shouldn't be part of the library.graham.gower2009-12-177-70/+9
* Allow GLOB_NOMATCH, which also occurs if the leading dir does not exist.graham.gower2009-12-171-2/+14
* Spacing.graham.gower2009-12-171-1/+1
* Add a message callback function to the config struct for libopkg users.graham.gower2009-12-172-3/+18
* Be slightly less verbose at INFO message level.graham.gower2009-12-171-3/+3
* Print \n where needed.graham.gower2009-12-172-1/+2
* Don't mask variable of wider scope.graham.gower2009-12-151-2/+1