Jorge Canizales
|
1a4678f5c8
|
Merge pull request #8424 from muxi/objc-v1.0.1-pre1
Update CronetFramework.podspec license
|
8 years ago |
Jorge Canizales
|
8f4e312c58
|
Update tests project to XCode 8
|
8 years ago |
Muxi Yan
|
abb0f0b306
|
Update CronetFramework.podspec license
|
8 years ago |
Sree Kuchibhotla
|
da069a506d
|
Rename sync_methods_ to sync_requests_
|
8 years ago |
Noah Eisen
|
c715d3f9bd
|
Merge branch 'master' of https://github.com/grpc/grpc into interop_client_naming
|
8 years ago |
Noah Eisen
|
32eee7739b
|
Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message
|
8 years ago |
Noah Eisen
|
69e6c26a49
|
Merge pull request #8415 from ncteisen/master
C++ Now Runs All Interop Tests
|
8 years ago |
Alex Polcyn
|
cac93f673e
|
clean up error counting and reporting
|
8 years ago |
Craig Tiller
|
3c70377db4
|
Merge pull request #8370 from lyuxuan/fix_handshake_malloc
change from malloc to gpr_malloc
|
8 years ago |
Craig Tiller
|
2dc4968b93
|
Fix config-exclusion for secure variants of tests
|
8 years ago |
Mark D. Roth
|
f222593de2
|
clang-format
|
8 years ago |
Sree Kuchibhotla
|
c1f006e67d
|
update image
|
8 years ago |
Sree Kuchibhotla
|
21bca1e017
|
stress test framework design doc
|
8 years ago |
Yuchen Zeng
|
654aa869d2
|
Merge remote-tracking branch 'upstream/master' into reflection_header
|
8 years ago |
Sree Kuchibhotla
|
385c9b2f05
|
Address code review comments
|
8 years ago |
Craig Tiller
|
e2f696895f
|
Fixes for bad asserts
|
8 years ago |
Craig Tiller
|
afcc8752f3
|
clang-format
|
8 years ago |
Craig Tiller
|
2f1d8708e5
|
Header fixes
|
8 years ago |
Muxi Yan
|
b183e1a4de
|
Merge pull request #8412 from muxi/objc-v1.0.1-pre1
Advance ObjC versions to v1.0.1-pre1
|
8 years ago |
murgatroid99
|
3dc67018a0
|
Fix issues with express benchmark and synchronize package.json with template
|
8 years ago |
Muxi Yan
|
3dde6d9d79
|
Merge pull request #8402 from muxi/backport_8235
Backport to v1.0.x: Make initial connect retry backoff configurable
|
8 years ago |
kpayson64
|
06755b7c49
|
Merge pull request #8330 from kpayson64/poll_failure
Wakeup fds on bad poll
|
8 years ago |
Jan Tattermusch
|
5470cb36ec
|
Merge pull request #8409 from jtattermusch/refactor_unimplemented_handler
Refactor C# NoSuchMethodCallHandler
|
8 years ago |
Sree Kuchibhotla
|
556aebb1e0
|
Merge branch 'master' into rpc_mgr
|
8 years ago |
Craig Tiller
|
7861db09a7
|
Merge github.com:grpc/grpc into buffer_pools_for_realsies
|
8 years ago |
Craig Tiller
|
aecc227a25
|
Merge pull request #8417 from sreecha/design_docs
Design docs
|
8 years ago |
Mark D. Roth
|
24301717d4
|
Allow specifying extra flags for C++ interop server.
|
8 years ago |
Sree Kuchibhotla
|
17fc7ef848
|
update images
|
8 years ago |
Sree Kuchibhotla
|
6e104d9630
|
epoll design doc
|
8 years ago |
murgatroid99
|
697b167ff3
|
Merge branch 'master' into node_express_benchmark
|
8 years ago |
Ken Payson
|
667301a25f
|
Change channel tests to use public API
This allows for testing other implementations of grpc.Server.
|
8 years ago |
Noah Eisen
|
88477fd046
|
All current interop tests are implemented for C++ client and server. Updated run_interop_tests.py so that C++ no longer skips any tests
|
8 years ago |
Noah Eisen
|
040e6111cc
|
Merge branch 'master' of https://github.com/grpc/grpc
|
8 years ago |
Vijay Pai
|
9fa9315d62
|
Merge remote-tracking branch 'upstream/master' into fc_1dstream
|
8 years ago |
Dan Born
|
19e01fdc32
|
clang-format
|
8 years ago |
Sree Kuchibhotla
|
e4eb51f20c
|
reorder params in Server
|
8 years ago |
Vijay Pai
|
d923583768
|
Minor cleanup - remove an unneeded header, mark a class final, explicitly specify parent class
|
8 years ago |
Muxi Yan
|
a4ead72a12
|
Use BoringSSL tag instead of commit#
|
8 years ago |
Mark D. Roth
|
948f95b2ce
|
Merge pull request #7201 from markdroth/run_interop_tests_go
Fix status_code_and_message interop test for C++ and PHP. Change run_interop_tests.py to run this test for C++ and Go.
|
8 years ago |
Mark D. Roth
|
605a8f12ed
|
Merge remote-tracking branch 'upstream/master' into service_config
|
8 years ago |
Yang Gao
|
f1e5d12030
|
Merge pull request #8371 from yang-g/server_context_spouse
Server context test spouse
|
8 years ago |
Jan Tattermusch
|
f72ead3332
|
refactor NoSuchMethodCallHandler
|
8 years ago |
murgatroid99
|
b53e5d1f2b
|
Create benchmark client and server for Node Express
|
8 years ago |
Craig Tiller
|
50d6f7b60f
|
Merge github.com:grpc/grpc into buffer_pools_for_realsies
|
8 years ago |
Craig Tiller
|
1a62ec83b7
|
Merge pull request #8008 from ctiller/direct-calls
Move back to a mostly-single-threaded http2 transport
|
8 years ago |
Sree Kuchibhotla
|
2a00d3d1bc
|
Merge branch 'master' into rpc_mgr
|
8 years ago |
Craig Tiller
|
a81c311171
|
Fix wakeup bug
|
8 years ago |
Mark D. Roth
|
c7d78dfeb2
|
Merge pull request #3 from stanley-cheung/run_interop_tests_go
Fix php interop client for status_code_and_message test
|
8 years ago |
Muxi Yan
|
a507de342d
|
Advance version of BoringSSL
|
8 years ago |
Nathaniel Manista
|
21fbe2016c
|
Merge pull request #8376 from markmandel/feature/run-codegen
Remove `run_codegen.py` from python example.
|
8 years ago |