summaryrefslogtreecommitdiff
path: root/src/include/queue.h
AgeCommit message (Collapse)Author
2012-02-02Convert the BSD 4-clause license to the BSD 3-clause license:Keith Bostic
From the Open Source Initiative OSI web site: Historical Background: The original license used on BSD Unix had four clauses. The advertising clause (the third of four clauses) required you to acknowledge use of U.C. Berkeley code in your advertising of any product using that code. It was officially rescinded by the Director of the Office of Technology Licensing of the University of California on July 22nd, 1999. He states that clause 3 is "hereby deleted in its entirety."
2011-03-07Formatting, mostly whitespace (s_longlines).Michael Cahill
2011-03-04Collapse the internal API, push sessions down into the OS layer for error ↵Michael Cahill
handling, add a default session to the connection for situations where there is no application session available. --HG-- rename : src/support/api_int.c => src/api/api_int.c rename : src/env/env_toc.c => src/env/env_session.c
2011-02-04Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill
refs #27 --HG-- rename : include/api_int.h => src/include/api_int.h rename : include/bitstring.h => src/include/bitstring.h rename : include/btree.h => src/include/btree.h rename : include/cache.h => src/include/cache.h rename : include/config.h => src/include/config.h rename : include/cur_std.h => src/include/cur_std.h rename : include/debug.h => src/include/debug.h rename : include/extern.h => src/include/extern.h rename : include/fh.h => src/include/fh.h rename : include/mem.h => src/include/mem.h rename : include/misc.h => src/include/misc.h rename : include/mutex.h => src/include/mutex.h rename : include/queue.h => src/include/queue.h rename : include/serial.h => src/include/serial.h rename : include/stat.h => src/include/stat.h rename : include/util.h => src/include/util.h rename : include/verify_build.h => src/include/verify_build.h rename : include/walk.h => src/include/walk.h rename : include/wiredtiger.in => src/include/wiredtiger.in rename : include/wt_internal.in => src/include/wt_internal.in