summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* include RIP/RIP lines in oops reportsDenys Vlasenko2009-11-201-92/+68
* fix a case where we don't process a crash if uid has no user recordDenys Vlasenko2009-11-201-4/+5
* Delete kerneloops fix.Karel Klic2009-11-201-2/+2
* include more info into oops (we were losing the stack dump)Denys Vlasenko2009-11-191-95/+101
* forgotten commaDenys Vlasenko2009-11-191-2/+2
* fix small bug in plugin loading codeDenys Vlasenko2009-11-191-0/+1
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-195-114/+43
* move Catcut's description generation to lib/Utils/make_descr.cppDenys Vlasenko2009-11-193-60/+78
* include abrt version in bug descriptionsDenys Vlasenko2009-11-183-3/+3
* ccpp: deal with const string& params; fix a bug in GetIndependentBuildIdPCDenys Vlasenko2009-11-181-30/+26
* lib/Plugins/CCpp.cpp: forgotten chunksDenys Vlasenko2009-11-181-5/+5
* ccpp hook: implemented ReadonlyLocalDebugInfoDirs directiveDenys Vlasenko2009-11-183-60/+93
* whitespace cleanupsDenys Vlasenko2009-11-184-4/+4
* add support for \" escaping in config fileDenys Vlasenko2009-11-182-9/+20
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-162-11/+29
* minor spec file fix, disabled compiling of firefox analyzerJiri Moskovcak2009-11-161-11/+11
* 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