summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-301-22/+28
* a few fixes in automatic reporterNikola Pajkovsky2009-11-301-1/+1
* Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kern...Nikola Pajkovsky2009-11-261-0/+22
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-261-52/+6
* whitespace cleanupsDenys Vlasenko2009-11-181-2/+2
* continuing s/std::string&/char*/gDenys Vlasenko2009-11-161-1/+1
* Daemon properly checks /var/cache/abrt attributesKarel Klic2009-11-121-17/+19
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-5/+6
* make "InformAllUsers" crashes be recorded with UID=-1 in dbDenys Vlasenko2009-11-091-13/+0
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-1/+1
* make exception handling lighterDenys Vlasenko2009-11-061-2/+2
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-16/+21
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-27/+23
* abrtd: call res_init() if /etc/resolv.conf or friends were changedDenys Vlasenko2009-11-041-0/+30
* lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 alwaysDenys Vlasenko2009-11-031-2/+11
* kerneloop has uid = -1 newNikola Pajkovsky2009-11-031-4/+2
* abrtd: fix bad interaction with -T SEC code and !-dDenys Vlasenko2009-11-021-4/+11
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-021-13/+2
* implement abrtd -t TIMEOUT_IN_SECDenys Vlasenko2009-10-311-71/+96
* *: wire up /var/run/abrt in a few more placesDenys Vlasenko2009-10-301-0/+1
* fix incorrect logic for checking/correcting directory ownerDenys Vlasenko2009-10-301-1/+1
* reenable sanitization of /var/cache/abrt; create abrt-di (debuginfo cache) tooDenys Vlasenko2009-10-301-16/+22
* Normal user can see kerneloops and report itNikola Pajkovsky2009-10-291-3/+24
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-10-121-9/+5
|\
| * removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-091-7/+3
| * *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-3/+3
* | abrt->abrtd in Usage msgKarel Klic2009-10-071-1/+1
|/
* add support for abrtd autostartDenys Vlasenko2009-09-291-2/+6
* abrtd: add an optional 2nd parameter to Report dbus callDenys Vlasenko2009-09-241-3/+4
* typo fix. no code changesDenys Vlasenko2009-09-221-1/+1
* better logic for deleting crashes from overflowing /var/cache/abrtDenys Vlasenko2009-09-211-17/+37
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-1/+0
* translate correctionNikola Pajkovsky2009-09-181-1/+1
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-171-1/+0
* add dbus signalization when quota exceededNikola Pajkovsky2009-09-171-0/+1
* trailing whitespace removedDenys Vlasenko2009-09-151-1/+1
* disabled sanitize_dump_dir_rights() in daemon, as it conflicts with python hookJiri Moskovcak2009-09-141-1/+5
* abrtd: check, and change if necessary, mode and owner on the dump dirDenys Vlasenko2009-09-091-3/+20
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-3/+3
* Daemon.cpp: improve dbus API doc in comments. no code changesDenys Vlasenko2009-09-081-3/+19
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-081-7/+2
* preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-1/+2
* correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-071-6/+6
* use CRPM class only in MiddleWare.cppDenys Vlasenko2009-09-071-3/+1
* abrtd: make it verbose only on -v[vvvv]Denys Vlasenko2009-09-041-39/+45
* typedef cleanup. no code changesDenys Vlasenko2009-09-041-20/+19
* abrtd: move FindNewDumps() out of init sectionDenys Vlasenko2009-09-041-16/+19
* abrtd: much more extensive logging at start. to be hidden under -v laterDenys Vlasenko2009-09-041-41/+80
* abrtd: additional logging on initialization failureDenys Vlasenko2009-09-041-2/+10
* Settings: add comments, do some trivial simplificationsDenys Vlasenko2009-09-031-3/+3