aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* minidump-2-core: Allow user to override shared lib basedir.thestig@chromium.org2014-04-181-5/+19
* Change the way function and public symbols are obtained to use the findChildr...wfh@chromium.org2014-04-167-13652/+14606
* Allow symupload to upload to multiple URLs on the same command line.wfh@chromium.org2014-04-161-30/+35
* Limit the workaround in r1313 to Android only.thestig@chromium.org2014-04-151-2/+9
* [Android]: Fix hang in CreateChildCrash() on Android.rmcilroy@chromium.org2014-04-151-13/+19
* Update offset of fpregs_mem.rmcilroy@chromium.org2014-04-152-2/+2
* Add x64 version of getcontext.rmcilroy@chromium.org2014-04-115-0/+275
* Fill in CPU info in mini-dump for Arm64.rmcilroy@chromium.org2014-04-111-13/+54
* Adding support for 64-bit Windows modules to ms_symbol_server_converter.ivan.penkov@gmail.com2014-04-1012-684/+872
* Moving directory 'build' one level up as it collides with a file named 'BUILD...ivan.penkov@gmail.com2014-04-1016-10/+1456
* Increase Breakpad's signal handler stack size.rmcilroy@chromium.org2014-04-091-1/+1
* Fix aarch64 ucontext layout on Androidrmcilroy@chromium.org2014-04-094-9/+23
* Add Arm64 support to breakpad unittests.rmcilroy@chromium.org2014-04-084-12/+10
* Move build configuration to root of repository.chrisha@chromium.org2014-04-0316-1487/+19
* Fix ElfCoreDumpTest.ValidCoreFile unit test.benchan@chromium.org2014-04-031-2/+5
* Add Arm64 version of breakpad_getcontext for Android.rmcilroy@chromium.org2014-04-036-25/+140
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-0216-19/+118
* Remove some unecessary Android system header definitions.rmcilroy@chromium.org2014-04-023-58/+6
* fix races in CrashGenerator::CreateChildCrashvapier@chromium.org2014-04-023-22/+39
* Terminating FileID path when at maximum length. (Coverity)thestig@chromium.org2014-04-012-5/+4
* GoogleCrashdumpUploader would leak instances of LibcurlWrapper (Coverity)thestig@chromium.org2014-04-012-2/+3
* Make ARM64 detection consistent in chromium.mark@chromium.org2014-04-014-7/+7
* Ignore warning 4702 to avoid unreachable code error onwfh@chromium.org2014-03-261-1/+3
* Check in new Windows binaries.wfh@chromium.org2014-03-262-0/+0
* Add support for Win64 stack unwind data as STACK CFIwfh@chromium.org2014-03-246-1/+4769
* Fix crash in Windows CrashGenerationServer from r1274.thestig@chromium.org2014-03-191-1/+1
* Fix a bug in BreakpadController that prevented multiple report uploads per ca...ivan.penkov@gmail.com2014-03-191-4/+8
* Trim unintentional whitespace and fix style nitsthestig@chromium.org2014-03-181-9/+9
* Fixing compiler warnings:ivan.penkov@gmail.com2014-02-285-9/+9
* Initialize file descriptors to -1, not 0, in MachoWalker.mark@chromium.org2014-02-261-2/+2
* Update GTM and enable -Wundef and strict C++11 flags.dmaclach2014-02-266-101/+51
* Fixup breakpad compile for Xcode 5.1 iOS releasedmaclach2014-02-244-9/+9
* Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach2014-02-187-25/+29
* When the Breakpad.h header gets compiled by standard C compilersdmaclach2014-02-183-6/+15
* Make Linux ExceptionHandler::HandleSignal publicted.mielczarek@gmail.com2014-02-051-1/+3
* Create a new tool to upload Mac system library symbols.rsesek@chromium.org2014-02-036-0/+815
* Support statically-linked libcurl for HTTP uploads in Linuxmattdr.breakpad@gmail.com2014-01-291-1/+11
* Windows: Fix 64-bit compitation of crash_generation_app.thestig@chromium.org2014-01-211-7/+1
* Fix missing semi-colons from r1267.thestig@chromium.org2014-01-171-3/+3
* Refactor the Windows MinidumpGenerator interface to get rid of the overloads ...cdn@chromium.org2014-01-175-260/+262
* Fix VS project generation for the crash generation app.cdn@chromium.org2014-01-171-0/+3
* Submitting on bahalf of Michele Aiello.ivan.penkov@gmail.com2014-01-131-2/+3
* Add -[BreakpadController setParametersToAddAtUploadTime:] for iOS.blundell@chromium.org2014-01-134-9/+33
* Don't do work inside assert(). Ever.mark@chromium.org2014-01-102-32/+26
* Fix #include order from r1268.mark@chromium.org2014-01-101-2/+2
* Fix compilation with macos-target=10.9ted.mielczarek@gmail.com2014-01-031-0/+2
* Windows: Fix remaining level 4 warnings.thestig@chromium.org2013-12-182-4/+6
* Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...thestig@chromium.org2013-12-182-1/+19
* Switch scoped_ptr.h to a compatible google3 implementation.thestig@chromium.org2013-12-181-209/+278
* Fix warnings from the Windows build.thestig@chromium.org2013-12-171-2/+10