summaryrefslogtreecommitdiff
path: root/src/btree/bt_huffman.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-1/+2
* WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-121-13/+12
* WT-2526: mixing and matching readonly and read/write handlesKeith Bostic2016-04-041-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-16/+23
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2297: Add a comment for clarity, fix the error message to report theKeith Bostic2015-12-191-2/+8
* Fix off-by-one error in Huffman config file parsingGeert Bosch2015-12-191-1/+1
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-2/+2
* Don points out we can't validate configuration settings for extensionsKeith Bostic2015-05-081-5/+5
* const: At condition ret == -1, the value of ret must be equal to -1.Keith Bostic2015-04-091-2/+1
* Make --with-spinlock=pthread_logging option compile again.Keith Bostic2015-04-021-2/+2
* Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-241-3/+4
* Add flags to wt_fopen/fclose. #1785Susan LoVerso2015-03-231-3/+3
* Fix a memory leak in huffman configuration parsing.Alex Gorrod2015-03-231-2/+5
* If the underlying FILE was opened for writing, flush and fsynd itKeith Bostic2015-03-201-2/+2
* Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-201-8/+3
* Always set an is_utf8 value when returning from __huffman_confchk_file().Keith Bostic2015-03-171-4/+3
* Switch sscanf from SCNu46 to SCNi64 so we handle both hexadecimal andKeith Bostic2015-03-131-10/+13
* Fix problems with configuration value parsing, break out the HuffmanKeith Bostic2015-03-131-44/+56
* Add support for calling functions to validate configuration values,Keith Bostic2015-03-121-19/+29
* Remove pockets of case-sensitivity for configuration strings.Keith Bostic2015-03-091-7/+6
* Move #define into the WT_XXX namespace, minor whitespace cleanup.Keith Bostic2015-01-121-9/+8
* Fix huffman config and add huffman tests. #1536Susan LoVerso2015-01-091-0/+28
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* We documented that huffman_key and huffman_value took "none" as anKeith Bostic2014-12-161-13/+21
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* bt_huffman.c:310:22: error: 'lineno' may be used uninitialized in thisKeith Bostic2013-11-161-7/+7
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-161-5/+12
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-4/+5
|\
| * Include the default file configuration when opening a file.Keith Bostic2013-02-131-4/+4
* | Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-1/+1
|\ \ | |/
| * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* | Replace session->btree with a data handle.Michael Cahill2012-09-181-2/+2
|/
* Add a script to check for a function return after code that jumps to anKeith Bostic2012-05-121-2/+2
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-5/+4
* Maximum symbol value should be UINT8_MAX/UINT16_MAX, notKeith Bostic2012-02-231-5/+3
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Review pass over errno handling -- probably still not correct, but it'sKeith Bostic2012-01-021-4/+2
* Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic2012-01-021-39/+26
* If creating a file fails, the caller should free the config string.Michael Cahill2011-10-181-7/+4
* Depend on the ANSI C free semantics, where a NULL reference is simplyKeith Bostic2011-08-041-2/+1
* Remove the support for the fixed-length, RLE column-store format (thisKeith Bostic2011-07-211-1/+0
* Put parantheses around non-trivial conditions in ternary expressions.Michael Cahill2011-07-081-1/+1
* Remove the "btree_" prefix from file configuration keys.Michael Cahill2011-06-151-2/+2
* The huffman code was updated to always use an 8-bit slice, even for UTF-16,Keith Bostic2011-06-101-2/+2
* Add error reporting to the config string parser.Michael Cahill2011-06-031-2/+4
* Use inttypes.h for printf and scanf format strings for 64-bit quantities.Michael Cahill2011-05-301-15/+14
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-6/+6