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