summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Expand)AuthorAgeFilesLines
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-022-15/+4
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-014-11/+25
* disabled kerneloops in config fileJiri Moskovcak2009-10-311-1/+2
* implement abrtd -t TIMEOUT_IN_SECDenys Vlasenko2009-10-314-88/+105
* lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-301-1/+3
* *: wire up /var/run/abrt in a few more placesDenys Vlasenko2009-10-302-1/+2
* abrt-debuginfo-install: tweaked commentDenys Vlasenko2009-10-301-3/+4
* 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
* blacklisted nspluginwrapper, because it causes too many useless reportsJiri Moskovcak2009-10-291-1/+1
* forgot return back 120 = KernelscannerNikola Pajkovsky2009-10-291-1/+1
* Normal user can see kerneloops and report itNikola Pajkovsky2009-10-293-4/+28
* updates to abrt-debuginfo-install (but it is still ifdef'ed out)Denys Vlasenko2009-10-231-48/+61
* abrtd: remove accesses to ~user/.abrtDenys Vlasenko2009-10-222-73/+82
* optimizationsDenys Vlasenko2009-10-222-19/+17
* Use defines instead of strings where possible.Karel Klic2009-10-211-1/+1
* abrt-debuginfo-install: expand docDenys Vlasenko2009-10-191-8/+15
* abrt-debuginfo-install: add mini-docDenys Vlasenko2009-10-191-8/+50
* wire up abrt-debuginfo-install to lib/Plugins/CCpp.cppDenys Vlasenko2009-10-191-11/+51
* adding abrt-debuginfo-install scriptDenys Vlasenko2009-10-162-1/+139
* made polkit policy to be more permissiveJiri Moskovcak2009-10-151-2/+2
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-10-129-40/+31
|\
| * removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-096-24/+3
| * *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-096-17/+29
* | abrt->abrtd in Usage msgKarel Klic2009-10-071-1/+1
|/
* rename abrt.8 to abrtd.8Denys Vlasenko2009-10-062-1/+1
* removed unsecure reading/writting from ~HOME directoryJiri Moskovcak2009-10-052-5/+20
* fix all instances of dent->d_type == DT_REG checksDenys Vlasenko2009-09-301-2/+1
* set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information fr...Nikola Pajkovsky2009-09-291-6/+38
* build fix for prev commitDenys Vlasenko2009-09-291-1/+1
* add support for abrtd autostartDenys Vlasenko2009-09-293-2/+13
* add 16k cap for comment and how to reproduceNikola Pajkovsky2009-09-251-0/+32
* abrtd: add an optional 2nd parameter to Report dbus callDenys Vlasenko2009-09-242-89/+63
* typo fix. no code changesDenys Vlasenko2009-09-221-1/+1
* fixed savind comments and how to reproduce filesZdenek Prikryl2009-09-211-17/+27
* better logic for deleting crashes from overflowing /var/cache/abrtDenys Vlasenko2009-09-211-17/+37
* comments and how to reproduce are stored nowNikola Pajkovsky2009-09-212-0/+38
* reduce verbosity a bitDenys Vlasenko2009-09-211-8/+10
* fixed action name for inst. debuginfosdnovotny2009-09-161-2/+2
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-1/+1
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-184-16/+8
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-181-3/+4
* translate correctionNikola Pajkovsky2009-09-181-1/+1
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-173-192/+2
* new polkit action for installing debuginfo, default "yes"dnovotny2009-09-161-0/+11
* Merge branch 'master' into experimentalNikola Pajkovsky2009-09-171-14/+16
|\
| * Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-171-14/+16
* | add dbus signalization when quota exceededNikola Pajkovsky2009-09-174-0/+13
|/
* remove C++ dbus glue in src/CLI; fix a bug in --reportDenys Vlasenko2009-09-171-351/+28
* convert a few string& params to char*Denys Vlasenko2009-09-153-23/+23