Commit History

Author SHA1 Message Date
  Rusty Russell a97da100b0 tdb2: implement tdb_exists and tdb_parse_record 15 years ago
  Rusty Russell 74b0109ebd tdb2: begin tdb1 to tdb2 porting guide. 15 years ago
  Rusty Russell bb4d59ee1e tdb2: allow multiple opens of the same file. 15 years ago
  Rusty Russell 2960e90f2d tdb2: set owner for locks 15 years ago
  Rusty Russell 6892edd66e tdb2: rename tdb_lock_type to tdb_lock 15 years ago
  Rusty Russell 41e027e11e tdb2: move mmap into struct tdb_file 15 years ago
  Rusty Russell 1ad66fedf8 tdb2: move file operations into separate structure 15 years ago
  Rusty Russell ba370093a0 tdb2: fix leak in test/run-remap-in-read_traverse.c 15 years ago
  Rusty Russell efdf0f2d8f tdb2: move open routines into a separate file (open.c) 15 years ago
  Rusty Russell 9d9a9897b6 tdb2: Implement tdb_get_flags, tdb_add_flag and tdb_remove_flag. 15 years ago
  Rusty Russell ed81f39468 tdb2: make sure records with extra padding have a 0 byte. 15 years ago
  Rusty Russell 812391f15f tdb2: avoid writing uninitialized bytes in test/layout.c 15 years ago
  Rusty Russell 2b5cb9bd6b tdb2: feature support. 15 years ago
  Rusty Russell a0e0927e1f tdb2: make tdb_check typesafe. 15 years ago
  Rusty Russell 5d226247fd tdb2: typesafe traverse function 15 years ago
  Rusty Russell 95c98eb3ee tdb2: check for invalid flags in tdb_open. 15 years ago
  Rusty Russell 0cbedc52e5 tdb2: fix two bogus returns in check.c 15 years ago
  Rusty Russell 751a8a34d0 tdb2: use vasprintf. 15 years ago
  Rusty Russell e5bb37eaf3 tdb2: use config.h instead of setting _XOPEN_SOURCE etc. 15 years ago
  Rusty Russell f82eddef12 tdb2: update tools/speed.c, tools/tdbtool.c and tools/tdbtorture.c to new API 15 years ago
  Rusty Russell c8c9a4693b tdb2: clear bogus gcc uninitialized warnings with -O3 15 years ago
  Rusty Russell e50b1a0722 failtest: include config.h first 15 years ago
  Rusty Russell f31fde4598 ccanlint: fix gdb line in tests_pass helper. 15 years ago
  Rusty Russell 3b200f895c tools: fix ctype.h and string usage. 15 years ago
  Rusty Russell 02bdd9ac60 str: replacements for ctype functions. 15 years ago
  Rusty Russell 18db8f6ff7 tap: fix isdigit and isspace usage. 15 years ago
  Rusty Russell b7dedf4344 ciniparser: fix ctype.h usage, and lazy strrchr. 15 years ago
  Rusty Russell 2621f3adc8 ccanlint: objects_build_with_stringchecks 15 years ago
  Rusty Russell ecea073699 str: provide checks for ctype.h char functions, and strstr and strchr functions. 15 years ago
  Rusty Russell 3f4e83d8ac build_assert: rename EXPR_BUILD_ASSERT to BUILD_ASSERT_OR_ZERO 15 years ago