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
...
*
Round-trip client/processor unittests for Windows
ted.mielczarek
2011-01-24
4
-4
/
+77
*
Fix clang warning / miscompile.
mmentovai
2011-01-24
1
-2
/
+2
*
Fix compile by adding needed includes.
thestig@chromium.org
2011-01-12
1
-6
/
+11
*
Fixing typos that will soon be gyp errors.
thestig@chromium.org
2011-01-11
1
-1
/
+1
*
Make localization resizing of Mac uploader email line more robust. Review URL...
stuart.morgan
2011-01-05
1
-5
/
+18
*
Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.apps...
stuartmorgan
2010-12-17
2
-1
/
+31
*
Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps
ted.mielczarek@gmail.com
2010-12-16
8
-117
/
+346
*
Allow out-of-process minidump generation to work on processes of a different ...
ted.mielczarek@gmail.com
2010-12-15
9
-621
/
+1230
*
Allow writing on-request minidumps with an exception stream
ted.mielczarek@gmail.com
2010-12-15
3
-36
/
+123
*
issue 334 - Fix a race condition between ExceptionHandler::Teardown and Excep...
ted.mielczarek@gmail.com
2010-12-15
2
-6
/
+14
*
Add some unit tests for the mac MinidumpGenerator
ted.mielczarek
2010-12-13
4
-90
/
+291
*
allow passing info about known memory mappings to MinidumpWriter and Exceptio...
ted.mielczarek
2010-12-13
10
-77
/
+616
*
Reuse code and fix inconsistent array boundaries.
kmixter@chromium.org
2010-12-08
3
-10
/
+8
*
Fix WriteMemoryListStream to remove an extraneous loop index variable increment.
ted.mielczarek
2010-11-30
2
-2
/
+62
*
Linux: Attempt to generate an ELF identifier for deleted running binaries.
thestig@chromium.org
2010-11-19
2
-15
/
+71
*
Delete an old Makefile and fix lots of lint errors.
thestig@chromium.org
2010-11-08
4
-149
/
+37
*
Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolc...
ted.mielczarek
2010-10-21
1
-8
/
+7
*
Add support for building the Linux client code using the Android NDK
ted.mielczarek
2010-10-20
12
-24
/
+242
*
Only include linux_syscall_support.h on Linux in cross platform files.
thestig@chromium.org
2010-09-24
1
-0
/
+2
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-23
10
-13
/
+895
*
Modify crash_generation_app to use GYP instead of VS .sln file for ease of ma...
erikwright@chromium.org
2010-09-21
8
-589
/
+75
*
Fix CrashGenerationServer to recover from protocol errors and a test for same.
erikwright@chromium.org
2010-09-20
6
-77
/
+442
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-17
2
-2
/
+214
*
Fix compilation for minidump-2-core.
thestig@chromium.org
2010-09-16
1
-0
/
+1
*
Actually treat fatal error codes as fatal
nealsid
2010-09-16
1
-2
/
+1
*
Add a free() to ExceptionHandlerTest.ChildCrash.
thestig@chromium.org
2010-09-16
1
-0
/
+1
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
8
-10
/
+10
*
Fix include paths in breakpad_client.gyp to make the build work
ted.mielczarek
2010-09-15
1
-0
/
+1
*
Fix a handful of comment spelling errors (Issue 385)
jessicag.feedback@gmail.com
2010-09-09
1
-1
/
+1
*
Allow Linux dumper to work on PTRACE-hardened kernels
ted.mielczarek
2010-08-27
2
-0
/
+69
*
Clean up old glog code and move deps to new reference in third_party.
jessicag.feedback@gmail.com
2010-08-19
1
-1
/
+1
*
When done with crash-dumping, we need to terminate the application. Calling
thestig@chromium.org
2010-08-17
1
-8
/
+20
*
remove trailing comma that makes gcc -pedantic unhappy
ted.mielczarek
2010-08-16
1
-1
/
+1
*
Change ClientInfo into a class to match other platforms, rename the current C...
ted.mielczarek@gmail.com
2010-08-16
5
-13
/
+31
*
Put MachIPC into the google_breakpad namespace
ted.mielczarek@gmail.com
2010-08-16
2
-0
/
+8
*
Fix a couple of bugs where we generate incorrect minidump files on Linux.o
thestig@chromium.org
2010-08-14
3
-31
/
+293
*
Miscellaneous improvements to minidump-2-core.
thestig@chromium.org
2010-08-14
1
-0
/
+74
*
Allow dumping live processes on OS X
ted.mielczarek@gmail.com
2010-08-13
4
-2
/
+135
*
Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...
ted.mielczarek@gmail.com
2010-08-13
10
-7
/
+920
*
fix typo in previous commit
ted.mielczarek@gmail.com
2010-08-12
1
-1
/
+1
*
Change exception_handler_test.cc to use Google Test
ted.mielczarek@gmail.com
2010-08-12
3
-48
/
+268
*
Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt...
ted.mielczarek
2010-08-02
1
-28
/
+50
*
review: http://breakpad.appspot.com/139001
dmaclach
2010-07-29
1
-0
/
+1
*
review: http://breakpad.appspot.com/138001
dmaclach
2010-07-29
2
-67
/
+35
*
Review: http://breakpad.appspot.com/137001
dmaclach
2010-07-28
2
-44
/
+53
*
Review: http://breakpad.appspot.com/136001
dmaclach
2010-07-28
4
-199
/
+74
*
Review: http://breakpad.appspot.com/135001
dmaclach
2010-07-27
1
-8
/
+8
*
Adding 11 languages to the crash uploader app on the Mac, contributed by the ...
stuart.morgan
2010-07-25
23
-0
/
+58
*
Separate the "hello" message from the parameter messages in
mark@chromium.org
2010-07-21
1
-2
/
+3
*
Clean up build for 64 bit.
dmaclach
2010-07-19
21
-513
/
+1365
[prev]
[next]