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