summaryrefslogtreecommitdiff
path: root/dist/filelist
Commit message (Expand)AuthorAgeFilesLines
* Implement checkpoints.Michael Cahill2012-05-171-0/+1
* Merge branch 'develop' into feature/transactionsMichael Cahill2012-05-151-0/+2
|\
| * Move the snapshot code out of the btree engine and up into the sessionKeith Bostic2012-05-141-0/+2
* | Merge branch 'develop' into feature/transactionsMichael Cahill2012-05-091-1/+1
|\ \ | |/
| * Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-041-1/+0
| * Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic2012-05-031-0/+1
* | Merge branch 'develop' into feature/transactionsMichael Cahill2012-05-021-3/+5
|\ \ | |/
| * Move all code dealing with the metadata table into meta/*.cMichael Cahill2012-04-271-3/+4
| * First set of snapshot changes, ref #167. The big changes are to createKeith Bostic2012-03-221-0/+1
* | Basic support for transactions.Michael Cahill2012-04-201-0/+1
|/
* Rename block_alloc.c -> block_ext.cKeith Bostic2012-03-161-1/+1
* Add the __wt_epoch function, returns the local time-of-day.Keith Bostic2012-03-151-0/+1
* Move btree/bt_root.c -> session/session_root.cKeith Bostic2012-03-151-1/+1
* Move connection-list handling from the btree code to conn/conn_btree.c.Keith Bostic2012-02-141-0/+1
* Add a simple schema-tracking log so we can unroll SESSION.rename on error.Keith Bostic2012-01-161-0/+1
* Remove session buffer support: they are no longer used for bulk-load and theyKeith Bostic2012-01-121-1/+0
* Don't allow applications to drop or create objects in the "WiredTiger" nameKeith Bostic2012-01-111-0/+1
* Add support for truncating files and tables.Keith Bostic2012-01-041-0/+1
* Build out the SESSION->rename method, add the wt utility rename command.Keith Bostic2012-01-031-0/+1
* Review pass over errno handling -- probably still not correct, but it'sKeith Bostic2012-01-021-0/+1
* Add the SESSION->upgrade method.Keith Bostic2012-01-011-0/+1
* Move the checksum code from support/cksum.c to block/block_cksum.c,Keith Bostic2011-12-281-1/+1
* Finish splitting out the block functions vs. the block-managerKeith Bostic2011-12-271-8/+8
* Rework verify to work in the new, block-manager world.Keith Bostic2011-12-231-0/+1
* Move root addresses into the schema file and add support for theKeith Bostic2011-12-211-0/+3
* Rename the btree/bt_desc.c to block/bt_open.c, most of the contentKeith Bostic2011-12-201-1/+1
* Delete block/io.c, it was split into block/bm_{read,write}.cKeith Bostic2011-12-201-1/+0
* Work through the block manager vs. block functions naming: the former areKeith Bostic2011-12-201-1/+4
* Rename bt_salvage.c to bt_slvg.c, matching the name in block/bt_slvg.c.Keith Bostic2011-12-201-1/+1
* Make salvage work with variable-length filesystem address cookies.Keith Bostic2011-12-201-1/+3
* Reorg the api directory into connection and session parts. While in the area...Michael Cahill2011-12-141-12/+12
* Make the serialized function helpers into inlined functions (move support/ser...Michael Cahill2011-12-131-1/+0
* Split the object tracking routines out from rec_write.c into rec_track.c.Keith Bostic2011-11-301-0/+1
* Split bt_reconcile.c into two files, rec_write.c (mainline reconciliation codeKeith Bostic2011-11-271-1/+2
* Change the SESSION->{verify,salvage,dumpfile,sync} methods to have aKeith Bostic2011-11-041-2/+1
* Remove the workQ code entirely.Michael Cahill2011-11-041-1/+0
* Make sync and verify work on tables (and colgroups and indices).Michael Cahill2011-10-041-0/+2
* Implement the wiredtiger_open "create" and "exclusive" configurationKeith Bostic2011-10-011-0/+1
* Support the home-directory argument to the wiredtiger_open function.Keith Bostic2011-09-291-0/+2
* Do default btree comparisons inline, switch to using a collator in preparatio...Michael Cahill2011-09-151-1/+0
* Replace column-store page-extension code with a new skiplist, maintainedKeith Bostic2011-09-111-1/+0
* Add macros to standardize cursors checking whether keys and values are set.Michael Cahill2011-09-081-1/+0
* Split btree/col_modify.c into 2 parts, modify & extend, and put theKeith Bostic2011-09-051-0/+1
* Move {row,col}_put.c -> {row,col}_modify.c, match the function names.Keith Bostic2011-08-311-2/+2
* Add a new cursor file, a stub with minor error functions.Keith Bostic2011-08-251-0/+1
* Move the block allocation and block write code out of btree/ and intoKeith Bostic2011-08-161-3/+3
* Initial implementation of file prev cursors.Keith Bostic2011-08-101-0/+2
* Rename the env/ directory to be the conn/ directory, moving a few thingsKeith Bostic2011-08-051-14/+14
* Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic2011-07-281-1/+0
* Add a random number generator.Keith Bostic2011-07-271-0/+1