1. 9919141 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · 3 years, 4 months ago
  2. f8716e8 MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · 3 years, 5 months ago
  3. 9a2847b BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · 3 years, 5 months ago
  4. 129d8fa BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly by Emeric Brun · 3 years, 5 months ago
  5. 053ecea BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · 3 years, 7 months ago
  6. a0394ab BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · 3 years, 7 months ago
  7. 5347ccd BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · 3 years, 7 months ago
  8. f4ea7a8 BUG/MEDIUM: peers: register last acked value as origin receiving a resync req by Emeric Brun · 3 years, 5 months ago
  9. a9cbe95 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · 3 years, 5 months ago
  10. 692e71d BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · 3 years, 5 months ago
  11. 051c52b BUG/MEDIUM: peers: re-work connection to new process during reload. by Emeric Brun · 3 years, 5 months ago
  12. 2f96bae BUG/MINOR: peers: remove useless table check if initial resync is finished by Emeric Brun · 3 years, 5 months ago
  13. 5415271 BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command. by Frédéric Lécaille · 3 years, 8 months ago
  14. 3660fae BUG/MAJOR: peers: fix partial message decoding by Willy Tarreau · 3 years, 10 months ago
  15. e6ea2a6 BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages by Willy Tarreau · 3 years, 10 months ago
  16. d31dc82 BUG/MINOR: peers: Missing TX cache entries reset. by Frédéric Lécaille · 3 years, 10 months ago
  17. 506fe34 BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. by Frédéric Lécaille · 3 years, 10 months ago
  18. c77aa3b BUG/MINOR: peers: Possible unexpected peer seesion reset after collisions. by Frédéric Lécaille · 4 years ago
  19. 85e7212 BUG/MINOR: peers: Inconsistency when dumping peer status codes. by Frédéric Lécaille · 4 years ago
  20. c329cd0 BUG/MINOR: peers: fix internal/network key type mapping. by Emeric Brun · 4 years, 4 months ago
  21. deda2a6 BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL in wrong cases. by Emeric Brun · 4 years, 6 months ago
  22. 861c4ef BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 7 months ago
  23. be1c4bc BUG/MINOR: peers: "peer alive" flag not reset when deconnecting. by Frédéric Lécaille · 4 years, 10 months ago
  24. d9203ca BUG/MINOR: peers: Wrong null "server_name" data field handling. by Frédéric Lécaille · 4 years, 10 months ago
  25. 9a88a83 MINOR: peers: Add debugging information to "show peers". by Frédéric Lécaille · 4 years, 11 months ago
  26. 5d07270 MINOR: peers: Add TX/RX heartbeat counters. by Frédéric Lécaille · 4 years, 11 months ago
  27. 586f9f4 MINOR: peers: Alway show the table info for disconnected peers. by Frédéric Lécaille · 4 years, 11 months ago
  28. b65717f MINOR: peers: Optimization for dictionary cache lookup. by Frédéric Lécaille · 5 years ago
  29. fd82793 MINOR: peers: A bit of optimization when encoding cached server names. by Frédéric Lécaille · 5 years ago
  30. 6c39198 MINOR peers: data structure simplifications for server names dictionary cache. by Frédéric Lécaille · 5 years ago
  31. 237f8ae BUILD: peers: fix a build warning about an incorrect intiialization by Willy Tarreau · 5 years ago
  32. 56aec0d BUG/MINOR: peers: Wrong server name parsing. by Frédéric Lécaille · 5 years ago
  33. 344e948 BUG/MINOR: peers: Wrong "server_name" decoding. by Frédéric Lécaille · 5 years ago
  34. 36fb77e MINOR: peers: Replace hard-coded values for peer protocol messaging by macros. by Frédéric Lécaille · 5 years ago
  35. 32b5573 MINOR: peers: Replace hard-coded for peer protocol 64-bits value encoding by macros. by Frédéric Lécaille · 5 years ago
  36. 62b0b0b MINOR: peers: Add dictionary cache information to "show peers" CLI command. by Frédéric Lécaille · 5 years ago
  37. 8d78fa7 MINOR: peers: Make peers protocol support new "server_name" data type. by Frédéric Lécaille · 5 years ago
  38. 74167b2 MINOR: peers: Add a LRU cache implementation for dictionaries. by Frédéric Lécaille · 5 years ago
  39. 0e8db97 BUG/MINOR: peers: Wrong stick-table update message building. by Frédéric Lécaille · 5 years ago
  40. 3914334 CLEANUP: peers: Replace hard-coded values by macros. by Frédéric Lécaille · 5 years ago
  41. 7fcc24d MINOR: peers: Do not emit global stick-table names. by Frédéric Lécaille · 6 years ago
  42. 0bbec0f MINOR: peers: adds counters on show peers about tasks calls. by Emeric Brun · 5 years ago
  43. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  44. 95679dc MINOR: peers: Add a new command to the CLI for peers. by Frédéric Lécaille · 5 years ago
  45. 9ef2ad7 BUG/MEDIUM: peers: fix a case where peer session is not cleanly reset on release. by Emeric Brun · 5 years ago
  46. b7405c1 BUG/MINOR: peers: Missing initializations after peer session shutdown. by Frédéric Lécaille · 5 years ago
  47. 54bff83 CLEANUP: peers: replace timeout constants by macros. by Frédéric Lécaille · 5 years ago
  48. aba44a2 CLEANUP: peers: remove useless annoying tabulations. by Frédéric Lécaille · 5 years ago
  49. 045e0d4 BUG/MINOR: peers: Really close the sessions with no heartbeat. by Frédéric Lécaille · 6 years ago
  50. ed87989 MEDIUM: peers: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 6 years ago
  51. 645635d MINOR: peers: Add a message for heartbeat. by Frédéric Lécaille · 6 years ago
  52. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · 6 years ago
  53. 9bdd7bc BUILD/MINOR: peers: remove an impossible null test in intencode() by Willy Tarreau · 6 years ago
  54. ef60ff3 BUG/MEDIUM: peers: Handle mux creation failure. by Olivier Houchard · 6 years ago
  55. 6254a92 BUILD/MINOR: peers: shut up a build warning introduced during last cleanup by Willy Tarreau · 6 years ago
  56. 6f731f3 CLEANUP: peers: factor error handling in peer_treat_definedmsg() by Willy Tarreau · 6 years ago
  57. 1e82a14 CLEANUP: peers: factor the error handling code in peer_treet_updatemsg() by Willy Tarreau · 6 years ago
  58. 4b2fd9b MINOR: peers: move peer initializations code to reduce the size of the I/O handler. by Frédéric Lécaille · 6 years ago
  59. 3f0fb9d MINOR: peers: move "hello" message treatment code to reduce the size of the I/O handler. by Frédéric Lécaille · 6 years ago
  60. be825e5 CLEANUP: peers: Remove useless statements. by Frédéric Lécaille · 6 years ago
  61. 25e1d5e MINOR: peers: move send code to reduce the size of the I/O handler. by Frédéric Lécaille · 6 years ago
  62. 444243c MINOR: peers: move messages treatment code to reduce the size of the I/O handler. by Frédéric Lécaille · 6 years ago
  63. 7d0ceee MINOR: peers: move error handling to reduce the size of the I/O handler. by Frédéric Lécaille · 6 years ago
  64. d5fe14b CLEANUP: peers: Be more generic. by Frédéric Lécaille · 6 years ago
  65. 95203f2 MINOR: peers: Move high level receive code to reduce the size of I/O handler. by Frédéric Lécaille · 6 years ago
  66. 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 · 6 years ago
  67. 168a34b MINOR: peers: Move update receive code to reduce the size of the I/O handler. by Frédéric Lécaille · 6 years ago
  68. 6a8303d MEDIUM: peers: synchronizaiton code factorization to reduce the size of the I/O handler. by Frédéric Lécaille · 6 years ago
  69. 87f554c MINOR: peers: Add new functions to send code and reduce the I/O handler. by Frédéric Lécaille · 6 years ago
  70. ec44ea8 MINOR: peers: send code factorization. by Frédéric Lécaille · 6 years ago
  71. a8725ec CLEANUP: peers: Indentation fixes. by Frédéric Lécaille · 6 years ago
  72. ce02557 MINOR: peers: Extract some code to be reused. by Frédéric Lécaille · 6 years ago
  73. 1055e68 MINOR: peers: Make outgoing connection to SSL/TLS peers work. by Frédéric Lécaille · 6 years ago
  74. c06b5d4 MINOR: cfgparse: Make "peer" lines be parsed as "server" lines. by Frédéric Lécaille · 6 years ago
  75. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · 6 years ago
  76. 82b2f54 CLEANUP: Fix typos in the peers subsystem by Joseph Herlant · 6 years ago
  77. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  78. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  79. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · 6 years ago
  80. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · 6 years ago
  81. 086735a BUG/MINOR: tasks: make sure wakeup events are properly reported to subscribers by Willy Tarreau · 6 years ago
  82. 3399226 MINOR: peers: use defines instead of enums to appease clang. by Olivier Houchard · 6 years ago
  83. d944344 BUILD: peers: check allocation error during peers_init_sync() by Willy Tarreau · 6 years ago
  84. 175a2bb MINOR: connection: pass the proxy when creating a connection by Willy Tarreau · 6 years ago
  85. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  86. be37315 MINOR: connection: make the initialization more consistent by Willy Tarreau · 6 years ago
  87. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  88. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  89. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  90. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  91. 5548291 BUG/MEDIUM: peers: fix expire date wasn't updated if entry is modified remotely. by Emeric Brun · 7 years ago
  92. dbd0267 BUG/MEDIUM: peers: set NOLINGER on the outgoing stream interface by Willy Tarreau · 7 years ago
  93. 088c9b7 BUG/MAJOR: thread/peers: fix deadlock on peers sync. by Emeric Brun · 7 years ago
  94. cea8537 BUG/MEDIUM: threads/peers: decrement, not increment jobs on quitting by Willy Tarreau · 7 years ago
  95. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  96. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  97. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  98. f2fc1fd BUG/MINOR: freq: fix infinite loop on freq_ctr_period. by Emeric Brun · 7 years ago
  99. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  100. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · 7 years ago