1. 748919a MINOR: chunks: Use dedicated function to init/deinit trash buffers by Christopher Faulet · Wed Jul 26 14:59:46 2017 +0200
  2. 82032f1 MINOR: chunks: add chunk_memcpy() and chunk_memcat() by Willy Tarreau · Thu Jul 27 13:35:34 2017 +0200
  3. b686afd MINOR: chunks: implement a simple dynamic allocator for trash buffers by Willy Tarreau · Wed Feb 08 11:06:11 2017 +0100
  4. 7819c12 MINOR: chunk: new strncat function by Baptiste Assmann · Sat Mar 26 14:12:50 2016 +0100
  5. 8ab1043 CLEANUP: chunk: adding NULL check to chunk_dup allocation. by David Carlier · Wed Mar 23 17:50:57 2016 +0000
  6. 320ec2a BUG/MEDIUM: chunks: always reject negative-length chunks by Willy Tarreau · Thu Feb 25 16:15:19 2016 +0100
  7. 70af633 MINOR: chunk: make chunk_initstr() take a const string by Willy Tarreau · Wed Jan 06 20:45:03 2016 +0100
  8. 601360b MINOR: chunks: add chunk_strcat() and chunk_newstr() by Willy Tarreau · Mon Jan 04 20:13:55 2016 +0100
  9. 0b6044f MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero by Willy Tarreau · Mon Jan 04 20:21:33 2016 +0100
  10. f9476a5 BUG/MINOR: chunk: make chunk_dup() always check and set dst->size by Willy Tarreau · Mon Jan 04 20:36:59 2016 +0100
  11. 60deeba MINOR: chunk: New function free_trash_buffers() by David Carlier · Fri Sep 25 11:58:12 2015 +0100
  12. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · Sun Dec 23 20:22:19 2012 +0100
  13. 7780473 CLEANUP: replace chunk_printf() with chunk_appendf() by Willy Tarreau · Mon Oct 29 16:14:26 2012 +0100
  14. c26ac9d MINOR: chunk: add a function to reset a chunk by Willy Tarreau · Mon Oct 29 13:23:11 2012 +0100
  15. ad8f8e8 MINOR: chunk: provide string compare functions by Willy Tarreau · Fri Oct 19 15:18:06 2012 +0200
  16. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200