| Commit message (Expand) | Author | Age | Files | Lines |
* | Airbag windows client didn't trap VC8 parameter validation errors. Now it | mmentovai | 2007-02-07 | 2 | -53/+209 |
* | Fix bug with mach-o walker not properly walking universal binary (Issue #125) | waylonis | 2007-02-07 | 1 | -43/+29 |
* | - Fixes the bug with a fork()'d child's exception being caught in the parent ... | waylonis | 2007-02-05 | 1 | -30/+62 |
* | Changes to support patch #108: | waylonis | 2007-01-23 | 2 | -11/+25 |
* | Pass the exception record (EXCEPTION_POINTERS*) to callback functions from | mmentovai | 2007-01-12 | 2 | -6/+9 |
* | Allows the caller of CrashReportSender::SendCrashReport() to determine that | incrementalist | 2007-01-03 | 2 | -12/+30 |
* | Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment... | waylonis | 2006-12-20 | 7 | -0/+2134 |
* | Add better support for UTF character conversions. Fixes Issue 78. | waylonis | 2006-12-16 | 2 | -83/+117 |
* | Add unittest for minidump file writer. Fixes issue #85. | waylonis | 2006-12-16 | 1 | -0/+160 |
* | Removing CRs from #81. Hey, how'd those get in there? | mmentovai | 2006-12-08 | 1 | -24/+24 |
* | This patch fixes Airbag issue #44. | incrementalist | 2006-12-08 | 2 | -4/+9 |
* | Allow exception handler callbacks more flexibility (#81). r=bryner | mmentovai | 2006-12-07 | 2 | -82/+270 |
* | Don't use CRT in exception handler code (#86). r=bryner | mmentovai | 2006-11-28 | 2 | -8/+14 |
* | Move some inlined functions to .cc file. Add some assertions. | waylonis | 2006-11-16 | 2 | -10/+18 |
* | Add minidump file writer. Tested on Mac, but should compile on POSIX systems. | waylonis | 2006-11-16 | 3 | -0/+550 |
* | Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64). | mmentovai | 2006-11-15 | 2 | -2/+9 |
* | Minidumps should indicate which thread generated the dump and which requested | mmentovai | 2006-11-06 | 2 | -2/+26 |
* | Windows exception handler does not survive stack overflows (#34). r=brian, | mmentovai | 2006-10-31 | 2 | -11/+145 |
* | Disable exception handling warnings in Windows client code (#38). | mmentovai | 2006-10-27 | 3 | -0/+15 |
* | Add set_dump_path method to ExceptionHandler (#37). Patch by Ted Mielczarek. | mmentovai | 2006-10-27 | 1 | -0/+4 |
* | Support building with WIN32_LEAN_AND_MEAN (#60) | mmentovai | 2006-10-26 | 5 | -29/+29 |
* | Update comments to reflect HTTPS support, r=mark. | bryner | 2006-10-23 | 1 | -2/+2 |
* | Implement a tool to upload symbols on Windows, given an exe or dll file with | bryner | 2006-10-16 | 3 | -253/+11 |
* | Add static-CRT build configurations. Get rid of the largely redundant README, | bryner | 2006-09-28 | 6 | -22/+264 |
* | Initial version of Windows exception handler and crash report sender classes | bryner | 2006-09-27 | 8 | -0/+1048 |