summaryrefslogtreecommitdiff
path: root/src/log
Commit message (Expand)AuthorAgeFilesLines
* ../src/log/log.c:32:2: error: 'size' may be used uninitialized in this functi...Michael Cahill2013-04-221-0/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add a script to check for a function return after code that jumps to anKeith Bostic2012-05-121-4/+4
* The wiredtiger_struct_size() call can fail, it has to return an errorKeith Bostic2012-05-111-4/+3
* Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as theirKeith Bostic2012-05-111-3/+1
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-2/+2
* Merge WT_BUF into WT_ITEM.Michael Cahill2012-01-231-2/+2
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Mark WT_COL_RLE as "packed" to save 4 bytes in memory per repeated item in va...Michael Cahill2011-08-091-1/+1
* lintKeith Bostic2011-08-191-1/+1
* Remove the vararg versions of the packing functions from the public API. Add...Michael Cahill2011-06-241-1/+1
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-5/+5
* Add a new buffer-grow function __wt_buf_grow, to grow a buffer in placeKeith Bostic2011-05-291-2/+2
* whitespaceKeith Bostic2011-05-161-1/+1
* Make tests work on the public API:Michael Cahill2011-05-031-8/+19
* ../src/log/log.c: In function '__wt_log_printf':Michael Cahill2011-04-071-2/+2
* Attempt to fix some races by using the application's session handle in more i...Michael Cahill2011-04-071-2/+4
* Add the beginnings of a log manager.Michael Cahill2011-03-162-0/+87