index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
remote-curl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-03
i18n: fix typos found during l10n for git 2.22.0
Jiang Xin
1
-2
/
+2
2019-04-25
Merge branch 'bc/hash-transition-16'
Junio C Hamano
1
-5
/
+6
2019-04-16
Merge branch 'js/remote-curl-i18n'
Junio C Hamano
1
-25
/
+25
2019-04-16
Merge branch 'js/anonymize-remote-curl-diag'
Junio C Hamano
1
-6
/
+13
2019-04-01
remote-curl: make hash size independent
brian m. carlson
1
-5
/
+6
2019-03-07
Merge branch 'jt/http-auth-proto-v2-fix'
Junio C Hamano
1
-205
/
+179
2019-03-06
remote-curl: mark all error messages for translation
Johannes Schindelin
1
-25
/
+25
2019-03-05
curl: anonymize URLs in error messages and warnings
Johannes Schindelin
1
-6
/
+13
2019-03-03
remote-curl: use post_rpc() for protocol v2 also
Jonathan Tan
1
-184
/
+149
2019-02-22
trace2: create new combined trace facility
Jeff Hostetler
1
-0
/
+7
2019-02-22
remote-curl: refactor reading into rpc_state's buf
Jonathan Tan
1
-9
/
+24
2019-02-14
remote-curl: reduce scope of rpc_state.result
Jonathan Tan
1
-12
/
+13
2019-02-14
remote-curl: reduce scope of rpc_state.stdin_preamble
Jonathan Tan
1
-9
/
+4
2019-02-14
remote-curl: reduce scope of rpc_state.argv
Jonathan Tan
1
-7
/
+5
2019-02-06
remote-curl: tighten "version 2" check for smart-http
Jeff King
1
-1
/
+1
2019-02-06
remote-curl: refactor smart-http discovery
Jeff King
1
-43
/
+57
2019-02-05
Merge branch 'jt/fetch-v2-sideband'
Junio C Hamano
1
-9
/
+20
2019-01-29
Merge branch 'ms/http-no-more-failonerror'
Junio C Hamano
1
-5
/
+24
2019-01-10
remote-curl: unset CURLOPT_FAILONERROR
Masaya Suzuki
1
-0
/
+10
2019-01-10
remote-curl: define struct for CURLOPT_WRITEFUNCTION
Masaya Suzuki
1
-4
/
+14
2019-01-10
http: enable keep_error for HTTP requests
Masaya Suzuki
1
-1
/
+0
2019-01-02
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
1
-3
/
+6
2019-01-02
Use packet_reader instead of packet_read_line
Masaya Suzuki
1
-7
/
+15
2018-12-10
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-11-21
Merge branch 'en/double-semicolon-fix' into maint
Junio C Hamano
1
-1
/
+1
2018-11-12
remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)
Torsten Bögershausen
1
-3
/
+4
2018-09-24
Merge branch 'en/double-semicolon-fix'
Junio C Hamano
1
-1
/
+1
2018-09-05
Remove superfluous trailing semicolons
Elijah Newren
1
-1
/
+1
2018-08-20
Merge branch 'js/typofixes'
Junio C Hamano
1
-1
/
+1
2018-08-08
remote-curl: remove spurious period
Johannes Schindelin
1
-1
/
+1
2018-05-23
remote-curl: accept compressed responses with protocol v2
Brandon Williams
1
-0
/
+1
2018-05-23
remote-curl: accept all encodings supported by curl
Brandon Williams
1
-1
/
+1
2018-05-08
Merge branch 'ma/http-walker-no-partial'
Junio C Hamano
1
-3
/
+0
2018-05-08
Merge branch 'bw/protocol-v2'
Junio C Hamano
1
-4
/
+276
2018-04-24
walker: drop fields of `struct walker` which are always 1
Martin Ågren
1
-3
/
+0
2018-04-11
exec_cmd: rename to use dash in file name
Stefan Beller
1
-1
/
+1
2018-03-15
remote-curl: don't request v2 when pushing
Brandon Williams
1
-1
/
+10
2018-03-15
remote-curl: implement stateless-connect command
Brandon Williams
1
-1
/
+206
2018-03-15
http: eliminate "# service" line when using protocol v2
Brandon Williams
1
-0
/
+3
2018-03-15
http: don't always add Git-Protocol header
Brandon Williams
1
-0
/
+33
2018-03-15
remote-curl: store the protocol version the server responded with
Brandon Williams
1
-1
/
+3
2018-03-15
remote-curl: create copy of the service name
Brandon Williams
1
-2
/
+3
2018-03-14
protocol: introduce enum protocol_version value protocol_v2
Brandon Williams
1
-0
/
+3
2018-03-14
connect: discover protocol version outside of get_remote_heads
Brandon Williams
1
-2
/
+18
2018-02-28
Merge branch 'jk/push-options-via-transport-fix'
Junio C Hamano
1
-1
/
+10
2018-02-27
Merge branch 'js/packet-read-line-check-null'
Junio C Hamano
1
-0
/
+2
2018-02-20
remote-curl: unquote incoming push-options
Jeff King
1
-1
/
+10
2018-02-08
always check for NULL return from packet_read_line()
Jon Simons
1
-0
/
+2
2017-12-08
fetch: support filters
Jeff Hostetler
1
-0
/
+6
2017-12-05
introduce fetch-object: fetch one promisor object
Jonathan Tan
1
-1
/
+13
[next]