aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Discard age field in the dumped symbol file.luly812007-04-041-1/+1
* Issue 147 - reviewer Waylonisladderbreaker2007-04-031-0/+3
* Issue 146 - reviewer Waylonisladderbreaker2007-04-022-45/+76
* Windows http_upload should allow response without Content-Length header (#144).mmentovai2007-04-021-17/+33
* vswprintf causes Purify to fail (#145). r=darinmmentovai2007-03-304-30/+31
* Fix bug of issue 135, now can dump symbols for dynamic libraries.luly812007-03-272-9/+48
* issue141: reviewer Waylonisladderbreaker2007-03-231-1/+4
* Don't output FUNC lines for 0-length functions (#139). r=brynermmentovai2007-03-221-0/+5
* issue 134: reduce timeout period for minidump upload : reviwer waylonisladderbreaker2007-03-161-1/+5
* issue 133: Mach-o UUID generation has problems - reviewed by waylonisladderbreaker2007-03-161-6/+13
* Add Linux exception handler.luly812007-03-128-0/+1226
* fixes for issue 129 : reviewed by Waylonisladderbreaker2007-03-092-24/+101
* Rename Airbag to Breakpad.mmentovai2007-02-1419-35/+34
* Change the symbol table parsing so that it will only use symbols that are fro...waylonis2007-02-081-4/+13
* Fix bug with mach-o walker not properly walking universal binary (Issue #125)waylonis2007-02-073-5/+63
* Only use the segments that contain sections in the identifer calculation.waylonis2007-01-312-31/+49
* Changes to support patch #108:waylonis2007-01-233-104/+134
* Library to handle SymSrv integration (#111). r=brynermmentovai2007-01-182-0/+54
* Add classes to: walk mach-o files, look for identifiers, and return a 16 byte...waylonis2007-01-116-0/+919
* Added method to allow adding a file's contents directly. Fixes issue #105.waylonis2007-01-042-12/+31
* Allows the caller of CrashReportSender::SendCrashReport() to determine thatincrementalist2007-01-032-3/+16
* Fix UTF32ToUTF16Char() conversion. Fixes issue #99. Reviewed by bryner.waylonis2006-12-201-2/+2
* Add Mac string utilities. Reviewed by mmentovai. Fixes issue #98.waylonis2006-12-192-0/+132
* Add Mac dump_syms tool and support class. Fixes issue #73.waylonis2006-12-192-0/+875
* Change function declarations to match those of the header file. Amazingly, g...waylonis2006-12-151-12/+12
* Add unicode.org UTF-8/16/32 conversion code.waylonis2006-12-154-0/+895
* Changed files_ to be a Dictionary.waylonis2006-12-142-9/+9
* Add the HTTP uploading class for Mac.waylonis2006-12-142-0/+236
* Fix capitalization of identifiers (#94). r=brynermmentovai2006-12-121-2/+6
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-1/+1
* This patch fixes Airbag issue #44.incrementalist2006-12-082-6/+76
* symupload parameters don't match processor expectations (#91). r=brynermmentovai2006-12-066-59/+136
* Fix a crash when attempting to upload a zero-length dump file (#83) r=mmentovaibryner2006-11-271-3/+7
* Support GUID-less PDBs (#77). r=brynermmentovai2006-11-212-19/+120
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-154-12/+167
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-062-13/+73
* Disable exception handling warnings in Windows client code (#38).mmentovai2006-10-272-0/+9
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-266-13/+114
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-1/+1
* Update comments to reflect HTTPS support, r=mark.bryner2006-10-231-2/+2
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-201-1/+1
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-202-19/+334
* Improvements for Windows client/tool-side code. r=brynermmentovai2006-10-191-7/+23
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-164-0/+831