summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* DebugDump: change directory locking code to use symlinks.Denys Vlasenko2009-10-292-14/+54
* 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
* KerneloopsScanner: do not use global variables needlesslyDenys Vlasenko2009-10-284-110/+90
* lib/Plugins/Catcut.cpp: fix two instances of use-after-freeDenys Vlasenko2009-10-271-37/+37
* adding experimental Catcut plugin. Run-testedDenys Vlasenko2009-10-274-1/+409
* trivial simplifications by removing redundant initializationsDenys Vlasenko2009-10-271-11/+9
* remove redundant return after throwDenys Vlasenko2009-10-271-1/+0
* simplify messags handlingDenys Vlasenko2009-10-272-6/+4
* simplify base64 conversionDenys Vlasenko2009-10-274-33/+90
* Bugzilla: simplifications: remove dead member m_bLoggedIn, use staticsDenys Vlasenko2009-10-262-32/+22
* small corrections to nicola's new xmlrpc codeDenys Vlasenko2009-10-261-14/+10