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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix the bug where lock file was not removed
Denys Vlasenko
2009-09-09
2
-0
/
+11
*
GetAndSetLock: simplify. old code was racy
Denys Vlasenko
2009-09-09
1
-29
/
+39
*
remove unnecessary variable from last commit
Denys Vlasenko
2009-09-09
1
-2
/
+1
*
eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used instead
Denys Vlasenko
2009-09-09
3
-41
/
+42
*
make GetNextFile close directory fd when the search is over
Denys Vlasenko
2009-09-09
2
-22
/
+23
*
four more more string& -> char* conversions. -2k
Denys Vlasenko
2009-09-09
2
-9
/
+9
*
replace one const string& parameter with const char*. almost -1k of code (!)
Denys Vlasenko
2009-09-09
2
-2
/
+2
*
move die_out_of_memory() to abrtlib
Denys Vlasenko
2009-09-01
2
-16
/
+11
*
replace comm_layer_inner_debug() with log() everywhere
Denys Vlasenko
2009-08-26
1
-18
/
+8
*
move most of CCrashWatcher's init/deinit into daemon's main()
Denys Vlasenko
2009-08-21
1
-0
/
+38
*
MiddleWare, Bugzilla: create new component file. Can be used in reporting
Zdenek Prikryl
2009-08-20
1
-0
/
+1
*
new function for gettings user's home directory
Zdenek Prikryl
2009-08-11
1
-0
/
+6
*
fix compile-time warnings.
Denys Vlasenko
2009-08-09
1
-0
/
+6
*
CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not string
Denys Vlasenko
2009-08-05
2
-4
/
+3
*
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
*
made some functions static
Denys Vlasenko
2009-08-04
2
-60
/
+53
*
add error checks on lstat calls; add handling of DT_UNKNOWN
Denys Vlasenko
2009-08-04
1
-11
/
+15
*
small fixes to dumpoops
Denys Vlasenko
2009-07-31
1
-1
/
+1
*
KerneloopsReporter: plug a leak in writefunction
Denys Vlasenko
2009-07-31
1
-1
/
+6
*
add utility functions
Denys Vlasenko
2009-07-30
4
-1
/
+427
*
Merge branch 'master' of git://git.fedorahosted.org/abrt
Zdenek Prikryl
2009-07-24
2
-22
/
+3
|
\
|
*
remove GetGIDFromUID (two copies): getpwuid does the same
Denys Vlasenko
2009-07-24
2
-22
/
+3
*
|
proper deinit of libmagic
Zdenek Prikryl
2009-07-24
1
-2
/
+2
|
/
*
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
|
/
*
fixed security issue
Zdenek Prikryl
2009-06-30
3
-7
/
+43
*
addded removing useless back slashed from debug dump dir name
Zdenek Prikryl
2009-05-28
2
-9
/
+21
*
added checks for debugdump status
Zdenek Prikryl
2009-05-13
1
-0
/
+20
*
support for simpler settings
Zdenek Prikryl
2009-05-12
1
-0
/
+2
*
weak reference to commlayerinner
Zdenek Prikryl
2009-04-29
2
-2
/
+15
*
rework commlayerinner usage
Zdenek Prikryl
2009-04-29
2
-33
/
+51
*
new commlayerinner interface
Zdenek Prikryl
2009-04-28
2
-5
/
+12
*
moved files to new inc directory
Zdenek Prikryl
2009-04-28
1
-35
/
+0
*
final touch on commlayer, minor fixes in exceptions (zprikryl)
Jiri Moskovcak
2009-04-24
1
-1
/
+2
*
added new abrt exceptions
Zdenek Prikryl
2009-04-23
2
-20
/
+20
*
new abrt exception class
Zdenek Prikryl
2009-04-23
1
-0
/
+34
*
renamed MW library
Zdenek Prikryl
2009-04-08
2
-9
/
+4
*
added new interface frof settings
Zdenek Prikryl
2009-04-02
1
-1
/
+1
*
moved file
Zdenek Prikryl
2009-04-02
1
-120
/
+0
*
rewritten CDebugDump and CrashTypes
Zdenek Prikryl
2009-04-01
3
-47
/
+109
*
replaced language and application plugins by analyzer plugin
Zdenek Prikryl
2009-03-19
3
-9
/
+94
*
moved to Utils
Zdenek Prikryl
2009-03-19
1
-0
/
+34
*
Rename to abrt
Jiri Moskovcak
2009-03-03
1
-0
/
+1
*
throw std::string instead of char * (zprikryl)
Jiri Moskovcak
2009-03-03
1
-2
/
+2
*
avoid deadlocks (zprikryl)
Jiri Moskovcak
2009-03-02
1
-0
/
+8
[next]