Makarand Dharmapurikar
a0649dde0e
Merge branch 'master' of https://github.com/grpc/grpc into grpcz_client
8 years ago
makdharma
c4478a103b
Merge pull request #10222 from makdharma/caching_with_uri
...
using URI query to communicate payload
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
Craig Tiller
7e6b7df8d6
Merge pull request #10275 from ctiller/memory
...
Memory usage tweaks
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
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
Makarand Dharmapurikar
7b02dd6f30
yet another ref fix
8 years ago
yang-g
a8a569035f
Use 7-bit prefix in manually created header.
8 years ago
Alexander Polcyn
604abf4fa5
add generated imports header to be able to build on mingw
8 years ago
Makarand Dharmapurikar
0572560cc0
fixed yet another referencing issue
8 years ago
Yuchen Zeng
d3360844f3
Merge remote-tracking branch 'upstream/master' into cares_rebase
8 years ago
Mehrdad Afshari
6f1e443a51
Merge pull request #10216 from mehrdada/python-service-reflection
...
Python Service Reflection
8 years ago
apolcyn
1a0cc16dc7
Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1
...
bump v1.2.x branch to 1.2.1-pre1
8 years ago
Yuchen Zeng
b129095618
Fix tcp_server_utils_posix_common
8 years ago
Makarand Dharmapurikar
50cea0183c
fixed asan memory leak ref issue
8 years ago
Mehrdad Afshari
02735941e4
Add pylint comment to justify unused import
8 years ago
apolcyn
5c8a47e86d
Merge pull request #9776 from apolcyn/add_http2_flow_control_interop_tests
...
add http2 testing interop server uses small data frames and padding
8 years ago
apolcyn
b0f3f55f8f
Merge pull request #9986 from apolcyn/fix_connectivity
...
ruby add background channel state poller to handle disconnected transports
8 years ago
Mehrdad Afshari
626efa67f0
Temporarily disable testFileContainingExtension
...
There is a behavioral discrepency in
`DescriptorPool.FindFileContainingSymbol` between the two
implementations of the protobuf python library (one of which is purely
python, and the other utilizes a python extension library written in
C++).
protobuf on PyPI is distributed via various prebuilt wheels, and our CI
setup fetches the relevant one for each platform. Our Linux instances
end up fetching a pre-compiled C++ version of the library, whereas our
Mac and Windows builders automatically get the pure python version.
This test fails (and our reflection implementation itself) succeeds with
the C++ implementation but fails with the pure python version.
The test will be temporarily disabled pending a fix for
https://github.com/google/protobuf/issues/2882
8 years ago
Mehrdad Afshari
7472e13095
Sort service_names returned by python reflection
...
While not strictly required by the protocol,
it will make testing easier.
8 years ago
Mehrdad Afshari
7be69fcc1c
Add helper function for enabling python reflection
8 years ago
Mehrdad Afshari
9ca61fd05f
Add all_extension_numbers_of_type in py reflection
8 years ago
Mehrdad Afshari
03d9500ec0
Test all_extension_numbers_of_type
8 years ago