Masood Malekghassemi
ec88feb4d3
Merge pull request #3134 from nathanielmanistaatgoogle/beta
...
The rest of the Python Beta API
9 years ago
Masood Malekghassemi
5684561251
Merge pull request #3147 from nathanielmanistaatgoogle/servicelink-shut-down
...
Fix gRPC links lifecycle tracking
9 years ago
murgatroid99
42c3fb2685
Merge branch 'master' of github.com:grpc/grpc
9 years ago
Masood Malekghassemi
8be7a0491c
Merge pull request #3149 from nathanielmanistaatgoogle/drop-invoker
...
Drop invoker during test tear-down
9 years ago
Masood Malekghassemi
696e5a309d
Merge pull request #3146 from nathanielmanistaatgoogle/grace
...
Fix grace period bug in _end.accept_ticket
9 years ago
Michael Lumish
6de001e3f4
Merge pull request #3155 from stanley-cheung/php_fix_testing_dockerfile
...
php: fix gce testing dockerfile
9 years ago
Stanley Cheung
a0581622bb
Merge pull request #3144 from tbetbetbe/grpc-ruby-fix-math-client-server
...
Grpc ruby fix math client and server
9 years ago
Alistair Veitch
5b61479b0b
rename record fn
9 years ago
Alistair Veitch
c47621fbef
merge
9 years ago
Alistair Veitch
a24148ea38
change aggregation type names
9 years ago
Alistair Veitch
8f691e6c94
add clone to aggregation ops
9 years ago
Stanley Cheung
8ad4968e23
php: fix gce testing dockerfile
9 years ago
Tim Emiola
2641c045a3
Merge pull request #3142 from stanley-cheung/update_debian_source_instruction
...
Update debian source instruction
9 years ago
Nathaniel Manista
99355ce1cc
Metadata plumbing and serialization tweaks
...
(1) Plumb the metadata transformer given at the Beta API through to the
InvocationLink where it will be used.
(2) In both InvocationLink and ServiceLink, if there isn't a registered
serializer or deserializer, just pass the payload through rather than
ignoring the entire RPC.
9 years ago
Nathaniel Manista
9e4d0610ea
The rest of the Python Beta API
9 years ago
Julien Boeuf
0d47192afa
Fixing headers and paths after merge with upstream.
9 years ago
Julien Boeuf
d1b6152f88
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
9 years ago
Julien Boeuf
fe1478f19e
Change the ownership model of the auth processor.
...
- The processor now belongs to the server credentials in core.
- The server credentials now needs to be refcounted.
- Changed slighly the vtable of credentials to make it easier to avoid
memory leaks (free'ing the pointer is now done at the common layer,
the implementations of the creds are now only reponsible for
destructing the implementations' specific members.
9 years ago
Craig Tiller
8c0d6b37a1
Merge pull request #2668 from a-veitch/tracing_api
...
Tracing api
9 years ago
Nathaniel Manista
dff73c7d23
Drop invoker during test tear-down
...
The invoker is an object derived from, and referring to, objects of the
Face implementation under test. If those objects are to be garbage
collected at the appropriate time the invoker that references them must
be made eligible for garbage collection in the test's tearDown method.
9 years ago
Nathaniel Manista
154e762ae8
Fix gRPC links lifecycle tracking
9 years ago
Nathaniel Manista
1d14618a0e
Fix grace period bug in _end.accept_ticket
...
Tickets should not be ignored if the end is in a grace period; rather
they should be ignored if they are for an unrecognized (likely new)
operation and the end is in a grace period.
9 years ago
Tim Emiola
68e63c7fc7
Merge pull request #3137 from grpc/jtattermusch-patch-2
...
Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem
9 years ago
Tim Emiola
81d950a5a9
Updates server shutdown handling
...
- ensures that servers cancels calls after the shutdown timeout
- uses an infinite timeout when request server calls
This two changes fix the issue where the server segfaults on shutdown.
9 years ago
Julien Boeuf
821de3439f
Addressing comments.
9 years ago
Julien Boeuf
5be92a316d
Shuffling headers around.
9 years ago
Stanley Cheung
aec4ac8221
update debian unstable to testing
9 years ago
Stanley Cheung
7b773e9481
php: update readme;
9 years ago
Julien Boeuf
97cd4ae606
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
9 years ago
Alistair Veitch
63b83f1cce
fix openssl
9 years ago
Yang Gao
036bf58b28
Merge pull request #3075 from jboeuf/credentials_naming_and_cleanup
...
Credentials naming and cleanup
9 years ago
murgatroid99
c919228e0a
Updated Node examples to be compatible with master
9 years ago
Tim Emiola
79777e0484
Merge pull request #3108 from murgatroid99/node_error_code_compliance
...
Make Node errors comply with the status spec
9 years ago
David Garcia Quintas
fb72e1e487
Documentation for all the rest of the greeter examples.
9 years ago
Stanley Cheung
5b26950de2
Merge pull request #3140 from jtattermusch/regenerate_csharp_docs
...
Regenerate C# docs
9 years ago
murgatroid99
76ba1ff65a
Switched to using static functions for accessing Client properties
9 years ago
David Garcia Quintas
2ea2e31158
Merge branch 'master' of github.com:grpc/grpc into cpp_docs
9 years ago
Nathaniel Manista
cf08a881fb
Merge pull request #3126 from nathanielmanistaatgoogle/servicelink-shut-down
...
Made ServiceLink shut-down a two step process.
9 years ago
Alistair Veitch
bff9cf52ed
Merge branch 'master' into tracing_api
9 years ago
Julien Boeuf
6c7185d350
Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup
9 years ago
Jan Tattermusch
3c99f09ef3
regenerate C# docs
9 years ago
yang-g
bcebb5d230
fix link
9 years ago
David Garcia Quintas
deef1970bb
async greeter server docs
9 years ago
yang-g
92806a51ba
remove ChannelArguments ref and update doc
9 years ago
Julien Boeuf
68ff03a952
Fixing AuthContext tests.
9 years ago
yang-g
b00a3f689f
fix links in docs
9 years ago
yang-g
75d04da2e4
sync up with CreateChannel API change
9 years ago
Julien Boeuf
a883ccfb46
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
9 years ago
Julien Boeuf
0c711ad88b
Adding C++ metadata processor.
...
- Had to chnage the core API to add a destroy function pointer in
grpc_auth_metadata_processor.
- Tested end to end.
- Fixed some issues in the server_auth_filter (we were not checking the
length which put us at risk of an overflow).
9 years ago
Nathaniel Manista
4354f3e680
Make ServiceLink shut-down a two step process
9 years ago