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
...
*
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
*
Convert files in .nib format to .xib format.
mark@chromium.org
2010-06-23
9
-168
/
+4056
*
Remove LOG statements from linux utilities so there's no dependency on log li...
nealsid
2010-05-27
1
-2
/
+4
*
Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Sme...
ted.mielczarek
2010-05-19
2
-16
/
+6
*
Patch from Vitaly to remove synchronization and make exception handling code ...
nealsid
2010-05-18
1
-3
/
+1
*
Changed two files end-line to make it work better with GYP. They were DOS (CR...
hansl@google.com
2010-05-14
2
-111
/
+111
*
Added a death test for the pure virtual function call.
hansl@google.com
2010-05-13
3
-8
/
+174
*
Moved exception_handler_test to the more aptly named exception_handler_death_...
hansl@google.com
2010-05-12
11
-399
/
+793
*
Changes to fix build warnings on newer versions of GCC, and a fix to not try ...
nealsid
2010-05-10
3
-2
/
+20
*
Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc...
hansl@google.com
2010-05-05
3
-0
/
+484
*
Replacing solutions with gyp files. Moving tests for windows clients in unitt...
hansl@google.com
2010-05-03
18
-1320
/
+1822
*
Fix dependency on Visual C++ 9 introduced by revision 557.
nealsid
2010-04-29
1
-1
/
+1
*
issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...
ted.mielczarek
2010-04-29
2
-12
/
+37
*
Patch from Zhurun to fix build breaks in gcc 4.4.1
nealsid
2010-04-26
1
-1
/
+3
*
[ Mistakenly committed older version of patch. This is the right one. ]
jimblandy
2010-03-29
1
-3
/
+3
*
Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test.
jimblandy
2010-03-29
2
-10
/
+19
*
Fix HandleInvalidParameter to provide a locally created exception record for ...
siggi@chromium.org
2010-03-26
1
-3
/
+23
[prev]
[next]