folly: Symbolizer: don't allocate from function which is supposed to be signal safe
[folly.git] / folly / experimental / symbolizer /
2015-10-16 Lucian Grijincufolly: Symbolizer: don't allocate from function which...
2015-09-30 Steve O'Brienfolly Symbolizer: fix destruction-order fiasco problem
2015-08-24 Mark IsaacsonGive folly/symbolizer an explicit main function
2015-07-31 Andrew Gallagherfolly: fix tests running under buck (w/ clang and dynam...
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Chip TurnerImprove unit test output and logging to diagnose build...
2014-12-29 Chip TurnerFix Dwarf path handling to fix broken test
2014-12-29 Kai WangPrint linux TID while crashing
2014-12-29 Andrew GallagherVarious Dwarf::Path fixes
2014-12-18 Laurent Demaillyfix bug with elf object left with file open upon error...
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-11-08 Mark DraytonIncrease size of demangled symbol buffer
2014-11-08 Nicholas Ormrodvolatile override
2014-11-08 Nicholas OrmrodFix folly lint errors
2014-10-17 Sean CannellaFix clang test compilation failures
2014-09-19 Tudor BosmanDo not barf on invalid ELF files
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-25 Tudor BosmanMake ElfFile not crash on invalid ELF files
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Tudor BosmanBuild up signal handler message before writing
2014-05-20 Tudor BosmanSymbolizedFrame::name is already null-terminated
2014-04-18 Nicholas OrmrodFix header ordering lint failures
2014-04-18 Elizabeth SmithMSVC always_inline and noinline __attributes__ translation
2014-04-09 ptarjanMake header compatible with warp
2014-03-18 Tudor BosmanUnbreak Symbolizer with small ElfCache
2014-02-28 Paul Tarjankill unused vars in folly
2014-02-28 Tudor BosmanLeak ELF file cache that the signal handler uses
2014-02-28 Tudor BosmanHarden failure signal handler in the face of memory...
2014-02-21 Jim Meyeringfolly: avoid false-positive ASAN-abort from SignalHandl...
2014-02-07 Tudor BosmanCache open ELF files in Symbolizer
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2014-01-16 Jordan DeLongRemove some files that should have been deleted in...
2014-01-16 Tudor Bosmanstack_trace_test was broken in debug mode
2014-01-16 Lucian Grijincufolly: symbolizer: small terse write fix + colorize...
2013-12-20 Tudor BosmanFix name handling when baseDir and subDir are both...
2013-12-20 Tudor Bosmanunw_backtrace is not async-signal-safe
2013-12-20 Tudor BosmanFix test, also do not read from stack of another thread
2013-12-20 Adam Simpkinsfix callPreviousSignalHandler()
2013-12-20 Tudor BosmanSeparate installFatalSignalCallbacks
2013-12-20 Tudor BosmanSwitch to folly symbolizer
2013-12-20 Tudor BosmanUse fixed size stack traces; unify getStackTrace
2013-12-20 Tudor BosmanRevert "Change exception tracer to use per-thread cachi...
2013-12-20 Tudor BosmanPrint (2 more) if stack trace truncated
2013-12-20 Tudor BosmanAsync-signal-safe symbolizer, fatal signal handler
2013-07-18 Sean CannellaOSX compat fixes
2013-05-20 Owen YamauchiBreak dependency on endian.h
2013-03-27 Peter GriessAdd read/write mode to ElfFile
2013-03-27 Peter GriessAdd symbol name resolution and value retrieval
2013-03-27 Peter GriessEnable Elf::at<T> only for POD data types
2013-03-27 Peter GriessMove folly::symbolizer::systemError() into Exception.h
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Tom JacksonRemoving unneeded eachAs() operators
2012-12-16 Tudor BosmanRemove Stream
2012-09-17 Tudor BosmanUnbreak build.
2012-09-17 Tudor BosmanMove exception tracer library to folly/experimental