wterl/c_src
Gregory Burd 3310129918 * Check to make sure that all ASYNC_NIF_REPLY() calls are at the end of their
blocks, just before return and after releasing any local resources or locks.

* Check the return value of when setting up cursor caches so as not to miss an
ENOMEM or other error.

*Cleanup and free resources when closing a connection handle.

* Add a few missing mutex unlock calls on error paths.

* Ensure all resources are free'd/released/closed during truncate error paths.

* Free up alloc'ed copies of keys, cursor handles and sessions on unload.
2013-04-20 07:38:11 -04:00
..
async_nif.h enif_get_string can return < 1 when it copies less than the buffer size 2013-04-19 09:11:41 -04:00
build_deps.sh Create links for bzip2 shared libraries. 2013-04-19 12:33:20 -04:00
bzip2-1.0.6.tar.gz bzero isn't portable, use memset instead. Include bzip2 and snappy source for use by WT block compression 2013-04-14 21:23:57 +00:00
bzip2-build.patch Inline the fifo_q functions to speed them up and silence compiler warnings 2013-04-17 11:17:13 -04:00
fifo_q.h Move the FIFO Queue implementation into its own file (fifo_q.h). Work 2013-04-18 10:37:36 -04:00
khash.h Move the FIFO Queue implementation into its own file (fifo_q.h). Work 2013-04-18 10:37:36 -04:00
snappy-1.0.4.tar.gz bzero isn't portable, use memset instead. Include bzip2 and snappy source for use by WT block compression 2013-04-14 21:23:57 +00:00
wiredtiger-build.patch Simplified the worker look function. Added ability to pick block 2013-04-17 13:19:06 -04:00
wterl.c * Check to make sure that all ASYNC_NIF_REPLY() calls are at the end of their 2013-04-20 07:38:11 -04:00