1. 1f93752 Add newline to end of file by Jesse Stimpson · 7 months ago main
  2. 11938e1 Fix C prototype declaration to match implementation by Jesse Stimpson · 7 months ago v1.3.6
  3. 46af08f Install FDB synchronously by Adam Kocoloski · 2 years, 4 months ago v1.3.5
  4. 651631d Fix issues caused by foundationdb.org breakage by Adam Kocoloski · 2 years, 4 months ago
  5. 20ae851 Update URL for FDB packages by Adam Kocoloski · 2 years, 4 months ago
  6. a2e6505 Deallocate future mutex in the future resource destructor by Nick Vatamaniuc · 2 years, 4 months ago
  7. 74a31ce Avoid reserved keys in tests (#48) by Adam Kocoloski · 2 years, 6 months ago
  8. 744a83b Refactor build matrix (#43) by Adam Kocoloski · 2 years, 6 months ago
  9. a367af4 Publish coverage to coveralls.io by Adam Kocoloski · 2 years, 6 months ago
  10. 2f6b648 Enable code coverage for eunit + bindingtester by Adam Kocoloski · 2 years, 6 months ago
  11. 111367c Implement wrapper for get_estimated_range_size API by Adam Kocoloski · 2 years, 6 months ago
  12. 4bb2290 Support 6.2.x and 6.3.x in devcontainer by Adam Kocoloski · 2 years, 6 months ago
  13. ff44fb2 Add a matrix job to run binding tests by Adam Kocoloski · 2 years, 6 months ago
  14. 5b085c5 Fix OOB array access in get_string_array by Adam Kocoloski · 2 years, 6 months ago
  15. aaeda1d Merge pull request #37 from apache/configure-fdb-version by Adam Kocoloski · 2 years, 6 months ago
  16. 0fa8eac Merge pull request #33 from apache/erlfmt by Adam Kocoloski · 2 years, 6 months ago
  17. 0f3bee4 Add support for ENABLE_RUN_LOOP_PROFILING by Adam Kocoloski · 2 years, 6 months ago
  18. 26986b3 Build against latest 6.2 / 6.3 in CI by Adam Kocoloski · 2 years, 6 months ago
  19. 67b73e1 Detect FDB_API_VERSION from fdbcli --version by Adam Kocoloski · 2 years, 6 months ago
  20. 77f3ff2 Remove CXXFLAGS (this is not C++) by root · 2 years, 6 months ago
  21. 7d44ac3 Allow command-line override of FDB_API_VERSION by root · 2 years, 6 months ago
  22. 97df150 Ensure erlfmt compliance in CI by Adam Kocoloski · 2 years, 6 months ago
  23. 90b86c1 Format code using erlfmt by Adam Kocoloski · 2 years, 6 months ago
  24. 47e1d4c Add erlfmt as a project_plugin by Adam Kocoloski · 2 years, 6 months ago
  25. acd5195 Add a dev container configuration for VS Code (#27) by Adam Kocoloski · 2 years, 6 months ago
  26. f9a2f0f Restore ignores for rebar2 artifacts by Adam Kocoloski · 2 years, 6 months ago
  27. f4e7e2b Enable CI using GitHub Actions by Adam Kocoloski · 2 years, 6 months ago
  28. 68211f3 Upgrade to rebar3, add Windows support by Adam Kocoloski · 2 years, 6 months ago
  29. 956920e Make dialyzer happy (#32) by Adam Kocoloski · 2 years, 6 months ago
  30. 8187773 Minor update to metadata by Adam Kocoloski · 2 years, 6 months ago
  31. 8c0bc0c Enable GH issues (#28) by Adam Kocoloski · 2 years, 7 months ago
  32. 44a9bff Ensure application environment is loaded (#26) by Adam Kocoloski · 3 years ago
  33. 1e5f238 Update enc (port compiler) to work with Erlang 23 by Nick Vatamaniuc · 3 years, 1 month ago v1.3.4
  34. 55022a5 Make the default wait timeout infinity (continued) by Nick Vatamaniuc · 3 years, 1 month ago v1.3.3
  35. c784cc4 Make the default wait timeout infinity by Nick Vatamaniuc · 3 years, 1 month ago v1.3.2
  36. 5307769 Add ERLFDB_IS_RETRYABLE/2 guard by Nick Vatamaniuc · 3 years, 2 months ago v1.3.1
  37. 1314c2a Make monitor.py use /usr/bin/env python3 by Nick Vatamaniuc · 3 years, 2 months ago v1.3.0
  38. 50c1773 Merge pull request #19 from skunkwerks/fix/bsd-hier by Dave Cottlehuber · 3 years, 2 months ago
  39. 281eceb look in /usr/local/bin/ before /usr/local/sbin/ by Dave Cottlehuber · 4 years, 4 months ago
  40. ea54b1a Fix erlfdb_database_set_option `else` case by Nick Vatamaniuc · 3 years, 2 months ago v1.2.9
  41. abd92fa Revert "look in /usr/local/bin/ before /usr/local/sbin/" by Dave Cottlehuber · 3 years, 2 months ago v1.2.8
  42. b22654c Revert "update enc to allow building on OTP23+" by Dave Cottlehuber · 3 years, 2 months ago
  43. 341b081 Use client buggify options on the client by Nick Vatamaniuc · 3 years, 2 months ago v1.2.7
  44. 9ebcc09 look in /usr/local/bin/ before /usr/local/sbin/ by Dave Cottlehuber · 4 years, 4 months ago
  45. 0eeca57 update enc to allow building on OTP23+ by Dave Cottlehuber · 3 years, 4 months ago
  46. e652c56 Merge pull request #15 from apache/freebsd by Joan Touzet · 3 years, 2 months ago v1.2.6
  47. c25d524 Add /usr/local/{include|lib} to CFLAGS/LDFLAGS by Joan Touzet · 3 years, 2 months ago
  48. c8958c9 Allow fold_range_wait in snapshot mode (#14) by Adam Kocoloski · 3 years, 2 months ago v1.2.5
  49. efef20c Avoid sending future ready messages when flushed by Paul J. Davis · 3 years, 5 months ago v1.2.4
  50. 71a996e Idempotent snapshot handle setting by Nick Vatamaniuc · 3 years, 6 months ago v1.2.3
  51. 23599af Merge pull request #10 from apache/report-conflicting-keys by Paul J. Davis · 3 years, 8 months ago master
  52. 9147f05 Add support for reporting conflicting keys by Paul J. Davis · 3 years, 8 months ago
  53. 579e066 Do not apply default future timeouts to commit and on_error response by Nick Vatamaniuc · 4 years ago v1.2.2
  54. 84db41c Cancel fold range futures by Nick Vatamaniuc · 4 years ago v1.2.1
  55. 52052a0 Merge pull request #6 from apache/fix-monitor-path-detection by iilyak · 4 years ago v1.2.0
  56. fb36e0c code:priv_dir/1 expects application name by ILYA Khlopotov · 4 years ago
  57. d4663cf Avoid the system key range in the eunit test random key generator. by Nick Vatamaniuc · 4 years, 1 month ago v1.1.0
  58. 1de3e2e Allow setting some default transaction options on the db handle by Nick Vatamaniuc · 4 years, 1 month ago
  59. d5acd7e Add .asf.yaml file for commits and notifications by Nick Vatamaniuc · 4 years, 1 month ago
  60. 01f79db Do not commit read-only transactions by Nick Vatamaniuc · 4 years, 1 month ago
  61. b0856d7 Implement has_watches(Tx) transaction flag by Nick Vatamaniuc · 4 years, 1 month ago
  62. 523a738 Merge pull request #1 from apache/dont-create-new-tx-object-on-retries by Nick Vatamaniuc · 4 years, 1 month ago
  63. 15b5974 Do not create a new transaction object during retries by Nick Vatamaniuc · 4 years, 1 month ago
  64. 5396535 Merge pull request #17 from cloudant-labs/encode-lists-like-binaries by Kyle Snavely · 4 years, 2 months ago v1.0.0
  65. 1e62274 erlfdb_tuple:encode/2 should provide a clear error message when provided by Kyle Snavely · 4 years, 2 months ago
  66. 6f59a39 Add transaction option to disallow writes by Nick Vatamaniuc · 4 years, 4 months ago
  67. c89b2d6 Bump API level to 620 by Nick Vatamaniuc · 4 years, 4 months ago
  68. 85a8253 Merge pull request #9 from cloudant-labs/add-get-error-string by Nick Vatamaniuc · 4 years, 6 months ago
  69. be84094 Expose error string description function in the API by Nick Vatamaniuc · 4 years, 6 months ago
  70. f310eaa Add instructions on running the fdb bindingtester by Paul J. Davis · 4 years, 7 months ago
  71. 7718a3d Merge pull request #6 from cloudant-labs/update-api-level-to-610 by Nick Vatamaniuc · 4 years, 7 months ago
  72. c7638a8 Switch API level to 610 by Nick Vatamaniuc · 4 years, 7 months ago
  73. 672924a Add a debug utility function by Paul J. Davis · 4 years, 7 months ago
  74. 2657e61 Ensure intialization of offset by Paul J. Davis · 4 years, 7 months ago
  75. 055be31 Adding a better README by Paul J. Davis · 4 years, 8 months ago
  76. d03c5d2 Replace get_range_raw with fold_range_future/wait by Paul J. Davis · 4 years, 9 months ago
  77. bef1c1f Merge pull request #5 from cloudant-labs/improve-message-flushing by Nick Vatamaniuc · 4 years, 11 months ago
  78. 11df0ac Improve message flushing when waiting for a future by Nick Vatamaniuc · 5 years ago
  79. 11e5c74 Add cancel/2 function, which takes an options argument by Nick Vatamaniuc · 5 years ago
  80. ec0b9d1 Remember to free the msg_env on future destruction by Paul J. Davis · 5 years ago
  81. 2be6ad1 Mark futures as cancelled by Paul J. Davis · 5 years ago
  82. 57d4624 Fix reference counting of ErlFDBFuture resources by Paul J. Davis · 5 years ago
  83. d3c9df9 Make erlfdb_get_key_selector more user friendly by Paul J. Davis · 5 years ago
  84. 4a2c683 Add get_next_tx_id API by Paul J. Davis · 5 years ago
  85. 4f331fc Expose get_raw_range by Paul J. Davis · 5 years ago
  86. 254de51 Fix get_last_error/1 by Paul J. Davis · 5 years ago
  87. e30b381 Add utilities for creating test clusters by Paul J. Davis · 5 years ago
  88. 75102b7 Flush `ready` message if already sent by Nick Vatamaniuc · 5 years ago
  89. fb90398 Release future resources properly by Paul J. Davis · 5 years ago
  90. e0f4b43 Add an API for getting the previous error by Paul J. Davis · 5 years ago
  91. 8646478 Expose is_read_only/1 API by Paul J. Davis · 5 years ago
  92. 12d2a4e Store the error code for clients by Paul J. Davis · 5 years ago
  93. 7663d95 Add tracking of read only transactions by Paul J. Davis · 5 years ago
  94. 74de9ab Only unpack the tail after the provided prefix by Paul J. Davis · 5 years ago
  95. d683698 Export unpack/2 by Paul J. Davis · 5 years ago
  96. bfbeb48 Allow specifying a prefix for unpack and range by Paul J. Davis · 5 years ago
  97. ec08b1c Update directory-layer-design.md by Kyle Snavely · 5 years ago
  98. cc6cf82 Match Python catching all exceptions by Paul J. Davis · 5 years ago
  99. f7663ce Implement the DirectoryLayer by Paul J. Davis · 5 years ago
  100. 190df4a Fix wait_for_empty calls in concurrent testing by Paul J. Davis · 5 years ago