summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.h
Commit message (Expand)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-0/+18
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-2/+2
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-4/+4
* simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATALDenys Vlasenko2009-12-041-1/+1
* removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-091-1/+0
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-2/+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-1/+2
* abrtd: remove unused AnalyzeComplete dbus signalDenys Vlasenko2009-09-081-1/+0
* correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-071-1/+1
* Changed JobStarted to pure virtual methodJiri Moskovcak2009-08-311-0/+1
* remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-251-1/+0
* pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-251-4/+4
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-191-0/+37