summaryrefslogtreecommitdiff
path: root/sideband.c
AgeCommit message (Expand)Author
2021-06-17sideband: don't lose clear-to-eol at packet boundaryJiang Xin
2020-11-09Merge branch 'jk/sideband-more-error-checking'Junio C Hamano
2020-11-02Merge branch 'js/avoid-split-sideband-message'Junio C Hamano
2020-10-29sideband: diagnose more sideband anomaliesJeff King
2020-10-20sideband: avoid reporting incomplete sideband messagesJohannes Schindelin
2020-08-07sideband: mark "remote error:" prefix for translationJeff King
2019-02-05Merge branch 'jt/fetch-v2-sideband'Junio C Hamano
2019-01-17{fetch,upload}-pack: sideband v2 fetch responseJonathan Tan
2019-01-17sideband: reverse its dependency on pkt-lineJonathan Tan
2018-12-04sideband: color lines with keyword onlyStefan Beller
2018-08-18sideband: do not read beyond the end of inputJunio C Hamano
2018-08-08sideband: highlight keywords in remote sideband outputHan-Wen Nienhuys
2018-04-24Avoid multiple PREFIX definitionsPhilip Oakley
2017-12-04refactor "dumb" terminal determinationLars Schneider
2016-07-19Merge branch 'lf/recv-sideband-cleanup'Junio C Hamano
2016-07-06sideband.c: small optimization of strbuf usageNicolas Pitre
2016-07-01sideband.c: refactor recv_sideband()Lukas Fleischer
2016-06-16sideband.c: make send_sideband() return voidLukas Fleischer
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2014-06-02sideband.c: do not use ANSI control sequence on non-terminalMichael Naumov
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King
2013-02-20pkt-line: drop safe_write functionJeff King
2009-11-05Smart push over HTTP: client sideShawn O. Pearce
2009-03-11recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt
2008-09-03improve handling of sideband message displayNicolas Pitre
2008-01-09recv_sideband: Do not use ANSI escape sequence on dumb terminals.Johannes Sixt
2007-11-05sideband.c: ESC is spelled '\033' not '\e' for portability.Nicolas Pitre
2007-11-04fix display overlap between remote and local progressNicolas Pitre
2007-10-17cope with multiple line breaks within sideband progress messagesNicolas Pitre
2006-10-11atomic write for sideband remote messagesNicolas Pitre
2006-09-10Move sideband server side support into reusable form.Junio C Hamano
2006-09-10Move sideband client side support into reusable form.Junio C Hamano