wterl/c_src
Gregory Burd 8d8ceecc8b enif_get_string can return < 1 when it copies less than the buffer size
you pass into it, that'd result in a non-zero (aka true) test when in fact
it's a problem if the argument isn't passed completely (however unlikely
that is).

enif_alloc_env() requires that later you enif_free_env() which I wasn't doing,
this seems to keep memory steady in test runs.
2013-04-19 09:11:41 -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 Move the FIFO Queue implementation into its own file (fifo_q.h). Work 2013-04-18 10:37:36 -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 enif_get_string can return < 1 when it copies less than the buffer size 2013-04-19 09:11:41 -04:00