aboutsummaryrefslogtreecommitdiff
path: root/sideband.c
Commit message (Collapse)AuthorAge
* Move sideband server side support into reusable form.Junio C Hamano2006-09-10
| | | | | | | | The server side support; this is just the very low level, and the caller needs to know which band it wants to send things out. Signed-off-by: Junio C Hamano <junkio@cox.net> (cherry picked from b786552b67878c7780c50def4c069d46dc54efbe commit)
* Move sideband client side support into reusable form.Junio C Hamano2006-09-10
This moves the receiver side of the sideband support from fetch-clone.c to sideband.c and its header file, so that archiver protocol can use it. Signed-off-by: Junio C Hamano <junkio@cox.net>