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
*
Fix deprecatation warning when building for recent SDKs on iOS/OS X.
Sylvain Defresne
2016-01-07
1
-7
/
+59
*
Let breakpad build with -Wall on OS X and Linux.
Lei Zhang
2015-12-29
6
-5
/
+12
*
Support for multiple upload files in CrashReportSender/HTTPUpload
David Major
2015-10-06
4
-48
/
+46
*
[mac] Teach dump_syms to handle additional zerofill sections
Pavel Labath
2015-09-30
1
-1
/
+3
*
Fixup a bad strcmp call landed in previous commit
Ted Mielczarek
2015-09-16
1
-1
/
+1
*
Fix Mac Breakpad host tools to build in Linux cross-compile
Ted Mielczarek
2015-09-16
12
-167
/
+382
*
solaris: fix spurious ;
Mike Frysinger
2015-09-11
1
-1
/
+1
*
Fix regression on x86 for "Fix compile error with Windows clang"
Will Harris
2015-09-03
1
-6
/
+5
*
Add user_regs_struct and user_fpsimd_struct for aarch64 on Android.
rmcilroy@chromium.org
2015-08-20
1
-18
/
+23
*
Fix compile error with Windows clang.
wfh@chromium.org
2015-08-19
1
-4
/
+7
*
Use local variable for out parameter rather than direct use of ivar
ivanpe@chromium.org
2015-06-20
1
-2
/
+3
*
Update breakpad for Android packed relocations.
rmcilroy@chromium.org
2015-06-19
1
-0
/
+31
*
Support object files larger than 2**32.
erikchen@chromium.org
2015-04-22
6
-38
/
+187
*
[MIPS]: Use mcontext_t structure for MIPS
rmcilroy@chromium.org
2015-04-21
2
-78
/
+3
*
MIPS64: Initial MIPS64 related change.
mark@chromium.org
2015-04-15
6
-15
/
+131
*
Fix compilation with gcc --std=c++11
ted.mielczarek@gmail.com
2015-03-24
1
-2
/
+2
*
Fix compatibility with Android NDK r10d.
primiano@chromium.org
2015-03-16
1
-2
/
+20
*
Fix Windows dump_syms x64 linking
ted.mielczarek@gmail.com
2015-03-06
1
-2
/
+20
*
Update license on convert_UTF.* to the standard Unicode license.
mark@chromium.org
2015-02-25
2
-32
/
+64
*
Cleanup Linux debug link file handling code.
thestig@chromium.org
2015-02-10
1
-44
/
+74
*
Add unit tests for overlapping functions and externs.
thestig@chromium.org
2015-02-04
1
-0
/
+68
*
Handle ARM THUMB functions when removing duplicate PUBLIC entries.
thestig@chromium.org
2015-02-03
1
-3
/
+18
*
Follow debug link correctly
hashimoto@chromium.org
2015-02-03
2
-50
/
+52
*
Demangle symbol name
hashimoto@chromium.org
2015-02-03
2
-1
/
+12
*
Replace uses of hash_map with unordered_map
ted.mielczarek@gmail.com
2015-02-02
1
-6
/
+6
*
Fix some fragile code that is likely to cause future memory corruption
erikchen@chromium.org
2015-01-27
8
-58
/
+62
*
Fix a source of memory corruption.
erikchen@chromium.org
2015-01-26
1
-7
/
+13
*
Remove pointers from serialized file format
mdempsky@chromium.org
2014-12-11
1
-0
/
+56
*
dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4
mseaborn@chromium.org
2014-12-03
1
-6
/
+7
*
Add parameter --product to symupload.exe
ivanpe@chromium.org
2014-11-17
3
-695
/
+697
*
Read dynamic symbols table even if binary contains debug info
ted.mielczarek@gmail.com
2014-11-03
2
-43
/
+51
*
Fix Windows client compilation on mingw.
ted.mielczarek@gmail.com
2014-11-03
4
-15
/
+22
*
Fix breakpad on mips and x86_64 for the NDK r10c update.
primiano@chromium.org
2014-10-24
2
-3
/
+87
*
Update breakpad to support Android NDK r10c
primiano@chromium.org
2014-10-21
3
-445
/
+6
*
Revert "Remove unecessary headers following NDK r10c update."
primiano@chromium.org
2014-10-21
2
-0
/
+484
*
Remove unecessary headers following NDK r10c update.
primiano@chromium.org
2014-10-21
2
-484
/
+0
*
GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.
gunsch@chromium.org
2014-09-18
5
-18
/
+45
*
Fixes common_unittests build.
thestig@chromium.org
2014-09-17
3
-0
/
+13
*
Mac: Add support for in-process crash reporting to Breakpad.
andresantoso@chromium.org
2014-09-15
2
-0
/
+127
*
This CL initialize NSData in HTTPMultipartUpload.m to nil.
qsr@chromium.org
2014-09-12
1
-1
/
+1
*
Back out trunk r1367.
mark@chromium.org
2014-09-03
4
-46
/
+48
*
Adding possibility for client to upload the file
blundell@chromium.org
2014-09-01
1
-6
/
+10
*
Support for multiple upload files in CrashReportSender/HTTPUpload
ted.mielczarek@gmail.com
2014-08-28
4
-48
/
+46
*
In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...
rsesek@chromium.org
2014-07-25
2
-2
/
+7
*
Add GYP build for the src/tools directory on Mac and Linux.
rsesek@chromium.org
2014-07-24
1
-0
/
+240
*
Annotate PageAllocator for MSan.
mark@chromium.org
2014-07-22
1
-0
/
+10
*
Chrome on Android now supports loading the shared library directly from the A...
rmcilroy@chromium.org
2014-07-22
5
-33
/
+77
*
Both std::tr1::unordered_set and std::unordered_set are not allowed in
ivanpe@chromium.org
2014-07-21
2
-10
/
+63
*
Change some ELF utils to return the length as a size_t.
thestig@chromium.org
2014-07-17
3
-16
/
+17
*
Fix compilation error in Linux libc++ builds due to use of tr1/.
mark@chromium.org
2014-07-07
1
-0
/
+8
[next]