summaryrefslogtreecommitdiff
path: root/dist/filelist
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Concatenate two or more configuration strings.Michael Cahill2011-07-221-0/+1
* Remove *.conf files: configuration is always stored in the schema table.Michael Cahill2011-07-221-1/+0
* Remove the old btree dump code, dump cursors are the way we're going to do thisKeith Bostic2011-07-171-1/+0
* Add a table-level "drop" operation.Michael Cahill2011-07-151-0/+2
* Merge the old API read front-end routines into Michael's cursor API, getKeith Bostic2011-07-091-2/+0
* Change from a 'btree:' URI prefix to a 'file:' prefix plus 'type=btree' config.Michael Cahill2011-07-081-1/+1
* Calculate plans for column projections.Michael Cahill2011-07-081-2/+1
* Write code to slice and dice column values based on "projection plans".Michael Cahill2011-07-081-0/+1
* Remove the vararg versions of the packing functions from the public API. Add...Michael Cahill2011-06-241-1/+2
* Add a schema layer, storing configuration information for tables, indices and...Michael Cahill2011-06-081-1/+9
* The config collapse code was split out into its own file, switch to using tha...Michael Cahill2011-06-151-0/+1
* Remove remaining WT_MBUF support and rewrite the only place still usingKeith Bostic2011-06-281-1/+0