index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sideband.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-06
sideband: drop 'default' configuration
Junio C Hamano
-4
/
+2
2026-03-06
sideband: offer to configure sanitizing on a per-URL basis
Johannes Schindelin
-24
/
+57
2026-03-06
sideband: add options to allow more control sequences to be passed through
Johannes Schindelin
-14
/
+77
2026-03-06
sideband: do allow ANSI color sequences by default
Johannes Schindelin
-4
/
+62
2026-03-06
sideband: introduce an "escape hatch" to allow control characters
Johannes Schindelin
-0
/
+10
2026-03-06
sideband: mask control characters
Johannes Schindelin
-2
/
+15
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
-2
/
+2
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
-2
/
+2
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
-3
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-09-25
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
-1
/
+1
2024-09-19
sideband: fix a typo
Andrew Kreimer
-1
/
+1
2024-09-03
Merge branch 'ps/leakfixes-part-5'
Junio C Hamano
-8
/
+7
2024-08-22
sideband: fix leaks when configuring sideband colors
Patrick Steinhardt
-8
/
+7
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
-0
/
+2
2024-03-02
sideband: avoid short write(2)
Junio C Hamano
-2
/
+2
2024-01-16
Merge branch 'cp/sideband-array-index-comment-fix'
Junio C Hamano
-1
/
+4
2023-12-28
sideband.c: remove redundant 'NEEDSWORK' tag
Chandra Pratap
-1
/
+4
2023-04-11
treewide: remove cache.h inclusion due to editor.h changes
Elijah Newren
-1
/
+1
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
-0
/
+1
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2021-06-17
sideband: don't lose clear-to-eol at packet boundary
Jiang Xin
-0
/
+23
2020-11-09
Merge branch 'jk/sideband-more-error-checking'
Junio C Hamano
-7
/
+22
2020-11-02
Merge branch 'js/avoid-split-sideband-message'
Junio C Hamano
-1
/
+1
2020-10-29
sideband: diagnose more sideband anomalies
Jeff King
-7
/
+22
2020-10-20
sideband: avoid reporting incomplete sideband messages
Johannes Schindelin
-1
/
+1
2020-08-07
sideband: mark "remote error:" prefix for translation
Jeff King
-1
/
+1
2019-02-05
Merge branch 'jt/fetch-v2-sideband'
Junio C Hamano
-92
/
+86
2019-01-17
{fetch,upload}-pack: sideband v2 fetch response
Jonathan Tan
-0
/
+5
2019-01-17
sideband: reverse its dependency on pkt-line
Jonathan Tan
-92
/
+81
2018-12-04
sideband: color lines with keyword only
Stefan Beller
-2
/
+3
2018-08-18
sideband: do not read beyond the end of input
Junio C Hamano
-2
/
+6
2018-08-08
sideband: highlight keywords in remote sideband output
Han-Wen Nienhuys
-9
/
+116
2018-04-24
Avoid multiple PREFIX definitions
Philip Oakley
-5
/
+5
2017-12-04
refactor "dumb" terminal determination
Lars Schneider
-3
/
+2
2016-07-19
Merge branch 'lf/recv-sideband-cleanup'
Junio C Hamano
-74
/
+58
2016-07-06
sideband.c: small optimization of strbuf usage
Nicolas Pitre
-3
/
+3
2016-07-01
sideband.c: refactor recv_sideband()
Lukas Fleischer
-74
/
+58
2016-06-16
sideband.c: make send_sideband() return void
Lukas Fleischer
-3
/
+1
2015-09-25
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
-2
/
+2
2014-06-02
sideband.c: do not use ANSI control sequence on non-terminal
Michael Naumov
-1
/
+1
2013-02-24
pkt-line: share buffer/descriptor reading implementation
Jeff King
-1
/
+1
2013-02-20
pkt-line: teach packet_read_line to chomp newlines
Jeff King
-1
/
+1
2013-02-20
pkt-line: drop safe_write function
Jeff King
-4
/
+5
2009-11-04
Smart push over HTTP: client side
Shawn O. Pearce
-3
/
+8
2009-03-10
recv_sideband: Bands #2 and #3 always go to stderr
Johannes Sixt
-11
/
+8
2008-09-03
improve handling of sideband message display
Nicolas Pitre
-23
/
+43
2008-01-09
recv_sideband: Do not use ANSI escape sequence on dumb terminals.
Johannes Sixt
-5
/
+18
2007-11-05
sideband.c: ESC is spelled '\033' not '\e' for portability.
Nicolas Pitre
-1
/
+1
[next]