Age | Commit message (Expand) | Author | Files | Lines |
2009-10-27 | Add the missing InstallSignature role from the backend auto-detection. Fixes ... | Richard Hughes | 1 | -0/+2 |
2009-10-14 | Add a vtable entry get_roles() to allow the backend to override what is adver... | Richard Hughes | 2 | -1/+9 |
2009-10-08 | Don't prompt for the authentication dialog when we set the proxy to the same ... | Richard Hughes | 1 | -8/+56 |
2009-10-07 | bugfix: ensure we emulate FINISHED correctly for non-simultanous backends | Richard Hughes | 1 | -4/+12 |
2009-10-07 | When cancelling, don't check the UID if the sender matches | Richard Hughes | 1 | -12/+24 |
2009-10-06 | Ensure we save the proxy to the database even without PolicyKit | Richard Hughes | 1 | -25/+42 |
2009-10-03 | trivial: Fix up more brokenness from the UNKNOWN to LAST change | Richard Hughes | 3 | -7/+7 |
2009-10-01 | trivial: Rename the 'idle' parameter to 'background' to better describe what ... | Richard Hughes | 7 | -67/+69 |
2009-10-01 | trivial: improve the grammar in one of the error messages | Richard Hughes | 1 | -1/+1 |
2009-10-01 | trivial: remove pk_backend_xet_current_tid() and make it a property on PkBackend | Richard Hughes | 3 | -32/+23 |
2009-10-01 | trivial: remove pk_backend_get_role() and make it a property on PkBackend | Richard Hughes | 2 | -23/+15 |
2009-10-01 | trivial: remove pk_backend_get_status() and make it a property on PkBackend | Richard Hughes | 2 | -1/+15 |
2009-10-01 | trivial: proxy the idle state from PkBackend to PkSpawn | Richard Hughes | 1 | -0/+5 |
2009-10-01 | trivial: remove pk_backend_set_is_idle() and make it a property on PkBackend | Richard Hughes | 3 | -14/+58 |
2009-10-01 | Remove pk_spawn_set_allow_sigkill() and make it a property on PkSpawn | Richard Hughes | 3 | -25/+31 |
2009-10-01 | Use different values of BackendSpawnNiceValue and BackendSpawnIdleIO when we ... | Richard Hughes | 1 | -2/+9 |
2009-10-01 | glib2: add an 'idle' parameter to PkSpawn, which does nothing | Richard Hughes | 1 | -12/+69 |
2009-10-01 | feature: Schedule non-idle tasks before idle tasks | Richard Hughes | 3 | -14/+81 |
2009-09-30 | Store the is-idle information in the backend and use it as a policy choice | Richard Hughes | 4 | -13/+29 |
2009-09-30 | Merge branch 'master' into set-hints | Richard Hughes | 2 | -11/+12 |
2009-09-30 | trivial: rename PkBackendTristate to PkTristate as we'll want to use this out... | Richard Hughes | 2 | -11/+12 |
2009-09-30 | spec: Deprecate SetLocale and add another method to replace it, SetHints | Richard Hughes | 3 | -0/+176 |
2009-09-30 | feature: Add an option to use idle bandwidth twhen we are getting the update ... | Richard Hughes | 3 | -29/+58 |
2009-09-29 | Add a compile time agreement of API unstableness in any external tools using ... | Richard Hughes | 1 | -0/+4 |
2009-09-29 | trivial: update some gitignore files | Richard Hughes | 1 | -0/+1 |
2009-09-25 | trivial: use g_ptr_array_new_with_free_func() in another place | Richard Hughes | 1 | -3/+2 |
2009-09-24 | trivial: don't exit the daemon if DBus is not accepting connections. Should n... | Richard Hughes | 1 | -1/+4 |
2009-09-24 | trivial: don't use g_print in the daemon for the list, it spams dbus-daemon w... | Richard Hughes | 1 | -1/+1 |
2009-09-24 | spec: Add OR delimiters to SearchName, SearchDetails, SearchGroup, SearchFile... | Richard Hughes | 1 | -0/+60 |
2009-09-24 | trivial: rename the search parameter in the searching methods to be values | Richard Hughes | 5 | -68/+68 |
2009-09-22 | trivial: change the glib2 errorcode handling routines from add to set, as the... | Richard Hughes | 2 | -2/+2 |
2009-09-22 | trivial: fix up all the issues reported from clang | Richard Hughes | 3 | -8/+1 |
2009-09-21 | trivial: the glib2 paramter for the message type should be 'type', not 'message' | Richard Hughes | 1 | -3/+3 |
2009-09-16 | Don't include the global header in the daemon, it'll introduce name clashes i... | Richard Hughes | 22 | -21/+36 |
2009-09-16 | bugfix: Ensure we invalidate the updates cache everytime the daemon sends upd... | Richard Hughes | 1 | -12/+5 |
2009-09-15 | glib2: unexport pk_va_list_to_argv() as the daemon is the only user | Richard Hughes | 2 | -9/+81 |
2009-09-15 | glib2: unexport pk_iso8601_difference() as the daemon is the only user | Richard Hughes | 1 | -1/+40 |
2009-09-15 | glib2: unexport pk_error_code_is_need_untrusted() as the daemon is the only user | Richard Hughes | 1 | -1/+22 |
2009-09-15 | glib2: unexport pk_strvalidate() and pk_strsafe() as the daemon is the only user | Richard Hughes | 2 | -15/+175 |
2009-09-15 | trivial: fix self check on Fedora | Richard Hughes | 1 | -1/+1 |
2009-09-15 | trivial: move the main egg-x.[c|h] files into src/ and symlink to them there | Richard Hughes | 6 | -6/+1306 |
2009-09-15 | spec: Depreciate ::Locked() and ::NetworkStateChanged() and add properties an... | Richard Hughes | 2 | -2/+111 |
2009-09-14 | trivial: rename some signal defines | Richard Hughes | 1 | -23/+23 |
2009-09-14 | spec: Add a per-Transaction ::Changed(void) signal and deprecate the other si... | Richard Hughes | 2 | -125/+186 |
2009-09-14 | spec: Add a new Speed property to the interface as some users are demanding a... | Richard Hughes | 3 | -0/+43 |
2009-09-14 | Export ElapsedTime and RemainingTime as properties on the Transaction inferface | Richard Hughes | 2 | -8/+52 |
2009-09-11 | bugfix: fix up GetOldTransactions to use PkItemTransaction which fixes a segf... | Richard Hughes | 1 | -78/+26 |
2009-09-11 | bugfix: do the legacy fallback in the daemon, not generally, else we try to r... | Richard Hughes | 2 | -3/+11 |
2009-09-11 | trivial: fix a tiny issue pointed out by clang | Richard Hughes | 1 | -1/+1 |
2009-09-10 | internal: Use PkResults in PkTransaction to make things simpler | Richard Hughes | 2 | -47/+98 |