Commit Graph

20 Commits

Author SHA1 Message Date
Richard Hughes
690aaefe06 trivial: add a link to packagekit to fix the make check 2008-09-17 13:13:29 +01:00
Richard Hughes
a30fc59bed trivial: move the common python dispatcher bits into backend.py 2008-09-17 10:49:13 +01:00
Richard Hughes
76a6827e5d bugfix: split the dispatcher commands using tab else we don't handle filenames with spaces in them correctly 2008-09-17 10:24:33 +01:00
Richard Hughes
ab9665b5a2 trivial: update dispatcher to how i would like it to look 2008-09-05 16:49:19 +01:00
Richard Hughes
853700b40a trivial: add a test dispatcher script 2008-09-05 15:24:38 +01:00
Richard Hughes
e02c426a85 trivial: correct the stdout from the profiling script 2008-09-05 15:18:35 +01:00
Richard Hughes
768cc50222 bugfix: In PkSpawn don't convert stdout from the C locale to UTF-8, as some backends are quite capable of outputting valid UTF-8 themselves.
We already do UTF8 validation in the pk_strsafe() function, so the conversion is safe to remove.
2008-06-13 08:43:47 +01:00
Richard Hughes
5077185f3e feature: Add PkCatalog for installing catalogs of applications. Catalog is the new name for Bundle 2008-06-06 16:09:01 +01:00
Richard Hughes
4241a2e108 add the source filter 2008-05-15 16:24:21 +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
12f8fc32ee allow passing environment parameters to pk_spawn_argv 2008-05-15 12:45:02 +01:00
Richard Hughes
542f4519a5 remove the stderr path as the two streams sometimes get unsynronised 2008-03-25 18:54:12 +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
Richard Hughes
43fcdb86d4 fix conflict 2008-03-04 15:26:12 +00:00
Richard Hughes
dd59875115 add a type parameter to the package signal so we can understand different types in the client tools 2008-03-03 19:26:43 +00:00
Richard Hughes
0665495f6f make output more like what we send 2008-02-17 20:36:21 +00:00
Richard Hughes
25f597189a more waf goodness 2007-11-09 23:49:27 +00:00
Richard Hughes
2bf60238ce run a large spawn for a lot of data 2007-11-04 21:00:07 +00:00
Richard Hughes
3e44e7076f add a test for the SIGQUIT stuff 2007-10-21 23:10:48 +01:00
Richard Hughes
fcbe8779f7 dist the test files so the PkSpawn backend can do it's unit tests in make distcheck 2007-10-19 10:15:20 +01:00