summaryrefslogtreecommitdiff
path: root/examples/c/ex_all.c
Commit message (Expand)AuthorAgeFilesLines
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* ../../../examples/c/ex_all.c:460: warning: unused variable 'cursor1'Michael Cahill2012-08-151-1/+1
* Take another run at long-lived cursor and transactional wording, useKeith Bostic2012-08-141-37/+22
* Update doc example to make cursor lifetime more obvious.Alex Gorrod2012-08-141-1/+7
* Make cursors long-lived objects: instead of txn_commit and txn_rollbackKeith Bostic2012-08-131-12/+3
* ../examples/c/ex_all.c:474: warning: ‘txn_examples’ defined but not usedMichael Cahill2012-08-091-6/+3
* Document read-committed is the 1.3 release default isolation.Keith Bostic2012-08-081-0/+68
* Add support for read-committed isolation.Michael Cahill2012-08-081-0/+4
* Merge pull request #281 from wiredtiger/cache-residentMichael Cahill2012-08-051-2/+7
|\
| * Move the cache-resident configuration string from session.open_cursorKeith Bostic2012-08-031-7/+7
| * Add the cache_resident configuration flag, turns off page eviction andKeith Bostic2012-08-021-0/+5
* | Remove the cursor.reconfigure method, and replace it with documentationKeith Bostic2012-08-031-10/+23
|/
* ex_all.c:158: warning: ISO C90 forbids mixed declarations and codeKeith Bostic2012-07-281-2/+1
* Change cursor.equals to return a standard error value and store the cursorKeith Bostic2012-07-281-1/+3
* typo, fix the cursor duplicate example.Keith Bostic2012-07-141-1/+1
* Soften the wording on cursor caching, issue #259.Keith Bostic2012-07-141-3/+17
* 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-151-2/+2
* The wiredtiger_struct_size() call can fail, it has to return an errorKeith Bostic2012-05-111-2/+2
* Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as theirKeith Bostic2012-05-111-12/+23
* Use a single "snapshot" config key to drop a snapshot or a range of snapshots.Michael Cahill2012-05-011-8/+8
* Add an interface for "data source" extensions.Michael Cahill2012-03-111-18/+90
* Minor gcc warnings: mismatched printf args, unused variables.Michael Cahill2012-04-241-0/+1
* style guide: don't put a space after "sizeof".Keith Bostic2012-04-231-3/+3
* Get rid of some uses of "%lu" (one was OK, the other was wrong).Keith Bostic2012-04-231-2/+3
* Finish out the snapshot documentation (ref #167).Keith Bostic2012-04-201-0/+13
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-1/+1
* 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-251-12/+8
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+23
* Fix gcc 4.6 build:Michael Cahill2012-01-191-3/+7
* Clean up extension documentation: move implementation details and sampleKeith Bostic2012-01-181-26/+88
* 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
* 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
* 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
* Clean up warnings with gcc-4.6.Michael Cahill2011-11-281-18/+34
* Add code comments in places where there are multiple examples to explainKeith Bostic2011-10-201-4/+24
* ../../../examples/c/ex_all.c:175: error: 'key' is used uninitialized in this ...Michael Cahill2011-10-201-1/+1