Fix fibers gdb utils script
[folly.git] / folly / portability /
2016-11-10 Christopher DykesDon't try to call _free_osfhnd when not compiling again...
2016-11-09 Christopher DykesDisable a couple of warnings generated by the GTest...
2016-11-09 Christopher DykesReturn the correct resolution for clock_getres
2016-10-31 Christopher DykesIn the portability implementation of sendmsg return...
2016-09-21 Shoaib MeenaiFix compilation for libc++ 3.9
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-10 Christopher DykesAdd portability headers for GTest and GMock
2016-09-06 Christopher DykesRework the de-allocation guard on the munmap implementation
2016-09-06 Christopher DykesImplement more of the sockets API
2016-08-25 Christopher Dykeslseek returns the new offset, not 0
2016-08-25 Christopher DykesAllow locking nullptr if the length is 0
2016-08-23 Meng ZhangMake it build on Ubuntu 16.04
2016-08-22 Christopher DykesMore fixup of the build on Mac for HHVM
2016-08-19 Christopher DykesMove detail/FunctionalExcept to portability/BitsFunctexcept
2016-08-17 Michael LeeMove the type_traits portability header into its own...
2016-08-12 Christopher DykesDon't call strlen(nullptr) in mkdtemp and mkstemp
2016-08-10 Michael LeeGate SysMembarrier to not FOLLY_MOBILE platforms
2016-08-10 Christopher DykesSpecial-case /dev/null in open in the portability header
2016-08-10 Christopher DykesSupport read and write from blocking and non-blocking...
2016-08-09 Christopher DykesAllow the time remaining parameter to nanosleep to...
2016-08-09 Christopher DykesProperly support socketpair and reading and writing...
2016-08-09 Christopher DykesImplement setenv correctly and support setting values...
2016-08-09 Christopher DykesSupport using fcntl to mark pipes as non-blocking
2016-08-09 Yedidya Feldblumconstexpr_abs
2016-08-08 Michael LeeInclude sys/syscall.h to SysMembarrier
2016-08-04 Christopher DykesFix compilation errors when attempting to compile Folly...
2016-08-04 Christopher DykesAdd a couple more things to the socket portability...
2016-08-04 Christopher DykesEliminate the atomic porability header's dependence...
2016-08-04 Christopher DykesFix the Windows portability implementations of mmap...
2016-08-03 Christopher DykesFix the mode being used in the implementation of open...
2016-08-01 Christopher DykesFix the ffs builtins under MSVC
2016-07-26 Christopher DykesOnly try to use the membarrier on Linux
2016-07-26 Michael LeeAdd a dummy FlagSaver class.
2016-07-19 Michael LeeFix macro check in SysMembarrier
2016-07-19 Andrii GrynenkoUse membarrier in TLRefCount
2016-07-18 Christopher DykesMake static analysis happy about the length of patternBuf
2016-07-18 Christopher DykesAdd an Atomic portability header
2016-07-17 Wez Furlongfolly: fix initialization for CLOCK_PROCESS_CPUTIME_ID...
2016-07-15 Christopher DykesAssume GFlags isn't present if FOLLY_HAVE_LIBGFLAGS...
2016-07-12 Christopher DykesImprove folly/portability/Time.cpp OS X and Windows...
2016-06-24 Marcus Holland-MoritzFix uses of std::nextafter on Android
2016-06-14 Michael LeeReverted commit D3427621
2016-06-14 Michael LeeTime.h portability for iOS 10.
2016-05-26 Christopher DykesFix doVecOperation in the SysUio portability header
2016-05-20 Christopher DykesFix the detection of preadv and pwritev on OSX in OSS
2016-05-12 Michael LeeInclude limits.h in IOVec.h.
2016-05-12 Christopher DykesMake the sys/uio.h portability header work for Windows
2016-05-11 Christopher DykesAdd a compatibility shim for working with libevent...
2016-05-09 Christopher DykesFix a few issues in the portability headers
2016-05-06 Christopher DykesCreate the stdio.h portability header
2016-05-06 Christopher DykesCreate the unistd.h portability header
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-05-04 Christopher DykesCreate the stdlib.h portability header
2016-05-04 Christopher DykesCreate the fcntl.h portability header
2016-05-04 Christopher DykesImplement __builtin_ctzll for MSVC
2016-05-04 Christopher DykesCreate the sockets portability header
2016-05-02 Christopher DykesDon't try to use the malloc_usable_size portability...
2016-04-27 Christopher DykesHave the GFlags portability header stick things in...
2016-04-26 Christopher DykesDefine DECLARE_VARIABLE in portability/GFlags.h
2016-04-26 Michael LeeRemove extra dependency on Portability.h
2016-04-20 Michael LeeDefine more pieces of portability/GFlags
2016-04-15 Michael LeeForgot to fix the guard for String.cpp
2016-04-15 Christopher DykesRemove the strings.h portability header
2016-04-13 Christopher DykesFix the includes in portability/Malloc.h
2016-04-06 Bert Mahermalloc.h doesn't exist on OSX
2016-04-02 Christopher DykesAdd portability header for libgen.h
2016-04-02 Christopher DykesCreate a portability header for syslog.h
2016-04-01 Christopher DykesCreate the Builtins portability header
2016-04-01 Christopher DykesCreate the dirent.h portability header
2016-04-01 Christopher DykesCreate the pthread.h portability header
2016-04-01 Michael Lee`strndup` is defined on modern OSX
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-31 Christopher DykesCreate the sys/resource.h portability header
2016-03-31 Christopher DykesCreate a malloc.h portability header
2016-03-31 Christopher DykesFix the portability implementation of strndup
2016-03-31 Christopher DykesUpdate the sys/syscall.h portability header for Windows
2016-03-28 Christopher DykesCreate the string.h portability header
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-03-26 Bert MaherFix portability/Time.h on OSX
2016-03-23 Christopher DykesMove the clock details over to the Time.h portability...
2016-03-22 Michael LeeAdd APPLE to portability/Config
2016-03-21 Christopher DykesAdd Windows support to portability/Memory.h
2016-03-20 Christopher DykesAdd features to portability/Config.h
2016-03-20 Christopher DykesSplit iovec out of SysUio.h
2016-03-18 Christopher DykesCreate the sys/mman.h portability header
2016-03-16 Christopher DykesCreate portability/Config.h
2016-03-15 Christopher DykesAdd portability header for sys/file.h
2016-03-14 Sven Overfolly/portability/Constexpr.h: add missing include...
2016-03-14 Michael LeeFix a typo in portability/Memory.cpp
2016-03-12 Michael LeeRemove portability/Stdlib.{h,cpp}
2016-03-09 Christopher DykesCreate the sys/stat.h portability header
2016-03-05 Christopher DykesCreate the Windows portability header
2016-03-05 Yedidya FeldblumA warning for the portability headers
2016-03-04 Christopher DykesCreate the sys/types.h portability header
2016-03-02 Christopher DykesCreate the strings.h portability header
2016-03-02 Michael LeeAndroid does not always provide posix_memalign
2016-03-02 Christopher DykesCreate the portability header for time.h
2016-03-01 Christopher DykesListen to the Windows docs in portability/SysTime.cpp
2016-03-01 Christopher DykesAdd timeradd and timersub to the sys/time.h portability...
2016-02-26 Christopher DykesCreate the sys/time.h portability header
next