Yang Gao
e525aa1c92
Merge pull request #10271 from yang-g/error_msg
...
Use 7-bit prefix in manually created header.
8 years ago
Muxi Yan
ef033aa6a8
Remove duplicated code
8 years ago
Alexander Polcyn
69c2717c80
bump v1.2.x branch version to 1.2.1-pre2
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
Muxi Yan
22d36e24e0
Merge branch 'lazy-deframe' of https://github.com/muxi/grpc into lazy-deframe
8 years ago
Muxi Yan
e3c566431e
Merge upstream for error interface changes
8 years ago
Muxi Yan
c732abb08f
Merge remote-tracking branch 'upstream/master' into lazy-deframe
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
Alexander Polcyn
4364ded9b1
wording fix in comments
8 years ago
Alexander Polcyn
8d8dce8db3
malloc run_batch_stack after type checks
8 years ago
Muxi Yan
ed3e300d8a
Tagging fields to identify protection
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
murgatroid99
d166e38e93
Fix soname version mismatch in Makefile
8 years ago
Nicolas Noble
af61d0b7b4
Merge pull request #10293 from nicolasnoble/upmerge-1.2.0
...
Upmerge from 1.2.0
8 years ago
Alexander Polcyn
077f890965
conform test to formatter
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
Alexander Polcyn
34bb6df108
allocated run batch stack on the heap
8 years ago
Alexander Polcyn
27338de445
add test in that sends a sigint to client while its making an rpc ona
...
child thread - segfaults on mac
8 years ago
murgatroid99
ac7f90da26
Add enumsAsStrings option, as the original upgrade PR did
8 years ago
murgatroid99
fef391360c
Node: explicitly define Release and Debug builds, use build flags from build.yaml
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
Jan Tattermusch
e76604fc36
link grpc_csharp_ext with static runtime
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