summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-0/+18
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-1/+2
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-8/+8
* style fixes, no code changesDenys Vlasenko2009-12-101-1/+1
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-1/+1
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-6/+6
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-2/+9
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-5/+1
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-5/+0
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-081-1/+1
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-081-2/+2
* abrtd: remove unused AnalyzeComplete dbus signalDenys Vlasenko2009-09-081-5/+0
* daemon: log DBus calls with -v; log file creation only with -vvvDenys Vlasenko2009-08-281-1/+0
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-271-7/+17
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-6/+6
* further simplify CObserver, CCommLayerServer, and CCrashWatcher classesDenys Vlasenko2009-08-261-4/+4
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-261-4/+5
* more sensible loggingDenys Vlasenko2009-08-251-10/+7
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-251-10/+12
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-251-2/+2
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-191-0/+248