1. 72d9f33 BUILD: chunk: properly declare pool_head_trash as extern by Willy Tarreau · Fri Mar 29 18:13:36 2019 +0100
  2. be7619a CLEANUP: Fix typo in the chunk headers file by Joseph Herlant · Sun Nov 25 10:49:51 2018 -0800
  3. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · Mon Nov 26 15:57:34 2018 +0100
  4. c1f40b3 MINOR: chunk: add chunk_cpy() and chunk_cat() by Willy Tarreau · Mon Oct 08 07:34:25 2018 +0200
  5. bba8156 MINOR: chunk: remove impossible tests on negative chunk->data by Willy Tarreau · Wed Aug 22 04:59:48 2018 +0200
  6. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  7. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  8. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  9. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · Fri Oct 27 13:53:47 2017 +0200
  10. 748919a MINOR: chunks: Use dedicated function to init/deinit trash buffers by Christopher Faulet · Wed Jul 26 14:59:46 2017 +0200
  11. 82032f1 MINOR: chunks: add chunk_memcpy() and chunk_memcat() by Willy Tarreau · Thu Jul 27 13:35:34 2017 +0200
  12. b686afd MINOR: chunks: implement a simple dynamic allocator for trash buffers by Willy Tarreau · Wed Feb 08 11:06:11 2017 +0100
  13. 7819c12 MINOR: chunk: new strncat function by Baptiste Assmann · Sat Mar 26 14:12:50 2016 +0100
  14. 8ab1043 CLEANUP: chunk: adding NULL check to chunk_dup allocation. by David Carlier · Wed Mar 23 17:50:57 2016 +0000
  15. 320ec2a BUG/MEDIUM: chunks: always reject negative-length chunks by Willy Tarreau · Thu Feb 25 16:15:19 2016 +0100
  16. 70af633 MINOR: chunk: make chunk_initstr() take a const string by Willy Tarreau · Wed Jan 06 20:45:03 2016 +0100
  17. 601360b MINOR: chunks: add chunk_strcat() and chunk_newstr() by Willy Tarreau · Mon Jan 04 20:13:55 2016 +0100
  18. 0b6044f MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero by Willy Tarreau · Mon Jan 04 20:21:33 2016 +0100
  19. f9476a5 BUG/MINOR: chunk: make chunk_dup() always check and set dst->size by Willy Tarreau · Mon Jan 04 20:36:59 2016 +0100
  20. 60deeba MINOR: chunk: New function free_trash_buffers() by David Carlier · Fri Sep 25 11:58:12 2015 +0100
  21. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · Sun Dec 23 20:22:19 2012 +0100
  22. 7780473 CLEANUP: replace chunk_printf() with chunk_appendf() by Willy Tarreau · Mon Oct 29 16:14:26 2012 +0100
  23. c26ac9d MINOR: chunk: add a function to reset a chunk by Willy Tarreau · Mon Oct 29 13:23:11 2012 +0100
  24. ad8f8e8 MINOR: chunk: provide string compare functions by Willy Tarreau · Fri Oct 19 15:18:06 2012 +0200
  25. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200