summaryrefslogtreecommitdiff
path: root/sideband.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to editor.h changesElijah Newren2023-04-111-1/+1
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* sideband: don't lose clear-to-eol at packet boundaryJiang Xin2021-06-171-0/+23
* Merge branch 'jk/sideband-more-error-checking'Junio C Hamano2020-11-091-7/+22
|\
| * sideband: diagnose more sideband anomaliesJeff King2020-10-291-7/+22
* | Merge branch 'js/avoid-split-sideband-message'Junio C Hamano2020-11-021-1/+1
|\ \ | |/
| * sideband: avoid reporting incomplete sideband messagesJohannes Schindelin2020-10-201-1/+1
* | sideband: mark "remote error:" prefix for translationJeff King2020-08-071-1/+1
|/
* Merge branch 'jt/fetch-v2-sideband'Junio C Hamano2019-02-051-92/+86
|\
| * {fetch,upload}-pack: sideband v2 fetch responseJonathan Tan2019-01-171-0/+5
| * sideband: reverse its dependency on pkt-lineJonathan Tan2019-01-171-92/+81
* | 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 usagelf/recv-sideband-cleanupNicolas 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-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