bdberl/c_src
Jon Meredith 30c7ad75ac Replaced calls to getenv with erl_drv_getenv/G_DB_ENV->get_home. The erlang
docs say not to use getenv in erlang drivers as they are not thread safe.
The places we were using them were very unlikley to have issues, but you never
know.
2009-06-02 13:14:47 -06:00
..
bdb-align.patch Adding patch for getting O_DIRECT to work on linux; also enabling in build of BDB 2009-04-22 14:42:58 -06:00
bdberl_drv.c Replaced calls to getenv with erl_drv_getenv/G_DB_ENV->get_home. The erlang 2009-06-02 13:14:47 -06:00
bdberl_drv.h Renamed get_lg_dir() to get_lg_dir_info and added get_data_dirs_info(). 2009-05-29 12:13:19 -06:00
bdberl_tpool.c Changed bdberl_tpool_run to set a pointer to the job structure 2009-02-09 15:01:25 -07:00
bdberl_tpool.h Changed bdberl_tpool_run to set a pointer to the job structure 2009-02-09 15:01:25 -07:00
bin_helper.c Renamed get_lg_dir() to get_lg_dir_info and added get_data_dirs_info(). 2009-05-29 12:13:19 -06:00
bin_helper.h Change binhelper to avoid stupid user errors; now grows the buffer on demand for the specific # of bytes; fix bugs in get_data_dirs/0 (driver and erlang caller) 2008-12-17 14:45:39 -07:00
buildlib.sh Enabling diagnostics/debug info in bdberl build 2009-06-02 10:04:04 -06:00
hive_hash.c Added protection for growing past too many entries to the hash going off the end of the primes list. 2009-02-10 15:22:02 -07:00
hive_hash.h Lots more work on getting basic system fleshed out. Basic structures in place for tracking open databases. 2008-12-06 22:08:36 -07:00