Fix some implicit truncation and sign coersion in the networking APIs
[folly.git] / folly / detail / TurnSequencer.h
2016-11-08 James Sedgwickadd tryReadUntil and make fixes along the way
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-03-15 Phil WilloughbyConvert a polling loop to a futex wait
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-06-19 Ananth JastyARM64 assembler fixes for Folly.
2015-06-03 Delyan KratunovMake TurnSequencer non-x86-safe
2015-06-03 Delyan KratunovLockFreeRingBuffer
2015-06-03 Delyan KratunovExtract TurnSequencer to detail/TurnSequencer