Commit Graph

19 Commits

Author SHA1 Message Date
greatroar 63dbfdfd19 Don't translate StatusPacket to os.Err(NotExist|Permission)
Doing this loses potentially useful information for the client. They
should instead check with errors.Is(err, fs.ErrNotExist), etc.; the
StatusPacket type has an Is method for this already.
2025-05-31 14:22:06 +02:00
Cassondra Foesch 432973ce46 DO NOT close the CopyStderrTo writer 2025-05-30 12:47:13 +00:00
Cassondra Foesch 7cfa3d4785 fix ssh subsystem request invocation 2025-05-23 17:34:44 +00:00
Cassondra Foesch 902e93fe8d ISSUE #627: convert typed-nils to untyped-nils on error 2025-03-31 02:05:54 +00:00
Cassondra Foesch 9690456f87 forward-port #623 2025-03-25 13:30:02 +00:00
Cassondra Foesch f9e6b36c06 a bit of a refactor, match a similar signature to protobuf opaque API 2025-03-04 13:56:56 +00:00
Cassondra Foesch 48c4083f49 oops, use the context we have 2024-12-05 10:29:20 +00:00
Cassondra Foesch ae230db0b7 these are not Full, they're Sequential 2024-11-15 19:06:10 +00:00
Cassondra Foesch 83abba99cb allign rangedir functions 2024-11-15 18:53:49 +00:00
Cassondra Foesch 0d9fb714fe polish 2024-11-15 17:03:47 +00:00
Cassondra Foesch 46c69d20ee allign StatusPacket with other response packet 2024-11-15 16:16:21 +00:00
Cassondra Foesch 98fad757bf refactor getPacket to separate per-response-packet-types that even unpack the relevant field that we're actually interested in 2024-11-15 15:18:57 +00:00
Cassondra Foesch 63662203b7 server uses commonHandler, client uses handle 2024-11-15 13:22:39 +00:00
Cassondra Foesch d2cb4df84e ancilliary breaks 2024-11-13 21:31:18 +00:00
Cassondra Foesch f7eb322f65 Permit close even when WriteTo is hung 2024-11-13 20:25:43 +00:00
Cassondra Foesch f1f69e92f1 iterators, golint, and internal packages, oh my\! 2024-11-12 15:37:31 +00:00
Cassondra Foesch 5a107ff627 gofmt 2024-10-29 16:57:49 +00:00
Cassondra Foesch 4ff6adbf71 implement some ClientOptions rename OpSupported, and godoc the client. 2024-10-29 16:56:02 +00:00
Cassondra Foesch 5839350cfc xkcd.com/1022 2024-09-30 17:38:18 +00:00