summaryrefslogtreecommitdiff
path: root/sideband.c
Commit message (Expand)AuthorAgeFilesLines
* sideband.c: do not use ANSI control sequence on non-terminalmn/sideband-no-ansiMichael Naumov2014-06-021-1/+1
* pkt-line: share buffer/descriptor reading implementationJeff King2013-02-241-1/+1
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-1/+1
* pkt-line: drop safe_write functionJeff King2013-02-201-4/+5
* Smart push over HTTP: client sideShawn O. Pearce2009-11-041-3/+8
* recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt2009-03-101-11/+8
* improve handling of sideband message displayNicolas Pitre2008-09-031-23/+43
* recv_sideband: Do not use ANSI escape sequence on dumb terminals.Johannes Sixt2008-01-091-5/+18
* sideband.c: ESC is spelled '\033' not '\e' for portability.Nicolas Pitre2007-11-051-1/+1
* fix display overlap between remote and local progressNicolas Pitre2007-11-041-14/+37
* cope with multiple line breaks within sideband progress messagesNicolas Pitre2007-10-171-2/+17
* atomic write for sideband remote messagesNicolas Pitre2006-10-111-12/+16
* Move sideband server side support into reusable form.Junio C Hamano2006-09-101-0/+26
* Move sideband client side support into reusable form.Junio C Hamano2006-09-101-0/+48