1. d21e01c [MINOR] buffers: add buffer_ignore() to skip some bytes by Willy Tarreau · 15 years ago
  2. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · 15 years ago
  3. 4e33d86 [OPTIM] stats: check free space before trying to print by Willy Tarreau · 15 years ago
  4. ba8d7d3 [MINOR] Add chunk_htmlencode and chunk_asciiencode by Krzysztof Piotr Oledzki · 15 years ago
  5. 9bcc91e [MINOR] buffers: add buffer_feed2() and make buffer_feed() measure string length by Willy Tarreau · 15 years ago
  6. 6f61b21 [BUG] Fix NULL pointer dereference in stats_check_uri_auth(), v2 by Krzysztof Piotr Oledzki · 15 years ago
  7. 33b230b [BUG] stats: don't call buffer_shutw(), but ->shutw() instead by Willy Tarreau · 15 years ago
  8. 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · 15 years ago
  9. 2e1dd3d [BUG] fix buffer_skip() and buffer_si_getline() to correctly handle wrap-arounds by Willy Tarreau · 15 years ago
  10. fb0e920 [MINOR] ensure that buffer_feed() and buffer_skip() set BF_*_PARTIAL by Willy Tarreau · 15 years ago
  11. 2d028db [BUG] buffers: buffer_forward() must not always clear BF_OUT_EMPTY by Willy Tarreau · 15 years ago
  12. 31971e5 [MEDIUM] add support for infinite forwarding by Willy Tarreau · 15 years ago
  13. ba0b63d [MAJOR] buffers: fix the BF_EMPTY flag's meaning by Willy Tarreau · 15 years ago
  14. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · 15 years ago
  15. c77e761 [MINOR] buffers: inline buffer_si_putchar() by Willy Tarreau · 15 years ago
  16. 9cb8daa [MINOR] buffers: add buffer_cut_tail() to cut only unsent data by Willy Tarreau · 15 years ago
  17. 91aa577 [BUG] buffer_forward() would not correctly consider data already scheduled by Willy Tarreau · 15 years ago
  18. 36a5c53 [MINOR] buffers: provide buffer_si_putchar() to send a char from a stream interface by Willy Tarreau · 15 years ago
  19. 4fe7a2e [MINOR] buffers: add peekchar and peekline functions for stream interfaces by Willy Tarreau · 15 years ago
  20. aeac319 [MEDIUM] buffers: provide new buffer_feed*() function by Willy Tarreau · 15 years ago
  21. 2b7addc [MINOR] buffers: provide more functions to handle buffer data by Willy Tarreau · 15 years ago
  22. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · 15 years ago
  23. 40d2516 [BUILD] add format(printf) to printf-like functions by Willy Tarreau · 15 years ago
  24. e8a28bf [MINOR] buffers: implement buffer_flush() by Willy Tarreau · 15 years ago
  25. 6f0aa47 [CLEANUP] buffer_flush() was misleading, rename it as buffer_erase by Willy Tarreau · 15 years ago
  26. 3eba98a [MEDIUM] splice: make use of pipe pools by Willy Tarreau · 15 years ago
  27. 259de1b [MINOR] introduce structures required to support Linux kernel splicing by Willy Tarreau · 15 years ago
  28. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · 15 years ago
  29. 0abebcc [MEDIUM] i/o: rework ->to_forward and ->send_max by Willy Tarreau · 15 years ago
  30. dcef33f [MINOR] add the splice_len member to the buffer struct in preparation of splice support by Willy Tarreau · 15 years ago
  31. 6b66f3e [MAJOR] implement autonomous inter-socket forwarding by Willy Tarreau · 16 years ago
  32. 86491c3 [MEDIUM] indicate when we don't care about read timeout by Willy Tarreau · 16 years ago
  33. dd80c6f [MEDIUM] don't report buffer timeout when there is I/O activity by Willy Tarreau · 16 years ago
  34. f890dc9 [MEDIUM] add a send limit to a buffer by Willy Tarreau · 16 years ago
  35. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · 16 years ago
  36. fe3718a [MAJOR] complete layer4/7 separation by Willy Tarreau · 16 years ago
  37. 0a5d5dd [MEDIUM] remove stream_sock_update_data() by Willy Tarreau · 16 years ago
  38. efb453c [MAJOR] migrate the connection logic to stream interface by Willy Tarreau · 16 years ago
  39. 2eb52f0 [MINOR] add buffer_check_timeouts() to check what timeouts have fired. by Willy Tarreau · 16 years ago
  40. 3da77c5 [MINOR] re-arrange buffer flags and rename some of them by Willy Tarreau · 16 years ago
  41. 72b179a [MEDIUM] reintroduce BF_HIJACK with produce_content by Willy Tarreau · 16 years ago
  42. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  43. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · 16 years ago
  44. e393fe2 [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l by Willy Tarreau · 16 years ago
  45. ba392ce [CLEANUP] get rid of BF_SHUT*_PENDING by Willy Tarreau · 16 years ago
  46. 89edf5e [MEDIUM] buffers: ensure buffer_shut* are properly called upon shutdowns by Willy Tarreau · 16 years ago
  47. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  48. fa64558 [BUG] do not re-arm read timeout after writing data by Willy Tarreau · 17 years ago
  49. 7341d94 [MAJOR] switched buffers to mempools v2 by Willy Tarreau · 17 years ago
  50. 4af6f3a [MINOR] HTTP: factorize all the header insertions by Willy Tarreau · 17 years ago
  51. e09e0ce [MINOR] removed the ->h member in struct buffer by Willy Tarreau · 17 years ago
  52. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  53. c0dde7a [MAJOR] udpated the stats page to clearly distinguish FEs and BEs by Willy Tarreau · 18 years ago
  54. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · 18 years ago
  55. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · 18 years ago
  56. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · 18 years ago
  57. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  58. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  59. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago