summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Portability fixes for system calls in the backup example in ex_all.c.Michael Cahill2012-07-051-1/+3
* Implement hot backup feature (ref issue #236).Keith Bostic2012-07-031-1/+46
* Call methods to reconfigure a handle "reconfigure".Michael Cahill2012-06-201-45/+44
* Add WT_CONNECTION::config and WT_CURSOR::config methods.Keith Bostic2012-06-191-0/+8
* Merge branch 'develop' into checkpointMichael Cahill2012-06-181-0/+1
|\
* | Rename the "snapshot" config key in session.checkpoint to "name".Keith Bostic2012-06-161-34/+48
* | First set of changes for moving all checkpoint/snapshot calls into theKeith Bostic2012-06-151-2/+26
|/
* Make the whitespace script run on the examples, utilities extension code.Keith Bostic2012-05-153-4/+3
* The wiredtiger_struct_size() call can fail, it has to return an errorKeith Bostic2012-05-112-5/+7
* Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as theirKeith Bostic2012-05-112-15/+26
* Add a copyright notice, and change the copyright script to not requireKeith Bostic2012-05-031-0/+25
* Move the python "check" into lang/python: that simplifies things and avoids t...Michael Cahill2012-05-042-3/+1
* Fix the Python example.Michael Cahill2012-05-043-54/+19
* Use a single "snapshot" config key to drop a snapshot or a range of snapshots.Michael Cahill2012-05-011-8/+8
* More cleanup of ex_call_center: don't cast arguments to set_value.Michael Cahill2012-04-301-24/+27
* Remove the system cleanup call, I was just using it for testing.Keith Bostic2012-04-281-2/+0
* Rework the call center example to work and display reasonable results.Keith Bostic2012-04-281-36/+44
* Add an interface for "data source" extensions.Michael Cahill2012-03-111-18/+90
* Minor gcc warnings: mismatched printf args, unused variables.Michael Cahill2012-04-242-1/+2
* style guide: don't put a space after "sizeof".Keith Bostic2012-04-233-5/+5
* Get rid of some uses of "%lu" (one was OK, the other was wrong).Keith Bostic2012-04-232-4/+5
* Finish out the snapshot documentation (ref #167).Keith Bostic2012-04-201-0/+13
* Add a section on replacing the default system memory allocator to theKeith Bostic2012-03-211-1/+1
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-024-5/+5
* More copyright cleanup.Keith Bostic2012-02-011-3/+23
* Implement WT_CURSOR::equals to test if two cursors are equal (primarily in su...Michael Cahill2012-01-311-1/+9
* Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill2012-01-253-49/+21
* Remove the TPC-B example: we don't have clear ownership of copyright.Michael Cahill2012-01-232-14/+3
* Update copyright notices to 2012.Keith Bostic2012-01-2214-42/+322
* ex_stat.c:73: warning: no previous prototype for 'print_overflow_pages'Keith Bostic2012-01-191-0/+1
* Rework statistics cursors (issue #135).Keith Bostic2012-01-191-2/+25
* Fix gcc 4.6 build:Michael Cahill2012-01-191-3/+7
* Clean up extension documentation: move implementation details and sampleKeith Bostic2012-01-182-29/+91
* Quit using explicit search patterns (dontinclude/skipline) in theKeith Bostic2012-01-1812-26/+93
* ex_all.c: In function 'cursor_ops':Keith Bostic2012-01-171-1/+3
* Documentation: add notes on remote file systems, created file permissions,Keith Bostic2012-01-171-4/+19
* Fix some gcc46 warnings about uninitialized variables in ex_all.c.Michael Cahill2012-01-171-0/+5
* unused variable.Keith Bostic2012-01-151-0/+1
* Skip "colgroup:", just like we're skipping "index:".Keith Bostic2012-01-061-1/+3
* Clarify the session->truncate documentation, add the simple code thatKeith Bostic2012-01-041-0/+8
* Change the compression API to be src/size dst/size pairs instead ofKeith Bostic2011-12-291-12/+17
* Have the script remove/re-create the WT_TEST directory.Keith Bostic2011-12-251-0/+3
* File isn't ex_hello.c any more.Keith Bostic2011-12-131-1/+1
* Mark a couple of variables unused because automated builds build with -Wunused.Michael Cahill2011-12-141-0/+4
* Added a pre_size entry to WT_COMPRESSOR. refs #58Don Anderson2011-12-131-1/+10
* Fix the projection in the ex_schema example (don't try to project an index ke...Michael Cahill2011-12-061-2/+3
* Clean up warnings with gcc-4.6.Michael Cahill2011-11-282-21/+37
* Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill2011-11-231-2/+2
* Fix some error messages from the example programs.Michael Cahill2011-11-212-5/+1
* Remove the "multithread" configuration for connections.Michael Cahill2011-10-181-1/+1