index
:
abrt.git
master
Unnamed repository; edit this file 'description' to name the repository.
Gavin Romig-Koch
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003)
Denys Vlasenko
2009-11-30
2
-10
/
+40
*
a few fixes in automatic reporter
Nikola Pajkovsky
2009-11-30
2
-6
/
+8
*
abrt-backtrace handle more corner cases, silently exit on python backtraces
Karel Klic
2009-11-30
3
-51
/
+124
*
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Karel Klic
2009-11-30
7
-98
/
+319
|
\
|
*
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
|
*
Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kern...
Nikola Pajkovsky
2009-11-26
3
-0
/
+74
|
*
hookCCpp: check total dump dir size and delete the largest/oldest one
Denys Vlasenko
2009-11-26
6
-69
/
+65
*
|
Support more corner cases in the parser. Added more broken backtraces.
Karel Klic
2009-11-26
2
-3
/
+12
|
/
*
Template parser
Karel Klic
2009-11-26
1
-9
/
+54
*
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Karel Klic
2009-11-26
4
-2
/
+7
|
\
|
*
split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.
Denys Vlasenko
2009-11-25
4
-2
/
+7
*
|
Support more corner cases in the parser. Added more broken backtraces.
Karel Klic
2009-11-26
2
-24
/
+103
|
/
*
More backtrace cases handled
Karel Klic
2009-11-25
1
-5
/
+7
*
Newline at the end of script run
Karel Klic
2009-11-25
1
-1
/
+2
*
More broken backtraces
Karel Klic
2009-11-25
1
-4
/
+6
*
Parser simplified and even more corner cases added. Backtrace file is now loa...
Karel Klic
2009-11-25
5
-98
/
+130
*
Added some more ignored backtraces
Karel Klic
2009-11-25
1
-1
/
+2
*
Backtrace parsability checker script
Karel Klic
2009-11-24
1
-0
/
+18
*
Add more corner cases to parser
Karel Klic
2009-11-24
1
-2
/
+23
*
Fix a crash in fallback implementation
Karel Klic
2009-11-24
1
-2
/
+5
*
Skip broken backtraces when downloading.
Karel Klic
2009-11-24
1
-0
/
+12
*
Fixed parser priorities, added the possibility of a backtrace without crash f...
Karel Klic
2009-11-24
1
-17
/
+25
*
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Karel Klic
2009-11-24
4
-45
/
+131
|
\
|
*
src/Hooks/CCpp.cpp: print signal name; document future work in comments
Denys Vlasenko
2009-11-23
1
-2
/
+14
|
*
src/Hooks/CCpp.cpp: do save abrtd's own coredumps, but carefully...
Denys Vlasenko
2009-11-23
1
-7
/
+27
|
*
Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt
Denys Vlasenko
2009-11-23
1
-1
/
+13
|
|
\
|
|
*
kerneloops use only one config. Kerneloops.conf
Nikola Pajkovsky
2009-11-23
1
-1
/
+13
|
*
|
CCpp.cpp: quote parameters if needed. closes 540164
Denys Vlasenko
2009-11-23
1
-31
/
+69
|
|
/
|
*
GUI: reorder question_dialog buttons
Jiri Moskovcak
2009-11-20
1
-1
/
+1
|
*
GUI: fix button order in question_dialog
Jiri Moskovcak
2009-11-20
1
-1
/
+3
|
*
do not report uid resolution error as *error*; report UID -1 as "N/A"
Denys Vlasenko
2009-11-20
1
-4
/
+6
*
|
Finishing basic implementation of abrt-backtrace (--single-thread, --frame-de...
Karel Klic
2009-11-24
4
-68
/
+252
*
|
abrt-backtrace initial manual page
Karel Klic
2009-11-24
1
-0
/
+52
*
|
Backtrace detector improvements.
Karel Klic
2009-11-23
3
-36
/
+188
*
|
Backtrace parser improvements
Karel Klic
2009-11-20
5
-52
/
+203
*
|
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Karel Klic
2009-11-20
8
-78
/
+162
|
\
|
|
*
GUI: don't read the g-k every time we want to use the setting
Jiri Moskovcak
2009-11-20
2
-2
/
+6
|
*
GUI: survive if g-k access is denied rhbz#534171
Jiri Moskovcak
2009-11-20
1
-0
/
+2
|
*
include more info into oops (we were losing the stack dump)
Denys Vlasenko
2009-11-19
1
-1
/
+6
|
*
fix small bug where we use value first and *then* check for its validity
Denys Vlasenko
2009-11-19
1
-1
/
+6
|
*
fix small bug in plugin loading code
Denys Vlasenko
2009-11-19
1
-3
/
+4
|
*
replace 't' with CD_TXT
Denys Vlasenko
2009-11-19
1
-2
/
+2
|
*
CCReporterDialog.py: use same names as C++ code
Denys Vlasenko
2009-11-19
1
-17
/
+23
|
*
make BZ insert small text attachments inline; move text file detection code
Denys Vlasenko
2009-11-19
2
-48
/
+109
|
*
GUI: fixed text wrapping in comment field rhbz#531276
Jiri Moskovcak
2009-11-19
1
-4
/
+4
*
|
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Karel Klic
2009-11-19
25
-251
/
+381
|
\
|
|
*
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Jiri Moskovcak
2009-11-18
1
-1
/
+1
|
|
\
|
|
*
GUI: added cancel to send dialog rhbz#537238
Jiri Moskovcak
2009-11-18
3
-8
/
+12
[next]