Commit Graph

16 Commits

Author SHA1 Message Date
Richard Hughes
b236533532 Revert "Revert "change the default of RefreshCacheScanDesktopFiles and RefreshCacheUpdatePackageList to true. Distros that have slow methods may want to disable these""
This reverts commit 0da977a67e.
2008-09-23 14:11:50 +01:00
Richard Hughes
0da977a67e Revert "change the default of RefreshCacheScanDesktopFiles and RefreshCacheUpdatePackageList to true. Distros that have slow methods may want to disable these"
This reverts commit 5977bf8353.
2008-09-22 11:02:21 +01:00
Richard Hughes
5977bf8353 change the default of RefreshCacheScanDesktopFiles and RefreshCacheUpdatePackageList to true. Distros that have slow methods may want to disable these 2008-09-19 12:55:06 +01:00
Richard Hughes
c653424f32 feature: add two new variables (default off) for auto cache refreshing 2008-09-07 19:13:51 +01:00
Richard Hughes
e906784c45 allow the backend to force the dispatcher to close after a timeout in the config file 2008-09-06 12:04:30 +01:00
Richard Hughes
3f2f41bd49 add pk_control_set_proxy so we can trivially set the proxy from client programs 2008-05-16 15:38:10 +01:00
Richard Hughes
724c328d40 add support for http and ftp proxy servers in the daemon. This requires all backends DTRT:
* For threaded backends you can do pk_backend_get_proxy_http() and pk_backend_get_proxy_ftp() if your backend supports either of these download methods.
* For spawned backends you need to use the environment http_proxy and ftp_proxy variables.
* for DBUS backends there is a method send called SetProxy() which can be used to setup proxy state. This is sent straight after Init() is called.

The format of the proxy string is username:password@server:port -- it's not ideal but will cover 99% of the user base.
2008-05-15 13:19:19 +01:00
Richard Hughes
16677b11df add some extra switches to the config file for network handling 2008-05-01 16:09:46 +01:00
Richard Hughes
ca33f9a7e5 correct a key value we will use soon 2008-03-24 00:41:26 +00:00
Richard Hughes
33d9d78bea remove the waf build system. It's just oo unstable and unusable and is very bitrotted 2008-03-18 20:52:13 +00:00
Robin Norwood
2342a58d2f Make daemon shut down after 5 minutes instead of 1 2008-03-04 11:47:45 -05:00
Gustavo Carneiro
7c96ed73da Install to SYSCONFDIR instead of PREFIX/etc 2007-11-10 15:13:58 +00:00
Richard Hughes
03cfc15928 add more todo's for waf 2007-11-09 23:08:19 +00:00
Richard Hughes
079bc634f9 add some more wscript functionality 2007-11-09 16:48:01 +00:00
Richard Hughes
9c25389eb6 make the default backend xonfigure bit work 2007-09-08 00:15:19 +01:00
Richard Hughes
61746619ad add a config file 2007-09-07 20:37:37 +01:00