summaryrefslogtreecommitdiff
path: root/src/mongo/util/stacktrace_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-36242 Optionally use libunwind for backtracesA. Jesse Jiryu Davis2019-07-171-0/+5
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-34005 Add more SDK variantsAndrew Morrow2018-03-221-1/+1
* SERVER-6024 add stacktrace to unittestsKevin Albertson2018-01-081-1/+1
* SERVER-32390 Fix stacktrace_posix when compiling with the Android NDKHenrik Edin2017-12-291-3/+17
* SERVER-14596 move free function escape out of bsonelementMatt Cotter2016-09-081-0/+1
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-3/+6
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-2/+1
* SERVER-21934 Add extra information to OSX stack dumps to support ASLR.Andy Schwerin2015-12-291-8/+35
* SERVER-21960 Include symbol name in stacktrace json when available.Andy Schwerin2015-12-211-1/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-359/+339
* SERVER-17199 Fix compile on OSXJonathan Reams2015-06-121-1/+2
* SERVER-17199 Fix compiles on platforms without execinfo.hJonathan Reams2015-06-121-1/+68
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-0/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14989 Raise stack trace max depth to 100Mathias Stearn2014-08-211-1/+1
* SERVER-13957 Fix solaris build error related to uname().Andy Schwerin2014-06-041-1/+1
* SERVER-13957 Print load location and build uuid information in OS X stack tra...Andy Schwerin2014-06-041-12/+102
* SERVER-13264 Fix compile failure on unclosed commentIan Whalen2014-05-161-0/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-10/+21
* SERVER-13944 New stack dump format, on non-Windows systems.Andy Schwerin2014-05-151-0/+346