1. 2e1dd3d [BUG] fix buffer_skip() and buffer_si_getline() to correctly handle wrap-arounds by Willy Tarreau · 15 years ago
  2. fb0e920 [MINOR] ensure that buffer_feed() and buffer_skip() set BF_*_PARTIAL by Willy Tarreau · 15 years ago
  3. 31971e5 [MEDIUM] add support for infinite forwarding by Willy Tarreau · 15 years ago
  4. ba0b63d [MAJOR] buffers: fix the BF_EMPTY flag's meaning by Willy Tarreau · 15 years ago
  5. c77e761 [MINOR] buffers: inline buffer_si_putchar() by Willy Tarreau · 15 years ago
  6. 36a5c53 [MINOR] buffers: provide buffer_si_putchar() to send a char from a stream interface by Willy Tarreau · 15 years ago
  7. 4fe7a2e [MINOR] buffers: add peekchar and peekline functions for stream interfaces by Willy Tarreau · 15 years ago
  8. aeac319 [MEDIUM] buffers: provide new buffer_feed*() function by Willy Tarreau · 15 years ago
  9. 078e294 [MEDIUM] report error on buffer writes larger than buffer size by Willy Tarreau · 15 years ago
  10. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · 15 years ago
  11. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · 15 years ago
  12. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · 16 years ago
  13. f890dc9 [MEDIUM] add a send limit to a buffer by Willy Tarreau · 16 years ago
  14. e393fe2 [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l by Willy Tarreau · 16 years ago
  15. 8e4b21d [BUG] Flush buffers also where there are exactly 0 bytes left by Krzysztof Piotr Oledzki · 16 years ago
  16. dceaa08 [MEDIUM] ensure we never overflow in chunk_printf() by Willy Tarreau · 17 years ago
  17. 7341d94 [MAJOR] switched buffers to mempools v2 by Willy Tarreau · 17 years ago
  18. 4af6f3a [MINOR] HTTP: factorize all the header insertions by Willy Tarreau · 17 years ago
  19. e09e0ce [MINOR] removed the ->h member in struct buffer by Willy Tarreau · 17 years ago
  20. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 18 years ago
  21. 35d66b0 [MINOR] added byte count to sessions and statistics. by Willy Tarreau · 18 years ago
  22. c0dde7a [MAJOR] udpated the stats page to clearly distinguish FEs and BEs by Willy Tarreau · 18 years ago
  23. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  24. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago