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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace MMappedRange with MinidumpMemoryRange.
benchan@chromium.org
2011-12-21
1
-6
/
+0
*
Replace readlink calls with a safer version that guarantees NULL-termination.
benchan@chromium.org
2011-12-21
4
-3
/
+210
*
Refactor code in preparation of merging with the fork in Chromium OS.
benchan@chromium.org
2011-12-16
8
-22
/
+769
*
Fix some comments and parameter names.
jimblandy
2011-11-23
2
-4
/
+5
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
3
-7
/
+107
*
Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.
ted.mielczarek
2011-11-18
4
-8
/
+13
*
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
3
-17
/
+114
*
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
4
-24
/
+77
*
Add includes for unittests that appear to need them.
jessicag.feedback@gmail.com
2011-10-17
5
-4
/
+26
*
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
*
Use right header.
qsr@chromium.org
2011-10-10
1
-1
/
+1
*
Extracting the config file class from the Inspector to be able to reuse it.
qsr@chromium.org
2011-10-10
2
-3
/
+3
*
Fix some compilation warnings and other errors due to API changes
mark@chromium.org
2011-09-29
1
-1
/
+2
*
Linux/Mac: Add option to omit the CFI section in dump_syms.
thestig@chromium.org
2011-09-14
8
-108
/
+169
*
issue 243 - Linux dumper should use build id produced by ld --build-id if ava...
ted.mielczarek
2011-08-30
5
-96
/
+260
*
Fix libcurl include in http_upload (trivial, no bug)
ted.mielczarek
2011-08-30
1
-2
/
+1
*
Fix clang warnings.
mark@chromium.org
2011-08-11
1
-6
/
+0
*
Zero out the entire context on MD5_Final, not just the number of bytes in a
mark@chromium.org
2011-08-11
1
-1
/
+1
*
Wean Mac Breakpad off of its OpenSSL libcrypto dependency.
mark@chromium.org
2011-07-27
3
-49
/
+14
*
Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...
ted.mielczarek
2011-07-26
2
-2
/
+4
*
Remove curl/types.h include, since this header has been deprecated for a long...
ted.mielczarek
2011-07-21
1
-1
/
+0
*
Add some unit tests for Linux WriteSymbolFile
ted.mielczarek
2011-07-06
13
-227
/
+887
*
Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...
ted.mielczarek
2011-07-06
4
-5
/
+710
*
Fixed message about unregistered msdia*dll. Builds with different DiaSDK need...
vitalybuka@chromium.org
2011-04-26
1
-2
/
+7
*
Issue 417: update unit tests after adding unnamed function detection
jimblandy
2011-03-14
1
-2
/
+2
*
Google Breakpad Issue 417: Handle DWARF that omits function names.
jimblandy
2011-03-11
5
-3
/
+48
*
Put PUBLIC lines in Mac symbol files.
ted.mielczarek
2011-03-04
9
-11
/
+270
*
Make programs in src/tools/linux build via the automake build system
ted.mielczarek
2011-02-28
3
-23
/
+27
*
enable writing INFO CODE_ID line in symbol files
ted.mielczarek
2011-02-15
1
-3
/
+1
*
Add missing constructor to CPPLanguage class to make it compile with CLang.
ted.mielczarek
2011-01-25
1
-0
/
+1
*
allow uploading zero-byte files in HTTPUpload
ted.mielczarek@gmail.com
2010-12-15
2
-8
/
+7
*
Propagate failure if http uploads fail with http error codes.
kmixter@chromium.org
2010-12-08
1
-0
/
+3
*
Add specific curl headers to facilitate building on Ubuntu Lucid
nealsid
2010-11-17
2
-5
/
+2
*
Fix assert failure in dump_syms caused by binary linked with gold.
thestig@chromium.org
2010-11-08
1
-2
/
+2
*
Use STABS as the debugging format when using GCC 4.0 and the 10.4 SDK.
mmentovai
2010-11-08
1
-0
/
+1
*
Add support for building the Linux client code using the Android NDK
ted.mielczarek
2010-10-20
1
-0
/
+4
*
Make dump_syms output an INFO CODE_ID line that includes the code file and co...
ted.mielczarek
2010-10-05
4
-14
/
+204
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-23
2
-5
/
+12
*
Fix compilation of file_id_unittest.
thestig@chromium.org
2010-09-16
1
-5
/
+5
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
3
-2951
/
+2
*
Revert revision 658 ('Add glog style logging to symupload').
erikwright@chromium.org
2010-09-15
2
-117
/
+3
*
Fix a handful of comment spelling errors (Issue 385)
jessicag.feedback@gmail.com
2010-09-09
1
-3
/
+3
*
Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detection
ted.mielczarek
2010-08-31
1
-5
/
+19
[prev]
[next]