aboutsummaryrefslogtreecommitdiffstats
path: root/sideband.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King1-1/+1
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King1-1/+1
2013-02-20pkt-line: drop safe_write functionJeff King1-4/+5
2009-11-04Smart push over HTTP: client sideShawn O. Pearce1-3/+8
2009-03-10recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt1-11/+8
2008-09-03improve handling of sideband message displayNicolas Pitre1-23/+43
2008-01-09recv_sideband: Do not use ANSI escape sequence on dumb terminals.Johannes Sixt1-5/+18
2007-11-05sideband.c: ESC is spelled '\033' not '\e' for portability.Nicolas Pitre1-1/+1
2007-11-04fix display overlap between remote and local progressNicolas Pitre1-14/+37
2007-10-17cope with multiple line breaks within sideband progress messagesNicolas Pitre1-2/+17
2006-10-11atomic write for sideband remote messagesNicolas Pitre1-12/+16
2006-09-10Move sideband server side support into reusable form.Junio C Hamano1-0/+26
2006-09-10Move sideband client side support into reusable form.Junio C Hamano1-0/+48