1. 64bc40b [BUILD] add the USE_GETADDRINFO build option by Willy Tarreau · 13 years ago
  2. 3c9a3fb [BUILD] add -fno-strict-aliasing to fix warnings with gcc >= 4.4 by Willy Tarreau · 14 years ago
  3. a5899aa [BUILD] add the CPU=native and ARCH=32/64 build options by Willy Tarreau · 14 years ago
  4. 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 · 14 years ago
  5. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · 14 years ago
  6. f2d9d84 [BUILD] fix BSD and OSX makefiles for missing files by Willy Tarreau · 14 years ago
  7. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  8. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · 15 years ago
  9. f89c187 [CLEANUP] backend: move LB algos to individual files by Willy Tarreau · 15 years ago
  10. bc5258d [BUILD] add signal.o to all makefiles by Willy Tarreau · 15 years ago
  11. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  12. 982b6e3 [MEDIUM] introduce pipe pools by Willy Tarreau · 15 years ago
  13. 1df2470 [BUILD] fix Makefile.bsd and Makefile.osx for stream_interface by Ross West · 15 years ago
  14. 7b066db [MINOR] store the build options to report with -vv by Willy Tarreau · 17 years ago
  15. e6d2e4d [MINOR] merge ebtree version 3.0 by Willy Tarreau · 17 years ago
  16. e6b9894 [MAJOR] create proto_tcp and move initialization of proxy listeners by Willy Tarreau · 17 years ago
  17. 9186126 [MEDIUM] moved stats and buffer generic functions to new files by Willy Tarreau · 17 years ago
  18. 92fb983 [MAJOR] implemented client-side support for PF_UNIX sockets by Willy Tarreau · 17 years ago
  19. dd81598 [MAJOR] added generic protocol support by Willy Tarreau · 17 years ago
  20. ec69256 [BUILD] centralize version and date into one file for each by Willy Tarreau · 17 years ago
  21. 51041c7 [MAJOR] remove files distributed under an obscure license by Willy Tarreau · 17 years ago
  22. f2ef8c5 [MEDIUM] Added easier support for Doug Lea's malloc (dlmalloc) by Willy Tarreau · 17 years ago
  23. b21152b [RELEASE] Released version 1.3.12 with the following main changes : by Willy Tarreau · 17 years ago
  24. a3503e0 [RELEASE] Released version 1.3.11.4 with the following main changes : by Willy Tarreau · 17 years ago
  25. 3c6fc07 [RELEASE] Released version 1.3.11.3 with the following main changes : by Willy Tarreau · 17 years ago
  26. fc273c2 [RELEASE] Released version 1.3.11.2 with the following main changes : by Willy Tarreau · 17 years ago
  27. 3c5340c [RELEASE] Released version 1.3.11.1 with the following main changes : by Willy Tarreau · 17 years ago
  28. 544eb40 [RELEASE] Released version 1.3.11 with the following main changes : by Willy Tarreau · 17 years ago
  29. 086b3b4 [MAJOR] ported the captures to use the new mempool v2 by Willy Tarreau · 17 years ago
  30. 50e608d [MEDIUM] implement memory pools version 2 by Willy Tarreau · 17 years ago
  31. 9ca931f [RELEASE] Released version 1.3.10.2 with the following main changes : by Willy Tarreau · 17 years ago
  32. 13398d3 [RELEASE] Released version 1.3.10.1 with the following main changes : by Willy Tarreau · 17 years ago
  33. 61beedf [RELEASE] Released version 1.3.10 with the following main changes : by Willy Tarreau · 17 years ago
  34. a84d374 [MAJOR] new framework for generic ACL support by Willy Tarreau · 17 years ago
  35. 2e8eb67 [BUILD] do not build rbtree anymore by Willy Tarreau · 17 years ago
  36. 6e0433f [RELEASE] Released version 1.3.9 with the following changes : by Willy Tarreau · 17 years ago
  37. 1e63130a [MAJOR] implemented support for FreeBSD's kqueue() polling mechanism by Willy Tarreau · 17 years ago
  38. 4f60f16 [MAJOR] modularize the polling mechanisms by Willy Tarreau · 17 years ago
  39. 42c7659 [RELEASE] Released version 1.3.8.2 with the following changes : by Willy Tarreau · 17 years ago
  40. ef6d761 [RELEASE] Released version 1.3.8.1 with the following changes : by Willy Tarreau · 17 years ago
  41. d661cc0 [RELEASE] Released version 1.3.8 with the following changes : by Willy Tarreau · 17 years ago
  42. 9cabf70 [RELEASE] Released version 1.3.7 with the following changes : by Willy Tarreau · 17 years ago
  43. 49e1ee8 [RELEASE] Released 1.3.6 with the following changes : by Willy Tarreau · 17 years ago
  44. 5871f8e [RELEASE] Released 1.3.5 with the following major changes : by Willy Tarreau · 17 years ago
  45. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · 17 years ago
  46. 85270da [MINOR] updated versions and docs by Willy Tarreau · 18 years ago
  47. e5f20dc [MEDIUM] added the hdr_idx structure for future HTTP header indexing by Willy Tarreau · 18 years ago
  48. 9c9fea4 [RELEASE] released 1.3.3 by Willy Tarreau · 18 years ago
  49. 4eeec09 [BUILD] Makefile.bsd is functionnal again. by Willy Tarreau · 18 years ago
  50. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago
  51. d0a05bd [BUILD] updated Makefile.bsd for the new files by willy tarreau · 18 years ago
  52. d38e72d Separated OpenBSD build from the main Makefile into a new one. by willy tarreau · 18 years ago