Craig Tiller
0d04e0697b
Add a benchmark of base16 encoding
8 years ago
Vijay Pai
739cecb0bc
Merge pull request #10305 from vjpai/fixdep
...
Resolve a circular dependence in build
8 years ago
Yuxuan Li
e5ddd4b906
change EnsureInitialMetadataSent to use template
8 years ago
makdharma
bb9daefe5a
Merge pull request #9810 from makdharma/grpcz_client
...
code and BUILD file for creating a grpcz client
8 years ago
Yuchen Zeng
3d43da7b4b
Change keepalive arguments, add grpc_set_disable_ping_ack
8 years ago
Yuchen Zeng
6aa85735f4
Merge pull request #9955 from y-zeng/ev_epoll_test
...
Avoid variable length arrays
8 years ago
Nicolas Noble
afa4c5b6c9
Merge pull request #9811 from nicolasnoble/vscode-node
...
Adding shim for debugging node tests using vscode.
8 years ago
Muxi Yan
da4cf9dacd
Merge pull request #10244 from muxi/more-test-information
...
Use xcpretty to provide better test information
8 years ago
Yuchen Zeng
1bc34473ce
Add max age enforcement for server channels
8 years ago
Nicolas "Pixel" Noble
6f7dcd0ade
Clang-format.
8 years ago
Nicolas "Pixel" Noble
8e0684b5d4
Merge branch 'master' of https://github.com/grpc/grpc into cpp_bazelness
8 years ago
Makarand Dharmapurikar
a0649dde0e
Merge branch 'master' of https://github.com/grpc/grpc into grpcz_client
8 years ago
Craig Tiller
0fe74d35ee
Initial historical line counter
8 years ago
makdharma
c4478a103b
Merge pull request #10222 from makdharma/caching_with_uri
...
using URI query to communicate payload
8 years ago
thinkerou
34d21ceadc
fix php style
8 years ago
thinkerou
9f00073f3c
fix markdown render error
8 years ago
Matt Kwong
9d67ee7222
Merge pull request #10079 from matt-kwong/change-to-microbenchmarking
...
Change performance testing to use benchmark diff tool
8 years ago
Matt Kwong
c7bd643c15
Merge branch 'master' into change-to-microbenchmarking
8 years ago
Matt Kwong
504adae372
Add a TODO to enable microbenmarking for performance testing
8 years ago
Muxi Yan
2b7a4ed017
Merge pull request #10278 from muxi/fix-timeout
...
Fix testInternalError that caused Jenkins hang for a long time
8 years ago
Makarand Dharmapurikar
f7c48945d0
fix for bazel build break
8 years ago
Yuchen Zeng
f466ae116e
Merge pull request #7771 from y-zeng/cares_buildin
...
Async DNS resolver with pre-configured c-ares
8 years ago
Menghan Li
e0f8940877
update go version in Dockerfile to 1.8
8 years ago
Craig Tiller
7e6b7df8d6
Merge pull request #10275 from ctiller/memory
...
Memory usage tweaks
8 years ago
Nicolas "Pixel" Noble
b02dd01584
Fixing qps & benchmark.
8 years ago
Yuchen Zeng
ac4a7283ee
Merge pull request #10262 from y-zeng/set_user_agent
...
Replace the existing user agent string in SetUserAgentPrefix
8 years ago
Makarand Dharmapurikar
3c7e460de6
added copyright exception for census.proto
8 years ago
Sree Kuchibhotla
b6512cf940
Merge pull request #10245 from sreecha/cq_factory_api
...
Introduce grpc_completion_queue_factory API
8 years ago
Yang Gao
2524a3743b
Merge pull request #10292 from yang-g/udp_server
...
Prevent cleaning up the fd twice.
8 years ago
Yang Gao
e525aa1c92
Merge pull request #10271 from yang-g/error_msg
...
Use 7-bit prefix in manually created header.
8 years ago
Makarand Dharmapurikar
04f28d97b5
review feedback and one bugfix
...
added a needed unref_internal
changed k_query_separator to a char from string
review feedback addressed.
added todo for changing flags to bool from int
8 years ago
Makarand Dharmapurikar
a128b7a8a5
Merge branch 'master' of https://github.com/grpc/grpc into caching_with_uri
8 years ago
Stanley Cheung
d99975bdd7
Merge pull request #10239 from rltvty/fix_php_service_comments
...
fix the namespacing for php docs on client classes
8 years ago
Yuchen Zeng
12b4b27185
Merge pull request #10268 from y-zeng/fix_tcp
...
Fix tcp_server_utils_posix_common
8 years ago
Vijay Pai
52f50d44b0
Resolve a circular dependence that was being generated between
...
create_test_channel.o and libgrpc++_test_util.a .
8 years ago
Nicolas Noble
af61d0b7b4
Merge pull request #10293 from nicolasnoble/upmerge-1.2.0
...
Upmerge from 1.2.0
8 years ago
Nathaniel Manista
18a7a8a963
Merge pull request #10300 from vyper/patch-1
...
Remove spaces for correct link format in README.md.
8 years ago
Muxi Yan
d34f2a431c
Better strategy
8 years ago
Jan Tattermusch
b6da0207d2
Merge pull request #10260 from kerneltime/master
...
Fix markdown
8 years ago
Michael Warres
f143fa88b7
Merge pull request #9843 from mpwarres/udp_server_socket_factory
...
Add socket factory support to udp_server.c
8 years ago
Michael Warres
c46b3ebeb9
Add socket factory support to udp_server.c
8 years ago
Leonardo Saraiva
db7eec7c6d
Remove spaces for correct format
8 years ago
Nicolas "Pixel" Noble
e44a50ffd7
Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0
8 years ago
yang-g
8fc385a3d2
Prevent cleaning up the fd twice.
8 years ago
Muxi Yan
1cef41f7da
Fix testInternalError that caused Jenkins hang for a long time
8 years ago
Craig Tiller
b64d652703
Spam cleanup
8 years ago
Craig Tiller
878a7c2a09
Memory usage tweaks
...
- Improve estimation to give a more reliable slop space in the arena
- Improve measurement by issuing sufficient throw-away calls on a channel to allow call size estimation to settle
8 years ago
Makarand Dharmapurikar
ce0fd978e1
fix a fuzzer detected corner case
8 years ago
Yuchen Zeng
0e8bc45783
Update with the new error interface
8 years ago
apolcyn
d0432ff5af
Merge pull request #10269 from apolcyn/fix_ruby_mingw_build
...
Fix ruby mingw build, add missing header
8 years ago