aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/guid_creator.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-4/+4
* guid_creater: include string.h for memcpyMike Frysinger2019-08-041-0/+1
* Wrap config.h include in HAVE_CONFIG_H.John Budorick2017-05-241-1/+4
* Only use O_CLOEXEC on platforms that support itLars Volker2017-05-101-0/+1
* Make minidump name generation on Linux as random as possibleGabriele Svelto2017-04-121-7/+87
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-8/+8
* Remove static initializer in linux/guid_creator.cc.qsr@chromium.org2012-03-081-8/+16
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-6/+6
* Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creat...jimblandy@gmail.com2009-12-151-4/+18
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-311-1/+1
* Add Linux exception handler.luly812007-03-121-0/+82