..
scripts
Add script to make bdb directories for windows
2013-04-16 23:57:43 -04:00
tests
Addresses #1531 Ported stat/fstat. toku_stat, toku_fstat (struct is toku_struct_stat), poisoned the use of the functions
2013-04-16 23:57:45 -04:00
dirent.h
refactor the windows portability code. addresses #1269
2013-04-16 23:57:30 -04:00
dirs.c
Addresses #1531 Ported stat/fstat. toku_stat, toku_fstat (struct is toku_struct_stat), poisoned the use of the functions
2013-04-16 23:57:45 -04:00
env.c
Addresses #1531 Reimplemented setenv, unsetenv correctly
2013-04-16 23:57:43 -04:00
files.c
Addresses #1519 poison off_t in windows
2013-04-16 23:57:42 -04:00
getopt.c
Addresses #1531 portability layer changes required for porting utils
2013-04-16 23:57:45 -04:00
getopt.h
Addresses #1531 portability layer changes required for porting utils
2013-04-16 23:57:45 -04:00
inttypes.h
merge some tokudb.1032 into 1032b. addresses #1032
2013-04-16 23:57:27 -04:00
Makefile
Addresses #1531 make check in windows/tests and windows/ now works
2013-04-16 23:57:44 -04:00
memory.c
fix the data races in toku_malloc and toku_free. closes #1369
2013-04-16 23:57:35 -04:00
misc.h
Addresses #1531 Bugfix: PATH_MAX now set correctly in windows
2013-04-16 23:57:43 -04:00
os_malloc.c
Separate out the common malloc into newbrt/memory.c, and put the os-specific stuff into windows and linux subdirs. Things are broken. Addresses #1343 .
2013-04-16 23:57:34 -04:00
random.c
Addresses #1531 portability layer changes required for porting utils
2013-04-16 23:57:45 -04:00
rss.c
Addresses #1032 , #1343
2013-04-16 23:57:37 -04:00
sleep.c
refactor the windows portability code. addresses #1269
2013-04-16 23:57:30 -04:00
stdint.h
fixup some portability include files. addresses #1269
2013-04-16 23:57:29 -04:00
toku_assert.c
Cleaned up. Note that some stuff moved into the windows directory with symlinks from linux (since I know that symlinks work in linux, but maybe not in windows.) Addresses #1348 .
2013-04-16 23:57:34 -04:00
toku_htonl.h
Addresses #1611 toku_htod32 and toku_dtoh32 replace htonl and ntohl (for internal use).
2013-04-16 23:57:46 -04:00
toku_os_types.h
Addresses #1531 Ported stat/fstat. toku_stat, toku_fstat (struct is toku_struct_stat), poisoned the use of the functions
2013-04-16 23:57:45 -04:00
toku_pthread.c
disable the mutex_init assert as we init mutexes from uninitialized memory sometimes. addresses #1328
2013-04-16 23:57:32 -04:00
toku_pthread.h
fixup some portability include files. addresses #1269
2013-04-16 23:57:29 -04:00
toku_stdlib.h
refactor the windows portability code. addresses #1269
2013-04-16 23:57:30 -04:00
toku_time.c
port perfnotes to windows. addresses #1246
2013-04-16 23:57:30 -04:00
toku_time.h
port perfnotes to windows. addresses #1246
2013-04-16 23:57:30 -04:00
unistd.h
Addresses #1531 portability layer changes required for porting utils
2013-04-16 23:57:45 -04:00
windows.c
Addresses #1508 Fix build problem
2013-04-16 23:57:42 -04:00
zconf.h
merge some tokudb.1032 into 1032b. addresses #1032
2013-04-16 23:57:27 -04:00
zlib.h
merge some tokudb.1032 into 1032b. addresses #1032
2013-04-16 23:57:27 -04:00