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
/
inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unused getuidbyname
Denys Vlasenko
2010-01-22
1
-1
/
+0
*
restore saving of backtrace broken by client->server security fix
Denys Vlasenko
2010-01-21
1
-10
/
+9
*
abrtd: fix Report() dbus call gaping security holes
Denys Vlasenko
2010-01-21
1
-18
/
+17
*
move all FILENAME_xxx defines to inc/CrashTypes.h
Denys Vlasenko
2010-01-19
1
-16
/
+40
*
unify "crash data, "crash info" and "crash report" data types. they are the same
Denys Vlasenko
2010-01-19
2
-28
/
+36
*
Eliminate ATT file type - use TXT or BIN
Denys Vlasenko
2010-01-19
1
-7
/
+4
*
*: assorted fixes prompted by security analysis; more to come
Denys Vlasenko
2010-01-11
1
-1
/
+1
*
SOSreport/TicketUploader: use more restrictive file modes
Denys Vlasenko
2010-01-11
1
-1
/
+1
*
RunApp: safer chdir. Overhauled "sparn a child and get its output" in general
Denys Vlasenko
2010-01-11
1
-1
/
+25
*
moved get_cmdline() and daemon_is_ok() to abrtlib
Karel Klic
2009-12-18
1
-0
/
+10
*
fix all instances of atoi() usage
Denys Vlasenko
2009-12-15
1
-0
/
+9
*
add paranoia checks on setuid/setgid
Denys Vlasenko
2009-12-14
1
-0
/
+4
*
abrt-cli: report success/failure of reporting. closes bug 71
Denys Vlasenko
2009-12-11
1
-0
/
+3
*
remove one case when we write data needlessly; remove 2 unused funcs
Denys Vlasenko
2009-12-10
1
-2
/
+0
*
remove std::string usage from class CABRTException.
Denys Vlasenko
2009-12-06
1
-14
/
+12
*
simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATAL
Denys Vlasenko
2009-12-04
1
-1
/
+0
*
SQLite3: string& -> char*, -8k in code size
Denys Vlasenko
2009-12-03
1
-0
/
+1
*
fixes on top of AutoReportUIDs change. run tested
Denys Vlasenko
2009-11-30
1
-1
/
+1
*
a few fixes in automatic reporter
Nikola Pajkovsky
2009-11-30
1
-1
/
+1
*
Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kern...
Nikola Pajkovsky
2009-11-26
1
-0
/
+1
*
hookCCpp: check total dump dir size and delete the largest/oldest one
Denys Vlasenko
2009-11-26
1
-0
/
+5
*
make BZ insert small text attachments inline; move text file detection code
Denys Vlasenko
2009-11-19
1
-0
/
+2
*
disable compilation of the rest of socket code
Denys Vlasenko
2009-11-12
1
-1
/
+2
*
SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but no
Denys Vlasenko
2009-11-12
1
-2
/
+2
*
Factored ParseArg
Nikola Pajkovsky
2009-11-12
1
-0
/
+3
*
remove getSettings from most plugins (inherited one is ok)
Denys Vlasenko
2009-11-10
1
-0
/
+2
*
simplify logging a bit. warn_client() is gone, reuse error_msg() for it.
Denys Vlasenko
2009-11-06
1
-19
/
+17
*
make exception handling lighter
Denys Vlasenko
2009-11-06
2
-16
/
+23
*
lib/Plugins/FileTransfer: massive surgery
Denys Vlasenko
2009-11-06
1
-0
/
+2
*
InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.
Denys Vlasenko
2009-11-05
1
-0
/
+1
*
lib/Plugins/CCpp: respect DebugInfoCacheMB setting
Denys Vlasenko
2009-11-02
1
-0
/
+5
*
simplify base64 conversion
Denys Vlasenko
2009-10-27
1
-0
/
+4
*
add bits of infrastructure needed for xmlprc code.
Denys Vlasenko
2009-10-26
1
-0
/
+51
*
fix all instances of dent->d_type == DT_REG checks
Denys Vlasenko
2009-09-30
1
-0
/
+7
*
factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cpp
Denys Vlasenko
2009-09-17
1
-0
/
+11
*
moake one sfunction static; style fixes
Denys Vlasenko
2009-09-14
1
-2
/
+0
*
eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used instead
Denys Vlasenko
2009-09-09
1
-0
/
+1
*
typedef cleanup. no code changes
Denys Vlasenko
2009-09-04
2
-5
/
+7
*
abrtd: simplify .conf file saving
Denys Vlasenko
2009-09-03
1
-2
/
+2
*
fix map_string_string_t typedef name to map_string_t; silly optimizations
Denys Vlasenko
2009-09-02
1
-2
/
+2
*
move die_out_of_memory() to abrtlib
Denys Vlasenko
2009-09-01
1
-1
/
+1
*
Build fixes
Jiri Moskovcak
2009-08-31
1
-1
/
+1
*
consolidate container typedefs in one file (we had a few dupes)
Denys Vlasenko
2009-08-27
2
-5
/
+44
*
replace comm_layer_inner_debug() with log() everywhere
Denys Vlasenko
2009-08-26
1
-1
/
+7
*
move to_string() helper to abrtlib.h
Denys Vlasenko
2009-08-25
1
-1
/
+14
*
move most of CCrashWatcher's init/deinit into daemon's main()
Denys Vlasenko
2009-08-21
1
-0
/
+3
*
added support for storing results from reporters (used from gui)
Zdenek Prikryl
2009-08-14
1
-0
/
+1
*
new function for gettings user's home directory
Zdenek Prikryl
2009-08-11
1
-0
/
+2
*
fix compile-time warnings.
Denys Vlasenko
2009-08-09
1
-0
/
+1
*
Hooks/CCpp.cpp: don't dump executables with "/abrt" substring in the name
Denys Vlasenko
2009-08-05
1
-0
/
+3
[next]