1. 007ff4c MINOR: build: missing header by Thierry FOURNIER · Fri Sep 11 08:33:33 2015 +0200
  2. ec3c37d CLEANUP: actions: missplaced includes by Thierry FOURNIER · Thu Sep 10 18:28:10 2015 +0200
  3. 0453a1d MINOR: dns: new flag to report that no IP can be found in a DNS response packet by Baptiste Assmann · Wed Sep 09 00:51:08 2015 +0200
  4. 96972bc MINOR: dns: no expected DNS record type found by Baptiste Assmann · Wed Sep 09 00:46:58 2015 +0200
  5. 72b8c1f MEDIUM: tools: make str2sa_range() optionally return the FQDN by Willy Tarreau · Tue Sep 08 15:50:19 2015 +0200
  6. 0df5d96 MINOR: dns: New DNS response analysis code: DNS_RESP_TRUNCATED by Baptiste Assmann · Wed Sep 02 21:58:32 2015 +0200
  7. 6cdea93 MINOR: dns: dns_nameserver structure update: new counter for truncated response by Baptiste Assmann · Wed Sep 02 21:56:05 2015 +0200
  8. 042d0a1 MINOR: dns: new bitmasks to use against DNS flags by Baptiste Assmann · Wed Sep 02 21:52:37 2015 +0200
  9. 189363e MINOR: dns: dns_resolution structure update: time_t to unsigned int by Baptiste Assmann · Thu Sep 03 10:55:20 2015 +0200
  10. b7ce424 BUG/MINOR: http: remove stupid HTTP_METH_NONE entry by Willy Tarreau · Thu Sep 03 17:15:21 2015 +0200
  11. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · Wed Sep 02 17:17:33 2015 +0200
  12. 35d70ef MINOR: http: Action for manipulating the returned status code. by Thierry FOURNIER · Wed Aug 26 16:21:56 2015 +0200
  13. 0a99b89 MINOR: lua: add core.done() function by Thierry FOURNIER · Wed Aug 26 00:14:17 2015 +0200
  14. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · Thu Aug 20 19:35:14 2015 +0200
  15. e0627bd MINOR: stick-tables: Add GPC0 actions by Thierry FOURNIER · Tue Aug 04 08:20:33 2015 +0200
  16. 236657b MINOR: stick-tables: Add GPT0 access by Thierry FOURNIER · Wed Aug 19 08:25:14 2015 +0200
  17. 3cf1111 MEDIUM: stick-tables: Add GPT0 in the stick tables by Thierry FOURNIER · Tue Jul 28 08:57:05 2015 +0200
  18. 7e25df3 MAJOR: stick-tables: remove key storage from the key struct by Thierry FOURNIER · Fri Jul 24 19:31:59 2015 +0200
  19. 5d24ebc MEDIUM: stick-tables: use the sample type names by Thierry FOURNIER · Fri Jul 24 08:46:42 2015 +0200
  20. bc8c404 MAJOR: stick-tables: use sample types in place of dedicated types by Thierry FOURNIER · Mon Aug 10 17:53:45 2015 +0200
  21. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · Wed Aug 19 09:04:15 2015 +0200
  22. 322a124 MINOR: actions: mutualise the action keyword lookup by Thierry FOURNIER · Wed Aug 19 09:07:47 2015 +0200
  23. c2bb050 MINOR: proto_tcp: proto_tcp.h is now useles by Thierry FOURNIER · Wed Aug 19 09:06:21 2015 +0200
  24. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · Wed Aug 19 09:01:53 2015 +0200
  25. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · Thu Aug 06 08:52:53 2015 +0200
  26. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · Wed Aug 05 19:05:19 2015 +0200
  27. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · Thu Aug 06 08:30:11 2015 +0200
  28. 22e4901 MINOR: actions: remove the mark indicating the last entry in enum by Thierry FOURNIER · Wed Aug 05 19:13:48 2015 +0200
  29. 5563e4b MINOR: actions: add "from" information by Thierry FOURNIER · Fri Aug 14 19:20:07 2015 +0200
  30. d0d65ae MEDIUM: capture: Move the capture configuration storage in the union by Thierry FOURNIER · Tue Aug 04 08:21:12 2015 +0200
  31. 5ec63e0 MEDIUM: track-sc: Move the track-sc configuration storage in the union by Thierry FOURNIER · Tue Aug 04 09:09:48 2015 +0200
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. 231ef1d MINOR: lua: use the hlua_rule type in place of opaque type by Thierry FOURNIER · Thu Jul 30 19:03:55 2015 +0200
  38. 7677f40 MINOR: actions: Remove the data opaque pointer by Thierry FOURNIER · Thu Jul 30 18:53:54 2015 +0200
  39. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · Tue Aug 04 19:35:46 2015 +0200
  40. 7d4335c MEDIUM: pattern/map: Maps can returns various types by Thierry FOURNIER · Wed Aug 19 09:05:25 2015 +0200
  41. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
  42. 654398a MINOR: samples: extract the anonymous union and create the union sample_value by Thierry FOURNIER · Thu Aug 20 13:52:51 2015 +0200
  43. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
  44. 503bb09 MINOR: samples: rename some struct member from "smp" to "data" by Thierry FOURNIER · Wed Aug 19 08:35:43 2015 +0200
  45. 12ba0c2 MINOR: samples: rename a struct from sample_storage to sample_data by Thierry FOURNIER · Fri Aug 14 00:02:11 2015 +0200
  46. a123ad8 MINOR: sample/proto_tcp: export "smp_fetch_src" by Thierry FOURNIER · Fri Jul 24 09:12:15 2015 +0200
  47. fd7edd3 MINOR: Move http method enum from proto_http to sample by Thierry FOURNIER · Thu Jul 23 18:16:33 2015 +0200
  48. 422a3af MINOR: proto_tcp: add session in the action prototype by Thierry FOURNIER · Mon Aug 10 18:30:18 2015 +0200
  49. a6b6343 CLEANUP: http/tcp actions: remove the scope member by Thierry FOURNIER · Tue Aug 11 10:59:49 2015 +0200
  50. de39c9b CLEANUP: appsession: remove the last include files by Willy Tarreau · Mon Aug 10 19:17:10 2015 +0200
  51. 3580b03 CLEANUP: proxy: remove last references to appsession by Willy Tarreau · Mon Aug 10 19:15:14 2015 +0200
  52. 53a09d5 MAJOR: http: remove references to appsession by Willy Tarreau · Mon Aug 10 18:59:40 2015 +0200
  53. e63ac87 MINOR: log: Add log-format variable %HQ, to log HTTP query strings by Andrew Hayworth · Fri Jul 31 16:14:16 2015 +0000
  54. 9f5ada3 MINOR: server: add new SRV_ADMF_CMAINT flag by Baptiste Assmann · Sat Aug 08 15:49:13 2015 +0200
  55. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · Wed Aug 05 16:35:23 2015 +0200
  56. d8fecee MINOR: config: add new setting "http-reuse" by Willy Tarreau · Wed Aug 05 14:12:31 2015 +0200
  57. 387ebf8 MINOR: connection: add a new flag CO_FL_PRIVATE by Willy Tarreau · Tue Aug 04 19:24:13 2015 +0200
  58. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · Wed Aug 05 10:31:57 2015 +0200
  59. 4320eaa MINOR: stream-int: make si_idle_conn() only accept valid connections by Willy Tarreau · Wed Aug 05 11:08:30 2015 +0200
  60. 323a2d9 MEDIUM: stream-int: queue idle connections at the server by Willy Tarreau · Tue Aug 04 19:00:17 2015 +0200
  61. d75d40e MINOR: connection: add a new list member in the connection struct by Willy Tarreau · Tue Aug 04 17:25:58 2015 +0200
  62. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · Tue Aug 04 17:19:06 2015 +0200
  63. 41b09f4 MINOR: stream-int: add new function si_detach_endpoint() by Willy Tarreau · Tue Aug 04 20:44:05 2015 +0200
  64. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · Wed Aug 05 21:47:23 2015 +0200
  65. 2100b49 CLEANUP/MINOR: dns: dns_str_to_dn_label() only needs a const char by Willy Tarreau · Wed Jul 22 16:42:43 2015 +0200
  66. fd77e05 MINOR: vars: returns variable content by Thierry FOURNIER · Tue Jul 07 21:20:42 2015 +0200
  67. bf65cd4 MAJOR: arg: converts uint and sint in sint by Thierry FOURNIER · Mon Jul 20 17:45:02 2015 +0200
  68. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · Mon Jul 06 23:43:03 2015 +0200
  69. 5b4dd68 MINOR: standard: provide htonll() and ntohll() by Willy Tarreau · Tue Jul 21 23:47:18 2015 +0200
  70. 763a5d8 MINOR: standard: add 64 bits conversion functions by Thierry FOURNIER · Mon Jul 06 23:09:52 2015 +0200
  71. 19a106d MINOR: server: server_find functions: id, name, best_match by Baptiste Assmann · Wed Jul 08 22:03:56 2015 +0200
  72. 7cc419a MINOR: server: new server flag: SRV_F_FORCED_ID by Baptiste Assmann · Tue Jul 07 22:02:20 2015 +0200
  73. 8a027cc MINOR: proxy: bit field for proxy_find_best_match diff status by Baptiste Assmann · Fri Jul 03 11:03:33 2015 +0200
  74. d7c7475 MINOR: stream-int: only use si_release_endpoint() to release a connection by Willy Tarreau · Sun Jul 19 19:14:10 2015 +0200
  75. 7a08d3b CLEANUP: stream-int: remove stream_int_unregister_handler() and si_detach() by Willy Tarreau · Sun Jul 19 18:47:45 2015 +0200
  76. 25f4e3e CLEANUP: vars: remove unused struct by Thierry FOURNIER · Tue Jun 23 22:11:04 2015 +0200
  77. 732eac4 MEDIUM: ssl: add sni support on the server lines by Willy Tarreau · Thu Jul 09 11:40:25 2015 +0200
  78. 6307641 MINOR: ssl: provide ia function to set the SNI extension on a connection by Willy Tarreau · Fri Jul 10 11:33:32 2015 +0200
  79. 28d976d MINOR: args: add new context for servers by Willy Tarreau · Thu Jul 09 11:39:33 2015 +0200
  80. 646b864 CLEANUP: ssl: make ssl_sock_generated_cert_serial() take a const by Willy Tarreau · Tue Jul 07 18:09:15 2015 +0200
  81. 2fbcafc MEDIUM: http: Add new 'set-src' option to http-request by Adis Nezirovic · Mon Jul 06 15:44:30 2015 +0200
  82. 79beb24 CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type() by Adis Nezirovic · Mon Jul 06 15:41:02 2015 +0200
  83. e6c3941 BUILD/MINOR: tools: rename popcount to my_popcountl by David Carlier · Thu Jul 02 07:00:17 2015 +0000
  84. 105c8e6 MEDIUM: 51d: add LRU-based cache on User-Agent string detection by Dragan Dosen · Mon Jun 29 16:43:26 2015 +0200
  85. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · Mon Jun 29 16:43:25 2015 +0200
  86. ebcd484 MEDIUM: vars: move the session variables to the session, not the stream by Willy Tarreau · Fri Jun 19 11:59:02 2015 +0200
  87. ce7b4de BUILD/MINOR: lua: ensure that hlua_ctx_destroy is properly defined by Willy Tarreau · Wed Jun 17 20:18:54 2015 +0200
  88. 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
  89. c365d99 MINOR: vars: adds get and set functions by Thierry FOURNIER · Tue Jun 09 12:27:17 2015 +0200
  90. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · Sat Jun 06 19:29:07 2015 +0200
  91. a9ff994 MINOR: build: fix build dependency by Thierry FOURNIER · Tue Jun 09 15:49:44 2015 +0200
  92. 0e11863 MINOR: tcp/http/conf: extends the keyword registration options by Thierry FOURNIER · Thu Jun 04 11:44:06 2015 +0200
  93. fbdb775 MINOR: tcp: increase the opaque data array by Thierry FOURNIER · Wed Jun 03 19:32:04 2015 +0200
  94. 9c627e8 MEDIUM: sample: Add type any by Thierry FOURNIER · Wed Jun 03 20:12:35 2015 +0200
  95. 1480bd8 MINOR: standard: add function that converts signed int to a string by Thierry FOURNIER · Sat Jun 06 19:14:59 2015 +0200
  96. 3863f97 MINOR: dns: add DNS statistics by Baptiste Assmann · Sun May 17 00:33:24 2015 +0200
  97. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · Tue Apr 14 01:15:08 2015 +0200
  98. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · Mon Apr 13 23:40:55 2015 +0200
  99. 5d4e4f7 MEDIUM: protocol: add minimalist UDP protocol client by Baptiste Assmann · Mon Apr 13 23:08:16 2015 +0200
  100. 3d8f831 MEDIUM: server: change server ip address from stats socket by Baptiste Assmann · Mon Apr 13 22:54:33 2015 +0200