summaryrefslogtreecommitdiffstats
path: root/src/hooks
Commit message (Expand)AuthorAgeFilesLines
* add abrt-ccpp systemd service (trac#288)Miroslav Lichvar2011-06-092-0/+16
* move code from ccpp initscript to abrt-install-ccpp-hookMiroslav Lichvar2011-06-092-1/+101
* split libreport to a separate packageJiri Moskovcak2011-06-081-2/+4
* abrt-hook-ccpp: need to include sys/utsname.hDenys Vlasenko2011-06-071-0/+1
* abrt-hook-ccpp: never pass %h corename spec and avoid passing %e if possibleDenys Vlasenko2011-06-071-9/+19
* abrt-hook-ccpp: added a TODO comment. No code changesDenys Vlasenko2011-05-231-0/+2
* hook: truncate coredump in PWD to ulimit -cHATAYAMA Daisuke2011-05-181-2/+2
* abrt-hook-ccpp: catch SIGTRAP too. closes #125Denys Vlasenko2011-04-201-3/+5
* delete ugly parse_conf(), use load_abrt_conf() insteadDenys Vlasenko2011-04-203-9/+41
* abrt-hook-ccpp: add saving of environ, disable saving of smaps. closes #91Denys Vlasenko2011-04-181-12/+23
* abrt-hook-ccpp: simpler way to pass old core patternDenys Vlasenko2011-04-181-2/+17
* abrt-action-trim-files: new tool for trimming old debuginfo and debug dumpsDenys Vlasenko2011-03-261-13/+7
* extend dump_dir to allow creating world-readable directoryJiri Moskovcak2011-03-241-1/+1
* add -Wwrite-strings everywhereDenys Vlasenko2011-03-092-2/+2
* implement load_event_config_data. Untested.Denys Vlasenko2011-03-082-1/+2
* Revert "renamed libreport.so to libreport2.so"Karel Klic2011-03-031-1/+1
* renamed libreport.so to libreport2.soJiri Moskovcak2011-03-031-1/+1
* dump_dir API: rename dd_dir field to dd_dirnameDenys Vlasenko2011-02-281-1/+1
* show more useful columns in abrt-gtk; use human-readable time in dir namesDenys Vlasenko2011-02-281-2/+2
* fix owner, group and access permissions for /proc/<pid>/[maps,smaps] fileNikola Pajkovsky2011-02-231-2/+4
* gui-wizard-gtk: add forward_page_func which skips analyze step when it is mis...Denys Vlasenko2011-02-221-1/+1
* abrt-hook-ccpp: use common file name buffer for /proc/PID/maps and /proc/PID/...Denys Vlasenko2011-02-181-11/+9
* copy /proc/<pid>/[map,smap] files into crash dirNikola Pajkovsky2011-02-181-1/+16
* abrt-cli -r DIR: copy non-writable DIR into $HOME/abrt/spoolDenys Vlasenko2011-02-011-0/+1
* minor cleanup in python handlerJiri Moskovcak2011-01-241-1/+0
* remove dumpoops and KerneloopsScanner pluginDenys Vlasenko2011-01-172-152/+0
* trivial: more uniform -v option helpDenys Vlasenko2011-01-131-1/+1
* move abrt-action-FOO from /usr/libexec to /usr/binDenys Vlasenko2011-01-111-0/+1
* pass old pattern to ccpp hook and use itDenys Vlasenko2011-01-061-29/+108
* PyHook: ignore SystemExit exception rhbz#636913Jiri Moskovcak2011-01-051-2/+4
* Rename foo_crash_dump_dir -> foo_dump_dirDenys Vlasenko2010-12-151-2/+2
* rename libabrt.so to libreport.soDenys Vlasenko2010-12-091-2/+2
* create report-libs-devel package; separate out report headersDenys Vlasenko2010-12-091-3/+5
* add abrt_ prefixes to abrt-internal functions in libabrt.soDenys Vlasenko2010-12-081-3/+3
* removal of C++isms from libabrt, part 1Denys Vlasenko2010-12-081-1/+0
* This patch changes crash data to use C structures.Denys Vlasenko2010-12-061-2/+2
* preparatory patch for future factoring out of headers for reportlibDenys Vlasenko2010-11-261-2/+2
* reorganize librariesDenys Vlasenko2010-11-261-2/+3
* Cleanup. Remove last vestiges of AnalyzerActionsAndReporters.Denys Vlasenko2010-11-181-2/+0
* abrt-hook-ccpp: fix a case when open_user_core returns 0 instead of -1 on errorDenys Vlasenko2010-11-161-1/+1
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-151-6/+6
* move files from lib/plugins to src/pluginsJiri Moskovcak2010-11-101-1/+1
* abrt-hook-ccpp.cpp -> abrt-hook-ccpp.cDenys Vlasenko2010-11-042-2/+4
* remove C++ isms from abrt-hook-ccppDenys Vlasenko2010-11-041-180/+169
* abrt-hook-ccpp: do not SEGV if /proc/PID/exe can not be readlink'edDenys Vlasenko2010-11-041-29/+35
* reduce usage of daemon's library in non-daemon partsDenys Vlasenko2010-10-251-1/+0
* change dd_create API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-151-2/+2
* fix my embarrassing error (check for equality is strncmp == 0!)Denys Vlasenko2010-10-141-1/+1
* whitespace fixDenys Vlasenko2010-10-141-1/+1
* better name for abrt-FOO coredumpsDenys Vlasenko2010-10-131-2/+3