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
/
MiddleWare
Commit message (
Expand
)
Author
Age
Files
Lines
*
style fixes, trivial code changes only
Denys Vlasenko
2009-09-08
1
-2
/
+2
*
add gettext support for all plugins
Nikola Pajkovsky
2009-09-02
1
-0
/
+11
*
fix map_string_string_t typedef name to map_string_t; silly optimizations
Denys Vlasenko
2009-09-02
1
-1
/
+1
*
consolidate container typedefs in one file (we had a few dupes)
Denys Vlasenko
2009-08-27
3
-21
/
+1
*
move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole user
Denys Vlasenko
2009-08-25
3
-281
/
+0
*
fixed sql command for update from v1->v2
Zdenek Prikryl
2009-08-25
1
-2
/
+2
*
fixed signature check
Zdenek Prikryl
2009-08-20
1
-10
/
+26
*
RPM: added GetComponent method which finds the bz component to given filename
Jiri Moskovcak
2009-08-20
2
-1
/
+30
*
added support for storing results from reporters (used from gui)
Zdenek Prikryl
2009-08-14
3
-4
/
+10
*
moved LoadSettings from plugins into PluginManager
Zdenek Prikryl
2009-08-11
2
-70
/
+1
*
replace string memebers of plugin_info_t with const char*
Denys Vlasenko
2009-08-07
1
-6
/
+6
*
Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.
Denys Vlasenko
2009-08-07
3
-74
/
+102
*
move lib/MiddleWare/{ABRTPlugin,DynamicLibrary}.* to src/Daemon/
Denys Vlasenko
2009-08-06
5
-322
/
+0
*
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
*
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
*
remove redundant virtual destructors definitions
Denys Vlasenko
2009-08-04
4
-16
/
+0
*
typo fix: s/Plugis/Plugins/g
Denys Vlasenko
2009-08-04
4
-21
/
+23
*
simplify parameter/return value passing for bools
Denys Vlasenko
2009-08-03
2
-2
/
+2
*
added new interface for geting plugins' settings (will be used in gui)
Zdenek Prikryl
2009-07-31
6
-10
/
+161
*
Move PLUGIN_INFOs to .cpp files: same object must never be defined twice
Denys Vlasenko
2009-07-31
2
-9
/
+12
*
New iface for getting plugins' infos
Zdenek Prikryl
2009-07-31
6
-23
/
+42
*
Added first part of gui support in reporting
Zdenek Prikryl
2009-07-24
9
-9
/
+59
*
Restore /proc/sys/kernel/core_pattern on error exit.
Denys Vlasenko
2009-07-15
1
-1
/
+1
*
added comments
Zdenek Prikryl
2009-06-29
11
-64
/
+566
*
fixed getting list of errors for root
Zdenek Prikryl
2009-06-29
1
-5
/
+5
*
abrt can take reporter's configuration file from reporting users's $HOME/.abr...
Zdenek Prikryl
2009-06-10
2
-35
/
+41
*
added more checks when someone wants to access a plugin
Zdenek Prikryl
2009-06-10
2
-4
/
+35
*
fixed updating gui
Zdenek Prikryl
2009-06-03
1
-1
/
+1
*
updated debug message
Zdenek Prikryl
2009-06-03
1
-1
/
+1
*
added comm layer
Zdenek Prikryl
2009-05-28
1
-2
/
+2
*
added return codes to some of MW's functions
Zdenek Prikryl
2009-05-28
2
-121
/
+140
*
fixed debug messages
Zdenek Prikryl
2009-05-13
1
-1
/
+8
*
added debug messages
Zdenek Prikryl
2009-05-12
1
-0
/
+4
*
support for simpler settings
Zdenek Prikryl
2009-05-12
3
-49
/
+89
*
rework commlayerinner usage
Zdenek Prikryl
2009-04-29
3
-24
/
+20
*
new commlayerinner interface
Zdenek Prikryl
2009-04-28
2
-20
/
+20
*
moved files to new inc directory
Zdenek Prikryl
2009-04-28
1
-71
/
+0
*
final touch on commlayer, minor fixes in exceptions (zprikryl)
Jiri Moskovcak
2009-04-24
3
-20
/
+22
*
added new abrt exceptions
Zdenek Prikryl
2009-04-23
6
-140
/
+171
*
- reporter plugins can tak an argiment
Zdenek Prikryl
2009-04-16
5
-95
/
+100
*
simple report can be activated immediately after a crash occurs
Zdenek Prikryl
2009-04-16
2
-0
/
+22
*
Configurable max size of debugdump storage rhbz#490889
Jiri Moskovcak
2009-04-10
2
-5
/
+10
*
added new CD_ATT type
Zdenek Prikryl
2009-04-08
2
-3
/
+19
*
fixed debuginfo-install checks
Zdenek Prikryl
2009-04-08
1
-1
/
+1
*
renamed MW library
Zdenek Prikryl
2009-04-08
5
-48
/
+59
*
Added "Comment" to report
Jiri Moskovcak
2009-04-07
2
-0
/
+2
*
added "editable" item
Zdenek Prikryl
2009-04-07
2
-47
/
+58
*
updated test and fixed crash types
Zdenek Prikryl
2009-04-02
2
-10
/
+21
[next]