index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkt-line.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jx/sideband-chomp-newline-fix'
Junio C Hamano
2024-01-13
1
-0
/
+4
|
\
|
*
pkt-line: do not chomp newlines for sideband messages
Jiang Xin
2023-12-18
1
-0
/
+1
|
*
pkt-line: memorize sideband fragment in reader
Jiang Xin
2023-12-18
1
-0
/
+3
*
|
pkt-line.h: remove unnecessary include
Elijah Newren
2023-12-26
1
-1
/
+0
|
/
*
pkt-line: add size parameter to packet_length()
René Scharfe
2023-07-08
1
-1
/
+1
*
pkt-line.h: move declarations for pkt-line.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+2
*
treewide: remove unnecessary git-compat-util.h includes in headers
Elijah Newren
2023-02-24
1
-1
/
+0
*
Merge branch 'mt/rot13-in-c'
Junio C Hamano
2022-08-29
1
-1
/
+7
|
\
|
*
t0021: implementation the rot13-filter.pl script in C
Matheus Tavares
2022-08-15
1
-1
/
+7
*
|
pkt-line.h: move comment closer to the associated code
Matheus Tavares
2022-07-22
1
-8
/
+8
|
/
*
fetch-pack: redact packfile urls in traces
Ivan Frade
2021-11-11
1
-0
/
+1
*
Merge branch 'ab/pkt-line-cleanup'
Junio C Hamano
2021-10-26
1
-9
/
+1
|
\
|
*
pkt-line.[ch]: remove unused packet_read_line_buf()
Ævar Arnfjörð Bjarmason
2021-10-15
1
-8
/
+1
|
*
pkt-line.[ch]: remove unused packet_buf_write_len()
Ævar Arnfjörð Bjarmason
2021-10-15
1
-1
/
+0
*
|
pkt-line: add stdio packet write functions
Jacob Vosmaer
2021-09-01
1
-0
/
+11
|
/
*
pkt-line: add options argument to read_packetized_to_strbuf()
Johannes Schindelin
2021-03-15
1
-1
/
+1
*
pkt-line: add PACKET_READ_GENTLE_ON_READ_ERROR option
Johannes Schindelin
2021-03-15
1
-3
/
+8
*
pkt-line: do not issue flush packets in write_packetized_*()
Johannes Schindelin
2021-03-15
1
-2
/
+2
*
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
2020-07-07
1
-0
/
+3
|
\
|
*
pkt-line: add a member for hash algorithm
brian m. carlson
2020-05-27
1
-0
/
+3
*
|
pkt-line: define PACKET_READ_RESPONSE_END
Denton Liu
2020-05-25
1
-0
/
+2
*
|
pkt-line: extern packet_length()
Denton Liu
2020-05-20
1
-0
/
+9
|
/
*
pkt-line: fix a typo
Johannes Schindelin
2019-12-02
1
-1
/
+1
*
*.[ch]: manually align parameter lists
Denton Liu
2019-05-05
1
-2
/
+2
*
*.[ch]: remove extern from function declarations using spatch
Denton Liu
2019-05-05
1
-3
/
+3
*
remote-curl: use post_rpc() for protocol v2 also
Jonathan Tan
2019-03-03
1
-0
/
+1
*
{fetch,upload}-pack: sideband v2 fetch response
Jonathan Tan
2019-01-17
1
-0
/
+4
*
sideband: reverse its dependency on pkt-line
Jonathan Tan
2019-01-17
1
-0
/
+16
*
pkt-line: introduce struct packet_writer
Jonathan Tan
2019-01-15
1
-0
/
+14
*
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
2019-01-02
1
-2
/
+6
*
pkt-line: add packet_buf_write_len function
Brandon Williams
2018-03-15
1
-0
/
+1
*
pkt-line: add delim packet support
Brandon Williams
2018-03-14
1
-0
/
+3
*
pkt-line: allow peeking a packet line without consuming it
Brandon Williams
2018-03-14
1
-0
/
+58
*
pkt-line: introduce packet_read_with_status
Brandon Williams
2018-03-14
1
-0
/
+16
*
pkt-line: add packet_write function
Brandon Williams
2017-10-17
1
-0
/
+1
*
sub-process: refactor handshake to common function
Jonathan Tan
2017-07-26
1
-2
/
+0
*
pkt-line: annotate packet_writel with LAST_ARG_MUST_BE_NULL
Jeff King
2017-05-15
1
-0
/
+1
*
convert: move packet_write_line() into pkt-line as packet_writel()
Ben Peart
2017-05-08
1
-0
/
+1
*
pkt-line: add packet_read_line_gently()
Ben Peart
2017-05-08
1
-0
/
+11
*
pkt-line: add functions to read/write flush terminated packet streams
Lars Schneider
2016-10-17
1
-0
/
+8
*
pkt-line: add packet_flush_gently()
Lars Schneider
2016-10-17
1
-0
/
+1
*
pkt-line: add packet_write_fmt_gently()
Lars Schneider
2016-10-17
1
-0
/
+1
*
pkt-line: rename packet_write() to packet_write_fmt()
Lars Schneider
2016-10-17
1
-1
/
+1
*
comments: fix misuses of "nor"
Justin Lebar
2014-04-01
1
-4
/
+4
*
pkt-line: share buffer/descriptor reading implementation
Jeff King
2013-02-24
1
-6
/
+17
*
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
2013-02-20
1
-2
/
+7
*
pkt-line: move LARGE_PACKET_MAX definition from sideband
Jeff King
2013-02-20
1
-0
/
+3
*
pkt-line: teach packet_read_line to chomp newlines
Jeff King
2013-02-20
1
-1
/
+8
*
pkt-line: provide a generic reading function with options
Jeff King
2013-02-20
1
-1
/
+26
*
pkt-line: drop safe_write function
Jeff King
2013-02-20
1
-1
/
+0
[next]