summaryrefslogtreecommitdiff
path: root/sideband.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-09Merge branch 'jk/sideband-more-error-checking'Libravatar Junio C Hamano1-7/+22
2020-11-02Merge branch 'js/avoid-split-sideband-message'Libravatar Junio C Hamano1-1/+1
2020-10-29sideband: diagnose more sideband anomaliesLibravatar Jeff King1-7/+22
2020-10-20sideband: avoid reporting incomplete sideband messagesLibravatar Johannes Schindelin1-1/+1
2020-08-07sideband: mark "remote error:" prefix for translationLibravatar Jeff King1-1/+1
2019-02-05Merge branch 'jt/fetch-v2-sideband'Libravatar Junio C Hamano1-92/+86
2019-01-17{fetch,upload}-pack: sideband v2 fetch responseLibravatar Jonathan Tan1-0/+5
2019-01-17sideband: reverse its dependency on pkt-lineLibravatar Jonathan Tan1-92/+81
2018-12-04sideband: color lines with keyword onlyLibravatar Stefan Beller1-2/+3
2018-08-18sideband: do not read beyond the end of inputLibravatar Junio C Hamano1-2/+6
2018-08-08sideband: highlight keywords in remote sideband outputLibravatar Han-Wen Nienhuys1-9/+116
2018-04-24Avoid multiple PREFIX definitionsLibravatar Philip Oakley1-5/+5
2017-12-04refactor "dumb" terminal determinationLibravatar Lars Schneider1-3/+2
2016-07-19Merge branch 'lf/recv-sideband-cleanup'Libravatar Junio C Hamano1-74/+58
2016-07-06sideband.c: small optimization of strbuf usageLibravatar Nicolas Pitre1-3/+3
2016-07-01sideband.c: refactor recv_sideband()Libravatar Lukas Fleischer1-74/+58
2016-06-16sideband.c: make send_sideband() return voidLibravatar Lukas Fleischer1-3/+1
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfLibravatar Jeff King1-2/+2
2014-06-02sideband.c: do not use ANSI control sequence on non-terminalLibravatar Michael Naumov1-1/+1
2013-02-24pkt-line: share buffer/descriptor reading implementationLibravatar Jeff King1-1/+1
2013-02-20pkt-line: teach packet_read_line to chomp newlinesLibravatar Jeff King1-1/+1
2013-02-20pkt-line: drop safe_write functionLibravatar Jeff King1-4/+5
2009-11-04Smart push over HTTP: client sideLibravatar Shawn O. Pearce1-3/+8
2009-03-10recv_sideband: Bands #2 and #3 always go to stderrLibravatar Johannes Sixt1-11/+8
2008-09-03improve handling of sideband message displayLibravatar Nicolas Pitre1-23/+43
2008-01-09recv_sideband: Do not use ANSI escape sequence on dumb terminals.Libravatar Johannes Sixt1-5/+18
2007-11-05sideband.c: ESC is spelled '\033' not '\e' for portability.Libravatar Nicolas Pitre1-1/+1
2007-11-04fix display overlap between remote and local progressLibravatar Nicolas Pitre1-14/+37
2007-10-17cope with multiple line breaks within sideband progress messagesLibravatar Nicolas Pitre1-2/+17
2006-10-11atomic write for sideband remote messagesLibravatar Nicolas Pitre1-12/+16
2006-09-10Move sideband server side support into reusable form.Libravatar Junio C Hamano1-0/+26
2006-09-10Move sideband client side support into reusable form.Libravatar Junio C Hamano1-0/+48