1. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · Mon Nov 26 15:57:34 2018 +0100
  2. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · Mon Nov 26 11:21:50 2018 +0100
  3. bba8156 MINOR: chunk: remove impossible tests on negative chunk->data by Willy Tarreau · Wed Aug 22 04:59:48 2018 +0200
  4. 5f6333c BUG/MINOR: chunks: do not store -1 into chunk_printf() in case of error by Willy Tarreau · Wed Aug 22 05:14:37 2018 +0200
  5. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  6. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  7. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  8. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · Fri Oct 27 13:53:47 2017 +0200
  9. 6adad11 MEDIUM: threads/chunks: Transform trash chunks in thread-local variables by Christopher Faulet · Fri Apr 21 16:47:03 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. b686afd MINOR: chunks: implement a simple dynamic allocator for trash buffers by Willy Tarreau · Wed Feb 08 11:06:11 2017 +0100
  12. 831962e CLEANUP: fixed some usages of realloc leading to memory leak by Hubert Verstraete · Tue Jun 28 22:44:26 2016 +0200
  13. 320ec2a BUG/MEDIUM: chunks: always reject negative-length chunks by Willy Tarreau · Thu Feb 25 16:15:19 2016 +0100
  14. 60deeba MINOR: chunk: New function free_trash_buffers() by David Carlier · Fri Sep 25 11:58:12 2015 +0100
  15. 78bd403 BUG/MINOR: chunk: Fix function chunk_strcmp and chunk_strcasecmp match a substring. by Emeric Brun · Fri May 09 17:11:07 2014 +0200
  16. 031ad23 MINOR: chunks: always initialize the output chunk in get_trash_chunk() by Willy Tarreau · Wed Dec 11 17:32:08 2013 +0100
  17. 2819e99 MINOR: chunks: allocate the trash chunks before parsing the config by Willy Tarreau · Fri Dec 13 14:41:10 2013 +0100
  18. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · Sun Dec 23 20:22:19 2012 +0100
  19. 7780473 CLEANUP: replace chunk_printf() with chunk_appendf() by Willy Tarreau · Mon Oct 29 16:14:26 2012 +0100
  20. ad8f8e8 MINOR: chunk: provide string compare functions by Willy Tarreau · Fri Oct 19 15:18:06 2012 +0200
  21. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200