summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
Commit message (Expand)AuthorAgeFilesLines
* add support for \" escaping in config fileDenys Vlasenko2009-11-181-1/+3
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-161-7/+25
* minor spec file fix, disabled compiling of firefox analyzerJiri Moskovcak2009-11-161-11/+11
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-1313-17/+15
* added firefox plugindanny2009-11-133-1/+1086
* lib/Plugins/Mailx.cpp,TicketUploader.cpp: simplify (-7k)Denys Vlasenko2009-11-123-125/+111
* SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but noDenys Vlasenko2009-11-121-18/+4
* Factored ParseArgNikola Pajkovsky2009-11-122-62/+3
* KerneloopsSysLog: fix breakage in code which detects abrt markerDenys Vlasenko2009-11-111-2/+2
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-1017-170/+149
* make syslog detection more robust; add oops examples (fixes #533901)Denys Vlasenko2009-11-101-52/+38
* applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils.Denys Vlasenko2009-11-093-275/+447
* prevent gdb from i18izing its outputDenys Vlasenko2009-11-091-0/+12
* fix and update ratingdanny2009-11-091-7/+6
* fix my thinko in rate code. run testedDenys Vlasenko2009-11-091-1/+1
* lib/Plugins/CCpp: simpler rating code (do not painfully concatenate byte-by-b...Denys Vlasenko2009-11-091-22/+33
* reinstate code which returns rating 0 on empty backtracesDenys Vlasenko2009-11-091-1/+5
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-0622-111/+60
* fix fallount from string types shufflingDenys Vlasenko2009-11-061-3/+3
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-066-27/+21
* make exception handling lighterDenys Vlasenko2009-11-061-2/+2
* lib/Plugins/FileTransfer: massive surgeryDenys Vlasenko2009-11-065-275/+159
* lib/Plugins/FileTransfer.cpp: another s/string&/char*/Denys Vlasenko2009-11-062-32/+28
* mass replace of const string& params by const char*Denys Vlasenko2009-11-0614-102/+70
* removal of needlessly global functionsDenys Vlasenko2009-11-054-62/+56
* const string& -> const char* conversionDenys Vlasenko2009-11-052-2/+1
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-059-52/+77
* lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 alwaysDenys Vlasenko2009-11-032-191/+232
* fix more warnings (these were harmless, but still...)Denys Vlasenko2009-11-031-1/+0
* lib/Plugins/CCpp.cpp: fix "too few arguments for format"Denys Vlasenko2009-11-031-1/+1
* Kerneloopscanner: small fix to make it work on x86_64Jiri Moskovcak2009-11-031-1/+2
* kerneloop has uid = -1 newNikola Pajkovsky2009-11-031-6/+6
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-025-19/+82
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-0112-15/+116
* CCpp.conf: add DebugInfoCacheMB option (ignored for now)Denys Vlasenko2009-11-013-10/+26
* implement abrtd -t TIMEOUT_IN_SECDenys Vlasenko2009-10-311-11/+10
* lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-301-0/+1
* move logger's report text creation to lib/Utils/make_descr.cppDenys Vlasenko2009-10-301-69/+10
* lib/Plugins/Bugzilla: generate less sparse bug report commentsDenys Vlasenko2009-10-301-50/+2
* lib/Plugins/Bugzilla: better message at login failureDenys Vlasenko2009-10-301-7/+17
* document a bad interaction with keyringDenys Vlasenko2009-10-301-10/+24
* lib/Plugins/CCpp: use /var/run instead of /tmp for tempdirDenys Vlasenko2009-10-301-1/+2
* Bugzilla: fix some memory leaks. More reamins on error path...Denys Vlasenko2009-10-302-51/+46
* Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data filesDenys Vlasenko2009-10-302-34/+31
* Added Catcut.GTKBuilderJiri Moskovcak2009-10-292-2/+187
* CCpp: added missing Close()Jiri Moskovcak2009-10-291-0/+1
* Enable new debuginfo downloading codeDenys Vlasenko2009-10-292-54/+50
* Normal user can see kerneloops and report itNikola Pajkovsky2009-10-294-12/+46
* dumpoops: add -s option to dump results to stdoutDenys Vlasenko2009-10-293-22/+29
* Kerneloops: remove two classes, vector_string_t works as goodDenys Vlasenko2009-10-295-74/+26