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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
whitespace cleanup, no code changes
Denys Vlasenko
2009-08-18
2
-2
/
+2
*
simplify parsing of debuginfo-install output
Denys Vlasenko
2009-08-18
1
-49
/
+26
*
GUI now show the status window after report to let user know how did it go.
Jiri Moskovcak
2009-08-17
9
-12
/
+22
*
added support for storing results from reporters (used from gui)
Zdenek Prikryl
2009-08-14
13
-25
/
+51
*
make ccpp plugin more verbose
Zdenek Prikryl
2009-08-14
1
-0
/
+1
*
fixed creation of the base64 text
Zdenek Prikryl
2009-08-14
1
-11
/
+11
*
DBUS: exposed method SetPluginSettings
Jiri Moskovcak
2009-08-12
5
-0
/
+23
*
Bugzilla: fixed crash with empty comment (zprikryl)
Jiri Moskovcak
2009-08-12
1
-7
/
+18
*
moved LoadSettings from plugins into PluginManager
Zdenek Prikryl
2009-08-11
16
-133
/
+1
*
bugzilla plugin can do +1 in a bugzilla
Zdenek Prikryl
2009-08-11
2
-11
/
+62
*
for correct plugin's settings we need to know an user
Zdenek Prikryl
2009-08-11
5
-7
/
+9
*
new function for gettings user's home directory
Zdenek Prikryl
2009-08-11
1
-0
/
+6
*
GUI: Added option to disable/enable plugins (config preview)
Jiri Moskovcak
2009-08-11
4
-31
/
+16
*
DBUS: exposed methods Un/RegisterPlugin
Jiri Moskovcak
2009-08-11
5
-0
/
+44
*
add the GPL notice to the kerneloops' scanner
Anton Arapov
2009-08-11
2
-0
/
+52
*
kerneloops eliminate commented code, related to type distinguishing...
Anton Arapov
2009-08-11
3
-7
/
+7
*
Kerneloops plugin: style fixes
Anton Arapov
2009-08-10
4
-149
/
+153
*
fix a bug where kerneloops segfaults on empty oops data
Anton Arapov
2009-08-10
1
-5
/
+15
*
DBUS: added new method to get plugin settings
Jiri Moskovcak
2009-08-10
6
-7
/
+32
*
fix compile-time warnings.
Denys Vlasenko
2009-08-09
4
-13
/
+17
*
style fixes, no code changes
Denys Vlasenko
2009-08-09
3
-10
/
+10
*
replace string memebers of plugin_info_t with const char*
Denys Vlasenko
2009-08-07
1
-6
/
+6
*
simplify logging by removing CCommLayerInner class
Denys Vlasenko
2009-08-07
3
-121
/
+18
*
fix a bug where kerneloops scanner forgets to delete .lock files
Denys Vlasenko
2009-08-07
1
-0
/
+1
*
preparatory cleanups
Denys Vlasenko
2009-08-07
1
-1
/
+1
*
Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.
Denys Vlasenko
2009-08-07
7
-93
/
+105
*
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Jiri Moskovcak
2009-08-06
5
-322
/
+0
|
\
|
*
move lib/MiddleWare/{ABRTPlugin,DynamicLibrary}.* to src/Daemon/
Denys Vlasenko
2009-08-06
5
-322
/
+0
*
|
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Jiri Moskovcak
2009-08-06
30
-1895
/
+971
|
\
|
|
*
fix a case when we print a warning twice.
Denys Vlasenko
2009-08-06
1
-13
/
+14
|
*
move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.*
Denys Vlasenko
2009-08-06
3
-444
/
+0
|
*
style cleanups in preparation for PluginManager move
Denys Vlasenko
2009-08-06
2
-73
/
+77
|
*
move huge inlines out of DBusClientProxy.h to DBusClientProxy.cpp
Denys Vlasenko
2009-08-06
5
-190
/
+269
|
*
deinline 2k+ big inlines in DBusServerProxy.h. No logic changes
Denys Vlasenko
2009-08-06
3
-179
/
+248
|
*
moving MiddleWare.{h,cpp} from lib/MiddleWare/ to src/Daemon/
Denys Vlasenko
2009-08-06
3
-981
/
+18
|
*
prepare makefiles for code movement between dirs. no code changes
Denys Vlasenko
2009-08-06
1
-15
/
+32
|
*
trailing whitespace removal. no code changes
Denys Vlasenko
2009-08-06
14
-87
/
+86
|
*
CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not string
Denys Vlasenko
2009-08-05
4
-10
/
+9
|
*
Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the name
Denys Vlasenko
2009-08-05
1
-1
/
+29
|
*
do not abort if chown fails, just warn
Denys Vlasenko
2009-08-05
1
-16
/
+7
|
*
forgot to add lib/Utils/copyfd.cpp
Denys Vlasenko
2009-08-05
1
-0
/
+107
|
*
simplify C/C++ hook
Denys Vlasenko
2009-08-05
1
-1
/
+2
|
*
move huge inlines out-of-line
Denys Vlasenko
2009-08-05
2
-0
/
+186
*
|
DBUS: added method GetPluginsInfo()
Jiri Moskovcak
2009-08-06
5
-3
/
+31
|
/
*
made some functions static
Denys Vlasenko
2009-08-04
3
-61
/
+54
*
remove redundant virtual destructors definitions
Denys Vlasenko
2009-08-04
15
-27
/
+0
*
dumpoops: hopefully fix KerneloopsScanner plugin usage
Denys Vlasenko
2009-08-04
1
-0
/
+15
*
typo fix: s/Plugis/Plugins/g
Denys Vlasenko
2009-08-04
4
-21
/
+23
*
add error checks on lstat calls; add handling of DT_UNKNOWN
Denys Vlasenko
2009-08-04
1
-11
/
+15
*
Minor fixes - just to make sources compile.
Jiri Moskovcak
2009-08-04
2
-12
/
+12
[prev]
[next]