summaryrefslogtreecommitdiff
path: root/examples/c/ex_pack.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2617 Fix a bug in pluggable file system example (#2718)Keith Bostic2016-05-051-7/+13
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-201-1/+1
* Include the variable types in the example code.Keith Bostic2015-03-041-2/+5
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-2/+3
* Fix cleanup of home directories for example code, and fix use of system witho...Michael Cahill2014-08-251-2/+2
* We're setting "home" to NULL, and then using it in error messages, whichKeith Bostic2014-08-231-1/+12
* Lint: primarily make sure no WiredTiger call that returns an error valueKeith Bostic2014-08-231-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Allow examples to run in parallel: give each a unique home directory.Michael Cahill2013-01-081-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* The wiredtiger_struct_size() call can fail, it has to return an errorKeith Bostic2012-05-111-3/+5
* Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as theirKeith Bostic2012-05-111-3/+3
* style guide: don't put a space after "sizeof".Keith Bostic2012-04-231-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+23
* Quit using explicit search patterns (dontinclude/skipline) in theKeith Bostic2012-01-181-0/+2
* Added a bunch of warnings to gcc 4.2.1, clean up the lint.Keith Bostic2011-02-181-1/+1
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-4/+7
* Incorporated Keith's latest feedback, switched XXX to @todo...Michael Cahill2011-01-061-2/+3
* More work on code samples, Python implementation of the API using Berkeley DB.Michael Cahill2011-01-061-0/+45