1. 236657b MINOR: stick-tables: Add GPT0 access by Thierry FOURNIER · Wed Aug 19 08:25:14 2015 +0200
  2. 3cf1111 MEDIUM: stick-tables: Add GPT0 in the stick tables by Thierry FOURNIER · Tue Jul 28 08:57:05 2015 +0200
  3. 7e25df3 MAJOR: stick-tables: remove key storage from the key struct by Thierry FOURNIER · Fri Jul 24 19:31:59 2015 +0200
  4. 5d24ebc MEDIUM: stick-tables: use the sample type names by Thierry FOURNIER · Fri Jul 24 08:46:42 2015 +0200
  5. bc8c404 MAJOR: stick-tables: use sample types in place of dedicated types by Thierry FOURNIER · Mon Aug 10 17:53:45 2015 +0200
  6. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · Wed Aug 19 09:04:15 2015 +0200
  7. 322a124 MINOR: actions: mutualise the action keyword lookup by Thierry FOURNIER · Wed Aug 19 09:07:47 2015 +0200
  8. c2bb050 MINOR: proto_tcp: proto_tcp.h is now useles by Thierry FOURNIER · Wed Aug 19 09:06:21 2015 +0200
  9. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · Wed Aug 19 09:01:53 2015 +0200
  10. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · Thu Aug 06 08:52:53 2015 +0200
  11. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · Wed Aug 05 19:05:19 2015 +0200
  12. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · Thu Aug 06 08:30:11 2015 +0200
  13. 22e4901 MINOR: actions: remove the mark indicating the last entry in enum by Thierry FOURNIER · Wed Aug 05 19:13:48 2015 +0200
  14. 5563e4b MINOR: actions: add "from" information by Thierry FOURNIER · Fri Aug 14 19:20:07 2015 +0200
  15. d0d65ae MEDIUM: capture: Move the capture configuration storage in the union by Thierry FOURNIER · Tue Aug 04 08:21:12 2015 +0200
  16. 5ec63e0 MEDIUM: track-sc: Move the track-sc configuration storage in the union by Thierry FOURNIER · Tue Aug 04 09:09:48 2015 +0200
  17. e209797 MINOR: proto_http: replace generic opaque types by real used types in "http_capture" by id by Thierry FOURNIER · Fri Jul 31 08:56:35 2015 +0200
  18. 32b1500 MINOR: proto_http: replace generic opaque types by real used types in "http_capture" by Thierry FOURNIER · Fri Jul 31 08:56:16 2015 +0200
  19. 8855a92 MINOR: proto_http: replace generic opaque types by real used types for the actions on thr request line by Thierry FOURNIER · Fri Jul 31 08:54:25 2015 +0200
  20. a002dc9 MINOR: proto_http: use an "expr" type in place of generic opaque type. by Thierry FOURNIER · Fri Jul 31 08:50:51 2015 +0200
  21. f8c1dce MINOR: vars: use the vars types as argument in place of opaque type by Thierry FOURNIER · Thu Jul 30 19:12:50 2015 +0200
  22. 231ef1d MINOR: lua: use the hlua_rule type in place of opaque type by Thierry FOURNIER · Thu Jul 30 19:03:55 2015 +0200
  23. 7677f40 MINOR: actions: Remove the data opaque pointer by Thierry FOURNIER · Thu Jul 30 18:53:54 2015 +0200
  24. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · Tue Aug 04 19:35:46 2015 +0200
  25. 7d4335c MEDIUM: pattern/map: Maps can returns various types by Thierry FOURNIER · Wed Aug 19 09:05:25 2015 +0200
  26. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
  27. 654398a MINOR: samples: extract the anonymous union and create the union sample_value by Thierry FOURNIER · Thu Aug 20 13:52:51 2015 +0200
  28. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
  29. 503bb09 MINOR: samples: rename some struct member from "smp" to "data" by Thierry FOURNIER · Wed Aug 19 08:35:43 2015 +0200
  30. 12ba0c2 MINOR: samples: rename a struct from sample_storage to sample_data by Thierry FOURNIER · Fri Aug 14 00:02:11 2015 +0200
  31. fd7edd3 MINOR: Move http method enum from proto_http to sample by Thierry FOURNIER · Thu Jul 23 18:16:33 2015 +0200
  32. 422a3af MINOR: proto_tcp: add session in the action prototype by Thierry FOURNIER · Mon Aug 10 18:30:18 2015 +0200
  33. a6b6343 CLEANUP: http/tcp actions: remove the scope member by Thierry FOURNIER · Tue Aug 11 10:59:49 2015 +0200
  34. 3580b03 CLEANUP: proxy: remove last references to appsession by Willy Tarreau · Mon Aug 10 19:15:14 2015 +0200
  35. e63ac87 MINOR: log: Add log-format variable %HQ, to log HTTP query strings by Andrew Hayworth · Fri Jul 31 16:14:16 2015 +0000
  36. 9f5ada3 MINOR: server: add new SRV_ADMF_CMAINT flag by Baptiste Assmann · Sat Aug 08 15:49:13 2015 +0200
  37. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · Wed Aug 05 16:35:23 2015 +0200
  38. d8fecee MINOR: config: add new setting "http-reuse" by Willy Tarreau · Wed Aug 05 14:12:31 2015 +0200
  39. 387ebf8 MINOR: connection: add a new flag CO_FL_PRIVATE by Willy Tarreau · Tue Aug 04 19:24:13 2015 +0200
  40. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · Wed Aug 05 10:31:57 2015 +0200
  41. d75d40e MINOR: connection: add a new list member in the connection struct by Willy Tarreau · Tue Aug 04 17:25:58 2015 +0200
  42. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · Tue Aug 04 17:19:06 2015 +0200
  43. bf65cd4 MAJOR: arg: converts uint and sint in sint by Thierry FOURNIER · Mon Jul 20 17:45:02 2015 +0200
  44. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · Mon Jul 06 23:43:03 2015 +0200
  45. 7cc419a MINOR: server: new server flag: SRV_F_FORCED_ID by Baptiste Assmann · Tue Jul 07 22:02:20 2015 +0200
  46. 8a027cc MINOR: proxy: bit field for proxy_find_best_match diff status by Baptiste Assmann · Fri Jul 03 11:03:33 2015 +0200
  47. 25f4e3e CLEANUP: vars: remove unused struct by Thierry FOURNIER · Tue Jun 23 22:11:04 2015 +0200
  48. 732eac4 MEDIUM: ssl: add sni support on the server lines by Willy Tarreau · Thu Jul 09 11:40:25 2015 +0200
  49. 28d976d MINOR: args: add new context for servers by Willy Tarreau · Thu Jul 09 11:39:33 2015 +0200
  50. 2fbcafc MEDIUM: http: Add new 'set-src' option to http-request by Adis Nezirovic · Mon Jul 06 15:44:30 2015 +0200
  51. 105c8e6 MEDIUM: 51d: add LRU-based cache on User-Agent string detection by Dragan Dosen · Mon Jun 29 16:43:26 2015 +0200
  52. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · Mon Jun 29 16:43:25 2015 +0200
  53. ebcd484 MEDIUM: vars: move the session variables to the session, not the stream by Willy Tarreau · Fri Jun 19 11:59:02 2015 +0200
  54. aaf5860 MINOR: peers: avoid re-scheduling of pending stick-table's updates still not pushed. by Emeric Brun · Mon Jun 15 17:23:30 2015 +0200
  55. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · Sat Jun 06 19:29:07 2015 +0200
  56. a9ff994 MINOR: build: fix build dependency by Thierry FOURNIER · Tue Jun 09 15:49:44 2015 +0200
  57. 0e11863 MINOR: tcp/http/conf: extends the keyword registration options by Thierry FOURNIER · Thu Jun 04 11:44:06 2015 +0200
  58. fbdb775 MINOR: tcp: increase the opaque data array by Thierry FOURNIER · Wed Jun 03 19:32:04 2015 +0200
  59. 9c627e8 MEDIUM: sample: Add type any by Thierry FOURNIER · Wed Jun 03 20:12:35 2015 +0200
  60. 3863f97 MINOR: dns: add DNS statistics by Baptiste Assmann · Sun May 17 00:33:24 2015 +0200
  61. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · Tue Apr 14 01:15:08 2015 +0200
  62. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · Mon Apr 13 23:40:55 2015 +0200
  63. 5d4e4f7 MEDIUM: protocol: add minimalist UDP protocol client by Baptiste Assmann · Mon Apr 13 23:08:16 2015 +0200
  64. 31af49d MEDIUM: ssl: Add options to forge SSL certificates by Christopher Faulet · Tue Jun 09 17:29:50 2015 +0200
  65. 4d441a7 MEDIUM: sample: add trie support to 51Degrees by Thomas Holmes · Fri May 29 12:54:25 2015 +0100
  66. eef3f9f MINOR: global: add several 51Degrees members to global by Thomas Holmes · Tue May 12 15:47:24 2015 +0100
  67. ba3dd2b CLEANUP: global: remove one ifdef USE_DEVICEATLAS by Willy Tarreau · Mon Jun 01 15:38:33 2015 +0200
  68. 88d13cb MEDIUM: global: add the DeviceAtlas required elements to struct global by David Carlier · Mon Jun 01 13:53:01 2015 +0200
  69. 561a0f9 MINOR: tcp: add custom actions that can continue tcp-(request|response) processing by Thierry FOURNIER · Fri May 29 17:29:14 2015 +0200
  70. b3971ab MAJOR: peers: peers protocol version 2.0 by Emeric Brun · Tue May 12 18:49:09 2015 +0200
  71. 51d861a MEDIUM: http: implement http-response redirect rules by Willy Tarreau · Fri May 22 17:30:48 2015 +0200
  72. cdb67ca MINOR: http: add array of generic pointers in http_res_rules by Thierry FOURNIER · Tue May 26 17:38:47 2015 +0200
  73. 0d1fdf7 MINOR: proxy: add a flag to memorize that the proxy's ID was forced by Willy Tarreau · Wed May 27 16:44:02 2015 +0200
  74. 98d0485 MAJOR: config: remove the deprecated reqsetbe / reqisetbe actions by Willy Tarreau · Tue May 26 12:18:29 2015 +0200
  75. 726ab71 MEDIUM: backend: Allow redispatch on retry intervals by Joseph Lynch · Mon May 11 23:25:34 2015 -0700
  76. 200b0fa MEDIUM: Add support for updating TLS ticket keys via socket by Nenad Merdanovic · Sat May 09 08:46:01 2015 +0200
  77. 146defa MINOR: Add TLS ticket keys reference and use it in the listener struct by Nenad Merdanovic · Sat May 09 08:46:00 2015 +0200
  78. 22b09d2 MINOR: include comment in tcpcheck error log by Baptiste Assmann · Fri May 01 08:03:04 2015 +0200
  79. aa12b47 MINOR: tcpcheck_rule structure update by Baptiste Assmann · Sat Apr 25 16:16:48 2015 +0200
  80. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · Mon May 11 15:42:45 2015 +0200
  81. 1d33b88 MINOR: sample: fill the struct sample with the options. by Thierry FOURNIER · Mon May 11 15:25:29 2015 +0200
  82. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · Mon May 11 15:20:49 2015 +0200
  83. 6879ad3 MEDIUM: sample: fill the struct sample with the session, proxy and stream pointers by Thierry FOURNIER · Mon May 11 11:54:58 2015 +0200
  84. 9fbe18e MEDIUM: http: add a new option http-buffer-request by Willy Tarreau · Fri May 01 22:42:08 2015 +0200
  85. 748179e MEDIUM: stream: move HTTP request body analyser before process_common by Willy Tarreau · Fri May 01 21:52:31 2015 +0200
  86. 30fe818 DOC: fix the comments about the meaning of msg->sol in HTTP by Willy Tarreau · Fri May 01 23:14:54 2015 +0200
  87. aa72978 MINOR: peers: store the pointer to the signal handler by Willy Tarreau · Fri May 01 18:29:09 2015 +0200
  88. 0f228a0 MEDIUM: http: add option-ignore-probes to get rid of the floods of 408 by Willy Tarreau · Fri May 01 15:37:53 2015 +0200
  89. f3045d2 MAJOR: pattern: add LRU-based cache on pattern matching by Willy Tarreau · Wed Apr 29 16:24:50 2015 +0200
  90. 72f073b MEDIUM: pattern: add a revision to all pattern expressions by Willy Tarreau · Wed Apr 29 17:53:47 2015 +0200
  91. 0ebc55f MEDIUM: logs: Add HTTP request-line log format directives by Andrew Hayworth · Mon Apr 27 21:37:03 2015 +0000
  92. e5843b3 BUG/MEDIUM: peers: recent applet changes broke peers updates scheduling by Willy Tarreau · Mon Apr 27 18:40:14 2015 +0200
  93. eb406dc MINOR: stream-int: add two flags to indicate an applet's wishes regarding I/O by Willy Tarreau · Tue Apr 21 18:44:02 2015 +0200
  94. 81f38d6 MEDIUM: applet: add basic support for an applet run queue by Willy Tarreau · Mon Apr 13 17:11:11 2015 +0200
  95. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · Mon Apr 13 13:50:30 2015 +0200
  96. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · Mon Apr 13 13:24:54 2015 +0200
  97. 00a37f0 MEDIUM: applet: make the applet not depend on a stream interface anymore by Willy Tarreau · Mon Apr 13 12:05:19 2015 +0200
  98. 19c8161 MINOR: applet: add a new "owner" pointer in the appctx by Willy Tarreau · Mon Apr 13 11:48:16 2015 +0200
  99. 152b81e BUG/MAJOR: tcp/http: fix current_rule assignment when restarting over a ruleset by Willy Tarreau · Mon Apr 20 13:26:17 2015 +0200
  100. 108b1dd MEDIUM: http: configurable http result codes for http-request deny by CJ Ess · Tue Apr 07 12:03:37 2015 -0400