| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 18 | -54/+54 |
* | Documentation: add notes on remote file systems, created file permissions, | Keith Bostic | 2012-01-17 | 1 | -3/+6 |
* | Add a "WT" prefix to SYSCALL_RETRY, change the open call to use the standard | Keith Bostic | 2012-01-02 | 8 | -27/+9 |
* | Review pass over errno handling -- probably still not correct, but it's | Keith Bostic | 2012-01-02 | 5 | -24/+43 |
* | Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return. | Keith Bostic | 2012-01-02 | 10 | -46/+33 |
* | rephrase an error message. | Keith Bostic | 2011-12-22 | 1 | -2/+2 |
* | Move root addresses into the schema file and add support for the | Keith Bostic | 2011-12-21 | 1 | -0/+35 |
* | whitespace. | Keith Bostic | 2011-12-21 | 1 | -1/+1 |
* | Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internal | Keith Bostic | 2011-12-17 | 1 | -0/+5 |
* | automatically prepend verbose messages with their particular tag line | Keith Bostic | 2011-11-29 | 6 | -14/+14 |
* | Only retry the file open for about 10 seconds, then give up: this would be | Keith Bostic | 2011-11-28 | 1 | -4/+7 |
* | Switch to a trylock for operations that need an exclusive handle lock: we don... | Michael Cahill | 2011-11-07 | 1 | -15/+40 |
* | Rename WT_MTX to WT_CONDVAR | Michael Cahill | 2011-11-04 | 1 | -51/+42 |
* | Remove the workQ -- have application threads notify the read and eviction ser... | Michael Cahill | 2011-11-03 | 3 | -18/+13 |
* | Don't set the returned file handle in __wt_open until after all error checking. | Michael Cahill | 2011-10-12 | 1 | -1/+2 |
* | Fix a memory leak: don't use a scratch buffer for paths: we may not have a re... | Michael Cahill | 2011-10-11 | 3 | -15/+12 |
* | Don't call dlclose on FreeBSD: there are bad interactions with destructors. | Michael Cahill | 2011-10-11 | 1 | -0/+9 |
* | Fix a warning with -Wundef. | Michael Cahill | 2011-10-06 | 1 | -1/+1 |
* | The SYSCALL_RETRY() macro was just wrong (it counted down, not up, and | Keith Bostic | 2011-10-01 | 6 | -12/+16 |
* | Implement the wiredtiger_open "create" and "exclusive" configuration | Keith Bostic | 2011-10-01 | 3 | -12/+67 |
* | Support the home-directory argument to the wiredtiger_open function. | Keith Bostic | 2011-09-29 | 4 | -13/+55 |
* | Fix a comment. | Keith Bostic | 2011-09-23 | 1 | -6/+7 |
* | Add wrappers around POSIX read/write locks. | Michael Cahill | 2011-09-12 | 1 | -10/+101 |
* | Fix the build without --enable-diagnostic. | Michael Cahill | 2011-09-12 | 1 | -0/+2 |
* | Remove pthread_yield from the library: it is equivalent to sched_yield but le... | Michael Cahill | 2011-09-08 | 1 | -4/+0 |
* | Use size_t for size calculations, only store uint32_t in structs. | Michael Cahill | 2011-08-18 | 1 | -6/+3 |
* | Let thread-join fail and return an error. | Keith Bostic | 2011-08-18 | 1 | -2/+2 |
* | Don't need a cast, the calling type is appropriate. | Keith Bostic | 2011-08-17 | 1 | -1/+1 |
* | Move connection list manipulation out of __wt_dlopen/close. | Michael Cahill | 2011-08-12 | 1 | -25/+4 |
* | Add simple support for restarting system calls, open needs it, although the | Keith Bostic | 2011-08-08 | 6 | -21/+46 |
* | whitespace cleanup | Keith Bostic | 2011-08-08 | 1 | -2/+1 |
* | Depend on the ANSI C free semantics, where a NULL reference is simply | Keith Bostic | 2011-08-04 | 1 | -2/+1 |
* | Add some more statistics to the reconciliation code as part of reviewing how | Keith Bostic | 2011-08-04 | 3 | -7/+7 |
* | Connect the old Btree statistics code to the statistics cursors: if you | Keith Bostic | 2011-07-28 | 3 | -6/+0 |
* | Add a table-level "drop" operation. | Michael Cahill | 2011-07-15 | 1 | -0/+42 |
* | Put parantheses around non-trivial conditions in ternary expressions. | Michael Cahill | 2011-07-08 | 3 | -3/+4 |
* | Add a schema layer, storing configuration information for tables, indices and... | Michael Cahill | 2011-06-08 | 1 | -6/+15 |
* | Make the abort message an error, not a message. | Keith Bostic | 2011-06-29 | 1 | -1/+1 |
* | Use a C99 variadic macro to simplify WT_VERBOSE. | Michael Cahill | 2011-06-27 | 5 | -14/+9 |
* | Change WT_VERBOSE to take a session as its first argument, that's the primary | Keith Bostic | 2011-06-26 | 5 | -7/+7 |
* | Move btree configuration to ".conf" files, in preparation for storing it in t... | Michael Cahill | 2011-06-14 | 1 | -1/+1 |
* | When checking for an open file handle, use the list of file handles, not the ... | Michael Cahill | 2011-06-03 | 1 | -5/+2 |
* | Assert that a mutex is locked before unlocking it: this would have saved me a... | Michael Cahill | 2011-06-03 | 1 | -0/+1 |
* | Use inttypes.h for printf and scanf format strings for 64-bit quantities. | Michael Cahill | 2011-05-30 | 1 | -12/+12 |
* | Change all struct names to have the prefix "__wt_", and all corresponding typ... | Michael Cahill | 2011-05-30 | 9 | -30/+34 |
* | Implement extension loading, add API for compression extensions. | Michael Cahill | 2011-05-23 | 1 | -0/+96 |
* | Finish the split of btree open and btree create; get rid of the file | Keith Bostic | 2011-05-13 | 1 | -0/+20 |
* | Treating the statistics fields as an array makes it too easy to walk off the | Keith Bostic | 2011-04-08 | 5 | -11/+11 |
* | Fix a bug where we incorrectly checked for a matching file name, thinking | Keith Bostic | 2011-03-29 | 1 | -2/+4 |
* | Add comments before all functions. | Michael Cahill | 2011-03-10 | 1 | -1/+5 |