David G. Quintas
|
644e05e79b
|
Merge pull request #10664 from dgquintas/http_filter_slices
Fix handling of slice in http_client_filter
|
8 years ago |
Yang Gao
|
52ff44f0d6
|
Merge pull request #10440 from danzh2010/udpserver
Modify udp_server to postpone shutdown_fd() during shutdown.
|
8 years ago |
Yang Gao
|
940b2bd06e
|
Merge pull request #10634 from yang-g/fuzz2
Disallow empty method slice in api_fuzzer
|
8 years ago |
Craig Tiller
|
88ce393687
|
Merge pull request #10398 from ipylypiv/fix_uri_parser
Refactor pchar_parse() to use switch()
|
8 years ago |
Muxi Yan
|
9d129e751f
|
Merge pull request #10626 from grpc/revert-10619-revert-9626-lazy-deframe
Revert "Revert "Implement lazy deframe""
|
8 years ago |
David Garcia Quintas
|
2f4679ea34
|
Fix handling of slice in http_client_filter
|
8 years ago |
Craig Tiller
|
e412a18060
|
Merge pull request #10661 from grpc/v1.3.x
1.3.x upmerge
|
8 years ago |
Craig Tiller
|
813e751d66
|
Merge pull request #10660 from ctiller/bugfixes
Bugfixes
|
8 years ago |
Yuchen Zeng
|
b9f9dcdec0
|
Merge pull request #10494 from y-zeng/fix_server_keepalive
Fix server-side keepalive shutdown process
|
8 years ago |
Muxi Yan
|
fe5ec7467d
|
Merge pull request #10631 from muxi/fix-xcode83-modulemap
Fix modulemap redefinition problem in Xcode 8.3
|
8 years ago |
Yang Gao
|
d47be47b08
|
Merge pull request #10618 from yang-g/fuzz
Fix buffer overflow found by oss-fuzz
|
8 years ago |
yang-g
|
f84ea39b35
|
merge with head
|
8 years ago |
Makarand Dharmapurikar
|
0cf4c10984
|
Merge branch 'makdharma-caching_uri'
|
8 years ago |
Makarand Dharmapurikar
|
d65b44a3db
|
Merge branch 'caching_uri' of https://github.com/makdharma/grpc into makdharma-caching_uri
|
8 years ago |
Craig Tiller
|
957562780a
|
Merge pull request #10583 from ctiller/server_start
Threading robustness
|
8 years ago |
Muxi Yan
|
3136568e36
|
Merge remote-tracking branch 'upstream/master' into revert-10619-revert-9626-lazy-deframe
|
8 years ago |
Sree Kuchibhotla
|
b81fb794a3
|
Merge pull request #9972 from sreecha/cq_create_api_changes
Completion Queue creation API changes (C-Core and C++ only)
|
8 years ago |
Craig Tiller
|
9b3d391846
|
Fix broken test
|
8 years ago |
Craig Tiller
|
a094b1a4c6
|
Fix broken test
|
8 years ago |
Craig Tiller
|
6aba1e574a
|
Fix broken test
|
8 years ago |
Craig Tiller
|
90bb7bddd1
|
Merge pull request #10449 from ctiller/minimal_test
Add a test of minimal stacks, and make it pass
|
8 years ago |
Craig Tiller
|
bb75f3ea82
|
Merge pull request #10641 from ctiller/truebin
In all cases when writing, respect what the peer has asked for
|
8 years ago |
Muxi Yan
|
4f505464bd
|
Merge remote-tracking branch 'upstream/master' into revert-10619-revert-9626-lazy-deframe
|
8 years ago |
Mehrdad Afshari
|
b575394351
|
Use _pb2_grpc module to access gRPC entities
|
8 years ago |
David G. Quintas
|
3bcf8d7091
|
Merge pull request #10405 from bogdandrutu/metadata
Change metadata names used by the instrumentation.
|
8 years ago |
Craig Tiller
|
58e6d13f1b
|
Merge github.com:grpc/grpc into minimal_test
|
8 years ago |
Craig Tiller
|
a6ede89120
|
Merge pull request #10630 from ctiller/ubsan
ubsan fixes
|
8 years ago |
Sree Kuchibhotla
|
0e5fa9ebcd
|
Merge branch 'master' into cq_create_api_changes
|
8 years ago |
Muxi Yan
|
a3aec5032a
|
Remove arm_arch and hack version number
|
8 years ago |
David G. Quintas
|
de8dba47f6
|
Merge pull request #10651 from dgquintas/master_merge_1.3
Merge v1.3.x branch back into master
|
8 years ago |
David Garcia Quintas
|
a2be671581
|
Merge remote-tracking branch 'upstream/v1.3.x' into master_merge_1.3
|
8 years ago |
David G. Quintas
|
38c112a655
|
Merge pull request #10650 from dgquintas/1.4.0_bump
master to 1.4.0-dev
|
8 years ago |
David G. Quintas
|
32acefcb7d
|
Merge pull request #10648 from dgquintas/v1.3.x-version-bump
1.3.x branch cut, version bump PR
|
8 years ago |
Sree Kuchibhotla
|
92e0fee78c
|
Merge branch 'master' into cq_create_api_changes
|
8 years ago |
David Garcia Quintas
|
9e1acc0796
|
master to 1.4.0-dev
|
8 years ago |
David Garcia Quintas
|
d9986c3cf7
|
1.3.x branch cut
|
8 years ago |
David G. Quintas
|
bdb102106b
|
Merge pull request #10617 from murgatroid99/upmerge_1.2.4
Upmerge 1.2.4 into master
|
8 years ago |
Sree Kuchibhotla
|
33f4c6d04a
|
Merge branch 'master' into cq_create_api_changes
|
8 years ago |
Mark D. Roth
|
e98cf24f48
|
Merge pull request #10475 from markdroth/closure_debug_schedule_check
Add check that we don't schedule the same closure twice at once.
|
8 years ago |
Mark D. Roth
|
023c982284
|
Merge pull request #10612 from markdroth/max_message_size_status_code
Use RESOURCE_EXHAUSTED for max message size limits.
|
8 years ago |
Craig Tiller
|
6814d0742c
|
In all cases when writing, respect what the peer has asked for (not what the peer has acknowledged we asked for)
|
8 years ago |
Sree Kuchibhotla
|
2eeedad744
|
fix mac issues
|
8 years ago |
Bogdan Drutu
|
c2b1f1672d
|
Change metadata names used by the instrumentation.
|
8 years ago |
jboeuf
|
2d89ac4429
|
Merge pull request #10633 from jboeuf/gpr_free_never_fails_on_null_input
Making sure that gpr_free is a no-op for NULL input.
|
8 years ago |
Julien Boeuf
|
d6547f45d1
|
Be more explicit about the contract for free_fn in the gpr_allocation_functions doc.
|
8 years ago |
Makarand Dharmapurikar
|
63ed60f048
|
using grpc_base64_decode_with_len to simplify code
|
8 years ago |
Matt Kwong
|
110dae8b69
|
Merge pull request #10625 from matt-kwong/fix-cpp-kokoro
Fix typo in Kokoro scripts
|
8 years ago |
yang-g
|
c9f4bf9fcd
|
get rid of the trailing null in path
|
8 years ago |
murgatroid99
|
a41fd5b086
|
Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4
|
8 years ago |
yang-g
|
6163da5135
|
Disallow empty method slice in api_fuzzer
|
8 years ago |