summaryrefslogtreecommitdiffstats
path: root/lib/Utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-291-2/+2
* fixed savind comments and how to reproduce filesZdenek Prikryl2009-09-211-1/+1
* comments and how to reproduce are stored nowNikola Pajkovsky2009-09-211-1/+2
* reduce verbosity a bitDenys Vlasenko2009-09-211-2/+2
* remove a few #include <iostream>'sDenys Vlasenko2009-09-183-3/+0
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-6/+1
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-182-1/+40
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-173-0/+214
* Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-173-358/+8
* remove C++ dbus glue in src/CLI; fix a bug in --reportDenys Vlasenko2009-09-173-0/+339
* merge correctiondnovotny2009-09-161-6/+3
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-161-0/+6
|\
| * moved g_type_init() to right placeJiri Moskovcak2009-09-161-1/+2
| * add forgotten }Denys Vlasenko2009-09-151-0/+1
| * reuse code, do not cut-n-pasteDenys Vlasenko2009-09-151-43/+13
* | added timeout to Polkit, added authorization check for debuginfo-installdnovotny2009-09-161-44/+33
|/