Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • c6f81e4 (HEAD -> main) make ctrl-c work properly.. by John-Mark Gurney 2022-04-12 17:53:14 -0700
  • fd2c5f9 add some documentation, wrap a few long lines.. by John-Mark Gurney 2022-04-12 17:28:37 -0700
  • 7f7f187 add support for server and client to do forwarding to TCP streams... by John-Mark Gurney 2022-04-12 16:45:58 -0700
  • 11b4275 pretty big change here... add id's to the commands to keep track of them, and makes it easy to await on them. by John-Mark Gurney 2020-12-15 13:21:46 -0800
  • b5885a4 make sure that _proc exists before sending exec command.. by John-Mark Gurney 2020-12-14 23:15:39 -0800
  • ccdfd7a restructure wait_closed to make sure it sends the chan closed... by John-Mark Gurney 2020-12-14 22:31:37 -0800
  • 4573195 add function to clear the handler.. by John-Mark Gurney 2020-12-14 22:12:19 -0800
  • 53c3c2a add code to call a shutdown function to allow implementations to clean up by John-Mark Gurney 2020-12-14 18:05:16 -0800
  • 23679ff more doc strings.. use an __all__ to limit what pydoc displays by default.. by John-Mark Gurney 2020-12-13 16:38:58 -0800
  • f85627b fix wait_closed to wait.. use asyncio.Event instead of rolling my own... by John-Mark Gurney 2020-12-13 16:25:16 -0800
  • 77f7198 add a bunch of doc strings.. still more to come, but discovered a test coverage bug.. by John-Mark Gurney 2020-12-13 15:41:32 -0800
  • 75ceac2 implement the server side of things... by John-Mark Gurney 2020-12-13 15:22:15 -0800
  • 34c3f65 move the protocol spec to the README, and flesh it out more... by John-Mark Gurney 2020-12-13 15:21:39 -0800
  • 10dae01 this is the fake server, not a real server.. by John-Mark Gurney 2020-12-13 12:07:37 -0800
  • 41b5086 implement the client mostly... oob is not being used currently, and this is partly due to the fact that right now only one exec can be run... by John-Mark Gurney 2020-12-13 00:58:54 -0800
  • 3b41828 add first cut of wsfwd, only implements auth.. rest to follow.. by John-Mark Gurney 2020-12-12 21:57:34 -0800