1. a814852 Server: allow listen on multiple forward ports; allow specifying a bind address for each listen port by WHR · 7 years ago
  2. b3e17df Client: support resolution of server name by WHR · 7 years ago
  3. 157c3df Server: turn to use socket option SO_RCVTIMEO instead of async signal to add receiving time out by WHR · 7 years ago
  4. e713d62 Avoid using embedded statements since it may not be supported or have different behavior in non-GNU compilers by WHR · 7 years ago
  5. 47ffbfe Server: add a time out when receiving data from client by WHR · 7 years ago
  6. f50c557 Add KEEP_ALIVE_REPLY packet; this change is incompatible with older versions by WHR · 7 years ago
  7. 6f730d0 Set send timeout for data_socket in server by WHR · 7 years ago
  8. 836c68f Change some error messages by WHR · 7 years ago
  9. 97b7fb0 Add new line before banner by WHR · 7 years ago
  10. 168e8a9 Use basename of argv[0] in usage by WHR · 7 years ago
  11. 4e73747 Add runtime copyright notice, remove some debug messages by WHR · 7 years ago
  12. 628321a Disable debug messages; clean up source code by WHR · 7 years ago
  13. 8b56ca7 Remove timeval from struct new_connection_packet by WHR · 7 years ago
  14. 9a10eb0 Exit each forwarding when any EOF was reached; Recreate the socket before trying to reconnect by WHR · 7 years ago
  15. 13b89bd Add client to server keep alive by WHR · 7 years ago
  16. b1acb4b It seems works! by WHR · 7 years ago