aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* vswprintf causes Purify to fail (#145). r=darinmmentovai2007-03-301-3/+3
* Fix issue 136.luly812007-03-291-1/+21
* Fix bug of issue 135, now can dump symbols for dynamic libraries.luly812007-03-273-11/+17
* Add Linux exception handler.luly812007-03-1210-0/+2336
* fixes for issue 128: reviewed by Waylonisladderbreaker2007-03-083-4/+63
* Fix exception handler build with MSVC versions prior to 2005. r=mmentovai.bryner2007-03-051-1/+4
* Rename Airbag to Breakpad.mmentovai2007-02-1417-77/+78
* Airbag windows client didn't trap VC8 parameter validation errors. Now itmmentovai2007-02-072-53/+209
* Fix bug with mach-o walker not properly walking universal binary (Issue #125)waylonis2007-02-071-43/+29
* - Fixes the bug with a fork()'d child's exception being caught in the parent ...waylonis2007-02-051-30/+62
* Changes to support patch #108:waylonis2007-01-232-11/+25
* Pass the exception record (EXCEPTION_POINTERS*) to callback functions frommmentovai2007-01-122-6/+9
* Allows the caller of CrashReportSender::SendCrashReport() to determine thatincrementalist2007-01-032-12/+30
* Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment...waylonis2006-12-207-0/+2134
* Add better support for UTF character conversions. Fixes Issue 78.waylonis2006-12-162-83/+117
* Add unittest for minidump file writer. Fixes issue #85.waylonis2006-12-161-0/+160
* Removing CRs from #81. Hey, how'd those get in there?mmentovai2006-12-081-24/+24
* This patch fixes Airbag issue #44.incrementalist2006-12-082-4/+9
* Allow exception handler callbacks more flexibility (#81). r=brynermmentovai2006-12-072-82/+270
* Don't use CRT in exception handler code (#86). r=brynermmentovai2006-11-282-8/+14
* Move some inlined functions to .cc file. Add some assertions.waylonis2006-11-162-10/+18
* Add minidump file writer. Tested on Mac, but should compile on POSIX systems.waylonis2006-11-163-0/+550
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-152-2/+9
* Minidumps should indicate which thread generated the dump and which requestedmmentovai2006-11-062-2/+26
* Windows exception handler does not survive stack overflows (#34). r=brian,mmentovai2006-10-312-11/+145
* Disable exception handling warnings in Windows client code (#38).mmentovai2006-10-273-0/+15
* Add set_dump_path method to ExceptionHandler (#37). Patch by Ted Mielczarek.mmentovai2006-10-271-0/+4
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-265-29/+29
* Update comments to reflect HTTPS support, r=mark.bryner2006-10-231-2/+2
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-163-253/+11
* Add static-CRT build configurations. Get rid of the largely redundant README,bryner2006-09-286-22/+264
* Initial version of Windows exception handler and crash report sender classesbryner2006-09-278-0/+1048