aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...ted.mielczarek2011-07-262-2/+4
* Remove curl/types.h include, since this header has been deprecated for a long...ted.mielczarek2011-07-211-1/+0
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-0613-227/+887
* Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...ted.mielczarek2011-07-064-5/+710
* Fixed message about unregistered msdia*dll. Builds with different DiaSDK need...vitalybuka@chromium.org2011-04-261-2/+7
* Issue 417: update unit tests after adding unnamed function detectionjimblandy2011-03-141-2/+2
* Google Breakpad Issue 417: Handle DWARF that omits function names.jimblandy2011-03-115-3/+48
* Put PUBLIC lines in Mac symbol files.ted.mielczarek2011-03-049-11/+270
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-283-23/+27
* enable writing INFO CODE_ID line in symbol filested.mielczarek2011-02-151-3/+1
* Add missing constructor to CPPLanguage class to make it compile with CLang.ted.mielczarek2011-01-251-0/+1
* allow uploading zero-byte files in HTTPUploadted.mielczarek@gmail.com2010-12-152-8/+7
* Propagate failure if http uploads fail with http error codes.kmixter@chromium.org2010-12-081-0/+3
* Add specific curl headers to facilitate building on Ubuntu Lucid nealsid2010-11-172-5/+2
* Fix assert failure in dump_syms caused by binary linked with gold.thestig@chromium.org2010-11-081-2/+2
* Use STABS as the debugging format when using GCC 4.0 and the 10.4 SDK.mmentovai2010-11-081-0/+1
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-0/+4
* Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek2010-10-054-14/+204
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-232-5/+12
* Fix compilation of file_id_unittest.thestig@chromium.org2010-09-161-5/+5
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-153-2951/+2
* Revert revision 658 ('Add glog style logging to symupload').erikwright@chromium.org2010-09-152-117/+3
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-3/+3
* Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detectionted.mielczarek2010-08-311-5/+19
* Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what'smark@chromium.org2010-08-272-25/+123
* Use <inttypes.h> macros for formatting fixed-width types.mark@chromium.org2010-08-271-1/+7
* Breakpad DWARF Reader: Ignore padding at the end of the compilation unit.jimblandy2010-08-251-1/+5
* Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64>...jimblandy2010-08-251-9/+5
* Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code.jimblandy2010-08-252-4/+4
* Commit issue 140001: fixes for 64-bit build cleanups.jimblandy2010-08-252-7/+7
* Disable cookies in Windows HTTPUploadted.mielczarek2010-08-201-0/+1
* Add glog style logging to symuploadnealsid@gmail.com2010-08-192-3/+117
* Add missing stdint.h include to fix compilation on newer GCC.ted.mielczarek2010-08-161-0/+1
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-162-0/+6
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-141-0/+18
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-133-5/+64
* Allow passing certificate path to HTTPUpload::SendRequestted.mielczarek2010-08-112-0/+5
* Breakpad uses x86 as the architecture name, not i386. Most tools don't caremark@chromium.org2010-08-061-2/+6
* review: http://breakpad.appspot.com/138001dmaclach2010-07-291-1/+1
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-281-6/+6
* Fixes up some style nits, and gets us compiling on Leopard again.dmaclach2010-07-273-6/+6
* Clean up build for 64 bit.dmaclach2010-07-1924-72/+232
* Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF...jimblandy2010-07-173-7/+62
* Breakpad Linux dumper: Don't map file into memory a second time just to compu...jimblandy2010-07-171-1/+1
* Add functionality to read the .gnu_debuglink section and load symbols from a ...thestig@chromium.org2010-07-162-82/+272