Joey Hess
73ffb58456
p2phttp support https
2024-07-23 15:37:36 -04:00
Joey Hess
b7149e897b
add --bind option and listen to both ipv4 and ipv6 by default
2024-07-23 15:19:56 -04:00
Joey Hess
2aa9154b1f
require a valid uuid at the end of an annex+http url
2024-07-23 12:30:27 -04:00
Joey Hess
a6a03ca586
annex+http urls
2024-07-23 08:42:33 -04:00
Joey Hess
758cff0fde
update
2024-07-22 20:59:45 -04:00
Joey Hess
06de2ad972
change default port to 9417
...
Port 80 would need root, not a good idea, so pick something that might
work by default.
9418 is git protocol's port. 9419 is used by something, but nothing
known uses 9417, so it's as good a default as any.
2024-07-22 20:52:17 -04:00
Joey Hess
eb4fb388bd
only base64 non-utf8
2024-07-11 15:47:16 -04:00
Joey Hess
f9b7ce7224
add Annex worker pool to P2PHttp
...
This will be needed for get and store, since those need to run Annex
actions.
withLocalP2PConnections will also probably use it.
2024-07-10 12:19:47 -04:00
Joey Hess
97d0fc9b65
git-annex p2phttp options
2024-07-10 00:01:55 -04:00
Joey Hess
08371c3745
started on auth
2024-07-09 17:30:55 -04:00
Joey Hess
86ce3bf1e4
started servant implementation of HTTP P2P protocol
2024-07-07 12:08:10 -04:00