| Commit message (Expand) | Author | Age | Files | Lines |
* | - split the loading part of opkg_conf_init() out into opkg_conf_load() | google@wwsnet.net | 2010-09-12 | 3 | -20/+29 |
|
|
* | fix compile issues on OS X and FreeBSD | google@wwsnet.net | 2010-09-12 | 2 | -0/+2 |
|
|
* | implement --force-postinstall option, this allows forcing the execution of po... | google@wwsnet.net | 2010-09-12 | 3 | -1/+3 |
|
|
* | Accept a leading "./" for the control file name, but don't mandate it. | graham.gower | 2010-08-24 | 1 | -2/+1 |
|
|
* | Remove stray semicolon. | graham.gower | 2010-08-24 | 1 | -1/+1 |
|
|
* | Add Recommended packages to the depended_upon_by field. | graham.gower | 2010-08-18 | 1 | -32/+38 |
|
|
* | Ensure Pre-Depended and Recommended packages can be autoremoved. | graham.gower | 2010-08-18 | 1 | -1/+3 |
|
|
* | Allow blacklisting a package in the status file. | graham.gower | 2010-08-18 | 2 | -4/+9 |
|
|
* | Remove trailing whitespace. Sorry if this breaks your patches. | graham.gower | 2010-08-17 | 34 | -239/+239 |
|
|
* | Remove outdated comment regarding an old bug. | graham.gower | 2010-08-17 | 1 | -1/+1 |
|
|
* | Fix infinite loop in list_upgradable in libopkg. | graham.gower | 2010-07-12 | 1 | -1/+1 |
|
|
* | Don't unlink the lock file in the event that it cannot be locked. | graham.gower | 2010-07-07 | 1 | -6/+9 |
|
|
* | Be consistent in how to check return codes for these functions. | graham.gower | 2010-06-28 | 1 | -2/+2 |
|
|
* | Improve error propagation. | graham.gower | 2010-06-28 | 1 | -36/+34 |
|
|
* | Fix --force-reinstall by removing special case code. Just remove the pkg first. | graham.gower | 2010-06-21 | 5 | -32/+44 |
|
|
* | Minor cleanup/simplification. | graham.gower | 2010-06-21 | 1 | -7/+14 |
|
|
* | Claim ownership of a file if the previous owner has obsoleted it. | graham.gower | 2010-06-10 | 1 | -3/+6 |
|
|
* | Promote file removal message from INFO to NOTICE. | graham.gower | 2010-06-10 | 1 | -1/+1 |
|
|
* | String the offline root path from the file_name in file_hash_get_file_owner(). | graham.gower | 2010-06-10 | 1 | -1/+8 |
|
|
* | Correctly update the obs_file_hash in offline root mode. | graham.gower | 2010-06-10 | 1 | -1/+1 |
|
|
* | Fix check_data_file_clashes() for offline root mode. (almost anyway) | graham.gower | 2010-06-10 | 1 | -9/+6 |
|
|
* | Check that a file belongs to the package before removing it | graham.gower | 2010-06-07 | 1 | -0/+5 |
|
|
* | Bump maximum message length from 256 to 4096. | graham.gower | 2010-06-01 | 1 | -1/+1 |
|
|
* | Add a message for the case that no installation candidate can be found. | graham.gower | 2010-04-29 | 1 | -1/+3 |
|
|
* | Don't use c++ reserved word in header. Remove void* cast. | graham.gower | 2010-03-14 | 1 | -14/+14 |
|
|
* | Upgrade message from NOTICE to ERROR. | graham.gower | 2010-03-04 | 1 | -1/+1 |
|
|
* | Downgrade message from ERROR to NOTICE. | graham.gower | 2010-03-04 | 1 | -1/+1 |
|
|
* | Use ordered list when configuring packages. | pixdamix | 2010-02-10 | 1 | -2/+2 |
|
|
* | Make the error message easier to read for multiple unsatisfied dependencies. | graham.gower | 2010-02-09 | 1 | -1/+1 |
|
|
* | Propagate errors up the call stack. Patch by Jens Erdmann <j.erdmann@road.de>. | graham.gower | 2010-01-27 | 2 | -26/+35 |
|
|
* | Don't print an error if trying to write status file to a read only filesystem. | graham.gower | 2010-01-11 | 1 | -1/+1 |
|
|
* | Don't try to close the file if its not open. | graham.gower | 2010-01-11 | 1 | -1/+1 |
|
|
* | Print an error in the case of a broken control.tar.gz file within the archive. | graham.gower | 2010-01-11 | 1 | -1/+6 |
|
|
* | s/dependences/dependencies/ Pointed out by klemmster in Issue 40. | graham.gower | 2010-01-11 | 3 | -3/+3 |
|
|
* | Fail if cache_dir is specified and not a directory | pixdamix | 2010-01-11 | 1 | -0/+7 |
|
|
* | --download-only download using original names | pixdamix | 2010-01-05 | 1 | -1/+9 |
|
|
* | Add an option to download packages but do not install/upgrade anything | pixdamix | 2010-01-05 | 3 | -12/+27 |
|
|
* | Add a configure flag to specify the lockfile path | pixdamix | 2009-12-28 | 2 | -3/+3 |
|
|
* | Write out status files and file lists in opkg_upgrade_all(). | graham.gower | 2009-12-21 | 1 | -0/+4 |
|
|
* | Return negative error code from opkg_download(), not curl error codes. | graham.gower | 2009-12-21 | 2 | -18/+7 |
|
|
* | Set the arch_priority when parsing the Architecture. | graham.gower | 2009-12-20 | 3 | -46/+18 |
|
|
* | Include config.h to pull in HAVE_* macros where needed. | graham.gower | 2009-12-20 | 9 | -1/+15 |
|
|
* | Initial stab at untangling the #include maze. Probably needs a second pass. | graham.gower | 2009-12-20 | 43 | -141/+63 |
|
|
* | Move args.c contents into src/opkg-cl.c. | graham.gower | 2009-12-18 | 4 | -290/+1 |
|
|
* | Running a script does not change the state, modifying the state flags does. | graham.gower | 2009-12-17 | 2 | -1/+1 |
|
|
* | Move libopkg.c out into the src dir. It shouldn't be part of the library. | graham.gower | 2009-12-17 | 4 | -153/+1 |
|
|
* | Allow GLOB_NOMATCH, which also occurs if the leading dir does not exist. | graham.gower | 2009-12-17 | 1 | -2/+14 |
|
|
* | Spacing. | graham.gower | 2009-12-17 | 1 | -1/+1 |
|
|
* | Add a message callback function to the config struct for libopkg users. | graham.gower | 2009-12-17 | 2 | -3/+18 |
|
|
* | Be slightly less verbose at INFO message level. | graham.gower | 2009-12-17 | 1 | -3/+3 |
|
|