summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-03bugfix: Fix a small memory leak in PkNetworkStackUnixRichard Hughes1-51/+68
2009-06-29throw an error if SearchGroup search term contains spacesMounir Lamouri (volkmar)1-0/+9
2009-06-29trivial: add licenses as a "possible" search field for SearchDetailsMounir Lamouri (volkmar)1-1/+1
2009-06-29pk-transaction checks if the given path in search-file is validMounir Lamouri (volkmar)2-0/+11
2009-06-04Reject files passed to InstallFiles() that are not supported by the backendRichard Hughes2-0/+83
2009-06-04Make GIO a hard build dependency and remove the conditional codeRichard Hughes4-171/+4
2009-06-03Never return FALSE from StateHasChanged(). Fixes rh#483164Richard Hughes1-7/+5
2009-06-01Rewrite the networking stack GObjects to derive from a common PkNetworkStack ...Richard Hughes16-1126/+918
2009-06-01Add ConnMan networking stack supportPeter J Zhu6-1/+575
2009-06-01Create a shared pk_backend_bool_to_text() helper to reduce copy&pasteRichard Hughes2-0/+12
2009-05-28Remove support for the unused gcov and gprof testing toolsRichard Hughes1-4/+0
2009-05-28Don't use --enable-developer, instead use DeveloperMode set in the config fileRichard Hughes2-11/+20
2009-05-28Don't opt out of tests in make dstcheck in some modules anymoreRichard Hughes3-18/+0
2009-05-27Add a prototype backend interface definition, but don't expose it on the bus yetRichard Hughes2-4/+108
2009-05-27Remove some markup from a translated stringRichard Hughes1-2/+2
2009-05-27When we search for the file list after an install or upgrade, use the local p...Richard Hughes1-13/+24
2009-05-27Fix a small memory leak when we check for session restartsRichard Hughes1-0/+2
2009-05-16Don't even ref the update cache if it's not being usedRichard Hughes2-6/+21
2009-05-16Don't cache the update detail, returning half results from the cache and half...Richard Hughes5-334/+0
2009-05-14Add three properties on the main interface with the runtime daemon versionsRichard Hughes2-2/+101
2009-05-14Add some self tests to PkEngine to ensure that the signals are being sent cor...Richard Hughes1-1/+185
2009-05-14Fix the logic of ::RestartSchedule and don't make changing the config file pr...Richard Hughes1-15/+44
2009-05-14Be more forgiving in the self test when checking the time to create a TIDRichard Hughes1-1/+1
2009-05-14Don't proxy RestartSchedule to PkNotify, only the daemon uses itRichard Hughes3-34/+1
2009-05-14When we do SuggestDaemonQuit with no transactions, exit the daemon using the ...Richard Hughes2-5/+24
2009-05-13Emit ::Destroy() in the dispose phase, as doing it in finalize is not proxied...Richard Hughes1-7/+23
2009-05-13Ensure we disconnect ::Finished() when we unref a transaction in the PkTransa...Richard Hughes1-3/+8
2009-05-10Ensure we send ::Finished() even when the dispatcher closed normally, to fix ...Richard Hughes1-6/+2
2009-05-10Don't use gboolean when we mean PkNetworkEnumRichard Hughes1-3/+3
2009-05-10Make PkNetworkUnix watch /proc/net/route and check for network state changes ...Richard Hughes1-1/+35
2009-05-10trivial variable renameRichard Hughes1-1/+1
2009-04-24Bugfix: Fix compile on FreeBSDRichard Hughes1-0/+4
2009-04-24bugfix: correct a typo which causes a compile error on FreeBSDRichard Hughes1-1/+1
2009-04-24bugfix: allow the dummy security model to authorise actionsRichard Hughes1-1/+1
2009-04-24bugfix: To fix spawned backends, http_proxy has to be a URI not a bare proxy....Richard Hughes1-2/+55
2009-04-23Add some self tests for the new pk_spawn_set_allow_sigkill() functionalityRichard Hughes1-1/+30
2009-04-23Allow a spawned backend to opt-out of the SIGKILL cancel process, and add a d...Richard Hughes2-0/+28
2009-04-23Add a method to disable SIGKILL in PkSpawnRichard Hughes2-3/+25
2009-04-15Add media change request support to the spawned backendSebastian Heinlein1-0/+19
2009-04-14trivial: fix the signal type of MediaChangeRequired to be sss (on wire) not u...Richard Hughes1-4/+4
2009-04-13Squashed commit of the following:Daniel Nicoletti4-0/+127
2009-04-09trivial: add some more details to an error failureRichard Hughes1-1/+3
2009-04-09feature: remove the DBus backend. The only user (apt) has switched to spawned...Richard Hughes4-1949/+0
2009-04-01bugfix: correct the allow-cancel duplicate logic so we don't remember the sta...Richard Hughes1-5/+48
2009-03-18bugfix: escape the ';' in the UpdateDetail:ChangeLog signal so we can send mo...Richard Hughes1-4/+3
2009-03-17bugfix: don't allow pk_backend_error_timeout_delay_cb() to be called more tha...Richard Hughes1-2/+6
2009-03-17feature: warn if there are any pending sources at the end of each self test s...Richard Hughes1-1/+1
2009-03-17trivial: formatting nitRichard Hughes1-1/+2
2009-03-17bugfix: don't store out job-id in a seporate file, as this adds 37ms to each ...Richard Hughes5-39/+216
2009-03-17trivial: decrease the speed of the SIGKILL spawn test as sometimes it can fin...Richard Hughes3-219/+4