1. bd83314 BUG/MEDIUM: log: ensure that unique_id is properly initialized by Willy Tarreau · Tue May 08 15:51:44 2012 +0200
  2. 63e7fe3 BUG/MEDIUM: send_proxy: fix initialisation of send_proxy_ofs by Willy Tarreau · Tue May 08 15:20:43 2012 +0200
  3. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · Mon May 07 18:12:14 2012 +0200
  4. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · Mon May 07 17:15:39 2012 +0200
  5. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · Mon May 07 16:50:03 2012 +0200
  6. cd3b094 REORG: rename "pattern" files by Willy Tarreau · Fri Apr 27 21:52:18 2012 +0200
  7. 9dab5fc MEDIUM: buffers: rename a number of buffer management functions by Willy Tarreau · Mon May 07 11:56:55 2012 +0200
  8. 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
  9. d94991d CLEANUP: Fix some minor whitespace issues by Aman Gupta · Fri Apr 06 17:39:26 2012 -0700
  10. 9a13e84 MINOR: Add release callback to si_applet by Aman Gupta · Mon Apr 02 18:57:53 2012 -0700
  11. 7b77c9f CLEANUP: silence a warning when building on sparc by Willy Tarreau · Sat Jan 07 22:52:12 2012 +0100
  12. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · Fri Sep 23 10:54:59 2011 +0200
  13. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · Wed Sep 07 18:00:47 2011 +0200
  14. 8b7b05a [MEDIUM] Fix stick-table replication on soft-restart by Simon Horman · Sat Aug 13 08:03:48 2011 +0900
  15. 562515c [CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN) by Willy Tarreau · Mon Jul 25 08:11:52 2011 +0200
  16. 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
  17. af51495 [MINOR] Add active connection list to server by Simon Horman · Tue Jun 21 14:34:57 2011 +0900
  18. 9655377 [CLEANUP] peers.h: fix declarations by Simon Horman · Wed Jun 08 09:18:51 2011 +0900
  19. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · Sun Mar 27 19:53:06 2011 +0200
  20. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  21. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  22. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  23. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · Thu Mar 10 11:42:13 2011 +0100
  24. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · Thu Mar 10 11:38:29 2011 +0100
  25. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · Sun Feb 13 14:36:41 2011 +0100
  26. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · Thu Mar 10 11:17:02 2011 +0100
  27. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · Fri Mar 04 22:04:29 2011 +0100
  28. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · Thu Mar 03 17:42:23 2011 +0100
  29. bc4af05 [REORG] stream_interface: move the st0, st1 and private members to the applet by Willy Tarreau · Sun Feb 13 13:25:14 2011 +0100
  30. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  31. bd55e31 [BUILD] peers: shut a printf format warning (key_size is a size_t) by Willy Tarreau · Thu Nov 11 10:55:09 2010 +0100
  32. 2b920a1 [MAJOR] Add new files src/peer.c, include/proto/peers.h and include/types/peers.h for sync stick table management by Emeric Brun · Thu Sep 23 18:30:22 2010 +0200