summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix the bug where lock file was not removedDenys Vlasenko2009-09-097-18/+22
* GetAndSetLock: simplify. old code was racyDenys Vlasenko2009-09-091-29/+39
* remove unnecessary variable from last commitDenys Vlasenko2009-09-091-2/+1
* eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used insteadDenys Vlasenko2009-09-093-41/+42
* make GetNextFile close directory fd when the search is overDenys Vlasenko2009-09-092-22/+23
* four more more string& -> char* conversions. -2kDenys Vlasenko2009-09-093-10/+10
* replace one const string& parameter with const char*. almost -1k of code (!)Denys Vlasenko2009-09-092-2/+2
* minor fix to TicketUploaderJiri Moskovcak2009-09-091-1/+2
* man page for ticket uploaderZdenek Prikryl2009-09-081-0/+55
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-09-081-2/+8
|\
| * remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-081-2/+8
* | added ticket uploader plugin (gavin@redhat.com)Zdenek Prikryl2009-09-085-3/+820
* | Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-09-087-87/+107
|\|
| * make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-083-31/+48
| * style fixes, trivial code changes onlyDenys Vlasenko2009-09-083-43/+41
| * preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-13/+18
* | Some simple changes to SOSreport plugin. (gavin@redhat.com)Zdenek Prikryl2009-09-072-5/+60
|/
* Add checker if bugzilla login and password are filled in.Nikola Pajkovsky2009-09-071-19/+24
* Add new config option InstallDebuginfo into CCpp.confNikola Pajkovsky2009-09-073-3/+23
* typedef cleanup. no code changesDenys Vlasenko2009-09-042-4/+3
* Change report logic.Nikola Pajkovsky2009-09-031-22/+25
* if login fails, then bugzilla tries to find a bug without loginZdenek Prikryl2009-09-032-3/+30
* add gettext support for all pluginsNikola Pajkovsky2009-09-0211-31/+47
* fix map_string_string_t typedef name to map_string_t; silly optimizationsDenys Vlasenko2009-09-021-1/+1
* move die_out_of_memory() to abrtlibDenys Vlasenko2009-09-012-16/+11
* Build fixesJiri Moskovcak2009-08-311-1/+1
* remove unused CObserver::Debug methodDenys Vlasenko2009-08-281-1/+0
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-275-27/+7
* resolved: Ticket #70: Be more paranoid about Bugzilla.conf permissionsNikola Pajkovsky2009-08-271-0/+1
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-272-3/+1
* eliminate global variable g_cwDenys Vlasenko2009-08-271-2/+2
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-272-6/+4
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-2612-48/+74
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-263-26/+16
* resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned c...Nikola Pajkovsky2009-08-262-4/+5
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-261-19/+2
* move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole userDenys Vlasenko2009-08-253-281/+0
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-08-252-6/+30
|\
| * Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-252-32/+31
| |\
| * | fixed sql command for update from v1->v2Zdenek Prikryl2009-08-252-6/+30
* | | more sensible loggingDenys Vlasenko2009-08-254-24/+18
| |/ |/|
* | BZ#518413 PATCH ... furious kerneloops reportingAnton Arapov2009-08-252-32/+31
|/
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtDaniel Novotny2009-08-252-7/+2
|\
| * eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-251-2/+2
| * nuke unused variableDenys Vlasenko2009-08-251-5/+0
* | add new parameter to FileTransfer pluginDaniel Novotny2009-08-252-3/+24
|/
* 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-253-3/+3
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-241-1/+1
|\
| * LOGGER: return valid uri of the log file on succesJiri Moskovcak2009-08-241-1/+1