summaryrefslogtreecommitdiffstats
path: root/sideband.c
Commit message (Expand)AuthorAgeFilesLines
* sideband: color lines with keyword onlyStefan Beller2018-12-041-2/+3
* sideband: do not read beyond the end of inputJunio C Hamano2018-08-181-2/+6
* sideband: highlight keywords in remote sideband outputHan-Wen Nienhuys2018-08-081-9/+116
* Avoid multiple PREFIX definitionsPhilip Oakley2018-04-241-5/+5
* refactor "dumb" terminal determinationLars Schneider2017-12-041-3/+2
* Merge branch 'lf/recv-sideband-cleanup'Junio C Hamano2016-07-191-74/+58
|\
| * sideband.c: small optimization of strbuf usageNicolas Pitre2016-07-061-3/+3
| * sideband.c: refactor recv_sideband()Lukas Fleischer2016-07-011-74/+58
* | sideband.c: make send_sideband() return voidLukas Fleischer2016-06-161-3/+1
* | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-2/+2
|/
* sideband.c: do not use ANSI control sequence on non-terminalMichael 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