1. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  2. d8ee85a [BUG] http: fix content-length handling on 32-bit platforms by Willy Tarreau · 13 years ago
  3. 0499e35 [BUG] http: analyser optimizations broke pipelining by Willy Tarreau · 14 years ago
  4. 6e59577 [MINOR] buffers: add a new request analyser flag for PROXY mode by Willy Tarreau · 14 years ago
  5. fb35620 [MEDIUM] session: support "tcp-request content" rules in backends by Willy Tarreau · 14 years ago
  6. 1d315ea [MINOR] buffer: refine the flags that may wake an analyser up. by Willy Tarreau · 14 years ago
  7. ace495e [CLEANUP] buffer->cto is not used anymore by Willy Tarreau · 14 years ago
  8. 1d33b29 [MEDIUM] Add stick and store rules analysers. by Emeric Brun · 15 years ago
  9. 2be3939 [MINOR] http: don't wait for sending requests to the server by Willy Tarreau · 15 years ago
  10. face839 [OPTIM] http: set MSG_MORE on response when a pipelined request is pending by Willy Tarreau · 15 years ago
  11. d98cf93 [MAJOR] http: implement body parser by Willy Tarreau · 15 years ago
  12. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · 15 years ago
  13. b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · 15 years ago
  14. f1ba4b3 [MAJOR] buffer: flag BF_DONT_READ to disable reads when not required by Willy Tarreau · 15 years ago
  15. 6f61b21 [BUG] Fix NULL pointer dereference in stats_check_uri_auth(), v2 by Krzysztof Piotr Oledzki · 15 years ago
  16. 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · 15 years ago
  17. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · 15 years ago
  18. 31971e5 [MEDIUM] add support for infinite forwarding by Willy Tarreau · 15 years ago
  19. ba0b63d [MAJOR] buffers: fix the BF_EMPTY flag's meaning by Willy Tarreau · 15 years ago
  20. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · 15 years ago
  21. 418fd47 [MAJOR] buffers: fix misuse of the BF_SHUTW_NOW flag by Willy Tarreau · 15 years ago
  22. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · 15 years ago
  23. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · 15 years ago
  24. 647caf1 [MEDIUM] add support for RDP cookie persistence by Emeric Brun · 15 years ago
  25. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · 15 years ago
  26. d787e66 [MEDIUM] http: split request waiter from request processor by Willy Tarreau · 15 years ago
  27. 1b194fe [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates by Willy Tarreau · 15 years ago
  28. 3eba98a [MEDIUM] splice: make use of pipe pools by Willy Tarreau · 15 years ago
  29. 259de1b [MINOR] introduce structures required to support Linux kernel splicing by Willy Tarreau · 15 years ago
  30. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · 15 years ago
  31. 0abebcc [MEDIUM] i/o: rework ->to_forward and ->send_max by Willy Tarreau · 16 years ago
  32. dcef33f [MINOR] add the splice_len member to the buffer struct in preparation of splice support by Willy Tarreau · 16 years ago
  33. 6b66f3e [MAJOR] implement autonomous inter-socket forwarding by Willy Tarreau · 16 years ago
  34. 86491c3 [MEDIUM] indicate when we don't care about read timeout by Willy Tarreau · 16 years ago
  35. f890dc9 [MEDIUM] add a send limit to a buffer by Willy Tarreau · 16 years ago
  36. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · 16 years ago
  37. 70cb633 [MINOR] add an analyser code for UNIX stats request by Willy Tarreau · 16 years ago
  38. fe3718a [MAJOR] complete layer4/7 separation by Willy Tarreau · 16 years ago
  39. 0a5d5dd [MEDIUM] remove stream_sock_update_data() by Willy Tarreau · 16 years ago
  40. 4ffd51a [MEDIUM] process_session: make use of the new buffer flags by Willy Tarreau · 16 years ago
  41. 9a2d154 [MEDIUM] buffers: add BF_READ_ATTACHED and BF_ANA_TIMEOUT by Willy Tarreau · 16 years ago
  42. 3da77c5 [MINOR] re-arrange buffer flags and rename some of them by Willy Tarreau · 16 years ago
  43. 72b179a [MEDIUM] reintroduce BF_HIJACK with produce_content by Willy Tarreau · 16 years ago
  44. 3a16b2c [MEDIUM] split stream_sock_process_data by Willy Tarreau · 16 years ago
  45. f9839bd [MAJOR] make the client side use stream_sock_process_data() by Willy Tarreau · 16 years ago
  46. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  47. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · 16 years ago
  48. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · 16 years ago
  49. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · 16 years ago
  50. e393fe2 [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l by Willy Tarreau · 16 years ago
  51. ba392ce [CLEANUP] get rid of BF_SHUT*_PENDING by Willy Tarreau · 16 years ago
  52. d9f4836 [BUG] buffers: remove BF_MAY_CONNECT and fix forwarding issue by Willy Tarreau · 16 years ago
  53. c65a3ba [MAJOR] completely separate HTTP and TCP states on the request path by Willy Tarreau · 16 years ago
  54. 718f0ef [MEDIUM] process_cli: don't rely at all on server state by Willy Tarreau · 16 years ago
  55. dc0a6a0 [MEDIUM] process_srv: don't rely at all on client state by Willy Tarreau · 16 years ago
  56. 89edf5e [MEDIUM] buffers: ensure buffer_shut* are properly called upon shutdowns by Willy Tarreau · 16 years ago
  57. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  58. 8a7af60 [MEDIUM] detect streaming buffers and tag them as such by Willy Tarreau · 16 years ago
  59. fa64558 [BUG] do not re-arm read timeout after writing data by Willy Tarreau · 17 years ago
  60. 7341d94 [MAJOR] switched buffers to mempools v2 by Willy Tarreau · 17 years ago
  61. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  62. e09e0ce [MINOR] removed the ->h member in struct buffer by Willy Tarreau · 17 years ago
  63. aad2e49 [BUILD] replaced u_int32_t with unsigned int. by Willy Tarreau · 18 years ago
  64. 014b4fe [BUILD] <stdint> is not present on OpenBSD. Prefer <sys/types.h> by Willy Tarreau · 18 years ago
  65. d797128 [MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read() by Willy Tarreau · 18 years ago
  66. 0f9f505 [MEDIUM] removed all res_* and RES_* by Willy Tarreau · 18 years ago
  67. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · 18 years ago
  68. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  69. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  70. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago