aboutsummaryrefslogtreecommitdiff
path: root/src/client/minidump_file_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-15/+15
* Android: Workaround for ftruncate() issues.Lei Zhang2015-11-051-3/+69
* Update GTM and enable -Wundef and strict C++11 flags.dmaclach2014-02-261-4/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-9/+9
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-2/+13
* Only include linux_syscall_support.h on Linux in cross platform files.thestig@chromium.org2010-09-241-0/+2
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-151-2/+2
* Review: http://breakpad.appspot.com/135001dmaclach2010-07-271-8/+8
* Clean up build for 64 bit.dmaclach2010-07-191-9/+10
* Patch from Zhurun to fix build breaks in gcc 4.4.1nealsid2010-04-261-1/+3
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-2/+19
* Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mentoted.mielczarek2007-07-051-1/+1
* Rename Airbag to Breakpad.mmentovai2007-02-141-2/+2
* Add better support for UTF character conversions. Fixes Issue 78.waylonis2006-12-161-71/+73
* Move some inlined functions to .cc file. Add some assertions.waylonis2006-11-161-0/+16
* Add minidump file writer. Tested on Mac, but should compile on POSIX systems.waylonis2006-11-161-0/+233