Commit Graph

6 Commits

Author SHA1 Message Date
Matt Mackall
fcb8f496e2 protocol: unify basic http client requests 2010-07-14 16:35:51 -05:00
Matt Mackall
0b86557977 protocol: move basic ssh client commands to wirerepository 2010-07-14 16:34:57 -05:00
Matt Mackall
47c6d08427 protocol: unify stream_out command 2010-07-14 16:19:27 -05:00
Matt Mackall
050367f581 protocol: unify changegroup commands
- add sendchangegroup protocol helpers
- handle commands with None results
- move changegroup commands into wireproto.py
2010-07-14 15:43:20 -05:00
Matt Mackall
76d9ad7fea protocol: add proto to method prototypes 2010-07-14 15:33:21 -05:00
Matt Mackall
224bed3afd protocol: introduce wireproto.py
- add a protocol-independent dispatcher
- move most of the basic commands from sshserver to wireproto
- dispatch through wireproto first
2010-07-14 15:25:15 -05:00