summaryrefslogtreecommitdiffstats
path: root/sideband.c
AgeCommit message (Expand)AuthorLines
2026-03-06sideband: drop 'default' configurationJunio C Hamano-4/+2
2026-03-06sideband: offer to configure sanitizing on a per-URL basisJohannes Schindelin-24/+57
2026-03-06sideband: add options to allow more control sequences to be passed throughJohannes Schindelin-14/+77
2026-03-06sideband: do allow ANSI color sequences by defaultJohannes Schindelin-4/+62
2026-03-06sideband: introduce an "escape hatch" to allow control charactersJohannes Schindelin-0/+10
2026-03-06sideband: mask control charactersJohannes Schindelin-2/+15
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King-2/+2
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King-2/+2
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt-3/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano-1/+1
2024-09-19sideband: fix a typoAndrew Kreimer-1/+1
2024-09-03Merge branch 'ps/leakfixes-part-5'Junio C Hamano-8/+7
2024-08-22sideband: fix leaks when configuring sideband colorsPatrick Steinhardt-8/+7
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt-0/+2
2024-03-02sideband: avoid short write(2)Junio C Hamano-2/+2
2024-01-16Merge branch 'cp/sideband-array-index-comment-fix'Junio C Hamano-1/+4
2023-12-28sideband.c: remove redundant 'NEEDSWORK' tagChandra Pratap-1/+4
2023-04-11treewide: remove cache.h inclusion due to editor.h changesElijah Newren-1/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2021-06-17sideband: don't lose clear-to-eol at packet boundaryJiang Xin-0/+23
2020-11-09Merge branch 'jk/sideband-more-error-checking'Junio C Hamano-7/+22
2020-11-02Merge branch 'js/avoid-split-sideband-message'Junio C Hamano-1/+1
2020-10-29sideband: diagnose more sideband anomaliesJeff King-7/+22
2020-10-20sideband: avoid reporting incomplete sideband messagesJohannes Schindelin-1/+1
2020-08-07sideband: mark "remote error:" prefix for translationJeff King-1/+1
2019-02-05Merge branch 'jt/fetch-v2-sideband'Junio C Hamano-92/+86
2019-01-17{fetch,upload}-pack: sideband v2 fetch responseJonathan Tan-0/+5
2019-01-17sideband: reverse its dependency on pkt-lineJonathan Tan-92/+81
2018-12-04sideband: color lines with keyword onlyStefan Beller-2/+3
2018-08-18sideband: do not read beyond the end of inputJunio C Hamano-2/+6
2018-08-08sideband: highlight keywords in remote sideband outputHan-Wen Nienhuys-9/+116
2018-04-24Avoid multiple PREFIX definitionsPhilip Oakley-5/+5
2017-12-04refactor "dumb" terminal determinationLars Schneider-3/+2
2016-07-19Merge branch 'lf/recv-sideband-cleanup'Junio C Hamano-74/+58
2016-07-06sideband.c: small optimization of strbuf usageNicolas Pitre-3/+3
2016-07-01sideband.c: refactor recv_sideband()Lukas Fleischer-74/+58
2016-06-16sideband.c: make send_sideband() return voidLukas Fleischer-3/+1
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King-2/+2
2014-06-02sideband.c: do not use ANSI control sequence on non-terminalMichael Naumov-1/+1
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King-1/+1
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King-1/+1
2013-02-20pkt-line: drop safe_write functionJeff King-4/+5
2009-11-04Smart push over HTTP: client sideShawn O. Pearce-3/+8
2009-03-10recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt-11/+8
2008-09-03improve handling of sideband message displayNicolas Pitre-23/+43
2008-01-09recv_sideband: Do not use ANSI escape sequence on dumb terminals.Johannes Sixt-5/+18
2007-11-05sideband.c: ESC is spelled '\033' not '\e' for portability.Nicolas Pitre-1/+1