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
*
move huge inlines out-of-line
Denys Vlasenko
2009-08-05
2
-0
/
+186
*
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
*
lib/Plugins/CCpp.cpp: move functions out of class where appropriate.
Denys Vlasenko
2009-08-03
2
-33
/
+17
*
simplify parameter/return value passing for bools
Denys Vlasenko
2009-08-03
2
-2
/
+2
*
DBus: Many fixes to client -> cli works again, changed JobDone notification
Jiri Moskovcak
2009-08-03
7
-17
/
+64
*
delete semicolon in "if (expr); stmt;" , autodetect dmesg/syslog
Denys Vlasenko
2009-07-31
3
-12
/
+29
*
added new interface for geting plugins' settings (will be used in gui)
Zdenek Prikryl
2009-07-31
23
-71
/
+368
*
moved to lib/MiddleWare/Plugin.h
Zdenek Prikryl
2009-07-31
1
-92
/
+0
*
small fixes to dumpoops
Denys Vlasenko
2009-07-31
1
-1
/
+1
*
Move PLUGIN_INFOs to .cpp files: same object must never be defined twice
Denys Vlasenko
2009-07-31
26
-130
/
+123
*
KerneloopsReporter: plug a leak in writefunction
Denys Vlasenko
2009-07-31
7
-31
/
+68
*
New iface for getting plugins' infos
Zdenek Prikryl
2009-07-31
6
-23
/
+42
*
updated url
Zdenek Prikryl
2009-07-31
1
-1
/
+1
*
added new option do bugzilla plugin.
Zdenek Prikryl
2009-07-31
4
-18
/
+71
*
rename auto variables to not have m_ prefixes - they are not members!
Denys Vlasenko
2009-07-31
1
-19
/
+16
*
bug fixes in kerneloops scanner
Denys Vlasenko
2009-07-31
4
-70
/
+60
*
using more x-functions
Denys Vlasenko
2009-07-31
1
-5
/
+5
*
add utility functions
Denys Vlasenko
2009-07-30
5
-14
/
+441
*
two trivial fixlets in lib/Plugins/CCpp.cpp
Denys Vlasenko
2009-07-29
1
-4
/
+3
*
CommLayer: Added DaemonWatcher to watch if daemon is running
Jiri Moskovcak
2009-07-28
1
-0
/
+88
*
Be more paranoid about /proc/.../core_pattern
Denys Vlasenko
2009-07-25
1
-0
/
+17
*
fixed exception throwing
Zdenek Prikryl
2009-07-24
1
-2
/
+1
*
Merge branch 'master' of git://git.fedorahosted.org/abrt
Zdenek Prikryl
2009-07-24
4
-55
/
+26
|
\
|
*
remove superfluous copying in ExecVP params
Denys Vlasenko
2009-07-24
1
-3
/
+2
|
*
remove GetGIDFromUID (two copies): getpwuid does the same
Denys Vlasenko
2009-07-24
4
-47
/
+12
|
*
simplify CAnalyzerCCpp::CreateHash
Denys Vlasenko
2009-07-24
1
-5
/
+12
*
|
plugin can report to different bugzillas in different reports
Zdenek Prikryl
2009-07-24
1
-9
/
+18
*
|
proper deinit of libmagic
Zdenek Prikryl
2009-07-24
1
-2
/
+2
*
|
simple fix
Zdenek Prikryl
2009-07-24
1
-1
/
+1
*
|
Added first part of gui support in reporting
Zdenek Prikryl
2009-07-24
22
-23
/
+90
*
|
Added gui desriptions for reporters
Zdenek Prikryl
2009-07-24
4
-0
/
+574
|
/
*
style fix by popular (Zdenek's) demand
Denys Vlasenko
2009-07-23
1
-6
/
+3
*
typo fixes
Denys Vlasenko
2009-07-23
2
-29
/
+28
*
added forgotten "throw" keywords
Denys Vlasenko
2009-07-22
1
-3
/
+3
*
CCpp.cpp: fix handling of pipes when we fork children
Denys Vlasenko
2009-07-22
1
-122
/
+137
*
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Jiri Moskovcak
2009-07-22
1
-15
/
+19
|
\
|
*
fix several resource leaks on error paths
Denys Vlasenko
2009-07-22
1
-15
/
+19
*
|
Utils: small fix
Jiri Moskovcak
2009-07-22
1
-1
/
+1
*
|
CommLayer: added new signal "Warning"
Jiri Moskovcak
2009-07-22
2
-0
/
+9
|
/
*
Fix build system for the case where configure was run with non-default prefix
Denys Vlasenko
2009-07-20
3
-4
/
+9
*
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Jiri Moskovcak
2009-07-20
1
-1
/
+1
|
\
|
*
Restore /proc/sys/kernel/core_pattern on error exit.
Denys Vlasenko
2009-07-15
1
-1
/
+1
*
|
CCpp: Made it more verbose
Jiri Moskovcak
2009-07-20
1
-2
/
+3
*
|
Daemon: added threaded CreateReport -> breaks CLI!
Jiri Moskovcak
2009-07-20
5
-5
/
+79
|
/
*
Use CABRTException instead of throwing std::string
Jiri Moskovcak
2009-07-07
1
-1
/
+2
[next]