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
path:
root
/
src
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.
altse@chromium.org
2013-12-12
5
-89
/
+5
*
Add -[BreakpadController resetConfiguration] for iOS.
blundell@chromium.org
2013-12-12
2
-4
/
+15
*
disable unittests under ASAN that use memory crashes
vapier@chromium.org
2013-12-11
2
-5
/
+18
*
Address additional comments from r1248. Fix the register to check and fix som...
thestig@chromium.org
2013-12-10
1
-5
/
+5
*
Conditionalize use of <cpuid.h> header
mcgrathr@chromium.org
2013-12-10
1
-1
/
+4
*
Fix Windows release build error due to unreferenced variables.
thestig@chromium.org
2013-12-09
1
-22
/
+15
*
Add MMX detection when getting registers in Linux.
thestig@chromium.org
2013-12-09
1
-2
/
+11
*
Back out r1244
mark@chromium.org
2013-12-09
1
-1
/
+11
*
Switch armv7 setting to arm_version==7.
mark@chromium.org
2013-12-08
1
-6
/
+6
*
Avoid redefinition of global static debug flag and remove unneeded
mark@chromium.org
2013-12-05
1
-11
/
+1
*
Fix unused method warning.
ivan.penkov@gmail.com
2013-12-03
1
-0
/
+2
*
Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's
mark@chromium.org
2013-12-03
3
-3
/
+3
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
4
-9
/
+6
*
Re-enable ios_exception_minidump_generator being built on non-ARM.
blundell@chromium.org
2013-12-02
1
-5
/
+9
*
In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the...
qsr@chromium.org
2013-11-26
1
-2
/
+1
*
Generate minidumps for 64-bit ARM apps on iOS.
mark@chromium.org
2013-11-21
10
-62
/
+276
*
Provide BreakpadGetCrashReportCount() and -[BreakpadController
mark@chromium.org
2013-11-20
4
-10
/
+30
*
Allow SIGABRT to abort the program.
thestig@chromium.org
2013-11-07
1
-2
/
+3
*
NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args)
mark@chromium.org
2013-11-05
1
-12
/
+12
*
increase exception handler stack size for dumping thread
vapier@chromium.org
2013-10-23
1
-1
/
+3
*
Remove define of mach_vm_region from mach_vm_compatibility.h.
qsr@chromium.org
2013-10-17
1
-1
/
+0
*
Remove unittest from sources list of iOS client xcodeproj.
qsr@chromium.org
2013-10-15
1
-2
/
+2
*
Fix missing include in ios_exception_minidump_generator.mm.
qsr@chromium.org
2013-10-11
1
-0
/
+2
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
2
-1
/
+10
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
10
-27
/
+163
*
Update to build against the latest revision of linux_syscall_support.h
mseaborn@chromium.org
2013-09-05
1
-3
/
+3
*
Enable the SIGABRT handler on desktop OS X
ted.mielczarek@gmail.com
2013-08-14
3
-8
/
+53
*
Fix a memory leak, using stringWithUTF8String instead.
yuwu@google.com
2013-07-17
1
-1
/
+1
*
Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP...
yuwu@google.com
2013-07-15
1
-2
/
+5
*
Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h.
thestig@chromium.org
2013-07-02
1
-1
/
+5
*
Fix Android build more.
thestig@chromium.org
2013-07-01
1
-0
/
+2
*
Fix a clang warning.
mark@chromium.org
2013-06-27
1
-5
/
+7
*
add interface for WriteMinidump which allows the caller to supply file handle...
cdn@chromium.org
2013-06-06
2
-21
/
+64
*
Make all linux ptrace dumper tests use a subprocess
ted.mielczarek@gmail.com
2013-06-06
1
-191
/
+203
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
8
-67
/
+74
*
Fixing several instances of std::vector::operator[] out of range access
ivan.penkov@gmail.com
2013-05-21
2
-9
/
+16
*
Submitting this on behalf of Xiaoling Bao.
ivan.penkov@gmail.com
2013-05-20
4
-4
/
+17
*
Ensure a proper LinuxDumper::crash_thread_ value
ted.mielczarek@gmail.com
2013-05-17
2
-4
/
+4
*
Fix a "set but not used" compiler warning in a test
mseaborn@chromium.org
2013-05-10
1
-1
/
+2
*
Fix minidump generation from exception.
qsr@chromium.org
2013-05-03
2
-9
/
+15
*
Rewrite SimpleStringDictionary with NonAllocatingMap.
rsesek@chromium.org
2013-04-24
4
-20
/
+17
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
6
-126
/
+897
*
Allow option for efficient and safe opt out of in-proc dump generation for Wi...
ivan.penkov@gmail.com
2013-04-23
4
-41
/
+143
*
Move SimpleStringDictionary from common/mac/ to just common/.
rsesek@chromium.org
2013-04-18
10
-314
/
+29
*
Add Android ifdef to fix issue 526
ted.mielczarek@gmail.com
2013-04-18
1
-0
/
+2
*
Fix missing result check in Mac exception handler
ted.mielczarek@gmail.com
2013-04-18
1
-3
/
+7
*
ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linux
ted.mielczarek@gmail.com
2013-04-16
1
-0
/
+30
*
Removing redundant calls to string::c_str().
ivan.penkov@gmail.com
2013-03-29
1
-7
/
+7
*
Get the complete linux gate mapping instead of only one page
ted.mielczarek@gmail.com
2013-03-29
1
-3
/
+2
*
Fix Windows unittest build on VC2012
ted.mielczarek@gmail.com
2013-03-29
1
-2
/
+9
[prev]
[next]