1. baeb919 BUG/MINOR: peers: Possible unexpected peer seesion reset after collisions. by Frédéric Lécaille · 3 years, 9 months ago
  2. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 3 years, 9 months ago
  3. 3fc0fe0 MINOR: peers: heartbeat, collisions and handshake information for "show peers" command. by Frédéric Lécaille · 3 years, 9 months ago
  4. a389c9e MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontends by Willy Tarreau · 3 years, 9 months ago
  5. 1ad64ac CLEANUP: peers: don't use the PR_ST* states to mark enabled/disabled by Willy Tarreau · 3 years, 9 months ago
  6. e7e2b21 BUG/MINOR: peers: Inconsistency when dumping peer status codes. by Frédéric Lécaille · 3 years, 9 months ago
  7. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  8. a898f0c BUILD: peers: fix build warning with gcc 4.2.1 by Willy Tarreau · 4 years ago
  9. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 1 month ago
  10. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  11. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  12. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  20. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  21. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  25. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  27. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  28. d7d2c28 CLEANUP: include: remove unused mux_pt.h by Willy Tarreau · 4 years, 1 month ago
  29. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  30. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  31. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  32. 3afc4c4 REORG: include: move dict.h to hparoxy/dict{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  33. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  34. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  35. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  36. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  37. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  38. 530ba38 BUG/MINOR: peers: fix internal/network key type mapping. by Emeric Brun · 4 years, 1 month ago
  39. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  40. 70de43b BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL in wrong cases. by Emeric Brun · 4 years, 4 months ago
  41. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  42. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  43. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  44. 6cde5d8 CLEANUP: stick-tables: use read_u32() to display a node's key by Willy Tarreau · 4 years, 4 months ago
  45. d02ffe9 CLEANUP: peers: Remove unused static function `free_dcache_tx` by Tim Duesterhus · 4 years, 5 months ago
  46. 10ce0c2 CLEANUP: peers: Remove unused static function `free_dcache` by Tim Duesterhus · 4 years, 5 months ago
  47. 3585cab BUG/MINOR: peers: "peer alive" flag not reset when deconnecting. by Frédéric Lécaille · 4 years, 8 months ago
  48. af9990f BUG/MINOR: peers: Wrong null "server_name" data field handling. by Frédéric Lécaille · 4 years, 8 months ago
  49. ec1c10b MINOR: peers: Add debugging information to "show peers". by Frédéric Lécaille · 4 years, 8 months ago
  50. 33cab3c MINOR: peers: Add TX/RX heartbeat counters. by Frédéric Lécaille · 4 years, 8 months ago
  51. 470502b MINOR: peers: Alway show the table info for disconnected peers. by Frédéric Lécaille · 4 years, 8 months ago
  52. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  53. 02efeda MINOR: peers: now remove the remote connection setup code by Willy Tarreau · 5 years ago
  54. 1c8d32b MAJOR: stream: store the target address into s->target_addr by Willy Tarreau · 5 years ago
  55. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · 5 years ago
  56. 3ca1490 MINOR: peers: use conn->dst for the peer's target address by Willy Tarreau · 5 years ago
  57. 8dfffdb MINOR: stream/cli: use conn_get_{src,dst} in "show sess" and "show peers" output by Willy Tarreau · 5 years ago
  58. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  59. b65717f MINOR: peers: Optimization for dictionary cache lookup. by Frédéric Lécaille · 5 years ago
  60. fd82793 MINOR: peers: A bit of optimization when encoding cached server names. by Frédéric Lécaille · 5 years ago
  61. 6c39198 MINOR peers: data structure simplifications for server names dictionary cache. by Frédéric Lécaille · 5 years ago
  62. 237f8ae BUILD: peers: fix a build warning about an incorrect intiialization by Willy Tarreau · 5 years ago
  63. 56aec0d BUG/MINOR: peers: Wrong server name parsing. by Frédéric Lécaille · 5 years ago
  64. 344e948 BUG/MINOR: peers: Wrong "server_name" decoding. by Frédéric Lécaille · 5 years ago
  65. 36fb77e MINOR: peers: Replace hard-coded values for peer protocol messaging by macros. by Frédéric Lécaille · 5 years ago
  66. 32b5573 MINOR: peers: Replace hard-coded for peer protocol 64-bits value encoding by macros. by Frédéric Lécaille · 5 years ago
  67. 62b0b0b MINOR: peers: Add dictionary cache information to "show peers" CLI command. by Frédéric Lécaille · 5 years ago
  68. 8d78fa7 MINOR: peers: Make peers protocol support new "server_name" data type. by Frédéric Lécaille · 5 years ago
  69. 74167b2 MINOR: peers: Add a LRU cache implementation for dictionaries. by Frédéric Lécaille · 5 years ago
  70. 0e8db97 BUG/MINOR: peers: Wrong stick-table update message building. by Frédéric Lécaille · 5 years ago
  71. 3914334 CLEANUP: peers: Replace hard-coded values by macros. by Frédéric Lécaille · 5 years ago
  72. 7fcc24d MINOR: peers: Do not emit global stick-table names. by Frédéric Lécaille · 5 years ago
  73. 0bbec0f MINOR: peers: adds counters on show peers about tasks calls. by Emeric Brun · 5 years ago
  74. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  75. 95679dc MINOR: peers: Add a new command to the CLI for peers. by Frédéric Lécaille · 5 years ago
  76. 9ef2ad7 BUG/MEDIUM: peers: fix a case where peer session is not cleanly reset on release. by Emeric Brun · 5 years ago
  77. b7405c1 BUG/MINOR: peers: Missing initializations after peer session shutdown. by Frédéric Lécaille · 5 years ago
  78. 54bff83 CLEANUP: peers: replace timeout constants by macros. by Frédéric Lécaille · 5 years ago
  79. aba44a2 CLEANUP: peers: remove useless annoying tabulations. by Frédéric Lécaille · 5 years ago
  80. 045e0d4 BUG/MINOR: peers: Really close the sessions with no heartbeat. by Frédéric Lécaille · 5 years ago
  81. ed87989 MEDIUM: peers: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  82. 645635d MINOR: peers: Add a message for heartbeat. by Frédéric Lécaille · 5 years ago
  83. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · 5 years ago
  84. 9bdd7bc BUILD/MINOR: peers: remove an impossible null test in intencode() by Willy Tarreau · 5 years ago
  85. ef60ff3 BUG/MEDIUM: peers: Handle mux creation failure. by Olivier Houchard · 5 years ago
  86. 6254a92 BUILD/MINOR: peers: shut up a build warning introduced during last cleanup by Willy Tarreau · 5 years ago
  87. 6f731f3 CLEANUP: peers: factor error handling in peer_treat_definedmsg() by Willy Tarreau · 5 years ago
  88. 1e82a14 CLEANUP: peers: factor the error handling code in peer_treet_updatemsg() by Willy Tarreau · 5 years ago
  89. 4b2fd9b MINOR: peers: move peer initializations code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  90. 3f0fb9d MINOR: peers: move "hello" message treatment code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  91. be825e5 CLEANUP: peers: Remove useless statements. by Frédéric Lécaille · 5 years ago
  92. 25e1d5e MINOR: peers: move send code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  93. 444243c MINOR: peers: move messages treatment code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  94. 7d0ceee MINOR: peers: move error handling to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  95. d5fe14b CLEANUP: peers: Be more generic. by Frédéric Lécaille · 5 years ago
  96. 95203f2 MINOR: peers: Move high level receive code to reduce the size of I/O handler. by Frédéric Lécaille · 5 years ago
  97. d27b094 MINOR: peers: Move ack, switch and definition receive code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  98. 168a34b MINOR: peers: Move update receive code to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  99. 6a8303d MEDIUM: peers: synchronizaiton code factorization to reduce the size of the I/O handler. by Frédéric Lécaille · 5 years ago
  100. 87f554c MINOR: peers: Add new functions to send code and reduce the I/O handler. by Frédéric Lécaille · 5 years ago