aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com2012-09-173-32/+36
* Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.thestig@chromium.org2012-09-101-13/+13
* Use sys_fstat64 on Androidted.mielczarek@gmail.com2012-09-101-4/+1
* Add custom getcontext() implementation for Android.digit@chromium.org2012-08-315-6/+339
* Fix Breakpad unit tests build for Android.digit@chromium.org2012-08-237-0/+280
* Improve Android supportdigit@chromium.org2012-08-2111-10/+851
* Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org2012-08-201-8/+0
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-1/+1
* Clean up warnings about narrowing conversionjessicag.feedback2012-08-071-4/+4
* Prepending file names with "src/" in #include directives is undesirable.ivan.penkov@gmail.com2012-08-061-1/+1
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-032-112/+67
* Remove some linux libc calls from client library.digit@chromium.org2012-08-011-0/+228
* Linux: Fix a bunch of clang errors from not handling return values.thestig@chromium.org2012-07-242-1/+41
* Fix sizeof bug in HTTPUpload::SendRequestted.mielczarek2012-07-201-2/+2
* Add some more DWARF ARM register numbers to the DWARF CFI register mapsted.mielczarek2012-07-182-5/+28
* Rework dump_symbols.cc using templates and traits classes to handle cross-wor...ted.mielczarek2012-07-185-253/+371
* Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}ted.mielczarek2012-07-183-104/+204
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-027-9/+22
* 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