summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* abrt_curl.c: reinstate "update_client" callDenys Vlasenko2010-08-261-0/+9
* abrt_curl.cpp -> abrt_curl.c, abrt_rh_support.cpp -> abrt_rh_support.cDenys Vlasenko2010-08-261-0/+4
* spawn.cpp -> spawn.cDenys Vlasenko2010-08-261-5/+4
* xatonum.cpp -> xatonum.cNikola Pajkovsky2010-08-251-5/+4
* daemon.cpp -> daemon.cNikola Pajkovsky2010-08-251-10/+12
* encbase64.cpp -> /encbase64.cNikola Pajkovsky2010-08-251-3/+2
* copyfd.cpp -> copyfd.cNikola Pajkovsky2010-08-251-9/+8
* skip_whitespace.cpp -> skip_whitespace.cNikola Pajkovsky2010-08-251-4/+2
* concat_path_file: make it a C function, not C++Denys Vlasenko2010-08-241-12/+4
* removed 'extern' keyword from function declarationsKarel Klic2010-08-241-36/+38
* make abrtlib.h include'able from .c files, not only .cppDenys Vlasenko2010-08-242-3/+11
* DebugDump: add a method returning the directory nameKarel Klic2010-08-191-0/+2
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-193-16/+16
|\
| * get rid of exceptions in CDebugDump classMichal Toman2010-08-181-3/+3
| * *: move NLS include and #define _ to abrtlib.hDenys Vlasenko2010-08-172-13/+13
* | removed unneeded includesKarel Klic2010-08-191-7/+1
|/
* get rid of std::string from mailxNikola Pajkovsky2010-08-171-0/+1
* get rid of std::string from bugzillaNikola Pajkovsky2010-08-171-3/+3
* rename RPM.cpp -> rpm.cNikola Pajkovsky2010-08-101-5/+1
* pure C for logging, read_wirte and xfuncsNikola Pajkovsky2010-08-102-54/+33
* changing NoSSLVerify to SSLVerify in bugzilla pluginMichal Toman2010-07-131-2/+2
* lower-case devel headersNikola Pajkovsky2010-07-0912-20/+20
* mv devel header files to inc/ and install themJiri Moskovcak2010-07-0912-1/+742
* added support for package specific actionsJiri Moskovcak2010-06-301-0/+4
* small fixes to WatchCrashdumpArchiveDir codeDenys Vlasenko2010-06-221-0/+3
* ccpp hook: add SaveBinaryImage option which saves of the crashed binaryDenys Vlasenko2010-06-071-0/+1
* 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
* add new file *hostname* into debugdump directoryNikola Pajkovsky2010-06-011-0/+1
* 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
* whitespace cleanup, no code changesDenys Vlasenko2010-04-011-1/+1
* Use backtrace parser from abrtutils, new backtrace rating algorithm, store cr...Karel Klic2010-03-261-0/+5
* Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-261-49/+1
* remove socket code, it is deadDenys Vlasenko2010-03-232-88/+0
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-1/+0
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-051-11/+14
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-2/+8
* 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
* remove FILENAME_UUIDDenys Vlasenko2010-02-081-3/+0
* 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-074-11/+26
* remove unused getuidbynameDenys Vlasenko2010-01-221-1/+0
* restore saving of backtrace broken by client->server security fixDenys Vlasenko2010-01-211-10/+9
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-18/+17
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-16/+40
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-192-28/+36