aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Fix overflow error in breakpad for linuxmark@chromium.org2015-02-051-4/+4
* Handle failures of copying process data from a core file.benchan@chromium.org2015-02-026-16/+31
* Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest.benchan@chromium.org2015-01-281-4/+0
* Stop calling memmove when unnecessaryhashimoto@chromium.org2015-01-271-2/+4
* Fix the scope on the initialization of kMicrodumpOnConsole to match header.primiano@chromium.org2015-01-091-1/+2
* Remove pointers from serialized file formatmdempsky@chromium.org2014-12-111-5/+9
* Breakpad: Fix build with new clang versions.mark@chromium.org2014-12-102-2/+2
* Microdumps: support aarch64 and lib mapping from APKprimiano@chromium.org2014-12-022-10/+36
* Fix microdump_writer and add unittest.primiano@chromium.org2014-11-252-10/+150
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-037-10/+16
* Introduce microdump writer class.primiano@chromium.org2014-10-287-21/+490
* Fix breakpad on mips and x86_64 for the NDK r10c update.primiano@chromium.org2014-10-242-4/+5
* Fixing the Mac Inspector build by adding the launch_report dependency to the ...ivanpe@chromium.org2014-10-171-0/+10
* Refactor .so name detection logic in minidump/linux_dumper.primiano@chromium.org2014-10-173-54/+70
* The process uptime computation when the Windows out-of-process Crash Generationivanpe@chromium.org2014-10-151-2/+4
* Linux multiprocess crash reporter: use pipe instead of socketpair in the clientted.mielczarek@gmail.com2014-10-092-9/+2
* Remove workaround for Linux credential-passing bugted.mielczarek@gmail.com2014-10-091-127/+0
* Microdumps: refactor out common parts of minidump_writer.ccprimiano@chromium.org2014-10-0110-619/+993
* Fix some nits raised by Timur for r1385.thestig@chromium.org2014-09-241-3/+2
* IWYU in minidump_writer.cc to fix building with libc++ after r1385.thestig@chromium.org2014-09-241-0/+1
* Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m...thestig@chromium.org2014-09-232-35/+32
* Fix clang compilation error introduced in r1380.rmcilroy@chromium.org2014-09-221-1/+1
* Extend mapping merge to include reserved but unused mappings.rmcilroy@chromium.org2014-09-191-0/+18
* GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.gunsch@chromium.org2014-09-181-1/+1
* Fix Windows client unittests build: add missing code filesmmandlis@chromium.org2014-09-161-0/+2
* Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org2014-09-156-49/+69
* Back out trunk r1367.mark@chromium.org2014-09-032-4/+4
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-016-48/+214
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-282-4/+4
* constructor init list in wrong order in CrashGenerationServerted.mielczarek@gmail.com2014-08-281-2/+2
* Set 32 bits iOS app to use vm_region_recurse_64.blundell@chromium.org2014-08-111-4/+0
* Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org2014-07-224-9/+123
* [Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf...rmcilroy@chromium.org2014-07-181-17/+0
* Ensure C:/Dumps/ exists in crash_generation_appted.mielczarek@gmail.com2014-07-111-0/+6
* Unhook current Breakpad object after handling uncaught NSException.qsr@chromium.org2014-07-071-0/+1
* Make crash_handler volatile to prevent compiler optimizing it away.rmcilroy@chromium.org2014-07-021-1/+5
* Cleanup: hide undefined behavior from the compiler better.ivanpe@chromium.org2014-07-011-4/+18
* Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size.qsr@chromium.org2014-06-061-1/+5
* Linux: Fix a memory leak in ExceptionHandler.thestig@chromium.org2014-05-281-0/+2
* [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