aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Eliminate usage of vector<>[0] for 0-sized vectors in processor library (#84).mmentovai2006-11-271-112/+126
* 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-2110-3979/+128
* Use the reentrant versions of strtok() and gmtime() (#79) r=mmentovaibryner2006-11-202-6/+7
* Removing erroneous svn:executable setting.mmentovai2006-11-181-0/+0
* Modify SimpleSymbolSupplier for easier sublcassing (#75).mmentovai2006-11-172-3/+9
* 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-1510-31/+207
* Limit use of default namespace in tests and utility programs (#71). r=brynermmentovai2006-11-099-29/+78
* Suppress handler thread from appearing in MinidumpProcessor's ProcessStatemmentovai2006-11-0616-15418/+22371
* Minidumps should indicate which thread generated the dump and which requestedmmentovai2006-11-063-3/+85
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-0633-113/+111
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-0614-1635/+1718
* Fix minor naming inconsistency (#67). r=mmentovaiwaylonis2006-11-023-47/+47
* 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-275-0/+24
* Add set_dump_path method to ExceptionHandler (#37). Patch by Ted Mielczarek.mmentovai2006-10-271-0/+4
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-271-0/+19
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-2712-11648/+21846
* MinidumpProcessor uses the wrong context for non-crash threads (#62). r=brynermmentovai2006-10-261-1/+10
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-2615-52/+171
* Add MDString to minidump_format.h (#59). r=brynermmentovai2006-10-261-2/+9
* Fix minor style problems (#58). r=brynermmentovai2006-10-2524-68/+87
* minidump_dump does not print MDRawSystemInfo::processor_revision. No bug.mmentovai2006-10-252-3/+3
* MinidumpProcessor should process all threads (#35). r=brynermmentovai2006-10-2410-28/+580
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-2310-47/+375
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-2315-143/+193
* Update comments to reflect HTTPS support, r=mark.bryner2006-10-232-4/+4
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-2013-30/+609
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-2031-1748/+2629
* Improvements for Windows client/tool-side code. r=brynermmentovai2006-10-192-14/+32
* Reduce calls to SymbolSupplier::GetSymbolFile() (#48).bryner2006-10-164-5/+16
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-1611-470/+1046
* Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai2006-09-2812-50/+1309
* 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
* Better testing for Stackwalker (#18). r=brynermmentovai2006-09-251-0/+252
* ppc stackwalker (#30). r=brynermmentovai2006-09-259-73/+319
* Add ppc support to minidump reader (#27). r=bryner.mmentovai2006-09-225-118/+415
* Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner.mmentovai2006-09-223-0/+627
* Relicense to BSD (#29). r=brynermmentovai2006-09-2038-291/+845
* Improve documentation in minidump_format.h (#28). r=brynermmentovai2006-09-201-83/+319
* Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.mmentovai2006-09-208-71/+632
* Add ppc types to minidump_format.h (#25). r=waylonismmentovai2006-09-202-35/+178
* Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner2006-09-209-43/+16
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-1910-229/+152
* Stylistic changes for RangeMap (#24). r=brynermmentovai2006-09-142-47/+41
* Typo fixes. Patch by Ludovic Hirlimann.mmentovai2006-09-141-2/+2
* Add a client_id field to CrashReport (#22) r=mmentovai.bryner2006-09-111-0/+3