1. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · Sat Apr 04 01:47:55 2015 +0200
  2. fdcd2ae CLEANUP: lua: don't pass http_txn anymore to hlua_request_act_wrapper() by Willy Tarreau · Sat Apr 04 01:11:28 2015 +0200
  3. 987e3fb MEDIUM: http: remove the now useless http_txn from {req/res} rules by Willy Tarreau · Sat Apr 04 01:09:08 2015 +0200
  4. f3bf305 CLEANUP: lua: remove unused hlua_smp->l7 and hlua_txn->l7 by Willy Tarreau · Sat Apr 04 00:56:08 2015 +0200
  5. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · Sat Apr 04 00:52:09 2015 +0200
  6. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · Fri Apr 03 23:46:31 2015 +0200
  7. 63986c7 MINOR: http: create a dedicated pool for http_txn by Willy Tarreau · Fri Apr 03 22:55:33 2015 +0200
  8. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · Fri Apr 03 22:16:32 2015 +0200
  9. 53c9b4d CLEANUP: sample: remove useless tests in fetch functions for l4 != NULL by Willy Tarreau · Fri Apr 03 21:38:18 2015 +0200
  10. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · Fri Apr 03 19:19:59 2015 +0200
  11. 40606ab MINOR: session: add a pointer to the session's origin by Willy Tarreau · Fri Apr 03 18:08:29 2015 +0200
  12. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · Fri Apr 03 15:40:56 2015 +0200
  13. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · Fri Apr 03 14:46:27 2015 +0200
  14. feb7640 MEDIUM: stream: allocate the session when a stream is created by Willy Tarreau · Fri Apr 03 14:10:06 2015 +0200
  15. b1ec8c4 MINOR: session: start to reintroduce struct session by Willy Tarreau · Fri Apr 03 13:53:24 2015 +0200
  16. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
  17. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  18. 7073c47 CLEANUP: lua: get rid of the last two "*hs" for hlua_smp by Willy Tarreau · Mon Apr 06 11:15:40 2015 +0200
  19. da5f108 CLEANUP: lua: rename variable "sc" for struct hlua_smp by Willy Tarreau · Mon Apr 06 11:17:13 2015 +0200
  20. bcb39cc CLEANUP: lua: rename last occurrences of "*s" to "*htxn" for hlua_txn by Willy Tarreau · Mon Apr 06 11:21:44 2015 +0200
  21. 9a8ad86 CLEANUP: lua: get rid of the last "*ht" for struct hlua_txn. by Willy Tarreau · Mon Apr 06 11:14:06 2015 +0200
  22. b2ccb56 CLEANUP: hlua: stop using variable name "s" alternately for hlua_txn and hlua_smp by Willy Tarreau · Mon Apr 06 11:11:15 2015 +0200
  23. de49138 CLEANUP: lua: fix confusing local variable naming in hlua_txn_new() by Willy Tarreau · Mon Apr 06 11:04:28 2015 +0200
  24. 07081fe CLEANUP: lua: remove hard-coded sizeof() in object creations and mallocs by Willy Tarreau · Mon Apr 06 10:59:20 2015 +0200
  25. 08ef3d0 BUG/MAJOR: lua: use correct object size when initializing a new converter by Willy Tarreau · Mon Apr 06 10:50:55 2015 +0200
  26. 482564f CLEANUP: lua: remove the unused hlua_sleep memory pool by Willy Tarreau · Mon Apr 06 10:43:23 2015 +0200
  27. cb703b0 BUG/MAJOR: http: null-terminate the http actions keywords list by Willy Tarreau · Fri Apr 03 09:52:01 2015 +0200
  28. 601a4d1 BUG/MEDIUM: http: hdr_cnt would not count any header when called without name by Willy Tarreau · Wed Apr 01 19:16:09 2015 +0200
  29. 418b8c0 MAJOR: compression: integrate support for libslz by Willy Tarreau · Sun Mar 29 03:32:06 2015 +0200
  30. 7b21877 CLEANUP: compression: remove unused reset functions by Willy Tarreau · Sat Mar 28 22:08:25 2015 +0100
  31. 9787efa MEDIUM: compression: split deflate_flush() into flush and finish by Willy Tarreau · Sat Mar 28 19:17:31 2015 +0100
  32. c91840a MEDIUM: compression: add new "raw-deflate" compression algorithm by Willy Tarreau · Sat Mar 28 17:00:39 2015 +0100
  33. 615105e MEDIUM: compression: add a distinction between UA- and config- algorithms by Willy Tarreau · Sat Mar 28 16:40:46 2015 +0100
  34. 9f640a1 CLEANUP: compression: statify all algo-specific functions by Willy Tarreau · Sat Mar 28 15:46:00 2015 +0100
  35. e7e49a8 MINOR: http: check the algo name "identity" instead of the function pointer by Willy Tarreau · Sat Mar 28 15:41:42 2015 +0100
  36. 2aee221 BUG/MINOR: compression: consider the expansion factor in init by Willy Tarreau · Sat Mar 28 12:20:33 2015 +0100
  37. 15530d2 MEDIUM: compression: don't send leading zeroes with chunk size by Willy Tarreau · Sat Mar 28 12:05:47 2015 +0100
  38. d328af5 MEDIUM: compression: postpone buffer adjustments after compression by Willy Tarreau · Sat Mar 28 11:10:56 2015 +0100
  39. 514061c MEDIUM: check: include server address and port in the send-state header by Joseph Lynch · Thu Jan 15 17:52:59 2015 -0800
  40. 32f61e2 MEDIUM: lua: implement a simple memory allocator by Willy Tarreau · Wed Mar 18 17:54:59 2015 +0100
  41. 36d1374 BUG/MINOR: lua: Fix SSL initialisation by Thierry FOURNIER · Tue Mar 17 16:48:53 2015 +0100
  42. c798b5d MINOR: lua: add log functions by Thierry FOURNIER · Tue Mar 17 01:09:57 2015 +0100
  43. 486f5a0 DOC: lua: fix some typos by Thierry FOURNIER · Mon Mar 16 15:13:03 2015 +0100
  44. 08504f4 MINOR: lua: create and register HTTP class by Thierry FOURNIER · Mon Mar 16 14:17:08 2015 +0100
  45. 2cce353 MINOR: lua: txn: add function set_(loglevel|tos|mark) by Thierry FOURNIER · Mon Mar 16 12:04:16 2015 +0100
  46. 7fe75e0 MINOR: http: export function inet_set_tos() by Thierry FOURNIER · Mon Mar 16 12:03:44 2015 +0100
  47. 5531f87 MINOR: http: split http_transform_header() function in two parts. by Thierry FOURNIER · Mon Mar 16 11:15:50 2015 +0100
  48. b77aece MINOR: http: split the function http_action_set_req_line() in two parts by Thierry FOURNIER · Sat Mar 14 13:55:46 2015 +0100
  49. 63d692c MEDIUM: http: allows 'R' and 'S' in the protocol alphabet by Thierry FOURNIER · Sat Feb 28 19:03:56 2015 +0100
  50. 71b99ef BUILD: fix automatic inclusion of libdl. by Willy Tarreau · Tue Mar 17 14:33:22 2015 +0100
  51. ecc9547 BUILD: lua: it miss the '-ldl' directive by Thierry FOURNIER · Tue Mar 17 11:14:26 2015 +0100
  52. 5a33ac7 MEDIUM/CLEANUP: http: rewrite and lighten http_transform_header() prototype by Thierry FOURNIER · Mon Mar 16 23:54:35 2015 +0100
  53. 191f9ef BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax by Thierry FOURNIER · Mon Mar 16 23:23:53 2015 +0100
  54. 5341016 BUG/MAJOR: http: don't read past buffer's end in http_replace_value by Thierry FOURNIER · Mon Mar 16 11:14:41 2015 +0100
  55. a85cfb1 BUG/MEDIUM: lua: undetected infinite loop by Thierry FOURNIER · Fri Mar 13 14:50:06 2015 +0100
  56. 01c3012 BUG/MEDIUM: http: the action set-{method|path|query|uri} doesn't run. by Thierry FOURNIER · Sat Mar 14 14:14:47 2015 +0100
  57. 10b688f MEDIUM: listener: store the default target per listener by Willy Tarreau · Fri Mar 13 16:43:12 2015 +0100
  58. 512fd00 CLEANUP: listeners: remove unused timeout by Willy Tarreau · Fri Mar 13 16:25:15 2015 +0100
  59. d1d48d4 MEDIUM: peers: use frontend_accept() instead of peer_accept() by Willy Tarreau · Fri Mar 13 16:15:46 2015 +0100
  60. 32b60d4 MEDIUM: stats: use frontend_accept() as the accept function by Willy Tarreau · Fri Mar 13 16:14:57 2015 +0100
  61. f87ab94 MINOR: proxy: store the default target into the frontend's configuration by Willy Tarreau · Fri Mar 13 15:55:16 2015 +0100
  62. 91d9628 MINOR: peers: centralize configuration of the peers frontend by Willy Tarreau · Fri Mar 13 15:47:26 2015 +0100
  63. 9ff95bb BUG/MEDIUM: peers: correctly configure the client timeout by Willy Tarreau · Fri Mar 13 16:18:25 2015 +0100
  64. 94aa617 CLEANUP: lua: don't use si_ic/si_oc on known stream-ints by Willy Tarreau · Fri Mar 13 14:19:06 2015 +0100
  65. 3caa039 BUG/MINOR: lua: set current proxy as default value if it is possible by Thierry FOURNIER · Fri Mar 13 13:38:17 2015 +0100
  66. dd6f4b4 BUG/MINOR: lua: error in detection of mandatory arguments by Thierry FOURNIER · Fri Mar 13 12:21:07 2015 +0100
  67. 933e5de MEDIUM: map: uses HAProxy facilities to store default value by Thierry FOURNIER · Fri Mar 13 00:10:16 2015 +0100
  68. 9e7ec08 BUG/MINOR: utf8: remove compilator warning by Thierry FOURNIER · Thu Mar 12 19:32:38 2015 +0100
  69. 7f4942a MEDIUM: lua: automatically converts strings in proxy, tables, server and ip by Thierry FOURNIER · Thu Mar 12 18:28:50 2015 +0100
  70. 53dd3cf BUG/MEDIUM: lua: bad argument number in analyser and in error message by Thierry FOURNIER · Thu Mar 12 18:27:10 2015 +0100
  71. bc18da1 MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put* by Willy Tarreau · Fri Mar 13 14:00:47 2015 +0100
  72. 6b5a9c2 CLEANUP: stream-int: remove inclusion of fd.h that is not used anymore by Willy Tarreau · Fri Mar 13 00:46:47 2015 +0100
  73. d85c485 REORG: connection: move conn_drain() to connection.c and rename it by Willy Tarreau · Fri Mar 13 00:40:28 2015 +0100
  74. f31fb07 MEDIUM: connection: make conn_drain() perform more controls by Willy Tarreau · Fri Mar 13 00:32:20 2015 +0100
  75. 0a03c0f MEDIUM: stream-int: make conn_si_send_proxy() use conn_sock_send() by Willy Tarreau · Fri Mar 13 00:05:28 2015 +0100
  76. ff3e648 MINOR: connection: implement conn_sock_send() by Willy Tarreau · Thu Mar 12 23:56:52 2015 +0100
  77. b4017d0 MINOR: checks: use conn_data_shutw_hard() instead of call via xprt by Willy Tarreau · Thu Mar 12 23:11:26 2015 +0100
  78. 1398aa1 MEDIUM: stream-int: replace xprt->shutw calls with conn_data_shutw() by Willy Tarreau · Thu Mar 12 23:04:07 2015 +0100
  79. 729c69f MINOR: connection: perform the call to xprt->shutw() in conn_data_shutw() by Willy Tarreau · Thu Mar 12 22:51:10 2015 +0100
  80. 4dfd54f MINOR: stream-int: use conn_sock_shutw() to shutdown a connection by Willy Tarreau · Thu Mar 12 22:44:53 2015 +0100
  81. a02e8c9 MINOR: connection: make conn_sock_shutw() actually perform the shutdown() call by Willy Tarreau · Thu Mar 12 22:42:29 2015 +0100
  82. 1140512 CLEANUP: stream-int: remove a redundant clearing of the linger_risk flag by Willy Tarreau · Thu Mar 12 22:32:27 2015 +0100
  83. 8747b6d [RELEASE] Released version 1.6-dev1 by Willy Tarreau · Wed Mar 11 23:57:23 2015 +0100
  84. 2dbbf4d MEDIUM: stats: proxied stats admin forms fix by Jeff Buchbinder · Fri Aug 29 15:10:08 2014 -0500
  85. 2c701b5 MEDIUM: ssl: Certificate Transparency support by Janusz Dziemidowicz · Sat Mar 07 23:03:59 2015 +0100
  86. 2468d4e MEDIUM: http: Compress HTTP responses with status codes 201,202,203 in addition to 200 by Jesse Hathaway · Fri Mar 06 20:16:15 2015 +0000
  87. 2ec2274 MEDIUM: lua: remove hlua_sample_fetch by Willy Tarreau · Tue Mar 10 14:27:20 2015 +0100
  88. 47860ed MEDIUM: lua: remove struct hlua_channel by Willy Tarreau · Tue Mar 10 14:07:50 2015 +0100
  89. 2a71af4 CLEANUP: lua: hlua_channel_new() doesn't need the pointer to the session anymore by Willy Tarreau · Tue Mar 10 13:51:50 2015 +0100
  90. f687052 CLEANUP: lua: remove the session pointer from hlua_channel by Willy Tarreau · Tue Mar 10 13:50:03 2015 +0100
  91. 6c6dc16 MEDIUM: lua: use CF_ISRESP to detect the channel's side by Willy Tarreau · Tue Mar 10 13:49:14 2015 +0100
  92. 78955f4 MEDIUM: session: simplify receive buffer allocator to only use the channel by Willy Tarreau · Sun Dec 28 13:09:02 2014 +0100
  93. d5ccfa3 MINOR: channel: add chn_sess() helper to retrieve session from channel by Willy Tarreau · Sun Dec 28 13:03:53 2014 +0100
  94. 8138967 CLEANUP: lua: limit usage of si_ic/si_oc by Willy Tarreau · Tue Mar 10 12:03:52 2015 +0100
  95. afc8a22 CLEANUP: stream-int: limit usage of si_ic/si_oc by Willy Tarreau · Fri Nov 28 15:46:27 2014 +0100
  96. 103197d CLEANUP: session: don't use si_{ic,oc} when we know the session. by Willy Tarreau · Fri Nov 28 15:26:12 2014 +0100
  97. 7b8c4f9 CLEANUP: session: don't needlessly pass a pointer to the stream-int by Willy Tarreau · Fri Nov 28 15:15:44 2014 +0100
  98. 8f128b4 CLEANUP: session: use local variables to access channels / stream ints by Willy Tarreau · Fri Nov 28 15:07:47 2014 +0100
  99. 350f487 CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res}) by Willy Tarreau · Fri Nov 28 14:42:25 2014 +0100
  100. 81cd900 MEDIUM: channel: remove now unused ->prod and ->cons pointers by Willy Tarreau · Fri Nov 28 14:23:47 2014 +0100