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