aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Fix core dump related unit tests for Android on MIPSgordana.cmiljanovic@imgtec.com2014-05-141-0/+12
* [Mac] Remove unused host_info call and supporting calls.mark@chromium.org2014-05-121-11/+0
* Fix the documentation for MinidumpFileWriter::Open().thestig@chromium.org2014-05-121-2/+2
* FD leaks and handle errors better.rsesek@chromium.org2014-05-062-5/+13
* Make the Linux CrashGenerationClient an interface.rsesek@chromium.org2014-05-053-70/+81
* Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...rmcilroy@chromium.org2014-04-231-0/+11
* Fill in CPU info in mini-dump for Arm64.rmcilroy@chromium.org2014-04-111-13/+54
* Moving directory 'build' one level up as it collides with a file named 'BUILD...ivan.penkov@gmail.com2014-04-107-7/+7
* Increase Breakpad's signal handler stack size.rmcilroy@chromium.org2014-04-091-1/+1
* Add Arm64 support to breakpad unittests.rmcilroy@chromium.org2014-04-083-12/+9
* Move build configuration to root of repository.chrisha@chromium.org2014-04-0313-1482/+14
* Add Arm64 version of breakpad_getcontext for Android.rmcilroy@chromium.org2014-04-034-16/+31
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-026-11/+68
* fix races in CrashGenerator::CreateChildCrashvapier@chromium.org2014-04-021-8/+2
* 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
* 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-282-5/+5
* Update GTM and enable -Wundef and strict C++11 flags.dmaclach2014-02-263-11/+22
* Fixup breakpad compile for Xcode 5.1 iOS releasedmaclach2014-02-243-8/+8
* Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach2014-02-184-19/+23
* 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
* Windows: Fix 64-bit compitation of crash_generation_app.thestig@chromium.org2014-01-211-7/+1
* 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
* Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...thestig@chromium.org2013-12-181-1/+2
* Run svn propdel svn:executable on source code files.thestig@chromium.org2013-12-173-0/+0
* Fix error r1258.thestig@chromium.org2013-12-171-12/+14
* Fix gcc vs clang cpuid.h discrepency.thestig@chromium.org2013-12-141-1/+4
* Expose the ability to supply additional user streams in the windows dump gene...cdn@chromium.org2013-12-122-5/+57
* Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.altse@chromium.org2013-12-125-89/+5
* Add -[BreakpadController resetConfiguration] for iOS.blundell@chromium.org2013-12-122-4/+15
* disable unittests under ASAN that use memory crashesvapier@chromium.org2013-12-112-5/+18
* Address additional comments from r1248. Fix the register to check and fix som...thestig@chromium.org2013-12-101-5/+5
* Conditionalize use of <cpuid.h> headermcgrathr@chromium.org2013-12-101-1/+4
* Fix Windows release build error due to unreferenced variables.thestig@chromium.org2013-12-091-22/+15
* Add MMX detection when getting registers in Linux.thestig@chromium.org2013-12-091-2/+11
* Back out r1244mark@chromium.org2013-12-091-1/+11
* Switch armv7 setting to arm_version==7.mark@chromium.org2013-12-081-6/+6
* Avoid redefinition of global static debug flag and remove unneededmark@chromium.org2013-12-051-11/+1
* Fix unused method warning.ivan.penkov@gmail.com2013-12-031-0/+2
* Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it'smark@chromium.org2013-12-033-3/+3