log cli-main.c @ 1811:7dc92355a986

age author description
Thu, 04 Mar 2021 13:46:46 +0100 Guillaume Picquet Update cli-main.c (#114)
Sun, 18 Oct 2020 12:17:39 +0800 Matt Johnston Get client fuzzer building and starting (fails straight away) fuzz
Thu, 28 May 2020 22:02:33 +0800 Matt Johnston set up early logging name
Tue, 19 May 2020 00:31:41 +0800 Matt Johnston ext-info handling for server-sig-algs
Sun, 18 Feb 2018 15:12:15 +0800 Matt Johnston Add dbclient '-J &fd' option for a file descriptor
Wed, 14 Feb 2018 23:06:01 +0800 Matt Johnston make signal flags volatile, simplify handling
Fri, 26 Jan 2018 00:27:48 +0800 Matt Johnston bind to port as well with -b
Mon, 01 May 2017 08:26:15 +0530 houseofkodai cli_bind_address_connect
Sat, 19 Aug 2017 22:39:53 +0200 Francois Perrad Pointer parameter could be declared as pointing to const (callback)
Thu, 21 Jul 2016 23:38:42 +0800 Matt Johnston merge 2016.74
Mon, 11 Jul 2016 23:09:33 +0800 Matt Johnston Improve exit message formatting
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 18 Dec 2015 21:20:46 +0800 Matt Johnston use exec for proxycommand
Tue, 15 Dec 2015 22:15:44 +0800 Matt Johnston rename killchild to kill_proxy_sighandler
Tue, 15 Dec 2015 22:09:55 +0800 Matt Johnston A few minor style fixes
Tue, 01 Dec 2015 21:55:34 +0300 Konstantin Tokarev Support syslog logging in dbclient.
Thu, 03 Dec 2015 16:22:29 +0300 Konstantin Tokarev Client: kill proxy command when exiting application.
Tue, 03 Mar 2015 20:53:00 +0800 Matt Johnston Fix error handling for dbclient async connect
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c fastopen
Thu, 19 Feb 2015 00:32:00 +0800 Matt Johnston In theory TFO should work. Needs platform cleanup and testing fastopen
Wed, 18 Feb 2015 22:46:15 +0800 Matt Johnston async connections working fastopen
Sat, 14 Feb 2015 09:56:11 +0800 Matt Johnston connect_remote() is now always non-blocking
Fri, 13 Feb 2015 22:49:15 +0800 Matt Johnston piggyback data on acks when making connections on linux
Wed, 16 Jul 2014 22:53:32 +0800 Matt Johnston Set tcp priority as follows:
Wed, 09 Jul 2014 00:13:17 +0800 Matt Johnston Make sure client exit messages don't get lost
Tue, 03 Dec 2013 00:04:48 +0800 Matt Johnston - Sockets are set to lowdelay priority initially to improve conneciton setup
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Fri, 03 May 2013 23:07:48 +0800 Matt Johnston ecdsa is working ecc