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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Build LinuxLibcSupportTest and make it pass.
thestig@chromium.org
2012-01-11
1
-2
/
+6
*
Refactor LinuxDumper and MinidumpWriter.
benchan@chromium.org
2012-01-11
6
-89
/
+146
*
Clear error state flags in binarystream::rewind().
benchan@chromium.org
2012-01-09
1
-0
/
+3
*
Add utilities for processing Linux core dump files.
benchan@chromium.org
2012-01-07
9
-26
/
+1039
*
Send crash dumps to Google via HTTPS instead of HTTP, since they might
thestig@chromium.org
2012-01-04
1
-1
/
+1
*
Replace MMappedRange with MinidumpMemoryRange.
benchan@chromium.org
2011-12-21
4
-120
/
+399
*
Eliminate another source of UnspecifiedStackSignature crash dumps.
mark@chromium.org
2011-12-21
1
-45
/
+38
*
Replace readlink calls with a safer version that guarantees NULL-termination.
benchan@chromium.org
2011-12-21
8
-17
/
+222
*
Refactor code in preparation of merging with the fork in Chromium OS.
benchan@chromium.org
2011-12-16
10
-55
/
+781
*
Fix ContextDeathTest.X86BadFlags unit test on Mac OS X.
benchan@chromium.org
2011-12-16
1
-1
/
+1
*
Add API on iOS to generate dump on demand.
qsr@chromium.org
2011-12-09
2
-2
/
+66
*
Fix a missed include path change from r889. (r=qsr in person)
stuartmorgan
2011-12-02
1
-1
/
+1
*
Speculative back-out of r883, which may have broken Windows crash reporting.
mark@chromium.org
2011-11-28
13
-208
/
+4
*
Fix some comments and parameter names.
jimblandy
2011-11-23
2
-4
/
+5
*
Create a static library to use Breakpad on iOS.
qsr@chromium.org
2011-11-23
9
-9
/
+564
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
8
-133
/
+157
*
Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.
ted.mielczarek
2011-11-18
10
-38
/
+41
*
Correct bug introduced by last commit: Interface on Breakpad is incorrect.
qsr@chromium.org
2011-11-16
2
-6
/
+8
*
Add an API to Breakpad to upload custom file to the crash server.
qsr@chromium.org
2011-11-16
5
-106
/
+178
*
Fix several error-case leaks on the Mac found by clang analysis
stuartmorgan
2011-11-14
2
-2
/
+8
*
Allow CrashGenerationClient to request that a dump of the parent process be w...
ted.mielczarek
2011-11-11
13
-4
/
+208
*
Correct leak.
qsr@chromium.org
2011-11-10
1
-2
/
+2
*
Fix problem with not NULL terminating mapping name.
kmixter@chromium.org
2011-11-09
1
-1
/
+2
*
Add mach_vm_deallocate to the set of function not available on iOS5.
qsr@chromium.org
2011-10-24
1
-0
/
+1
*
Do not use mach_vm.h on iOS.
qsr@chromium.org
2011-10-24
5
-15
/
+56
*
Upstream fix for compiling of breakpad with gcc-4.6. Remove an unnecessary
mark@chromium.org
2011-10-22
1
-1
/
+1
*
Fix some shadow variables, including one in file_id.cc that causes all files ...
thestig@chromium.org
2011-10-20
6
-30
/
+127
*
Correct incorrect bounds checking.
qsr@chromium.org
2011-10-20
1
-2
/
+2
*
Allow to retrieve id of a module from memory instead of going to disk for iOS.
qsr@chromium.org
2011-10-20
6
-31
/
+102
*
Fix svn:executable and svn:eol-style properties in src/client/windows.
mark@chromium.org
2011-10-20
16
-0
/
+0
*
Changing declaration order of field to correct compilation warnings.
qsr@chromium.org
2011-10-18
1
-4
/
+4
*
Add includes for unittests that appear to need them.
jessicag.feedback@gmail.com
2011-10-17
5
-4
/
+26
*
Use frame pointer to walk ARM stack on iOS.
qsr@chromium.org
2011-10-17
5
-30
/
+280
*
Breakpad implementation for ios.
qsr@chromium.org
2011-10-12
3
-0
/
+890
*
Handling reading arm executable.
qsr@chromium.org
2011-10-12
1
-0
/
+6
*
Minor formatting fix following r865.
mark@chromium.org
2011-10-11
1
-2
/
+2
*
More fixes following r862.
mark@chromium.org
2011-10-11
1
-6
/
+6
*
Additional fixes following r862.
mark@chromium.org
2011-10-11
2
-31
/
+34
*
Remove "using namespace std" from dwarf2reader.h. Using-directives are
mark@chromium.org
2011-10-11
5
-40
/
+41
*
Fix harmless warning in dwarf_cfi_to_module.cc.
mark@chromium.org
2011-10-11
1
-1
/
+1
*
Fix harmless printf abuse in symupload.
mark@chromium.org
2011-10-11
1
-1
/
+2
*
Remove duplicate definition of GTMLoggerDebug.
mark@chromium.org
2011-10-11
1
-3
/
+0
*
Adding missing method.
qsr@chromium.org
2011-10-11
1
-0
/
+5
*
#include BreakpadDefines.h as "BreakpadDefines.h" and not
mark@chromium.org
2011-10-11
1
-1
/
+1
*
Extract constants from Breakpad.h.
qsr@chromium.org
2011-10-11
9
-65
/
+98
*
Handle ios dump.
qsr@chromium.org
2011-10-11
5
-1
/
+18
*
Use right header.
qsr@chromium.org
2011-10-10
1
-1
/
+1
*
Extract the uploader process from crash_report_sender
qsr@chromium.org
2011-10-10
5
-570
/
+695
*
Extracting the config file class from the Inspector to be able to reuse it.
qsr@chromium.org
2011-10-10
7
-227
/
+328
*
#ifdef cpu specific code.
qsr@chromium.org
2011-10-07
6
-9
/
+160
[prev]
[next]