Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-21 | merge 2016.74 | Matt Johnston | |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2016-07-11 | Improve exit message formatting | Matt Johnston | |
2015-12-18 | use exec for proxycommand | Matt Johnston | |
2015-12-15 | rename killchild to kill_proxy_sighandler | Matt Johnston | |
2015-12-15 | A few minor style fixes | Matt Johnston | |
2015-12-15 | Support syslog logging in dbclient. | Konstantin Tokarev | |
2015-12-03 | Client: kill proxy command when exiting application. | Konstantin Tokarev | |
2015-03-03 | Fix error handling for dbclient async connect | Matt Johnston | |
2015-02-20 | Move generic network routines to netio.c | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-19 | In theory TFO should work. Needs platform cleanup and testing | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-18 | async connections working | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-14 | connect_remote() is now always non-blocking | Matt Johnston | |
2015-02-13 | piggyback data on acks when making connections on linux | Matt Johnston | |
2014-07-16 | Set tcp priority as follows: | Matt Johnston | |
if (connecting || ptys || x11) tos = LOWDELAY; else if (tcp_forwards) tos = 0; else tos = BULK; TCP forwards could be either lowdelay or bulk, hence the default priority. | |||
2014-07-09 | Make sure client exit messages don't get lost | Matt Johnston | |
2013-12-03 | - Sockets are set to lowdelay priority initially to improve conneciton setup | Matt Johnston | |
time - Set non-pty connections to bulk for client and server | |||
2013-11-14 | rename random.h to dbrandom.h since some OSes have a system random.h | Matt Johnston | |
--HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h | |||
2013-11-14 | use oldstyle comments | Matt Johnston | |
2013-05-21 | merge in HEAD | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-03 | ecdsa is working | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-01 | Run the cleanup handler also when we close due to TCP connection being closed | Matt Johnston | |
2011-04-07 | Add noreturn and format attribute hints for some functions. | Matt Johnston | |
--HG-- extra : convert_revision : 6cc8735d01f0360b918edc26be05681725c0022a | |||
2011-02-23 | Improve capitalisation for all logged strings | Matt Johnston | |
--HG-- extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e | |||
2009-09-01 | Rearrange getaddrstring() etc | Matt Johnston | |
--HG-- extra : convert_revision : 8a18c4a60aeaec085923d13d98fa0f93c506ceba | |||
2009-06-12 | - Make -i and -W pass through multihop arguments | Matt Johnston | |
--HG-- extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910 | |||
2009-06-08 | Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdef | Matt Johnston | |
(commit the right file this time) --HG-- extra : convert_revision : d86e846566d01b739b51fa2ecdb8f62006e38dbd | |||
2008-09-17 | Don't capture stderr from spawned processes in proxycommand mode | Matt Johnston | |
--HG-- extra : convert_revision : 636506b73e973b004cc058b07e6f36a25ff902f8 | |||
2008-09-15 | - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc. | Matt Johnston | |
--HG-- extra : convert_revision : 45069dd007ebf414330e0a7abf4fb7e0727049c3 | |||
2008-09-15 | - Split main socket var into ses.sock_in/ses.sock_out in preparation | Matt Johnston | |
for -J proxy_cmd option (and some prelim options for that) --HG-- extra : convert_revision : 47cdea9a7d66c553c6f5eec43b899821939d4e4c | |||
2007-02-12 | Disable core dumps | Matt Johnston | |
--HG-- extra : convert_revision : ba8ebf724630561c6b9285247be7574a33853a17 | |||
2005-01-02 | Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place | Matt Johnston | |
--HG-- extra : convert_revision : d928bc851e32be7bd429bf7504b148c0e4bf7e2f | |||
2004-08-27 | merge of 50be59810e462f9f44f55e421227d6aa0b31982b | Matt Johnston | |
and 69b007796063cb5f042be7cca2d479e90db869c3 --HG-- extra : convert_revision : 5d0dfaa8c0ee6c728a3b4f0f0855199ba729db83 | |||
2004-08-26 | - added circular buffering for channels | Matt Johnston | |
- added stderr support for the client - cleaned up a bunch of "unused" warnings, duplicated header definitions - added exit-status support for the client --HG-- extra : convert_revision : 5bdf806d8b440c87f7235414662f4189195618f4 | |||
2004-08-14 | License boilerplate etc, add Mihnea as an author to some of the files | Matt Johnston | |
--HG-- extra : convert_revision : 75c02f80c4ed25bd4697e7f17ffac6eded54c148 | |||
2004-08-01 | - Added terminal mode handling etc for the client, and window change | Matt Johnston | |
- Refactored the terminal-mode handling for the server - Improved session closing for the client --HG-- extra : convert_revision : 9d19b4f22c39798af5f3f24c2022f8caec4919e8 | |||
2004-07-27 | Progressing client support | Matt Johnston | |
--HG-- extra : convert_revision : 48946be1cef774d1c33b0f78689962b18720c627 | |||
2004-07-26 | snapshot of stuff | Matt Johnston | |
--HG-- extra : convert_revision : 2903853ba24669d01547710986ad531357602633 |