1. ff88270 MINOR: pool: move pool declarations to read_mostly by Willy Tarreau · 3 years, 3 months ago
  2. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  3. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  6. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  7. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  8. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  9. e186161 Revert "MINOR: chunks: Make sure trash_size is only set once." by Willy Tarreau · 5 years ago
  10. 1c3b832 MINOR: chunks: Make sure trash_size is only set once. by Olivier Houchard · 5 years ago
  11. 082b628 BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks by Willy Tarreau · 5 years ago
  12. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  13. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · 6 years ago
  14. bba8156 MINOR: chunk: remove impossible tests on negative chunk->data by Willy Tarreau · 6 years ago
  15. 5f6333c BUG/MINOR: chunks: do not store -1 into chunk_printf() in case of error by Willy Tarreau · 6 years ago
  16. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  17. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  18. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  19. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · 7 years ago
  20. 6adad11 MEDIUM: threads/chunks: Transform trash chunks in thread-local variables by Christopher Faulet · 7 years ago
  21. 748919a MINOR: chunks: Use dedicated function to init/deinit trash buffers by Christopher Faulet · 7 years ago
  22. b686afd MINOR: chunks: implement a simple dynamic allocator for trash buffers by Willy Tarreau · 7 years ago
  23. 831962e CLEANUP: fixed some usages of realloc leading to memory leak by Hubert Verstraete · 8 years ago
  24. 320ec2a BUG/MEDIUM: chunks: always reject negative-length chunks by Willy Tarreau · 8 years ago
  25. 60deeba MINOR: chunk: New function free_trash_buffers() by David Carlier · 9 years ago
  26. 78bd403 BUG/MINOR: chunk: Fix function chunk_strcmp and chunk_strcasecmp match a substring. by Emeric Brun · 10 years ago
  27. 031ad23 MINOR: chunks: always initialize the output chunk in get_trash_chunk() by Willy Tarreau · 11 years ago
  28. 2819e99 MINOR: chunks: allocate the trash chunks before parsing the config by Willy Tarreau · 11 years ago
  29. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · 12 years ago
  30. 7780473 CLEANUP: replace chunk_printf() with chunk_appendf() by Willy Tarreau · 12 years ago
  31. ad8f8e8 MINOR: chunk: provide string compare functions by Willy Tarreau · 12 years ago
  32. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago