1. d978568 BUILD: peers: Remove unused variables by Christopher Faulet · 1 year, 7 months ago
  2. 37d9662 BUG/MEDIUM: peers: messages about unkown tables not correctly ignored by Emeric Brun · 1 year, 7 months ago
  3. 87da1db BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date by Christopher Faulet · 1 year, 10 months ago
  4. da21ebc BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress by Christopher Faulet · 1 year, 10 months ago
  5. 2d37028 BUG/MEDIUM: peers: Add connect and server timeut to peers proxy by Christopher Faulet · 1 year, 10 months ago
  6. 3c05324 BUG/MINOR: peers: Use right channel flag to consider the peer as connected by Christopher Faulet · 1 year, 11 months ago
  7. 1f8342f BUG/MEDIUM: peers: limit reconnect attempts of the old process on reload by Christopher Faulet · 1 year, 11 months ago
  8. d73a5cc MINOR: peers: Use a dedicated reconnect timeout when stopping the local peer by Christopher Faulet · 1 year, 11 months ago
  9. 45f12b0 BUG/MINOR: peers: fix data_type bit computation more than 32 data_types by Emeric Brun · 3 years ago
  10. be5b1bb BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · 3 years, 2 months ago
  11. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  12. ccdfbae MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · 3 years, 2 months ago
  13. 1a6b43e BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · 3 years, 2 months ago
  14. 8e7a13e BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly by Emeric Brun · 3 years, 2 months ago
  15. cc9cce9 BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · 3 years, 4 months ago
  16. d9729da BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · 3 years, 4 months ago
  17. b0d60be BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · 3 years, 4 months ago
  18. 437e48a BUG/MEDIUM: peers: register last acked value as origin receiving a resync req by Emeric Brun · 3 years, 2 months ago
  19. 2c4ab41 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · 3 years, 2 months ago
  20. 2cc201f BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · 3 years, 2 months ago
  21. cbfe5eb BUG/MEDIUM: peers: re-work connection to new process during reload. by Emeric Brun · 3 years, 2 months ago
  22. 1675ada BUG/MINOR: peers: remove useless table check if initial resync is finished by Emeric Brun · 3 years, 2 months ago
  23. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  24. fa1258f MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr by Willy Tarreau · 3 years, 3 months ago
  25. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  26. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  27. 49962b5 MINOR: peers/cli: do not dump the peers dictionaries by default on "show peers" by Willy Tarreau · 3 years, 5 months ago
  28. f6c8842 MINOR: peers: export process_peer_sync() to improve traces by Willy Tarreau · 3 years, 5 months ago
  29. 2b0ba54 BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command. by Frédéric Lécaille · 3 years, 5 months ago
  30. 4b1a05f BUG/MINOR: peers: Possible appctx pointer dereference. by Frédéric Lécaille · 3 years, 5 months ago
  31. 81d7092 BUILD: peers: fix build warning about unused variable by Willy Tarreau · 3 years, 6 months ago
  32. da2b084 MINOR: peers: Add traces for peer control messages. by Frédéric Lécaille · 3 years, 6 months ago
  33. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  34. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 7 months ago
  35. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 3 years, 10 months ago
  36. 345ebcf BUG/MAJOR: peers: fix partial message decoding by Willy Tarreau · 3 years, 7 months ago
  37. 1dfd4f1 BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages by Willy Tarreau · 3 years, 8 months ago
  38. ea875e6 BUG/MINOR: peers: Missing TX cache entries reset. by Frédéric Lécaille · 3 years, 8 months ago
  39. f9e51be BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. by Frédéric Lécaille · 3 years, 8 months ago
  40. d865935 MINOR: peers: Add traces to peer_treat_updatemsg(). by Frédéric Lécaille · 3 years, 8 months ago
  41. baeb919 BUG/MINOR: peers: Possible unexpected peer seesion reset after collisions. by Frédéric Lécaille · 3 years, 9 months ago
  42. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 3 years, 9 months ago
  43. 3fc0fe0 MINOR: peers: heartbeat, collisions and handshake information for "show peers" command. by Frédéric Lécaille · 3 years, 9 months ago
  44. a389c9e MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontends by Willy Tarreau · 3 years, 9 months ago
  45. 1ad64ac CLEANUP: peers: don't use the PR_ST* states to mark enabled/disabled by Willy Tarreau · 3 years, 9 months ago
  46. e7e2b21 BUG/MINOR: peers: Inconsistency when dumping peer status codes. by Frédéric Lécaille · 3 years, 9 months ago
  47. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  48. a898f0c BUILD: peers: fix build warning with gcc 4.2.1 by Willy Tarreau · 4 years ago
  49. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 1 month ago
  50. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  51. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  52. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  53. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  54. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  55. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  56. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  57. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  58. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  59. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  60. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  61. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. d7d2c28 CLEANUP: include: remove unused mux_pt.h by Willy Tarreau · 4 years, 1 month ago
  69. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  71. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  72. 3afc4c4 REORG: include: move dict.h to hparoxy/dict{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  73. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  74. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  75. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  76. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  77. 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
  78. 530ba38 BUG/MINOR: peers: fix internal/network key type mapping. by Emeric Brun · 4 years, 1 month ago
  79. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  80. 70de43b BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL in wrong cases. by Emeric Brun · 4 years, 4 months ago
  81. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  82. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  83. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  84. 6cde5d8 CLEANUP: stick-tables: use read_u32() to display a node's key by Willy Tarreau · 4 years, 4 months ago
  85. d02ffe9 CLEANUP: peers: Remove unused static function `free_dcache_tx` by Tim Duesterhus · 4 years, 5 months ago
  86. 10ce0c2 CLEANUP: peers: Remove unused static function `free_dcache` by Tim Duesterhus · 4 years, 5 months ago
  87. 3585cab BUG/MINOR: peers: "peer alive" flag not reset when deconnecting. by Frédéric Lécaille · 4 years, 7 months ago
  88. af9990f BUG/MINOR: peers: Wrong null "server_name" data field handling. by Frédéric Lécaille · 4 years, 8 months ago
  89. ec1c10b MINOR: peers: Add debugging information to "show peers". by Frédéric Lécaille · 4 years, 8 months ago
  90. 33cab3c MINOR: peers: Add TX/RX heartbeat counters. by Frédéric Lécaille · 4 years, 8 months ago
  91. 470502b MINOR: peers: Alway show the table info for disconnected peers. by Frédéric Lécaille · 4 years, 8 months ago
  92. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  93. 02efeda MINOR: peers: now remove the remote connection setup code by Willy Tarreau · 5 years ago
  94. 1c8d32b MAJOR: stream: store the target address into s->target_addr by Willy Tarreau · 5 years ago
  95. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · 5 years ago
  96. 3ca1490 MINOR: peers: use conn->dst for the peer's target address by Willy Tarreau · 5 years ago
  97. 8dfffdb MINOR: stream/cli: use conn_get_{src,dst} in "show sess" and "show peers" output by Willy Tarreau · 5 years ago
  98. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  99. b65717f MINOR: peers: Optimization for dictionary cache lookup. by Frédéric Lécaille · 5 years ago
  100. fd82793 MINOR: peers: A bit of optimization when encoding cached server names. by Frédéric Lécaille · 5 years ago