aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-2852-251/+359
* sym_upload: Show failure if symbol server gives redirect responsemkrebs@chromium.org2012-05-242-0/+12
* Fixing HTTPMultipartUpload.qsr@chromium.org2012-05-151-2/+2
* Bits necessary to send the reports along with the minidumps.mark@chromium.org2012-05-111-1/+4
* Fix compiler warning from format stringted.mielczarek2012-04-251-1/+1
* Fix crash_generator error messageted.mielczarek2012-04-111-1/+4
* vectors are cleared with "clear()", not with "empty()thestig@chromium.org2012-04-111-2/+2
* Accept version 3 .eh_frame unwinding data, as well as version 1.jimblandy2012-04-031-14/+8
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-033-3/+14
* Remove static initializer in linux/guid_creator.cc.qsr@chromium.org2012-03-081-8/+16
* Modify CrashGenerator::CreateChildCrash to copy proc files.benchan@chromium.org2012-02-234-7/+111
* Move away from the 10.4 SDK.mark@chromium.org2012-02-211-2/+0
* Funnel all bootstrap_register calls through a routine that doesn't care thatmark@chromium.org2012-02-213-3/+101
* Add some missing #includested.mielczarek2012-02-152-0/+3
* Add filename to error message when PDBSourceLineWriter::Open failsted.mielczarek2012-02-151-3/+3
* Breakpad DWARF: Add support for DWARF 4 attribute forms.jimblandy2012-02-017-8/+179
* Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2r...jimblandy2012-02-011-44/+6
* Add partial unit tests for dwarf2reader::CompilationUnit.jimblandy2012-02-012-0/+526
* Change some functions in linux_libc_support.h to use intmax_t instead of int.ted.mielczarek2012-01-271-2/+2
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-193-3/+7
* Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated.benchan@chromium.org2012-01-112-11/+43
* Build LinuxLibcSupportTest and make it pass.thestig@chromium.org2012-01-111-2/+6
* Refactor LinuxDumper and MinidumpWriter.benchan@chromium.org2012-01-112-1/+18
* Add utilities for processing Linux core dump files.benchan@chromium.org2012-01-079-26/+1039
* Replace MMappedRange with MinidumpMemoryRange.benchan@chromium.org2011-12-211-6/+0
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-214-3/+210
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-168-22/+769
* Fix some comments and parameter names.jimblandy2011-11-232-4/+5
* Correct compilation warning.qsr@chromium.org2011-11-233-7/+107
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-184-8/+13
* Upstream fix for compiling of breakpad with gcc-4.6. Remove an unnecessarymark@chromium.org2011-10-221-1/+1
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-203-17/+114
* Correct incorrect bounds checking.qsr@chromium.org2011-10-201-2/+2
* Allow to retrieve id of a module from memory instead of going to disk for iOS.qsr@chromium.org2011-10-204-24/+77
* Add includes for unittests that appear to need them.jessicag.feedback@gmail.com2011-10-175-4/+26
* Handling reading arm executable.qsr@chromium.org2011-10-121-0/+6
* Minor formatting fix following r865.mark@chromium.org2011-10-111-2/+2
* More fixes following r862.mark@chromium.org2011-10-111-6/+6
* Additional fixes following r862.mark@chromium.org2011-10-112-31/+34
* Remove "using namespace std" from dwarf2reader.h. Using-directives aremark@chromium.org2011-10-115-40/+41
* Fix harmless warning in dwarf_cfi_to_module.cc.mark@chromium.org2011-10-111-1/+1
* Use right header.qsr@chromium.org2011-10-101-1/+1
* Extracting the config file class from the Inspector to be able to reuse it.qsr@chromium.org2011-10-102-3/+3
* Fix some compilation warnings and other errors due to API changesmark@chromium.org2011-09-291-1/+2
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-148-108/+169
* issue 243 - Linux dumper should use build id produced by ld --build-id if ava...ted.mielczarek2011-08-305-96/+260
* Fix libcurl include in http_upload (trivial, no bug)ted.mielczarek2011-08-301-2/+1
* Fix clang warnings.mark@chromium.org2011-08-111-6/+0
* Zero out the entire context on MD5_Final, not just the number of bytes in amark@chromium.org2011-08-111-1/+1
* Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-273-49/+14