| Commit message (Expand) | Author | Age | Files | Lines |
* | Make buffer alignment configurable in wiredtiger_open. Only align scratch bu... | Michael Cahill | 2012-02-23 | 1 | -2/+14 |
* | Add support for direct I/O, with the config "direct_io=(data,log)". | Michael Cahill | 2011-12-05 | 1 | -14/+27 |
* | Pass the configuration stack through __wt_btree_reopen: opening for salvage l... | Michael Cahill | 2012-02-20 | 1 | -2/+3 |
* | Replace the __wt_btree_reopen() function with __wt_conn_reopen_btree() | Keith Bostic | 2012-02-18 | 1 | -0/+13 |
* | Move connection-list handling from the btree code to conn/conn_btree.c. | Keith Bostic | 2012-02-14 | 2 | -1/+166 |
* | If a session or connection method is about to return WT_NOTFOUND (some | Keith Bostic | 2012-02-08 | 1 | -17/+10 |
* | Connections are always exclusive, we don't need to config key. | Michael Cahill | 2012-01-31 | 1 | -22/+3 |
* | Merge WT_BUF into WT_ITEM. | Michael Cahill | 2012-01-23 | 1 | -4/+4 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 4 | -12/+12 |
* | Documentation: add notes on remote file systems, created file permissions, | Keith Bostic | 2012-01-17 | 1 | -3/+3 |
* | If cache creation or memory allocation fails when building the | Keith Bostic | 2012-01-06 | 1 | -7/+8 |
* | Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return. | Keith Bostic | 2012-01-02 | 1 | -24/+12 |
* | Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t | Keith Bostic | 2011-12-28 | 1 | -1/+1 |
* | Rework verify to work in the new, block-manager world. | Keith Bostic | 2011-12-23 | 1 | -1/+1 |
* | Note there's a bug in this code. | Keith Bostic | 2011-12-23 | 1 | -0/+5 |
* | Complain first, that way when it drops core it's easier to find. | Keith Bostic | 2011-12-23 | 1 | -3/+4 |
* | Reorg the api directory into connection and session parts. While in the area... | Michael Cahill | 2011-12-14 | 1 | -0/+832 |
* | Add a spinlock destroy for platforms where pthread mutexes tie up resources. | Michael Cahill | 2011-12-09 | 1 | -0/+3 |
* | Remove the read thread now that application threads handle reads directly. | Michael Cahill | 2011-12-07 | 1 | -4/+0 |
* | Make eviction parameters tunable, to force more or less aggressive eviction. | Michael Cahill | 2011-12-05 | 1 | -2/+2 |
* | Put code to check the cache and wake eviction when necessary in one place. | Michael Cahill | 2011-11-23 | 1 | -2/+2 |
* | Rename WT_MTX to WT_CONDVAR | Michael Cahill | 2011-11-04 | 1 | -2/+2 |
* | Remove the workQ code entirely. | Michael Cahill | 2011-11-04 | 3 | -121/+5 |
* | Remove the workQ -- have application threads notify the read and eviction ser... | Michael Cahill | 2011-11-03 | 3 | -12/+13 |
* | Add implementations of spinlocks based on POSIX thread mutexes and GCC intrin... | Michael Cahill | 2011-10-06 | 1 | -1/+1 |
* | Remove the "multithread" configuration for connections. | Michael Cahill | 2011-10-18 | 1 | -0/+3 |
* | When checking for open handles during connection close, be careful about list... | Michael Cahill | 2011-10-18 | 1 | -4/+6 |
* | Implement custom collators. | Michael Cahill | 2011-10-07 | 1 | -0/+1 |
* | Add support for a configuration file in the home directory named | Keith Bostic | 2011-10-03 | 1 | -3/+8 |
* | Another run at memory-barriers | Keith Bostic | 2011-10-01 | 1 | -7/+5 |
* | Implement the wiredtiger_open "create" and "exclusive" configuration | Keith Bostic | 2011-10-01 | 2 | -24/+34 |
* | Incorporate Keith's feedback on read/write barriers. | Michael Cahill | 2011-09-30 | 1 | -2/+5 |
* | Wrap btree open/close in a separate mutex, so the whole open call can be prot... | Michael Cahill | 2011-09-28 | 2 | -4/+2 |
* | Add read and write barriers plus macros to make their use easier. | Michael Cahill | 2011-09-28 | 1 | -3/+3 |
* | Remove the api_gen field, it's no longer used. | Keith Bostic | 2011-09-26 | 1 | -1/+0 |
* | Add the "multithread" connection configuration option, which configures | Keith Bostic | 2011-09-16 | 2 | -14/+8 |
* | Minor cleanup to __wt_connection_close(), it's figuring out what value | Keith Bostic | 2011-09-16 | 1 | -4/+1 |
* | Fix a comment. | Keith Bostic | 2011-09-06 | 1 | -1/+1 |
* | Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-... | Michael Cahill | 2011-08-26 | 1 | -1/+1 |
* | Let thread-join fail and return an error. | Keith Bostic | 2011-08-18 | 1 | -3/+3 |
* | Move connection list manipulation out of __wt_dlopen/close. | Michael Cahill | 2011-08-12 | 1 | -1/+5 |
* | Added compression infrastructure, example compressors and tests. | Don Anderson | 2011-08-10 | 1 | -0/+1 |
* | Rename the env/ directory to be the conn/ directory, moving a few things | Keith Bostic | 2011-08-05 | 4 | -0/+319 |