summaryrefslogtreecommitdiff
path: root/src/conn
Commit message (Expand)AuthorAgeFilesLines
* Make buffer alignment configurable in wiredtiger_open. Only align scratch bu...Michael Cahill2012-02-231-2/+14
* Add support for direct I/O, with the config "direct_io=(data,log)".Michael Cahill2011-12-051-14/+27
* Pass the configuration stack through __wt_btree_reopen: opening for salvage l...Michael Cahill2012-02-201-2/+3
* Replace the __wt_btree_reopen() function with __wt_conn_reopen_btree()Keith Bostic2012-02-181-0/+13
* Move connection-list handling from the btree code to conn/conn_btree.c.Keith Bostic2012-02-142-1/+166
* If a session or connection method is about to return WT_NOTFOUND (someKeith Bostic2012-02-081-17/+10
* Connections are always exclusive, we don't need to config key.Michael Cahill2012-01-311-22/+3
* Merge WT_BUF into WT_ITEM.Michael Cahill2012-01-231-4/+4
* Update copyright notices to 2012.Keith Bostic2012-01-224-12/+12
* Documentation: add notes on remote file systems, created file permissions,Keith Bostic2012-01-171-3/+3
* If cache creation or memory allocation fails when building theKeith Bostic2012-01-061-7/+8
* Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic2012-01-021-24/+12
* Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_tKeith Bostic2011-12-281-1/+1
* Rework verify to work in the new, block-manager world.Keith Bostic2011-12-231-1/+1
* Note there's a bug in this code.Keith Bostic2011-12-231-0/+5
* Complain first, that way when it drops core it's easier to find.Keith Bostic2011-12-231-3/+4
* Reorg the api directory into connection and session parts. While in the area...Michael Cahill2011-12-141-0/+832
* Add a spinlock destroy for platforms where pthread mutexes tie up resources.Michael Cahill2011-12-091-0/+3
* Remove the read thread now that application threads handle reads directly.Michael Cahill2011-12-071-4/+0
* Make eviction parameters tunable, to force more or less aggressive eviction.Michael Cahill2011-12-051-2/+2
* Put code to check the cache and wake eviction when necessary in one place.Michael Cahill2011-11-231-2/+2
* Rename WT_MTX to WT_CONDVARMichael Cahill2011-11-041-2/+2
* Remove the workQ code entirely.Michael Cahill2011-11-043-121/+5
* Remove the workQ -- have application threads notify the read and eviction ser...Michael Cahill2011-11-033-12/+13
* Add implementations of spinlocks based on POSIX thread mutexes and GCC intrin...Michael Cahill2011-10-061-1/+1
* Remove the "multithread" configuration for connections.Michael Cahill2011-10-181-0/+3
* When checking for open handles during connection close, be careful about list...Michael Cahill2011-10-181-4/+6
* Implement custom collators.Michael Cahill2011-10-071-0/+1
* Add support for a configuration file in the home directory namedKeith Bostic2011-10-031-3/+8
* Another run at memory-barriersKeith Bostic2011-10-011-7/+5
* Implement the wiredtiger_open "create" and "exclusive" configurationKeith Bostic2011-10-012-24/+34
* Incorporate Keith's feedback on read/write barriers.Michael Cahill2011-09-301-2/+5
* Wrap btree open/close in a separate mutex, so the whole open call can be prot...Michael Cahill2011-09-282-4/+2
* Add read and write barriers plus macros to make their use easier.Michael Cahill2011-09-281-3/+3
* Remove the api_gen field, it's no longer used.Keith Bostic2011-09-261-1/+0
* Add the "multithread" connection configuration option, which configuresKeith Bostic2011-09-162-14/+8
* Minor cleanup to __wt_connection_close(), it's figuring out what valueKeith Bostic2011-09-161-4/+1
* Fix a comment.Keith Bostic2011-09-061-1/+1
* Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-...Michael Cahill2011-08-261-1/+1
* Let thread-join fail and return an error.Keith Bostic2011-08-181-3/+3
* Move connection list manipulation out of __wt_dlopen/close.Michael Cahill2011-08-121-1/+5
* Added compression infrastructure, example compressors and tests.Don Anderson2011-08-101-0/+1
* Rename the env/ directory to be the conn/ directory, moving a few thingsKeith Bostic2011-08-054-0/+319