summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* removed the rest of python abrtutils wrapperJiri Moskovcak2009-11-155-530/+1
* disable lib/Python, we don't use it anymore (run tested)Denys Vlasenko2009-11-131-1/+2
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-1313-17/+15
* added firefox plugindanny2009-11-133-1/+1086
* disable compilation of the rest of socket codeDenys Vlasenko2009-11-121-1/+1
* 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-124-20/+37
* forgot erase debug information for meNikola Pajkovsky2009-11-121-2/+0
* Factored ParseArgNikola Pajkovsky2009-11-124-62/+36
* 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-1019-170/+188
* 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-096-275/+554
* prevent gdb from i18izing its outputDenys Vlasenko2009-11-091-0/+12
* make IsTextFile more cleverDenys Vlasenko2009-11-091-7/+21
* fix and update ratingdanny2009-11-091-7/+6
* continuing s/string&/char*/ bit-by-bitDenys Vlasenko2009-11-091-8/+8
* 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-0624-114/+76
* 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-069-76/+91
* make exception handling lighterDenys Vlasenko2009-11-061-2/+2
* lib/Plugins/FileTransfer: massive surgeryDenys Vlasenko2009-11-066-275/+181
* 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-0620-228/+127
* removal of needlessly global functionsDenys Vlasenko2009-11-054-62/+56
* const string& -> const char* conversionDenys Vlasenko2009-11-053-16/+12
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-0510-52/+90
* 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
* uint64_t changed to int64_tNikola Pajkovsky2009-11-032-2/+2
* kerneloop has uid = -1 newNikola Pajkovsky2009-11-033-9/+10
* make_description_xxx: do not report empty fieldsDenys Vlasenko2009-11-022-1/+6
* s/CC_DBUS_/ABRTD_DBUS_/gDenys Vlasenko2009-11-021-3/+3
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-027-30/+116
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-0113-15/+117
* CCpp.conf: add DebugInfoCacheMB option (ignored for now)Denys Vlasenko2009-11-013-10/+26
* implement abrtd -t TIMEOUT_IN_SECDenys Vlasenko2009-10-312-12/+14
* lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-304-58/+51
* move logger's report text creation to lib/Utils/make_descr.cppDenys Vlasenko2009-10-303-69/+76
* lib/Plugins/Bugzilla: generate less sparse bug report commentsDenys Vlasenko2009-10-304-60/+101
* 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-303-34/+34