index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix compilation warnings related to unchecked return values
ted.mielczarek
2012-04-25
3
-28
/
+43
*
Reap child in VerifyStackReadWithMultipleThreads
ted.mielczarek
2012-04-25
1
-0
/
+7
*
Make Breakpad build with DSO linking on newer versions of Fedora/Ubuntu.
thestig@chromium.org
2012-04-19
2
-15
/
+8
*
Fix file descriptor leak in GetThreadInfoByIndex
benchan@chromium.org
2012-04-18
1
-0
/
+1
*
Set limit on the number of custom client info entries that can be sent with a...
cdn@chromium.org
2012-04-17
1
-0
/
+4
*
Expose a callback to allow crash server implementations to defer the uploadin...
cdn@chromium.org
2012-04-13
10
-22
/
+69
*
Fix file descriptor leaks in ExternalDumper test
ted.mielczarek
2012-04-11
1
-0
/
+2
*
Fix crash_generator error message
ted.mielczarek
2012-04-11
1
-1
/
+4
*
vectors are cleared with "clear()", not with "empty()
thestig@chromium.org
2012-04-11
1
-2
/
+2
*
Fixed "unused method" warning, reported by Xcode 4.2 on simulator.
qsr@chromium.org
2012-04-04
1
-0
/
+2
*
Accept version 3 .eh_frame unwinding data, as well as version 1.
jimblandy
2012-04-03
1
-14
/
+8
*
Add missing log.o dependency to linux_client_unittest target.
benchan@chromium.org
2012-04-03
2
-0
/
+2
*
Changes to get the breakpad client compiling and running on Android using
mark@chromium.org
2012-04-03
12
-55
/
+200
*
Remove redundant include of CPP specific header files
ted.mielczarek@gmail.com
2012-04-03
2
-3
/
+0
*
Fix several issues in linux_dumper_unittest_helper
ted.mielczarek@gmail.com
2012-04-03
1
-3
/
+6
*
Fix for putting main module as first one in minidump
mkrebs@chromium.org
2012-03-30
2
-3
/
+53
*
Fix GetMainModule() to properly get first module
mkrebs@chromium.org
2012-03-30
1
-1
/
+1
*
Fix memory leak in DisassemblerX86.
benchan@chromium.org
2012-03-30
1
-0
/
+3
*
Fix one more -Wnull-conversion warning.
mark@chromium.org
2012-03-30
1
-1
/
+2
*
Fix -Wnull-conversion warnings in breakpad.
mark@chromium.org
2012-03-30
2
-2
/
+2
*
Fix class/struct mismatches in forward declarations.
benchan@chromium.org
2012-03-30
5
-5
/
+5
*
Unregister waits when a client shuts down so that no further callback events can
cdn@chromium.org
2012-03-22
1
-0
/
+1
*
Add high level API for breakpad on iOS.
qsr@chromium.org
2012-03-13
7
-11
/
+402
*
Change iOS implementation to not use exc_server
qsr@chromium.org
2012-03-09
1
-86
/
+89
*
Add SIGABRT handler for mac and iOS.
qsr@chromium.org
2012-03-09
3
-10
/
+90
*
Add COPYING file per libcurl distribution requirements
nealsid
2012-03-09
1
-0
/
+22
*
Remove static initializer in linux/guid_creator.cc.
qsr@chromium.org
2012-03-08
1
-8
/
+16
*
Removing breakpad_exc_server and all references.
qsr@chromium.org
2012-03-08
3
-2085
/
+2
*
Correct various compilation warnings.
qsr@chromium.org
2012-03-07
3
-16
/
+17
*
Send uptime as milliseconds for Mac and iOS.
qsr@chromium.org
2012-03-02
3
-11
/
+17
*
Support for .raSearch in the x86 stackwalker
mark@chromium.org
2012-02-23
3
-7
/
+88
*
Handle program strings with the assignment operator smashed against the next
mark@chromium.org
2012-02-23
3
-120
/
+151
*
Modify CrashGenerator::CreateChildCrash to copy proc files.
benchan@chromium.org
2012-02-23
5
-20
/
+116
*
Fix an invalid cast in PostfixEvaluator<ValueType>::EvaluateInternal().
mark@chromium.org
2012-02-23
1
-1
/
+1
*
Add support for @ operator to PostfixEvaluator
ted.mielczarek
2012-02-21
3
-6
/
+17
*
Move away from the 10.4 SDK.
mark@chromium.org
2012-02-21
2
-5
/
+0
*
Funnel all bootstrap_register calls through a routine that doesn't care that
mark@chromium.org
2012-02-21
6
-12
/
+130
*
Add some missing #includes
ted.mielczarek
2012-02-15
2
-0
/
+3
*
Add filename to error message when PDBSourceLineWriter::Open fails
ted.mielczarek
2012-02-15
1
-3
/
+3
*
Avoid setting an alternative stack for signals if there is already one
ted.mielczarek
2012-02-14
2
-8
/
+11
*
Add missing include.
qsr@chromium.org
2012-02-14
1
-0
/
+1
*
Creating minidump for uncaught exception on iOS.
qsr@chromium.org
2012-02-14
5
-7
/
+312
*
createDirectoryAtPath:attributes: is deprecated, use the suggested (10.5+)
mark@chromium.org
2012-02-09
1
-45
/
+4
*
Fix clang warning about format string.
mark@chromium.org
2012-02-09
1
-1
/
+1
*
NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead.
mark@chromium.org
2012-02-06
1
-8
/
+9
*
Breakpad DWARF: Add support for DWARF 4 attribute forms.
jimblandy
2012-02-01
7
-8
/
+179
*
Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2r...
jimblandy
2012-02-01
1
-44
/
+6
*
Add partial unit tests for dwarf2reader::CompilationUnit.
jimblandy
2012-02-01
4
-0
/
+549
*
Change some functions in linux_libc_support.h to use intmax_t instead of int.
ted.mielczarek
2012-01-27
1
-2
/
+2
*
Fix test addresses to use uintptr_t instead of u_int64_t.
benchan@chromium.org
2012-01-27
3
-4
/
+4
[prev]
[next]