summaryrefslogtreecommitdiffstats
path: root/lib/Utils
Commit message (Expand)AuthorAgeFilesLines
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-064-15/+31
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-032-35/+28
* hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB tooDenys Vlasenko2009-12-031-17/+10
* build fixesJiri Moskovcak2009-12-031-4/+5
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-302-7/+5
* a few fixes in automatic reporterNikola Pajkovsky2009-11-301-1/+1
* Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kern...Nikola Pajkovsky2009-11-262-0/+13
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-264-21/+142
* split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.Denys Vlasenko2009-11-251-5/+24
* bump text size threshold 1k -> 2kDenys Vlasenko2009-11-201-1/+1
* 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-193-99/+32
* move Catcut's description generation to lib/Utils/make_descr.cppDenys Vlasenko2009-11-192-4/+76
* whitespace cleanupsDenys Vlasenko2009-11-182-2/+2
* add support for \" escaping in config fileDenys Vlasenko2009-11-181-8/+17
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-161-4/+4
* disable compilation of the rest of socket codeDenys Vlasenko2009-11-121-1/+1
* SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but noDenys Vlasenko2009-11-123-2/+33
* forgot erase debug information for meNikola Pajkovsky2009-11-121-2/+0
* Factored ParseArgNikola Pajkovsky2009-11-122-0/+33
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-102-0/+39
* applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils.Denys Vlasenko2009-11-093-0/+107
* make IsTextFile more cleverDenys Vlasenko2009-11-091-7/+21
* continuing s/string&/char*/ bit-by-bitDenys Vlasenko2009-11-091-8/+8
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-062-3/+16
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-063-49/+70
* lib/Plugins/FileTransfer: massive surgeryDenys Vlasenko2009-11-061-0/+22
* mass replace of const string& params by const char*Denys Vlasenko2009-11-066-126/+57
* const string& -> const char* conversionDenys Vlasenko2009-11-051-14/+11
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-0/+13
* uint64_t changed to int64_tNikola Pajkovsky2009-11-032-2/+2
* kerneloop has uid = -1 newNikola Pajkovsky2009-11-032-3/+4
* 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-022-11/+34
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-0/+1
* implement abrtd -t TIMEOUT_IN_SECDenys Vlasenko2009-10-311-1/+4
* lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-303-58/+50
* move logger's report text creation to lib/Utils/make_descr.cppDenys Vlasenko2009-10-302-0/+66
* lib/Plugins/Bugzilla: generate less sparse bug report commentsDenys Vlasenko2009-10-303-10/+99
* Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data filesDenys Vlasenko2009-10-301-0/+3
* DebugDump: change directory locking code to use symlinks.Denys Vlasenko2009-10-292-14/+54
* simplify base64 conversionDenys Vlasenko2009-10-272-3/+84
* add bits of infrastructure needed for xmlprc code.Denys Vlasenko2009-10-265-0/+522
* backtrace rating saved with crash datadnovotny2009-10-131-0/+1
* Allow abrt_dbus.h to be included multiple times.Karel Klic2009-10-201-0/+5
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-1/+1
* fix all instances of dent->d_type == DT_REG checksDenys Vlasenko2009-09-302-10/+23