summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-1515-1203/+0
* Decouple settings handling from old-style pluginsDenys Vlasenko2010-11-102-1/+4
* Move some functions from CrashWatcher to MiddleWareDenys Vlasenko2010-11-091-1/+0
* comment out Report() virtual member in reporters, it is no longer usedDenys Vlasenko2010-11-081-3/+4
* make #includes simplerDenys Vlasenko2010-11-051-3/+5
* suppress open error message in one case when it isn't unexpectedDenys Vlasenko2010-11-041-0/+5
* supply CD_EVENTS element in crash dump structures passed to GUIDenys Vlasenko2010-11-042-1/+4
* extend list_possible_events() to be able to return list _for a specified dir_Denys Vlasenko2010-11-031-1/+1
* abrtd: convert reporting step to run_action, part 1 (main)Denys Vlasenko2010-11-032-8/+0
* switch "analyze" step processing to abrt_event.conf-driven wayDenys Vlasenko2010-11-032-10/+1
* abrt-handle-crashdump: add -l[pfx] option to list possible eventsDenys Vlasenko2010-11-021-0/+1
* abrt-handle-crashdump: new semi-debug utility to run abrt actions for a speci...Denys Vlasenko2010-11-011-0/+12
* introduce abrt_action.conf; use it for post-create stepDenys Vlasenko2010-11-011-7/+0
* preparatory cleanup patchesDenys Vlasenko2010-11-011-1/+4
* abrtd: prepearatory patch: is_debug_dump_saved shouldn't need uidDenys Vlasenko2010-11-011-0/+1
* Splitting web-related functions into libABRT_web_utils.soDenys Vlasenko2010-10-251-1/+0
* moving files around, no code changesDenys Vlasenko2010-10-251-48/+0
* firgot to "git add stdio_helpers.c"Denys Vlasenko2010-10-251-0/+5
* move uuid/duphash generation for Kerneloops to abrt-action-analyze-oopsDenys Vlasenko2010-10-191-1/+1
* move uuid/duphash generation for python to abrt-action-analyze-pythonDenys Vlasenko2010-10-191-1/+1
* change dd_opendir API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-151-4/+2
* change dd_create API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-151-1/+1
* mve md5 hash from Python plugin to abrtlibDenys Vlasenko2010-10-151-1/+2
* move uuid generation for CCpp to a separate program (abrt-action-analyze-c)Denys Vlasenko2010-10-141-2/+3
* move load_crash_data_from_debug_dump from MiddleWare to CrashTypesDenys Vlasenko2010-10-111-0/+2
* s/CD_DUPHASH/FILENAME_DUPHASH/gDenys Vlasenko2010-10-111-2/+5
* add a bit more logging in places. fix typosDenys Vlasenko2010-10-071-0/+9
* xfunc.c: add new funtion xcallocNikola Pajkovsky2010-10-041-0/+1
* add two flags to dd_opendir()Nikola Pajkovsky2010-09-221-1/+6
* unhide dump_dir structure from typedefNikola Pajkovsky2010-09-201-13/+13
* dump_dir: use dd_ prefix on uid/gid fieldsDenys Vlasenko2010-09-141-2/+2
* I noticed that ->locked and ->opened members are always the sameDenys Vlasenko2010-09-141-2/+1
* move sha1 to lib/utils; remove small bit of related C++isms in CCpp.cppDenys Vlasenko2010-09-141-0/+1
* fix sigsegvNikola Pajkovsky2010-09-101-0/+2
* SQLite3.cpp: replace std::vector by GListNikola Pajkovsky2010-09-082-19/+35
* DebugDump.* -> dump_dir.*Nikola Pajkovsky2010-09-073-1/+3
* make crash_types.h usable from CDenys Vlasenko2010-09-071-0/+14
* DebugDump.cpp: lowercase and rename functionsNikola Pajkovsky2010-09-021-3/+3
* get rid of CDebugDump classNikola Pajkovsky2010-08-301-48/+24
* abrtlib.h: include <assert.h> and "strbuf.h"Denys Vlasenko2010-08-301-0/+2
* preparatory change for hooklib.cpp -> hooklib.c conversionDenys Vlasenko2010-08-301-0/+13
* preparatory patch for dirsize.cpp -> dirsize.c conversionDenys Vlasenko2010-08-301-6/+7
* fix my goof: include "config.h" must be before ENABLE_NLSDenys Vlasenko2010-08-301-4/+5
* consolidate HAVE_CONFIG_H in abrtlib.hDenys Vlasenko2010-08-302-7/+4
* abrtlib.h: move move functions from C++ section to CDenys Vlasenko2010-08-301-32/+33
* include config.h in abrtlib.hJiri Moskovcak2010-08-271-0/+5
* 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