Commit History

Author SHA1 Message Date
  David Disseldorp d69ef83fcc ntdb: next-generation trivial key-value database 11 years ago
  Rusty Russell ed95d8600a cdump: ignore __attribute__ (gcc extension). 11 years ago
  Rusty Russell 3d6fe8391a cdump: handle multi-line preprocessor directives. 11 years ago
  Rusty Russell 1e5f5ecc5f cdump: add CDUMP() support. 11 years ago
  Rusty Russell 0453665034 cdump: handle array sizes and comments better. 11 years ago
  Rusty Russell a77ce0e968 io: fix example in io_plan.h which didn't compile. 11 years ago
  Rusty Russell a0ab8f12eb cdump: add useful tool to generate enum name string table. 11 years ago
  Rusty Russell 8e4b51ade5 cdump: handle , at end of enums. 11 years ago
  Rusty Russell 158691ae36 cdump: new module. 11 years ago
  Rusty Russell 17aa322abd pushpull: new module. 11 years ago
  Rusty Russell 2ea90b45cf ccanlint: offer to insert license comments where they're missing. 11 years ago
  Rusty Russell c5a49e4942 ccanlint: check all headers for examples. 11 years ago
  Rusty Russell 49bb40e961 invbloom: new module for IBLTs. 11 years ago
  Rusty Russell 5d34cc6b30 Makefile-ccan: bytestring now has source. 11 years ago
  Rusty Russell 36bfb66bdf io: update for new timer API. 11 years ago
  Rusty Russell a9d42b8d3b timer: make timer_del() idempotent, add timer_init(). 11 years ago
  Rusty Russell fe6bc8c530 timer: change timers_expire() to return a single timer. 11 years ago
  David Gibson 2ecae4f3ae bytestring: Add initializer macro 11 years ago
  David Gibson 846f605e6e bytestring: Use CONST_FUNCTION 11 years ago
  David Gibson 3f60b879d0 bytestring: Split bytestrings by a string delimiter 11 years ago
  David Gibson 309577c474 bytestring: Split bytestrings by a set of character delimiters 11 years ago
  David Gibson cb2d540f76 bytestring: Split bytestrings by a character delimiter 11 years ago
  David Gibson b529270bf1 bytestring: Implement bytestring_spn() and bytestring_cspn() 11 years ago
  David Gibson f1e31c6657 bytestring: Implement bytestring_bytestring() 11 years ago
  David Gibson d584928758 bytestring: Add bytestring_index and bytestring_rindex() functions 11 years ago
  David Gibson 4a234682ef bytestring: bytestring_starts() and bytestring_ends() functions 11 years ago
  David Gibson 4008ec0eb0 bytestring: Add bytestring_slice function 11 years ago
  David Gibson c06054cd12 bytestring: Add bytestring_byte() function 11 years ago
  David Gibson 40b45c4cfb mem: Implement memrchr() 11 years ago
  David Gibson 2ab3ac5b30 mem: Correct testcases 11 years ago