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
/
lib
/
Plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
make syslog detection more robust; add oops examples (fixes #533901)
Denys Vlasenko
2009-11-10
1
-52
/
+38
*
applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils.
Denys Vlasenko
2009-11-09
3
-275
/
+447
*
prevent gdb from i18izing its output
Denys Vlasenko
2009-11-09
1
-0
/
+12
*
fix and update rating
danny
2009-11-09
1
-7
/
+6
*
fix my thinko in rate code. run tested
Denys Vlasenko
2009-11-09
1
-1
/
+1
*
lib/Plugins/CCpp: simpler rating code (do not painfully concatenate byte-by-b...
Denys Vlasenko
2009-11-09
1
-22
/
+33
*
reinstate code which returns rating 0 on empty backtraces
Denys Vlasenko
2009-11-09
1
-1
/
+5
*
give Plugin class a map_plugin_settings_t member
Denys Vlasenko
2009-11-06
22
-111
/
+60
*
fix fallount from string types shuffling
Denys Vlasenko
2009-11-06
1
-3
/
+3
*
simplify logging a bit. warn_client() is gone, reuse error_msg() for it.
Denys Vlasenko
2009-11-06
6
-27
/
+21
*
make exception handling lighter
Denys Vlasenko
2009-11-06
1
-2
/
+2
*
lib/Plugins/FileTransfer: massive surgery
Denys Vlasenko
2009-11-06
5
-275
/
+159
*
lib/Plugins/FileTransfer.cpp: another s/string&/char*/
Denys Vlasenko
2009-11-06
2
-32
/
+28
*
mass replace of const string& params by const char*
Denys Vlasenko
2009-11-06
14
-102
/
+70
*
removal of needlessly global functions
Denys Vlasenko
2009-11-05
4
-62
/
+56
*
const string& -> const char* conversion
Denys Vlasenko
2009-11-05
2
-2
/
+1
*
InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.
Denys Vlasenko
2009-11-05
9
-52
/
+77
*
lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 always
Denys Vlasenko
2009-11-03
2
-191
/
+232
*
fix more warnings (these were harmless, but still...)
Denys Vlasenko
2009-11-03
1
-1
/
+0
*
lib/Plugins/CCpp.cpp: fix "too few arguments for format"
Denys Vlasenko
2009-11-03
1
-1
/
+1
*
Kerneloopscanner: small fix to make it work on x86_64
Jiri Moskovcak
2009-11-03
1
-1
/
+2
*
kerneloop has uid = -1 new
Nikola Pajkovsky
2009-11-03
1
-6
/
+6
*
lib/Plugins/CCpp: respect DebugInfoCacheMB setting
Denys Vlasenko
2009-11-02
5
-19
/
+82
*
Hack to fix the problem with daemon remembering the last used settings
Jiri Moskovcak
2009-11-01
12
-15
/
+116
*
CCpp.conf: add DebugInfoCacheMB option (ignored for now)
Denys Vlasenko
2009-11-01
3
-10
/
+26
*
implement abrtd -t TIMEOUT_IN_SEC
Denys Vlasenko
2009-10-31
1
-11
/
+10
*
lib/Plugins/Logger: much more sane dump format; fix misdetection of text files
Denys Vlasenko
2009-10-30
1
-0
/
+1
*
move logger's report text creation to lib/Utils/make_descr.cpp
Denys Vlasenko
2009-10-30
1
-69
/
+10
*
lib/Plugins/Bugzilla: generate less sparse bug report comments
Denys Vlasenko
2009-10-30
1
-50
/
+2
*
lib/Plugins/Bugzilla: better message at login failure
Denys Vlasenko
2009-10-30
1
-7
/
+17
*
document a bad interaction with keyring
Denys Vlasenko
2009-10-30
1
-10
/
+24
*
lib/Plugins/CCpp: use /var/run instead of /tmp for tempdir
Denys Vlasenko
2009-10-30
1
-1
/
+2
*
Bugzilla: fix some memory leaks. More reamins on error path...
Denys Vlasenko
2009-10-30
2
-51
/
+46
*
Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data files
Denys Vlasenko
2009-10-30
2
-34
/
+31
*
Added Catcut.GTKBuilder
Jiri Moskovcak
2009-10-29
2
-2
/
+187
*
CCpp: added missing Close()
Jiri Moskovcak
2009-10-29
1
-0
/
+1
*
Enable new debuginfo downloading code
Denys Vlasenko
2009-10-29
2
-54
/
+50
*
Normal user can see kerneloops and report it
Nikola Pajkovsky
2009-10-29
4
-12
/
+46
*
dumpoops: add -s option to dump results to stdout
Denys Vlasenko
2009-10-29
3
-22
/
+29
*
Kerneloops: remove two classes, vector_string_t works as good
Denys Vlasenko
2009-10-29
5
-74
/
+26
*
KerneloopsScanner: do not use global variables needlessly
Denys Vlasenko
2009-10-28
4
-110
/
+90
*
lib/Plugins/Catcut.cpp: fix two instances of use-after-free
Denys Vlasenko
2009-10-27
1
-37
/
+37
*
adding experimental Catcut plugin. Run-tested
Denys Vlasenko
2009-10-27
4
-1
/
+409
*
trivial simplifications by removing redundant initializations
Denys Vlasenko
2009-10-27
1
-11
/
+9
*
remove redundant return after throw
Denys Vlasenko
2009-10-27
1
-1
/
+0
*
simplify messags handling
Denys Vlasenko
2009-10-27
2
-6
/
+4
*
simplify base64 conversion
Denys Vlasenko
2009-10-27
2
-30
/
+6
*
Bugzilla: simplifications: remove dead member m_bLoggedIn, use statics
Denys Vlasenko
2009-10-26
2
-32
/
+22
*
small corrections to nicola's new xmlrpc code
Denys Vlasenko
2009-10-26
1
-14
/
+10
*
New insides in bugzilla.{cpp/h}. Hole xmlrpc protocol was rewritten into C.
Nikola Pajkovsky
2009-10-26
2
-114
/
+114
[next]