| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the HTTP uploading class for Mac. | waylonis | 2006-12-14 | 2 | -0/+236 |
* | Fix capitalization of identifiers (#94). r=bryner | mmentovai | 2006-12-12 | 4 | -18/+29 |
* | Fix stackwalker_selftest following #89 (#95). r=bryner | mmentovai | 2006-12-12 | 1 | -5/+8 |
* | Add an abstract interface to SourceLineResolver, and allow any implementation | bryner | 2006-12-11 | 16 | -92/+192 |
* | 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 | 5 | -11/+86 |
* | Provide a mechanism for SymbolSuppliers to interrupt processing (#93) | bryner | 2006-12-08 | 13 | -96/+174 |
* | Allow exception handler callbacks more flexibility (#81). r=bryner | mmentovai | 2006-12-07 | 9 | -21567/+22231 |
* | Test data update following PDBSourceLineWriter change (#91). r=bryner | mmentovai | 2006-12-07 | 6 | -6/+6 |
* | symupload parameters don't match processor expectations (#91). r=bryner | mmentovai | 2006-12-06 | 9 | -86/+177 |
* | Fix possible null pointer dereference in MinidumpModule (following #32). | mmentovai | 2006-12-06 | 1 | -9/+9 |
* | Update reporting strings for exceptions (Issue 88) | waylonis | 2006-12-06 | 2 | -6/+258 |
* | Module API (#32). r=waylonis, bryner | mmentovai | 2006-12-05 | 31 | -308/+1293 |
* | Don't use CRT in exception handler code (#86). r=bryner | mmentovai | 2006-11-28 | 2 | -8/+14 |
* | Eliminate usage of vector<>[0] for 0-sized vectors in processor library (#84). | mmentovai | 2006-11-27 | 1 | -112/+126 |
* | Fix a crash when attempting to upload a zero-length dump file (#83) r=mmentovai | bryner | 2006-11-27 | 1 | -3/+7 |
* | Support GUID-less PDBs (#77). r=bryner | mmentovai | 2006-11-21 | 10 | -3979/+128 |
* | Use the reentrant versions of strtok() and gmtime() (#79) r=mmentovai | bryner | 2006-11-20 | 2 | -6/+7 |
* | Removing erroneous svn:executable setting. | mmentovai | 2006-11-18 | 1 | -0/+0 |
* | Modify SimpleSymbolSupplier for easier sublcassing (#75). | mmentovai | 2006-11-17 | 2 | -3/+9 |
* | 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 | 10 | -31/+207 |
* | Limit use of default namespace in tests and utility programs (#71). r=bryner | mmentovai | 2006-11-09 | 9 | -29/+78 |
* | Suppress handler thread from appearing in MinidumpProcessor's ProcessState | mmentovai | 2006-11-06 | 16 | -15418/+22371 |
* | Minidumps should indicate which thread generated the dump and which requested | mmentovai | 2006-11-06 | 3 | -3/+85 |
* | Move headers for exported interfaces into src/google_airbag (#51). r=bryner | mmentovai | 2006-11-06 | 33 | -113/+111 |
* | Symbol file should contain module GUID at beginning (#66). r=bryner | mmentovai | 2006-11-06 | 14 | -1635/+1718 |
* | Fix minor naming inconsistency (#67). r=mmentovai | waylonis | 2006-11-02 | 3 | -47/+47 |
* | 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 | 5 | -0/+24 |
* | Add set_dump_path method to ExceptionHandler (#37). Patch by Ted Mielczarek. | mmentovai | 2006-10-27 | 1 | -0/+4 |
* | minidump_stackwalk should use MinidumpProcessor (#64). r=bryner | mmentovai | 2006-10-27 | 1 | -0/+19 |
* | minidump_stackwalk should use MinidumpProcessor (#64). r=bryner | mmentovai | 2006-10-27 | 12 | -11648/+21846 |
* | MinidumpProcessor uses the wrong context for non-crash threads (#62). r=bryner | mmentovai | 2006-10-26 | 1 | -1/+10 |
* | Support building with WIN32_LEAN_AND_MEAN (#60) | mmentovai | 2006-10-26 | 15 | -52/+171 |
* | Add MDString to minidump_format.h (#59). r=bryner | mmentovai | 2006-10-26 | 1 | -2/+9 |
* | Fix minor style problems (#58). r=bryner | mmentovai | 2006-10-25 | 24 | -68/+87 |
* | minidump_dump does not print MDRawSystemInfo::processor_revision. No bug. | mmentovai | 2006-10-25 | 2 | -3/+3 |
* | MinidumpProcessor should process all threads (#35). r=bryner | mmentovai | 2006-10-24 | 10 | -28/+580 |
* | Replace auto_ptr with scoped_ptr (#56). r=bryner | mmentovai | 2006-10-23 | 10 | -47/+375 |
* | Make stack_frame_info vector hold linked_ptrs instead of objects; | mmentovai | 2006-10-23 | 15 | -143/+193 |
* | Update comments to reflect HTTPS support, r=mark. | bryner | 2006-10-23 | 2 | -4/+4 |
* | Add PUBLIC support to SourceLineResolver (resolve function names in Windows | mmentovai | 2006-10-20 | 13 | -30/+609 |
* | Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. | mmentovai | 2006-10-20 | 31 | -1748/+2629 |
* | Improvements for Windows client/tool-side code. r=bryner | mmentovai | 2006-10-19 | 2 | -14/+32 |
* | Reduce calls to SymbolSupplier::GetSymbolFile() (#48). | bryner | 2006-10-16 | 4 | -5/+16 |
* | Implement a tool to upload symbols on Windows, given an exe or dll file with | bryner | 2006-10-16 | 11 | -470/+1046 |
* | Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource... | mmentovai | 2006-09-28 | 12 | -50/+1309 |
* | Add static-CRT build configurations. Get rid of the largely redundant README, | bryner | 2006-09-28 | 6 | -22/+264 |