summaryrefslogtreecommitdiffstats
path: root/lib/Utils
Commit message (Expand)AuthorAgeFilesLines
...
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-114-3/+7
* *: misc fixesDenys Vlasenko2010-01-115-10/+22
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-113-7/+7
* SOSreport/TicketUploader: use more restrictive file modesDenys Vlasenko2010-01-111-2/+2
* RunApp: safer chdir. Overhauled "sparn a child and get its output" in generalDenys Vlasenko2010-01-114-31/+128
* DebugDump: use more restrictive modesDenys Vlasenko2010-01-111-3/+14
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-071-1/+0
* moved get_cmdline() and daemon_is_ok() to abrtlibKarel Klic2009-12-182-0/+140
* prevent destructors from throwing exceptions; check curl_easy_init errorsDenys Vlasenko2009-12-164-2/+31
* fix all instances of atoi() usageDenys Vlasenko2009-12-153-1/+52
* don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109Jiri Moskovcak2009-12-151-0/+2
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-141-0/+12
* abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-111-0/+1
* remove one case when we write data needlessly; remove 2 unused funcsDenys Vlasenko2009-12-101-10/+0
* dbus lib: fix parsing of 0-element arrays. Fixes bug 95Denys Vlasenko2009-12-101-10/+12
* abrtd: add comment about ccpp/abrtd raceDenys Vlasenko2009-12-101-1/+1
* style fixes, no code changesDenys Vlasenko2009-12-102-4/+4
* *: 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