1. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 4 months ago
  2. 8dabda7 REORG: include: split buf.h into haproxy/buf-t.h and haproxy/buf.h by Willy Tarreau · 4 years, 4 months ago
  3. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 4 months ago
  4. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 4 months ago
  5. d4ad669 MINOR: chunk: implement chunk_strncpy() to copy partial strings by Willy Tarreau · 4 years, 8 months ago
  6. 20020ae MINOR: chunk: add chunk_istcat() to concatenate an ist after a chunk by Willy Tarreau · 5 years ago
  7. 48fa033 BUG/MINOR: chunk: Fix tests on the chunk size in functions copying data by Christopher Faulet · 5 years ago
  8. 72d9f33 BUILD: chunk: properly declare pool_head_trash as extern by Willy Tarreau · 6 years ago
  9. be7619a CLEANUP: Fix typo in the chunk headers file by Joseph Herlant · 6 years ago
  10. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  11. c1f40b3 MINOR: chunk: add chunk_cpy() and chunk_cat() by Willy Tarreau · 6 years ago
  12. bba8156 MINOR: chunk: remove impossible tests on negative chunk->data by Willy Tarreau · 6 years ago
  13. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  14. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  15. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  16. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · 7 years ago
  17. 748919a MINOR: chunks: Use dedicated function to init/deinit trash buffers by Christopher Faulet · 7 years ago
  18. 82032f1 MINOR: chunks: add chunk_memcpy() and chunk_memcat() by Willy Tarreau · 7 years ago
  19. b686afd MINOR: chunks: implement a simple dynamic allocator for trash buffers by Willy Tarreau · 8 years ago
  20. 7819c12 MINOR: chunk: new strncat function by Baptiste Assmann · 9 years ago
  21. 8ab1043 CLEANUP: chunk: adding NULL check to chunk_dup allocation. by David Carlier · 9 years ago
  22. 320ec2a BUG/MEDIUM: chunks: always reject negative-length chunks by Willy Tarreau · 9 years ago
  23. 70af633 MINOR: chunk: make chunk_initstr() take a const string by Willy Tarreau · 9 years ago
  24. 601360b MINOR: chunks: add chunk_strcat() and chunk_newstr() by Willy Tarreau · 9 years ago
  25. 0b6044f MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero by Willy Tarreau · 9 years ago
  26. f9476a5 BUG/MINOR: chunk: make chunk_dup() always check and set dst->size by Willy Tarreau · 9 years ago
  27. 60deeba MINOR: chunk: New function free_trash_buffers() by David Carlier · 9 years ago
  28. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · 12 years ago
  29. 7780473 CLEANUP: replace chunk_printf() with chunk_appendf() by Willy Tarreau · 12 years ago
  30. c26ac9d MINOR: chunk: add a function to reset a chunk 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