summaryrefslogtreecommitdiffstats
path: root/inc/abrtlib.h
Commit message (Expand)AuthorAgeFilesLines
* added support for package specific actionsJiri Moskovcak2010-06-301-0/+4
* add extern "C" around [suffix,preffix]cmp functionNikola Pajkovsky2010-06-041-0/+8
* new fuctions and realloc replaced by xreallocNikola Pajkovsky2010-06-041-0/+3
* remove std::string from parse_release()Nikola Pajkovsky2010-05-171-1/+1
* fix bug 588945 - sparse core files performance hitDenys Vlasenko2010-05-121-2/+5
* Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-261-49/+1
* abrt-hook-ccpp: do not consider SIGQUIT to be a crashDenys Vlasenko2010-02-121-0/+1
* get_home_dir uses uid_t for the uidKarel Klic2010-02-121-1/+1
* Added comment to perror_msg declaration.Karel Klic2010-02-121-0/+1
* make "reason" field less verbose; bz reporter: include it in "summary"Denys Vlasenko2010-02-081-0/+3
* fix my goof in to_string()Denys Vlasenko2010-02-081-4/+4
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-7/+6
* remove unused getuidbynameDenys Vlasenko2010-01-221-1/+0
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-1/+1
* SOSreport/TicketUploader: use more restrictive file modesDenys Vlasenko2010-01-111-1/+1
* RunApp: safer chdir. Overhauled "sparn a child and get its output" in generalDenys Vlasenko2010-01-111-1/+25
* moved get_cmdline() and daemon_is_ok() to abrtlibKarel Klic2009-12-181-0/+10
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-0/+9
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-141-0/+4
* remove one case when we write data needlessly; remove 2 unused funcsDenys Vlasenko2009-12-101-2/+0
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-031-0/+1
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-301-1/+1
* 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-261-0/+1
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-261-0/+5
* SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but noDenys Vlasenko2009-11-121-2/+2
* Factored ParseArgNikola Pajkovsky2009-11-121-0/+3
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-0/+2
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-19/+17
* make exception handling lighterDenys Vlasenko2009-11-061-1/+1
* lib/Plugins/FileTransfer: massive surgeryDenys Vlasenko2009-11-061-0/+2
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-0/+1
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-021-0/+5
* simplify base64 conversionDenys Vlasenko2009-10-271-0/+4
* add bits of infrastructure needed for xmlprc code.Denys Vlasenko2009-10-261-0/+51
* fix all instances of dent->d_type == DT_REG checksDenys Vlasenko2009-09-301-0/+7
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-171-0/+11
* eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used insteadDenys Vlasenko2009-09-091-0/+1
* move die_out_of_memory() to abrtlibDenys Vlasenko2009-09-011-1/+1
* replace comm_layer_inner_debug() with log() everywhereDenys Vlasenko2009-08-261-1/+7
* move to_string() helper to abrtlib.hDenys Vlasenko2009-08-251-1/+14
* move most of CCrashWatcher's init/deinit into daemon's main()Denys Vlasenko2009-08-211-0/+3
* new function for gettings user's home directoryZdenek Prikryl2009-08-111-0/+2
* fix compile-time warnings.Denys Vlasenko2009-08-091-0/+1
* Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the nameDenys Vlasenko2009-08-051-0/+3
* simplify C/C++ hookDenys Vlasenko2009-08-051-0/+5
* KerneloopsReporter: plug a leak in writefunctionDenys Vlasenko2009-07-311-0/+5
* add utility functionsDenys Vlasenko2009-07-301-0/+102