Commit Graph

  • 218594793d
    . Chip Senkbeil 2022-09-30 13:29:33 -0500
  • 431949af50
    Add more logging to better isolate lockup Chip Senkbeil 2022-09-29 01:05:41 -0500
  • 56150af49e
    Add sleep_duration to connection builder Chip Senkbeil 2022-09-28 18:39:28 -0500
  • 733a0e2a7d
    Update server to leverage a verifier for authentication methods Chip Senkbeil 2022-09-28 18:07:53 -0500
  • 2173524e3b
    Fix shutdown timer Chip Senkbeil 2022-09-28 16:08:05 -0500
  • c9fb1362b4
    . Chip Senkbeil 2022-09-28 15:18:47 -0500
  • 3eace0c28e
    . Chip Senkbeil 2022-09-28 15:17:31 -0500
  • e3654b0042
    . Chip Senkbeil 2022-09-28 15:04:03 -0500
  • 4107648f65
    . Chip Senkbeil 2022-09-28 14:58:58 -0500
  • 50de0745b5
    . Chip Senkbeil 2022-09-28 14:55:44 -0500
  • 2070dbb38b
    It builds again for distant-net Chip Senkbeil 2022-09-28 14:21:56 -0500
  • 8c9cdbbb97
    . Chip Senkbeil 2022-09-28 12:22:18 -0500
  • 4a4360abd1
    . Chip Senkbeil 2022-09-25 03:51:01 -0500
  • 66d184daa3
    . Chip Senkbeil 2022-09-24 02:24:49 -0500
  • 55dc58888b
    Add authentication methods to server config Chip Senkbeil 2022-09-24 01:39:02 -0500
  • 47c8af6c1b
    More progress Chip Senkbeil 2022-09-24 01:22:52 -0500
  • ab849e8f9f
    . Chip Senkbeil 2022-09-24 00:02:42 -0500
  • 87b6140bb6
    . Chip Senkbeil 2022-09-23 21:59:36 -0500
  • 4c16b1f17d
    . Chip Senkbeil 2022-09-23 01:02:20 -0500
  • 5a70d795e0
    . Chip Senkbeil 2022-09-23 00:02:17 -0500
  • 213e1f216f
    Another tweak Chip Senkbeil 2022-09-22 17:11:55 -0500
  • 4a0ca34f6c
    More fixes Chip Senkbeil 2022-09-22 17:10:33 -0500
  • 4a71a204d0
    Windows pipe updates Chip Senkbeil 2022-09-22 17:02:55 -0500
  • 78a5383dc3
    Fix 100% cpu pegging due to try_flush succeeding with zero bytes written due to outgoing buffer being empty Chip Senkbeil 2022-09-22 16:19:17 -0500
  • a6952a98bb
    Add more logging to try to pin down what's happening Chip Senkbeil 2022-09-22 12:22:33 -0500
  • 32244d9b2e
    Remove framed transport capacity type parameter Chip Senkbeil 2022-09-22 10:54:53 -0500
  • a3758b04f2
    More refactoring Chip Senkbeil 2022-09-22 02:17:44 -0500
  • b74d57618e
    Unfinished port of client ext to builder Chip Senkbeil 2022-09-22 00:47:54 -0500
  • fd684185cb
    Unfinished authentication support -- and we're pegging cpu again probably still from our loops on read and write frame Chip Senkbeil 2022-09-21 23:51:31 -0500
  • 6dcb943422
    Making authenticator Chip Senkbeil 2022-09-21 19:48:05 -0500
  • 9986af2c27
    Add a couple of tests for handshake Chip Senkbeil 2022-09-21 15:00:51 -0500
  • d1757b9acf
    Fix frame_read and frame_write not allowing other async tasks to run on WouldBlock Chip Senkbeil 2022-09-21 00:53:33 -0500
  • 2a61796d04
    Add handshake test stubs Chip Senkbeil 2022-09-21 00:28:12 -0500
  • 5f81670389
    Add some comments and an is_unknown() method to compression and encryption types Chip Senkbeil 2022-09-21 00:20:53 -0500
  • cf48d48b03
    Still working on it Chip Senkbeil 2022-09-21 00:12:12 -0500
  • 7cf4c39ac8
    Unfinished Chip Senkbeil 2022-09-20 16:33:03 -0500
  • af0fc81187
    More progress by moving handshake logic to establish a codec to the FramedTransport and separating out authentication to the StatefulFramedTransport Chip Senkbeil 2022-09-20 14:11:34 -0500
  • e95370589f
    Progress towards stateful framed transport Chip Senkbeil 2022-09-20 01:11:00 -0500
  • a2ec96e556
    . Chip Senkbeil 2022-09-18 00:39:36 -0500
  • 7f0461703d
    . Chip Senkbeil 2022-09-18 00:31:44 -0500
  • 34640243a7
    . Chip Senkbeil 2022-09-18 00:11:01 -0500
  • 3110a2d674
    . Chip Senkbeil 2022-09-18 00:01:06 -0500
  • 36c05c4283
    Still unfinished changes Chip Senkbeil 2022-09-17 23:06:01 -0500
  • ad9f1ac05a
    Unfinished Chip Senkbeil 2022-09-16 17:55:41 -0500
  • 569661cd04
    Server builds -- tests do not Chip Senkbeil 2022-09-15 11:38:26 -0500
  • e576207ca6
    Minor cleanup Chip Senkbeil 2022-09-15 00:04:51 -0500
  • 064d7c010e
    Unfinished work to get server working again Chip Senkbeil 2022-09-14 23:32:50 -0500
  • 08c6d581cb
    Add CompressionCodec to support deflate, gzip, and zlib compression/decompression of frames Chip Senkbeil 2022-09-14 22:53:16 -0500
  • a70ad2db81
    Add PredicateCodec to support conditionally applying codecs Chip Senkbeil 2022-09-14 22:13:31 -0500
  • 5f89679a32
    Add ChainCodec to support multiple codecs together Chip Senkbeil 2022-09-14 21:51:36 -0500
  • dfc5c08cfd
    Refactor codec, add Frame struct Chip Senkbeil 2022-09-14 21:27:53 -0500
  • 9e8306c634
    Add try_flush tests for framed transport Chip Senkbeil 2022-09-13 21:48:34 -0500
  • 1749ada5c8
    Finish writing FramedTransport tests Chip Senkbeil 2022-09-13 21:35:40 -0500
  • 5c0a04962e
    Implement first test for framed transport Chip Senkbeil 2022-09-13 01:05:39 -0500
  • c7b920e251
    Add tests for Transport::write_all and Transport::read_exact Chip Senkbeil 2022-09-13 00:10:49 -0500
  • df9405dcf4
    Refactor RawTransport to Transport and delete UntypedTransport Chip Senkbeil 2022-09-12 14:03:50 -0500
  • 3c345f86fe
    Finish tests for inmemory transport Chip Senkbeil 2022-09-12 13:34:45 -0500
  • 06398bf99b
    Some inmemory transport tests written Chip Senkbeil 2022-09-12 11:46:02 -0500
  • b3271df559
    Unfinished testing of inmemory transport Chip Senkbeil 2022-09-12 01:13:22 -0500
  • ec28292396
    . Chip Senkbeil 2022-09-11 22:48:36 -0500
  • 07e97be9f2
    . Chip Senkbeil 2022-09-11 22:47:18 -0500
  • 0b202bbfd3
    . Chip Senkbeil 2022-09-11 22:46:06 -0500
  • 3ee4004d47
    . Chip Senkbeil 2022-09-11 22:44:57 -0500
  • 6ea5332fbe
    . Chip Senkbeil 2022-09-11 22:04:05 -0500
  • ebb53cc34d
    . Chip Senkbeil 2022-09-11 22:03:09 -0500
  • 0564f6b2ad
    . Chip Senkbeil 2022-09-11 21:59:34 -0500
  • 2b349ce116
    . Chip Senkbeil 2022-09-11 21:58:17 -0500
  • fa4a69a931
    . Chip Senkbeil 2022-09-11 21:57:14 -0500
  • 9fccea014f
    . Chip Senkbeil 2022-09-11 17:25:39 -0500
  • fcdf589e3f
    . Chip Senkbeil 2022-09-11 17:23:58 -0500
  • 0aad5f8cab
    . Chip Senkbeil 2022-09-11 17:22:44 -0500
  • fbdbcdc152
    . Chip Senkbeil 2022-09-11 17:21:57 -0500
  • 1bd80ae0db
    . Chip Senkbeil 2022-09-11 17:12:59 -0500
  • a64ed4b665
    . Chip Senkbeil 2022-09-11 12:04:37 -0500
  • 10ba15d0f0
    . Chip Senkbeil 2022-09-10 23:25:44 -0500
  • c4b7db33d5
    More progress -- no compile Chip Senkbeil 2022-09-10 22:49:30 -0500
  • 4e42d6cee8
    Initial commit Chip Senkbeil 2022-09-10 19:50:46 -0500
  • 7d1b3ba6f0
    Fix stack overflow parsing BindAddress and improve resolution of BindAddress Chip Senkbeil 2022-09-16 20:12:15 -0500
  • 4cf869ecb7
    Add untyped request response (#137) Chip Senkbeil 2022-09-09 02:09:40 -0500
  • 89046f1356
    Add untyped request/response types to distant-net and trace for sending server message Chip Senkbeil 2022-09-09 01:23:32 -0500
  • 36023e27d6
    Initial commit Chip Senkbeil 2022-09-08 20:07:09 -0500
  • a8107aed3a
    Update SearchQueryCondition to support logical or and contains types; also update non-regex types to escape regex Chip Senkbeil 2022-09-08 19:16:48 -0500
  • 193bb6d237
    Integrate ignore crate to provide parallel search, binary detection, and support ignore files (#136) Chip Senkbeil 2022-09-07 01:04:49 -0500
  • ceab62b93c
    Update changelog Chip Senkbeil 2022-09-07 01:04:06 -0500
  • e3c19fa3b6
    Update windows openssh install to retry if fails to download for some reason Chip Senkbeil 2022-09-07 00:12:33 -0500
  • 6a78d9bc05
    Fix core tests Chip Senkbeil 2022-09-06 23:47:26 -0500
  • 86ed409765
    Update to reuse searchers and support binary detection Chip Senkbeil 2022-09-06 23:40:05 -0500
  • f67d14de7a
    threads Chip Senkbeil 2022-09-06 01:41:23 -0500
  • 84fb2beec5
    Refactor to use ignore::WalkParallel Chip Senkbeil 2022-09-06 01:01:05 -0500
  • 32c9775632
    Initial commit Chip Senkbeil 2022-09-05 23:31:12 -0500
  • dac318eb1e
    Release v0.19.0 v0.19.0 Chip Senkbeil 2022-08-30 11:19:16 -0700
  • cae6c5e244
    Refactor SearchQuery to support multiple paths at once Chip Senkbeil 2022-08-30 02:50:58 -0700
  • 01610a3ac7
    Add search support (#131) Chip Senkbeil 2022-08-30 01:47:23 -0700
  • 375ce006ab
    Suppress clippy warnings about large enum variants Chip Senkbeil 2022-08-30 01:21:15 -0700
  • 06bde2d104
    Update readme Chip Senkbeil 2022-08-30 01:12:37 -0700
  • 0dd1297131
    Update formatter to not include newlines inbetween path results; update changelog Chip Senkbeil 2022-08-30 00:55:38 -0700
  • 4230a2810c
    Add cli action and repl tests for search Chip Senkbeil 2022-08-30 00:45:09 -0700
  • 00911c60c6
    Add tests for search state Chip Senkbeil 2022-08-29 23:58:59 -0700
  • 80e345d5db
    Test word Chip Senkbeil 2022-08-29 17:08:20 -0700
  • 452e1e3e53
    Refactor state searcher, fix not terminating when search is done, refactor formatter to support stateful printing Chip Senkbeil 2022-08-29 16:07:03 -0700