index
:
abrt.git
master
Unnamed repository; edit this file 'description' to name the repository.
Michal Nowak
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Hooks
Commit message (
Expand
)
Author
Age
Files
Lines
*
hooklib: fix excessive rounding down in free space calculation (bz#575644)
Denys Vlasenko
2010-04-02
1
-5
/
+13
*
PYHOOK: don't use sitecustomize.py rhbz#539497
Jiri Moskovcak
2010-03-25
4
-19
/
+14
*
don't read syslog if it didn't change
Jiri Moskovcak
2010-03-15
1
-2
/
+2
*
*: UID:UUID -> crash_id conversion
Denys Vlasenko
2010-03-04
1
-1
/
+1
*
partial fix for bz#565983
Denys Vlasenko
2010-02-23
1
-1
/
+2
*
simplify kerneloops/dumpoops a bit
Denys Vlasenko
2010-02-23
1
-6
/
+7
*
license fix
Nikola Pajkovsky
2010-02-16
1
-24
/
+21
*
abrt-hook-ccpp: do not consider SIGQUIT to be a crash
Denys Vlasenko
2010-02-12
2
-42
/
+33
*
fix bz#541088 "abrt should not catch python excp EPIPE"
Denys Vlasenko
2010-02-11
1
-0
/
+14
*
python hook: move UUID generation to abrtd; generate REASON, add it to bz title
Denys Vlasenko
2010-02-08
3
-26
/
+19
*
make "reason" field less verbose; bz reporter: include it in "summary"
Denys Vlasenko
2010-02-08
1
-10
/
+15
*
stupid whitespace fix
Denys Vlasenko
2010-02-07
1
-1
/
+0
*
use .new suffix on new crashdumps; strip it when crashdump is ready
Denys Vlasenko
2010-02-04
2
-2
/
+18
*
abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus"
Denys Vlasenko
2010-02-01
1
-1
/
+6
*
python hook: clean up exception handler (removed dead code)
Denys Vlasenko
2010-01-26
2
-194
/
+31
*
TicketUploader and FileTransfer plugins: fixes after a round of testing
Denys Vlasenko
2010-01-21
1
-3
/
+1
*
move all FILENAME_xxx defines to inc/CrashTypes.h
Denys Vlasenko
2010-01-19
2
-7
/
+6
*
use repr() to print variable values in python hook
Jiri Moskovcak
2010-01-15
1
-1
/
+1
*
abrt-hook-python: sanitize input more; log to syslog
Denys Vlasenko
2010-01-12
2
-12
/
+44
*
grr... src/Hooks/abrt_hook_ccpp.cpp -> abrt-hook-ccpp.cpp
Denys Vlasenko
2010-01-12
2
-2
/
+2
*
src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cpp
Denys Vlasenko
2010-01-12
2
-2
/
+2
*
Fixing /var/cache/abrt/ permissions by allowing users to read, but not to cha...
Karel Klic
2010-01-12
1
-1
/
+1
*
Catch and display ABRTException thrown by CDebugDump::Create
Karel Klic
2010-01-11
1
-1
/
+7
*
DebugDump: more consistent logic in setting mode and uid:gid on dump dir
Denys Vlasenko
2010-01-11
1
-0
/
+4
*
*: assorted fixes prompted by security analysis; more to come
Denys Vlasenko
2010-01-11
2
-1
/
+2
*
*: misc fixes
Denys Vlasenko
2010-01-11
2
-1
/
+3
*
*: cast pids and uigs to long, not int
Denys Vlasenko
2010-01-11
2
-15
/
+15
*
abrt-hook-python: add input sanitization and directory size guard
Denys Vlasenko
2010-01-11
5
-95
/
+174
*
cmdline and daemon checking is done by abrt-python-hook
Karel Klic
2009-12-18
3
-47
/
+16
*
moved get_cmdline() and daemon_is_ok() to abrtlib
Karel Klic
2009-12-18
1
-122
/
+0
*
large file support for whole abrt
Karel Klic
2009-12-18
1
-8
/
+0
*
src/Hooks/CCpp.cpp: use and honour %c (core limit size).
Denys Vlasenko
2009-12-16
1
-73
/
+98
*
fix all instances of atoi() usage
Denys Vlasenko
2009-12-15
1
-13
/
+14
*
add paranoia checks on setuid/setgid
Denys Vlasenko
2009-12-14
1
-3
/
+8
*
rename part 3, now it builds :]
Denys Vlasenko
2009-12-11
1
-2
/
+2
*
abrt-pyhook-helper rename part 2
Denys Vlasenko
2009-12-11
1
-0
/
+0
*
renaming abrt-pyhook-helper -> abrt-hook-python and moving it to /usr/libexec
Denys Vlasenko
2009-12-11
3
-9
/
+9
*
abrtd: add comment about ccpp/abrtd race
Denys Vlasenko
2009-12-10
1
-1
/
+1
*
fix incorrect wording
Denys Vlasenko
2009-12-09
1
-3
/
+3
*
removed un needed files
Jiri Moskovcak
2009-12-08
2
-17
/
+0
*
PyHook: better logic for checking if abrtd is running rhbz#539987
Jiri Moskovcak
2009-12-07
3
-40
/
+34
*
PyHook: use repr() for displaying variables rhbz#545070
Jiri Moskovcak
2009-12-07
1
-1
/
+1
*
whitespace cleanup
Denys Vlasenko
2009-12-03
1
-1
/
+1
*
ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003)
Denys Vlasenko
2009-11-30
2
-10
/
+40
*
Hooks/CCpp.cpp: cosmetics after last big commit
Denys Vlasenko
2009-11-27
1
-38
/
+38
*
Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707
Denys Vlasenko
2009-11-27
1
-35
/
+185
*
PyHOOK: close pyhook.conf rhzb#541712
Jiri Moskovcak
2009-11-27
1
-0
/
+1
*
hookCCpp: check total dump dir size and delete the largest/oldest one
Denys Vlasenko
2009-11-26
2
-2
/
+55
*
split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.
Denys Vlasenko
2009-11-25
1
-1
/
+3
*
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Karel Klic
2009-11-24
1
-39
/
+109
|
\
[next]