- 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
- a898f0c BUILD: peers: fix build warning with gcc 4.2.1 by Willy Tarreau · Fri Jul 03 19:09:29 2020 +0200
- 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · Fri May 29 14:35:51 2020 +0200
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
- 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
- dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
- a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
- f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
- 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
- 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
- 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
- 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
- dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · Thu Jun 04 19:11:43 2020 +0200
- 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
- 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · Thu Jun 04 18:46:44 2020 +0200
- 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · Thu Jun 04 18:38:21 2020 +0200
- 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · Thu Jun 04 17:37:26 2020 +0200
- cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
- 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
- d7d2c28 CLEANUP: include: remove unused mux_pt.h by Willy Tarreau · Thu Jun 04 14:04:31 2020 +0200
- 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · Thu Jun 04 11:29:21 2020 +0200
- 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
- 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
- 3afc4c4 REORG: include: move dict.h to hparoxy/dict{,-t}.h by Willy Tarreau · Wed Jun 03 18:23:19 2020 +0200
- 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
- 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · Tue Jun 02 16:48:09 2020 +0200
- 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
- 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · Thu May 28 15:29:19 2020 +0200
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
- 530ba38 BUG/MINOR: peers: fix internal/network key type mapping. by Emeric Brun · Tue Jun 02 11:17:42 2020 +0200
- c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed May 06 00:53:22 2020 +0500
- 70de43b BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL in wrong cases. by Emeric Brun · Mon Mar 16 10:51:01 2020 +0100
- 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · Sun Mar 08 00:42:37 2020 +0100
- 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · Sat Mar 07 11:24:39 2020 +0100
- 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · Fri Mar 06 19:04:55 2020 +0100
- 6cde5d8 CLEANUP: stick-tables: use read_u32() to display a node's key by Willy Tarreau · Tue Feb 25 09:41:22 2020 +0100
- d02ffe9 CLEANUP: peers: Remove unused static function `free_dcache_tx` by Tim Duesterhus · Wed Feb 05 23:37:15 2020 +0100
- 10ce0c2 CLEANUP: peers: Remove unused static function `free_dcache` by Tim Duesterhus · Wed Feb 05 17:22:02 2020 +0100
- 3585cab BUG/MINOR: peers: "peer alive" flag not reset when deconnecting. by Frédéric Lécaille · Wed Nov 20 11:17:30 2019 +0100
- af9990f BUG/MINOR: peers: Wrong null "server_name" data field handling. by Frédéric Lécaille · Wed Nov 13 17:50:34 2019 +0100
- ec1c10b MINOR: peers: Add debugging information to "show peers". by Frédéric Lécaille · Thu Nov 07 15:22:33 2019 +0100
- 33cab3c MINOR: peers: Add TX/RX heartbeat counters. by Frédéric Lécaille · Wed Nov 06 11:51:26 2019 +0100
- 470502b MINOR: peers: Alway show the table info for disconnected peers. by Frédéric Lécaille · Wed Nov 06 10:41:03 2019 +0100
- 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · Fri Aug 09 11:21:01 2019 +0200
- 02efeda MINOR: peers: now remove the remote connection setup code by Willy Tarreau · Thu Jul 18 17:21:24 2019 +0200
- 1c8d32b MAJOR: stream: store the target address into s->target_addr by Willy Tarreau · Thu Jul 18 15:47:45 2019 +0200
- ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · Wed Jul 17 19:04:47 2019 +0200
- 3ca1490 MINOR: peers: use conn->dst for the peer's target address by Willy Tarreau · Wed Jul 17 14:53:15 2019 +0200
- 8dfffdb MINOR: stream/cli: use conn_get_{src,dst} in "show sess" and "show peers" output by Willy Tarreau · Wed Jul 17 11:44:11 2019 +0200
- 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
- b65717f MINOR: peers: Optimization for dictionary cache lookup. by Frédéric Lécaille · Fri Jun 07 14:25:25 2019 +0200
- fd82793 MINOR: peers: A bit of optimization when encoding cached server names. by Frédéric Lécaille · Fri Jun 07 10:34:04 2019 +0200
- 6c39198 MINOR peers: data structure simplifications for server names dictionary cache. by Frédéric Lécaille · Thu Jun 06 11:34:03 2019 +0200
- 237f8ae BUILD: peers: fix a build warning about an incorrect intiialization by Willy Tarreau · Thu Jun 06 16:40:43 2019 +0200
- 56aec0d BUG/MINOR: peers: Wrong server name parsing. by Frédéric Lécaille · Thu Jun 06 14:14:15 2019 +0200
- 344e948 BUG/MINOR: peers: Wrong "server_name" decoding. by Frédéric Lécaille · Wed Jun 05 10:20:09 2019 +0200
- 36fb77e MINOR: peers: Replace hard-coded values for peer protocol messaging by macros. by Frédéric Lécaille · Tue Jun 04 08:28:19 2019 +0200
- 32b5573 MINOR: peers: Replace hard-coded for peer protocol 64-bits value encoding by macros. by Frédéric Lécaille · Mon Jun 03 18:29:51 2019 +0200
- 62b0b0b MINOR: peers: Add dictionary cache information to "show peers" CLI command. by Frédéric Lécaille · Wed May 29 16:20:41 2019 +0200
- 8d78fa7 MINOR: peers: Make peers protocol support new "server_name" data type. by Frédéric Lécaille · Mon May 20 18:22:52 2019 +0200
- 74167b2 MINOR: peers: Add a LRU cache implementation for dictionaries. by Frédéric Lécaille · Tue May 28 19:02:42 2019 +0200
- 0e8db97 BUG/MINOR: peers: Wrong stick-table update message building. by Frédéric Lécaille · Fri May 24 14:34:34 2019 +0200
- 3914334 CLEANUP: peers: Replace hard-coded values by macros. by Frédéric Lécaille · Fri May 24 14:32:27 2019 +0200
- 7fcc24d MINOR: peers: Do not emit global stick-table names. by Frédéric Lécaille · Wed Mar 20 15:09:45 2019 +0100
- 0bbec0f MINOR: peers: adds counters on show peers about tasks calls. by Emeric Brun · Thu Apr 18 11:39:43 2019 +0200
- 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · Wed Apr 17 22:51:06 2019 +0200
- 95679dc MINOR: peers: Add a new command to the CLI for peers. by Frédéric Lécaille · Mon Apr 15 10:25:27 2019 +0200
- 9ef2ad7 BUG/MEDIUM: peers: fix a case where peer session is not cleanly reset on release. by Emeric Brun · Tue Apr 02 17:22:01 2019 +0200
- b7405c1 BUG/MINOR: peers: Missing initializations after peer session shutdown. by Frédéric Lécaille · Wed Mar 27 14:32:39 2019 +0100
- 54bff83 CLEANUP: peers: replace timeout constants by macros. by Frédéric Lécaille · Tue Mar 26 10:25:20 2019 +0100
- aba44a2 CLEANUP: peers: remove useless annoying tabulations. by Frédéric Lécaille · Tue Mar 26 10:18:07 2019 +0100
- 045e0d4 BUG/MINOR: peers: Really close the sessions with no heartbeat. by Frédéric Lécaille · Thu Mar 21 11:12:32 2019 +0100
- ed87989 MEDIUM: peers: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:53:43 2019 +0100
- 645635d MINOR: peers: Add a message for heartbeat. by Frédéric Lécaille · Mon Feb 11 17:49:39 2019 +0100
- a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · Wed Feb 27 16:49:00 2019 +0100
- 9bdd7bc BUILD/MINOR: peers: remove an impossible null test in intencode() by Willy Tarreau · Tue Feb 12 11:59:35 2019 +0100
- ef60ff3 BUG/MEDIUM: peers: Handle mux creation failure. by Olivier Houchard · Tue Jan 29 19:00:33 2019 +0100
- 6254a92 BUILD/MINOR: peers: shut up a build warning introduced during last cleanup by Willy Tarreau · Tue Jan 29 17:45:23 2019 +0100
- 6f731f3 CLEANUP: peers: factor error handling in peer_treat_definedmsg() by Willy Tarreau · Tue Jan 29 11:11:23 2019 +0100
- 1e82a14 CLEANUP: peers: factor the error handling code in peer_treet_updatemsg() by Willy Tarreau · Tue Jan 29 11:08:06 2019 +0100
- 4b2fd9b MINOR: peers: move peer initializations code to reduce the size of the I/O handler. by Frédéric Lécaille · Fri Jan 25 08:58:41 2019 +0100
- 3f0fb9d MINOR: peers: move "hello" message treatment code to reduce the size of the I/O handler. by Frédéric Lécaille · Fri Jan 25 08:30:29 2019 +0100
- be825e5 CLEANUP: peers: Remove useless statements. by Frédéric Lécaille · Thu Jan 24 18:28:44 2019 +0100
- 25e1d5e MINOR: peers: move send code to reduce the size of the I/O handler. by Frédéric Lécaille · Thu Jan 24 17:33:48 2019 +0100
- 444243c MINOR: peers: move messages treatment code to reduce the size of the I/O handler. by Frédéric Lécaille · Thu Jan 24 15:40:11 2019 +0100
- 7d0ceee MINOR: peers: move error handling to reduce the size of the I/O handler. by Frédéric Lécaille · Thu Jan 24 14:24:05 2019 +0100
- d5fe14b CLEANUP: peers: Be more generic. by Frédéric Lécaille · Thu Jan 24 10:33:40 2019 +0100
- 95203f2 MINOR: peers: Move high level receive code to reduce the size of I/O handler. by Frédéric Lécaille · Wed Jan 23 19:38:11 2019 +0100
- 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 · Wed Jan 23 17:31:37 2019 +0100
- 168a34b MINOR: peers: Move update receive code to reduce the size of the I/O handler. by Frédéric Lécaille · Wed Jan 23 11:16:57 2019 +0100
- 6a8303d MEDIUM: peers: synchronizaiton code factorization to reduce the size of the I/O handler. by Frédéric Lécaille · Tue Jan 22 22:25:17 2019 +0100
- 87f554c MINOR: peers: Add new functions to send code and reduce the I/O handler. by Frédéric Lécaille · Tue Jan 22 17:26:50 2019 +0100
- ec44ea8 MINOR: peers: send code factorization. by Frédéric Lécaille · Tue Jan 22 15:54:53 2019 +0100
- a8725ec CLEANUP: peers: Indentation fixes. by Frédéric Lécaille · Tue Jan 22 10:31:39 2019 +0100
- ce02557 MINOR: peers: Extract some code to be reused. by Frédéric Lécaille · Mon Jan 21 13:38:06 2019 +0100
- 1055e68 MINOR: peers: Make outgoing connection to SSL/TLS peers work. by Frédéric Lécaille · Thu Apr 26 14:35:21 2018 +0200
- c06b5d4 MINOR: cfgparse: Make "peer" lines be parsed as "server" lines. by Frédéric Lécaille · Thu Apr 26 10:06:41 2018 +0200
- f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · Fri Dec 14 19:42:40 2018 +0100