aboutsummaryrefslogtreecommitdiff
path: root/src/client/minidump_file_writer.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-21/+21
* Fix the documentation for MinidumpFileWriter::Open().thestig@chromium.org2014-05-121-2/+2
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-1/+1
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-4/+25
* The first field in a MDLocationDescriptor is a u_int32_t, so change this castmark@chromium.org2011-08-111-1/+2
* Clean up build for 64 bit.dmaclach2010-07-191-2/+2
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-311-2/+2
* - Add const keyword / casting to supress more stringient compiler warningswaylonis2007-05-191-1/+1
* Rename Airbag to Breakpad.mmentovai2007-02-141-4/+4
* Add better support for UTF character conversions. Fixes Issue 78.waylonis2006-12-161-12/+44
* Move some inlined functions to .cc file. Add some assertions.waylonis2006-11-161-10/+2
* Add minidump file writer. Tested on Mac, but should compile on POSIX systems.waylonis2006-11-161-0/+226