aboutsummaryrefslogtreecommitdiffstats
path: root/sideband.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-02sideband: avoid short write(2)Junio C Hamano1-2/+2
2024-01-16Merge branch 'cp/sideband-array-index-comment-fix'Junio C Hamano1-1/+4
2023-12-28sideband.c: remove redundant 'NEEDSWORK' tagChandra Pratap1-1/+4
2023-04-11treewide: remove cache.h inclusion due to editor.h changesElijah Newren1-1/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2021-06-17sideband: don't lose clear-to-eol at packet boundaryJiang Xin1-0/+23
2020-11-09Merge branch 'jk/sideband-more-error-checking'Junio C Hamano1-7/+22
2020-11-02Merge branch 'js/avoid-split-sideband-message'Junio C Hamano1-1/+1
2020-10-29sideband: diagnose more sideband anomaliesJeff King1-7/+22
2020-10-20sideband: avoid reporting incomplete sideband messagesJohannes Schindelin1-1/+1
2020-08-07sideband: mark "remote error:" prefix for translationJeff King1-1/+1
2019-02-05Merge branch 'jt/fetch-v2-sideband'Junio C Hamano1-92/+86
2019-01-17{fetch,upload}-pack: sideband v2 fetch responseJonathan Tan1-0/+5
2019-01-17sideband: reverse its dependency on pkt-lineJonathan Tan1-92/+81
2018-12-04sideband: color lines with keyword onlyStefan Beller1-2/+3
2018-08-18sideband: do not read beyond the end of inputJunio C Hamano1-2/+6
2018-08-08sideband: highlight keywords in remote sideband outputHan-Wen Nienhuys1-9/+116
2018-04-24Avoid multiple PREFIX definitionsPhilip Oakley1-5/+5
2017-12-04refactor "dumb" terminal determinationLars Schneider1-3/+2
2016-07-19Merge branch 'lf/recv-sideband-cleanup'Junio C Hamano1-74/+58
2016-07-06sideband.c: small optimization of strbuf usageNicolas Pitre1-3/+3
2016-07-01sideband.c: refactor recv_sideband()Lukas Fleischer1-74/+58
2016-06-16sideband.c: make send_sideband() return voidLukas Fleischer1-3/+1
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King1-2/+2
2014-06-02sideband.c: do not use ANSI control sequence on non-terminalMichael Naumov1-1/+1
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