aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* 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