summaryrefslogtreecommitdiff
path: root/src/support/hex.c
AgeCommit message (Expand)Author
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-22uint32_t/size_t review: __wt_raw_to_hex_mem() should take a size_tKeith Bostic
2013-12-20Replace WT_PTRDIFF32 with WT_PTRDIFF where we're storing into aKeith Bostic
2013-12-16Better/fixed support for huge keys/values.Keith Bostic
2013-11-12Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-12Fix another GCC/clang warning on OS X:Michael Cahill
2013-11-11Cleanup based on Keith's comments. #753Susan LoVerso
2013-11-12Fix build warning:Alex Gorrod
2013-11-11Print tid via call to new __wt_raw_to_hex_mem function. #753Susan LoVerso
2013-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-11-27And now, lint, which is why I started whacking on it.Keith Bostic
2012-11-27Typo in the last commit, size can't be modified in place.Keith Bostic
2012-11-27size_t/int, char/u_char lint.Keith Bostic
2012-07-08change hex to/from routines to consistently use u_char instead of a mixtureKeith Bostic
2012-04-03Changes to get ready for maintaining multiple snapshots in the file.Keith Bostic
2012-03-11Layer dump cursors on top of any cursor type.Michael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-13There's a general byte-to-escaped-hex function now, changeKeith Bostic
2012-01-02Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic
2011-12-21Split out the dump cursor to/from hex/raw routines, I'm using them whenKeith Bostic