summaryrefslogtreecommitdiff
path: root/cli-main.c
Commit message (Expand)AuthorAgeFilesLines
* changed TRACE to DEBUG1 for dbclientHansH1112022-03-191-2/+7
* Leave non-interactive at default QoS classMatt Johnston2022-01-271-2/+3
* Update cli-main.c (#114)Guillaume Picquet2021-03-041-1/+1
* Get client fuzzer building and starting (fails straight away)Matt Johnston2020-10-181-55/+2
* set up early logging nameMatt Johnston2020-05-281-1/+7
* ext-info handling for server-sig-algsMatt Johnston2020-05-191-0/+1
* Add dbclient '-J &fd' option for a file descriptorMatt Johnston2018-02-181-0/+15
* make signal flags volatile, simplify handlingMatt Johnston2018-02-141-1/+1
* bind to port as well with -bMatt Johnston2018-01-261-3/+4
* cli_bind_address_connecthouseofkodai2017-05-011-3/+3
* Pointer parameter could be declared as pointing to const (callback)Francois Perrad2017-08-191-1/+1
* merge 2016.74Matt Johnston2016-07-211-6/+6
|\
| * Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-6/+6
* | Improve exit message formattingMatt Johnston2016-07-111-10/+11
|/
* use exec for proxycommandMatt Johnston2015-12-181-1/+8
* rename killchild to kill_proxy_sighandlerMatt Johnston2015-12-151-9/+6
* A few minor style fixesMatt Johnston2015-12-151-3/+3
* Support syslog logging in dbclient.Konstantin Tokarev2015-12-011-1/+13
* Client: kill proxy command when exiting application.Konstantin Tokarev2015-12-031-5/+20
* Fix error handling for dbclient async connectMatt Johnston2015-03-031-1/+5
* Move generic network routines to netio.cMatt Johnston2015-02-201-2/+2
* In theory TFO should work. Needs platform cleanup and testingMatt Johnston2015-02-191-2/+3
* async connections workingMatt Johnston2015-02-181-6/+2
* connect_remote() is now always non-blockingMatt Johnston2015-02-141-2/+1
* piggyback data on acks when making connections on linuxMatt Johnston2015-02-131-1/+1
* Set tcp priority as follows:Matt Johnston2014-07-161-3/+0
* Make sure client exit messages don't get lostMatt Johnston2014-07-091-2/+3
* - Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston2013-12-031-0/+3
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* use oldstyle commentsMatt Johnston2013-11-141-1/+1
* merge in HEADMatt Johnston2013-05-211-2/+1
|\
| * Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston2013-04-011-2/+1
* | ecdsa is workingMatt Johnston2013-05-031-0/+5
|/
* Add noreturn and format attribute hints for some functions.Matt Johnston2011-04-071-1/+1
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-2/+2
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-10/+1
* - Make -i and -W pass through multihop argumentsMatt Johnston2009-06-121-0/+1
* Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefMatt Johnston2009-06-081-0/+4
* Don't capture stderr from spawned processes in proxycommand modeMatt Johnston2008-09-171-3/+1
* - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston2008-09-151-3/+29
* - Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston2008-09-151-5/+13
* Disable core dumpsMatt Johnston2007-02-121-0/+2
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-1/+1
* merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston2004-08-271-0/+4
* - added circular buffering for channelsMatt Johnston2004-08-261-1/+2
* License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-141-0/+26
* - Added terminal mode handling etc for the client, and window changeMatt Johnston2004-08-011-2/+5
* Progressing client supportMatt Johnston2004-07-271-2/+47
* snapshot of stuffMatt Johnston2004-07-261-0/+33