1. 81cd900 MEDIUM: channel: remove now unused ->prod and ->cons pointers by Willy Tarreau · Fri Nov 28 14:23:47 2014 +0100
  2. ef573c0 MEDIUM: channel: add a new flag "CF_ISRESP" for the response channel by Willy Tarreau · Fri Nov 28 14:17:09 2014 +0100
  3. 4e4292b CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers by Willy Tarreau · Fri Nov 28 12:18:45 2014 +0100
  4. 819d332 MEDIUM: stream-int: remove any reference to the owner by Willy Tarreau · Fri Nov 28 12:12:34 2014 +0100
  5. a2df3fa MEDIUM: stream-interface: remove now unused pointers to channels by Willy Tarreau · Fri Nov 28 11:53:35 2014 +0100
  6. a5f5d8d MEDIUM: stream-int: add a flag indicating which side the SI is on by Willy Tarreau · Fri Nov 28 11:26:07 2014 +0100
  7. 2bb4a96 REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels by Willy Tarreau · Fri Nov 28 11:11:05 2014 +0100
  8. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · Thu Nov 27 20:45:39 2014 +0100
  9. 2d7ec46 BUG/MAJOR: peers: initialize s->buffer_wait when creating the session by Willy Tarreau · Sat Feb 14 14:14:57 2015 +0100
  10. 3c23a85 CLEANUP: session: remove session_from_task() by Willy Tarreau · Sun Dec 28 12:19:57 2014 +0100
  11. 10fc09e MAJOR: session: only allocate buffers when needed by Willy Tarreau · Tue Nov 25 19:46:36 2014 +0100
  12. 909e267 MINOR: session: group buffer allocations together by Willy Tarreau · Tue Nov 25 19:54:11 2014 +0100
  13. 7dfca9d MINOR: buffer: only use b_free to release buffers by Willy Tarreau · Tue Nov 25 19:45:11 2014 +0100
  14. 696a291 MINOR: buffer: move buffer initialization after channel initialization by Willy Tarreau · Mon Nov 24 11:36:57 2014 +0100
  15. e583ea5 MEDIUM: buffer: use b_alloc() to allocate and initialize a buffer by Willy Tarreau · Mon Nov 24 11:30:16 2014 +0100
  16. 474cf54 MINOR: buffer: reset a buffer in b_reset() and not channel_init() by Willy Tarreau · Mon Nov 24 10:54:47 2014 +0100
  17. 42fb809 BUG/MINOR: peers: the buffer size is global.tune.bufsize, not trash.size by Willy Tarreau · Mon Nov 24 10:47:35 2014 +0100
  18. 9a60ff9 BUG/MEDIUM: peers: fix key consistency for integer stick tables by Cyril Bonté · Sun Feb 16 01:07:07 2014 +0100
  19. 6d7f8f7 MEDIUM: peers: delay appctx initialization by Willy Tarreau · Sun Dec 01 12:54:55 2013 +0100
  20. e4d927a CLEANUP: peers: use less confusing state/status code names by Willy Tarreau · Sun Dec 01 12:47:35 2013 +0100
  21. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · Sun Dec 01 09:35:41 2013 +0100
  22. 7b4b499 MEDIUM: stream-int: replace occurrences of si->appctx with si_appctx() by Willy Tarreau · Sun Dec 01 09:15:12 2013 +0100
  23. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · Fri Oct 11 19:34:20 2013 +0200
  24. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · Thu Oct 24 15:50:53 2013 +0200
  25. 3ed35ef MINOR: stream-interface: introduce si_reset() and si_set_state() by Willy Tarreau · Thu Oct 24 11:51:38 2013 +0200
  26. 8caf675 MINOR: peers: make use of conn_init() to initialize the connection by Willy Tarreau · Mon Oct 14 23:40:49 2013 +0200
  27. ce9dbcd MEDIUM: stream-int: do not allocate a connection in parallel to applets by Willy Tarreau · Tue Oct 01 17:12:05 2013 +0200
  28. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  29. cf644ed MEDIUM: stream-int: make ->end point to the connection or the appctx by Willy Tarreau · Sun Sep 29 17:19:56 2013 +0200
  30. 4a59f2f MAJOR: stream interface: remove the ->release function pointer by Willy Tarreau · Thu Oct 24 20:10:45 2013 +0200
  31. 9b6c2c7 MINOR: stream-int: rename ->applet to ->appctx by Willy Tarreau · Sun Nov 24 09:38:33 2013 +0100
  32. f4acee3 MEDIUM: stream interface: move the peers' ptr into the applet context by Willy Tarreau · Thu Oct 24 20:44:19 2013 +0200
  33. 1e6902f MINOR: connection: always initialize conn->objt_type to OBJ_TYPE_CONN by Willy Tarreau · Sun Sep 29 10:47:38 2013 +0200
  34. 9f68148 MEDIUM: peers: don't rely on conn->xprt_ctx anymore by Willy Tarreau · Mon Jul 08 16:05:07 2013 +0200
  35. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · Mon Jul 08 16:16:22 2013 +0200
  36. 86a446e MINOR: peers: accept to learn strings of different lengths by Willy Tarreau · Mon Nov 25 23:02:37 2013 +0100
  37. ae727bf BUG/MINOR: peers: set the accept date in outgoing connections by Willy Tarreau · Tue Oct 01 17:06:10 2013 +0200
  38. 3a925c1 MEDIUM: stick-tables: flush old entries upon soft-stop by Willy Tarreau · Wed Sep 04 17:54:01 2013 +0200
  39. 430f291 CLEANUP: session: remove event_accept() which was not used anymore by Godbach · Thu Jun 20 13:28:38 2013 +0800
  40. abcd514 MEDIUM: log: add a log level override value in struct session by Willy Tarreau · Tue Jun 11 17:18:02 2013 +0200
  41. d5ca9ab MINOR: counters: make it easier to extend the amount of tracked counters by Willy Tarreau · Tue May 28 17:40:25 2013 +0200
  42. 9d9179b BUG/MAJOR: peers: fix an overflow when syncing strings larger than 16 bytes by Willy Tarreau · Thu Apr 11 16:56:44 2013 +0200
  43. 72d6c16 CLEANUP: peers: remove a bit of spaghetti to prepare for the next bugfix by Willy Tarreau · Thu Apr 11 16:14:13 2013 +0200
  44. 20d46a5 CLEANUP: session: use an array for the stick counters by Willy Tarreau · Sun Dec 09 15:55:40 2012 +0100
  45. 14cba4b MEDIUM: connection: add an error code in connections by Willy Tarreau · Fri Nov 30 17:33:05 2012 +0100
  46. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · Mon Nov 12 00:42:33 2012 +0100
  47. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · Mon Oct 29 16:51:55 2012 +0100
  48. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  49. c919dc6 CLEANUP: remove trashlen by Willy Tarreau · Fri Oct 26 17:35:22 2012 +0200
  50. c93f795 CLEANUP: session: remove term_trace which is not used anymore by Willy Tarreau · Sat Oct 13 11:09:14 2012 +0200
  51. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · Fri Oct 12 23:49:43 2012 +0200
  52. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  53. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · Thu Sep 20 16:48:07 2012 +0200
  54. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  55. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · Thu Aug 30 21:11:38 2012 +0200
  56. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · Thu Aug 30 15:49:18 2012 +0200
  57. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · Tue Aug 28 00:06:31 2012 +0200
  58. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · Mon Aug 27 23:14:58 2012 +0200
  59. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
  60. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · Fri Aug 24 18:12:41 2012 +0200
  61. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200
  62. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · Mon Jul 02 17:01:20 2012 +0200
  63. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · Fri Jul 06 10:17:53 2012 +0200
  64. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · Fri Jun 08 22:57:36 2012 +0200
  65. fa6bac6 BUG/MEDIUM: register peer sync handler in the proper order by Willy Tarreau · Thu May 31 14:16:59 2012 +0200
  66. 21adb02 MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT by Emeric Brun · Fri May 18 16:32:13 2012 +0200
  67. 1348d4c MINOR: peers: use the socket layer operations from the peer instead of sock_raw by Willy Tarreau · Mon May 21 22:18:17 2012 +0200
  68. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · Mon May 21 17:09:48 2012 +0200
  69. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · Mon May 21 16:47:54 2012 +0200
  70. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · Mon May 21 16:31:45 2012 +0200
  71. 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · Wed May 16 14:16:48 2012 +0200
  72. f873d75 CLEANUP: stream_interface: stop exporting socket layer functions by Willy Tarreau · Fri May 11 17:47:17 2012 +0200
  73. b277d6e CLEANUP: sock_raw: remove last references to stream_sock by Willy Tarreau · Fri May 11 16:59:14 2012 +0200
  74. 1539a01 MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT by Willy Tarreau · Fri May 11 14:47:34 2012 +0200
  75. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
  76. bd83314 BUG/MEDIUM: log: ensure that unique_id is properly initialized by Willy Tarreau · Tue May 08 15:51:44 2012 +0200
  77. 63e7fe3 BUG/MEDIUM: send_proxy: fix initialisation of send_proxy_ofs by Willy Tarreau · Tue May 08 15:20:43 2012 +0200
  78. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · Mon May 07 18:12:14 2012 +0200
  79. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · Mon May 07 17:15:39 2012 +0200
  80. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · Mon May 07 16:50:03 2012 +0200
  81. cd3b094 REORG: rename "pattern" files by Willy Tarreau · Fri Apr 27 21:52:18 2012 +0200
  82. 9dab5fc MEDIUM: buffers: rename a number of buffer management functions by Willy Tarreau · Mon May 07 11:56:55 2012 +0200
  83. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · Sat Apr 07 18:03:52 2012 +0200
  84. d94991d CLEANUP: Fix some minor whitespace issues by Aman Gupta · Fri Apr 06 17:39:26 2012 -0700
  85. 9a13e84 MINOR: Add release callback to si_applet by Aman Gupta · Mon Apr 02 18:57:53 2012 -0700
  86. 7b77c9f CLEANUP: silence a warning when building on sparc by Willy Tarreau · Sat Jan 07 22:52:12 2012 +0100
  87. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · Fri Sep 23 10:54:59 2011 +0200
  88. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · Wed Sep 07 18:00:47 2011 +0200
  89. 8b7b05a [MEDIUM] Fix stick-table replication on soft-restart by Simon Horman · Sat Aug 13 08:03:48 2011 +0900
  90. 562515c [CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN) by Willy Tarreau · Mon Jul 25 08:11:52 2011 +0200
  91. 9bd0d74 [BUG] session: risk of crash on out of memory (1.5-dev regression) by Willy Tarreau · Wed Jul 20 00:17:39 2011 +0200
  92. af51495 [MINOR] Add active connection list to server by Simon Horman · Tue Jun 21 14:34:57 2011 +0900
  93. 9655377 [CLEANUP] peers.h: fix declarations by Simon Horman · Wed Jun 08 09:18:51 2011 +0900
  94. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · Sun Mar 27 19:53:06 2011 +0200
  95. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  96. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  97. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  98. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · Thu Mar 10 11:42:13 2011 +0100
  99. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · Thu Mar 10 11:38:29 2011 +0100
  100. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · Sun Feb 13 14:36:41 2011 +0100