summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* New supported format of thread header "Thread 8 (Thread 0xb07fdb70 (LWP 6357)):"Karel Klic2011-01-311-2/+31
* Added functions malloc_consolidate, _int_malloc, and __libc_calloc to the ign...Karel Klic2011-01-311-1/+4
* Increase limit for gdb run, as it was reported that 60 secs is too limiting o...Karel Klic2011-01-311-1/+2
* Rating 0 (worst) for backtrace on which the parser fails.Karel Klic2011-01-311-4/+10
* Message text and other small cosmetic fixesDenys Vlasenko2011-01-283-11/+16
* make list_possible_events return empty on non-dump directoriesDenys Vlasenko2011-01-281-4/+12
* run_event: add children_countDenys Vlasenko2011-01-272-2/+15
* preparatory changes for abrt-cli local processing changeDenys Vlasenko2011-01-279-168/+76
* minor build fixesJiri Moskovcak2011-01-251-2/+2
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-01-254-21/+47
|\
| * split parse_release() into Bz and RHTS versionsDenys Vlasenko2011-01-253-10/+34
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-01-251-1/+0
| |\
| * | plug memory leak on error pathsDenys Vlasenko2011-01-251-1/+1
| * | comment out unused function post_signatureDenys Vlasenko2011-01-251-0/+2
| * | move block of code to eliminate a gotoDenys Vlasenko2011-01-251-10/+10
* | | don't try to remove the tmp dir if it's not createdJiri Moskovcak2011-01-251-3/+3
* | | fixed some gui warnings rhbz#671488Jiri Moskovcak2011-01-254-648/+5
| |/ |/|
* | minor cleanup in python handlerJiri Moskovcak2011-01-241-1/+0
|/
* remove CCommLayerServer[DBus] classesDenys Vlasenko2011-01-219-144/+39
* s/QuotaExceed/QuotaExceeded/gDenys Vlasenko2011-01-215-9/+9
* Remove CCrashWatcher and CObserver classes; merge libabrt_daemon into abrtdDenys Vlasenko2011-01-2111-165/+16
* remove plugin.h, move its only macro into into only userDenys Vlasenko2011-01-205-35/+1
* add OPT_LIST mechanism to handle multiply occurring optionsDenys Vlasenko2011-01-2014-126/+110
* Remove unused OPTION_GROUPDenys Vlasenko2011-01-202-14/+1
* make option handling more regular across all toolsDenys Vlasenko2011-01-2015-149/+148
* introduce and use new helper function list_free_with_freeDenys Vlasenko2011-01-2014-35/+50
* disable SetSettings dbus call codeDenys Vlasenko2011-01-205-39/+49
* convert abrt-action-save-package-data.cpp to CDenys Vlasenko2011-01-204-8/+15
* python: fix SEGV on crash_data().get("nonexistent")Denys Vlasenko2011-01-202-0/+14
* fixed build against rpm 4.9Jiri Moskovcak2011-01-191-3/+2
* abrtd: merge pid and lock files into oneDenys Vlasenko2011-01-191-40/+28
* remove old plugin machinery. -10k and -1 library dependence in abrtdDenys Vlasenko2011-01-1915-973/+3
* move (de)installation of abrt-hook-ccpp into abrt-ccpp service.Denys Vlasenko2011-01-191-10/+1
* remove [ Cron ] handlingDenys Vlasenko2011-01-175-315/+0
* remove dumpoops and KerneloopsScanner pluginDenys Vlasenko2011-01-1710-928/+1
* replace KerneloopsScanner plugin and dumpoops with abrt-dump-oops, use it in ...Denys Vlasenko2011-01-176-24/+807
* preliminary cleanup patchesDenys Vlasenko2011-01-144-67/+61
* trivial: more uniform -v option helpDenys Vlasenko2011-01-136-6/+6
* fix a SEGV caused by returning NULL instead of empty hash tableDenys Vlasenko2011-01-131-0/+2
* abrt_event.conf parser is updated to handleDenys Vlasenko2011-01-132-24/+175
* remove C++-ism ssprintf from abrtlib.hDenys Vlasenko2011-01-114-28/+23
* do not pollute library namespace: prefix bin2hex and hex2bin with abrt_Denys Vlasenko2011-01-111-0/+2
* move abrt-action-FOO from /usr/libexec to /usr/binDenys Vlasenko2011-01-116-30/+20
* adding missing extern "C" {}Denys Vlasenko2011-01-061-0/+8
* pass old pattern to ccpp hook and use itDenys Vlasenko2011-01-065-40/+232
* 666893 - Unable to make sense of XML-RPC response from serverNikola Pajkovsky2011-01-051-0/+11
* 665405 - ABRT's usage of sos does not grab /var/log/messagesNikola Pajkovsky2011-01-051-1/+1
* PyHook: ignore SystemExit exception rhbz#636913Jiri Moskovcak2011-01-051-2/+4
* dump_dir: make chown'ing of new files optional - needed for non-root usageDenys Vlasenko2011-01-047-36/+80
* dump_dir: stop aborting on EPERM locking errorsDenys Vlasenko2011-01-041-16/+39