aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-2616-173/+219
* Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."Olivier Robin2016-01-211-59/+7
* Fix usage of snprintf for MSVCPavel Labath2016-01-191-0/+43
* Define intptr and uintptr in a more generic wayPavel Labath2016-01-111-6/+2
* Fix deprecatation warning when building for recent SDKs on iOS/OS X.Sylvain Defresne2016-01-071-7/+59
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-296-5/+12
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-064-48/+46
* [mac] Teach dump_syms to handle additional zerofill sectionsPavel Labath2015-09-301-1/+3
* Fixup a bad strcmp call landed in previous commitTed Mielczarek2015-09-161-1/+1
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-1612-167/+382
* solaris: fix spurious ;Mike Frysinger2015-09-111-1/+1
* Fix regression on x86 for "Fix compile error with Windows clang"Will Harris2015-09-031-6/+5
* Add user_regs_struct and user_fpsimd_struct for aarch64 on Android.rmcilroy@chromium.org2015-08-201-18/+23
* Fix compile error with Windows clang.wfh@chromium.org2015-08-191-4/+7
* Use local variable for out parameter rather than direct use of ivarivanpe@chromium.org2015-06-201-2/+3
* Update breakpad for Android packed relocations.rmcilroy@chromium.org2015-06-191-0/+31
* Support object files larger than 2**32.erikchen@chromium.org2015-04-226-38/+187
* [MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org2015-04-212-78/+3
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-156-15/+131
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-241-2/+2
* Fix compatibility with Android NDK r10d.primiano@chromium.org2015-03-161-2/+20
* Fix Windows dump_syms x64 linkingted.mielczarek@gmail.com2015-03-061-2/+20
* Update license on convert_UTF.* to the standard Unicode license.mark@chromium.org2015-02-252-32/+64
* Cleanup Linux debug link file handling code.thestig@chromium.org2015-02-101-44/+74
* Add unit tests for overlapping functions and externs.thestig@chromium.org2015-02-041-0/+68
* Handle ARM THUMB functions when removing duplicate PUBLIC entries.thestig@chromium.org2015-02-031-3/+18
* Follow debug link correctlyhashimoto@chromium.org2015-02-032-50/+52
* Demangle symbol namehashimoto@chromium.org2015-02-032-1/+12
* Replace uses of hash_map with unordered_mapted.mielczarek@gmail.com2015-02-021-6/+6
* Fix some fragile code that is likely to cause future memory corruptionerikchen@chromium.org2015-01-278-58/+62
* Fix a source of memory corruption.erikchen@chromium.org2015-01-261-7/+13
* Remove pointers from serialized file formatmdempsky@chromium.org2014-12-111-0/+56
* dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4mseaborn@chromium.org2014-12-031-6/+7
* Add parameter --product to symupload.exeivanpe@chromium.org2014-11-173-695/+697
* Read dynamic symbols table even if binary contains debug infoted.mielczarek@gmail.com2014-11-032-43/+51
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-034-15/+22
* Fix breakpad on mips and x86_64 for the NDK r10c update.primiano@chromium.org2014-10-242-3/+87
* Update breakpad to support Android NDK r10cprimiano@chromium.org2014-10-213-445/+6
* Revert "Remove unecessary headers following NDK r10c update."primiano@chromium.org2014-10-212-0/+484
* Remove unecessary headers following NDK r10c update.primiano@chromium.org2014-10-212-484/+0
* GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.gunsch@chromium.org2014-09-185-18/+45
* Fixes common_unittests build.thestig@chromium.org2014-09-173-0/+13
* Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org2014-09-152-0/+127
* This CL initialize NSData in HTTPMultipartUpload.m to nil.qsr@chromium.org2014-09-121-1/+1
* Back out trunk r1367.mark@chromium.org2014-09-034-46/+48
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-011-6/+10
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-284-48/+46
* In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...rsesek@chromium.org2014-07-252-2/+7
* Add GYP build for the src/tools directory on Mac and Linux.rsesek@chromium.org2014-07-241-0/+240
* Annotate PageAllocator for MSan.mark@chromium.org2014-07-221-0/+10