Commit Graph

  • 6b5208fdb4 ♻️ Move the relay binary into the lib _ 2020-10-30 17:57:36 -0500
  • 8d3fc71dcf 🚧 Can I test these within the same process? _ 2020-10-30 17:53:03 -0500
  • 07686e693c ♻️ Make sure constants are factored out _ 2020-10-30 17:43:56 -0500
  • 9f399b0440 ♻️ Extract file_server module _ 2020-10-30 17:38:23 -0500
  • 6d3a5ac9ba ♻️ Extract serve_all func _ 2020-10-30 17:25:22 -0500
  • 325f68b566 ♻️ Make the server's inner handlers look more like a regular Hyper server _ 2020-10-30 17:11:35 -0500
  • 1615f0d075 🚧 checkpoint _ 2020-10-30 17:01:37 -0500
  • 2e2e6a5f32 Use percent encoding for spaces in file names _ 2020-10-30 16:46:03 -0500
  • 5a690b287e update todo _ 2020-10-30 21:26:46 +0000
  • 8a301a6d03 🚧 Can index directories now, but a lot of stuff is missing _ 2020-10-29 13:31:13 +0000
  • af226cb36c 🚧 Working on directory indexes _ 2020-10-29 13:19:14 +0000
  • 6f31c93c1f ♻️ _ 2020-10-29 12:45:35 +0000
  • 9dd2155d7a 🐛 Add 404 page for missing file instead of gateway timeout _ 2020-10-29 12:22:42 +0000
  • ec5b770ae3 ♻️ Extract serve_file fn _ 2020-10-29 12:17:40 +0000
  • 722eac97e8 Typo _ 2020-10-27 22:57:49 -0500
  • 1e6c29fb01 Byte ranges are properly advertised and served. _ 2020-10-27 22:04:08 -0500
  • aa183de15e Impl HEAD method _ 2020-10-27 21:43:12 -0500
  • 9e3470d5b4 ❇️ content-length response header _ 2020-10-27 21:33:03 -0500
  • 4c03e6d32a ❇️ Sending the ResponseParts back through a header. _ 2020-10-27 21:29:15 -0500
  • 1e86e9735e ♻️ Towards response headers and status code _ 2020-10-27 21:10:40 -0500
  • d286adadc9 ❇️ You can now actually request different files _ 2020-10-27 20:39:02 -0500
  • 290745f6cf Pass the right part of the URL to the server. _ 2020-10-27 20:31:38 -0500
  • 406b13c3b1 ♻️ Package interesting request fields into MsgPack _ 2020-10-27 20:20:06 -0500
  • 15b18a9335 🚧 _ 2020-10-27 19:43:23 -0500
  • 6a79b90643 Add license and README _ 2020-10-27 13:59:03 +0000
  • cab36c7a19 Actually it works okay, I was just off on my estimate of how big videos are. _ 2020-10-27 13:25:21 +0000
  • b9db10b76a 🚧 Set up streaming on the relay _ 2020-10-27 13:04:28 +0000
  • 587849bcfa Sending a picture to the client. Streaming works on the server but not yet on the relay _ 2020-10-27 03:58:50 +0000
  • eaca19f6ba Fix it up so the response body goes through a POST body instead _ 2020-10-27 03:36:52 +0000
  • 0cc61796c0 Concept is proven, though it won't work for streaming _ 2020-10-27 03:27:25 +0000
  • e3aa61bb9a Decided to go straight for the reverse HTTP server idea _ 2020-10-27 02:49:12 +0000
  • 8b3f952091 Multiple watchers _ 2020-10-27 02:20:37 +0000
  • 6bb2678eb5 Very primitive UDP receive _ 2020-10-27 02:00:09 +0000
  • a8caae68c3 UDP send _ 2020-10-27 01:55:47 +0000
  • 394345cfe2 That's long polling _ 2020-10-27 01:42:10 +0000