foundationdb/bindings
Andrew Noyes b58739093e
Account for possibility that fopen might fail in mako (#6442)
Fix an issue in mako where the stats process would hang if the worker process
was unable to open a file. Previously, the worker process would segfault when
trying to dereference a null FILE* and never increment the stopcount variable
in shared memory. Now we check for a null FILE* and increment stopcount when
the worker process stops regardless of success or failure.

Also don't ignore the return value from mkdir
2022-02-25 13:18:59 -08:00
..
bindingtester docs: Clarify that `"ERROR"` is a byte string 2021-11-19 06:11:04 +05:30
c Account for possibility that fopen might fail in mako (#6442) 2022-02-25 13:18:59 -08:00
flow Remove some usages of PRId64 by using fmt library 2021-11-30 23:35:36 -08:00
go Allow access to transaction options through a go `ReadTransaction` interface (#6318) 2022-02-09 14:41:21 -08:00
java added support for ppc64le 2022-02-11 06:17:15 +00:00
python Merge branch 'apple:main' into threadname-issue-6064 2022-02-01 17:40:07 -06:00
ruby use FDB_VERSION in lieu of PROJECT_VERSION or CMAKE_PROJECT_VERSION 2021-11-29 15:11:20 -08:00
CMakeLists.txt Fix OPEN_FOR_IDE 2021-09-21 12:42:49 -07:00
__init__.py remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00