Yang Gao
b53af532af
Bug fix. User can destroy status after calling Finish and we should keep a copy of it instead of a pointer
10 years ago
Nicolas "Pixel" Noble
7f13eb2348
Shutting off warnings about control paths.
10 years ago
Masood Malekghassemi
841f90f86f
Add metadata support to low-level Python framework
10 years ago
murgatroid99
bfa9e4f822
Fixed scripts again for PHP 5.5
10 years ago
murgatroid99
bbbb3a0016
Updated scripts with PHP 5.6's build location
10 years ago
murgatroid99
9e0ee11756
Removed pedantic flag from PHP build
10 years ago
murgatroid99
8242ba74e3
Made external header includes use angle brackets
10 years ago
murgatroid99
d8cc6b8e72
Do not expect metadata until expecting first read
10 years ago
murgatroid99
081cccc145
Re-added overzealously removed file
10 years ago
murgatroid99
245a0ecae9
Removed generated code files
10 years ago
murgatroid99
65dda6ca31
Updated generated code to match protos
10 years ago
murgatroid99
a60dd3b7d5
Added proto files
10 years ago
Masood Malekghassemi
5bf4d2ae36
Reformat style of using PyObject_HEAD
10 years ago
murgatroid99
c4bc324e1a
Reversed accidentally swapped test cases
10 years ago
murgatroid99
abd364d1d0
Minor fix to test case switch statement, to fix a false negative
10 years ago
Nathaniel Manista
f492b16d48
Unify early_adopter construction functions
...
It was awkward for the generated code to call an API that offered
both insecure_server and secure_server as well as insecure_stub and
secure_stub. With this change there is just a single server function
and a single stub function and security is decided based on arguments
passed.
10 years ago
murgatroid99
9ddc3da29f
Removed redundant autoload require lines
10 years ago
murgatroid99
b2a6d01974
Replaced existing autoloader with one generated by composer
10 years ago
murgatroid99
d506d55a08
Added composer file to PHP library
10 years ago
murgatroid99
e0eda5fc5c
Fixed proto syntax
10 years ago
Nicolas "Pixel" Noble
d48a969d3b
Small compiler optimization.
10 years ago
murgatroid99
eb21bdd170
Finished adding trailing metadata tests
10 years ago
murgatroid99
9140a068b5
Replaced existing PHP files with more batch-based implementation
10 years ago
murgatroid99
d07a278ef4
Started adding support for trailing metadata
10 years ago
Nicolas "Pixel" Noble
1e47514792
Removing range-based for loop.
10 years ago
vjpai
d5933b6184
Remove lambda expression being used in grpc C++ library
10 years ago
Vijay Pai
335b97df8c
Revert "Remove lambda expression to support older compilers"
...
This reverts commit 5d5b1d8c8e
.
10 years ago
vjpai
5d5b1d8c8e
Remove lambda expression to support older compilers
10 years ago
murgatroid99
c1da8f20ea
Made necessary changes to get interop tests working
10 years ago
Yang Gao
16c78c922c
Clean up unneeded includes and remove shutdown protobuf library
10 years ago
vjpai
df9f764bf8
Revert "Allow nullptr to be passed in if user doesn't care about tag"
...
This reverts commit 4cba0ca39c
.
10 years ago
Julien Boeuf
2f223460b0
Fixing errors found by clang static analysis.
10 years ago
murgatroid99
685e4d958a
Fixed errors in ActiveCall
10 years ago
vjpai
4cba0ca39c
Allow nullptr to be passed in if user doesn't care about tag
...
for next,asyncnext
10 years ago
Vijay Pai
8dafd52cea
Revert "Remove dead members of server context"
...
This reverts commit 8c8588c7dc
.
10 years ago
Vijay Pai
652b7e983b
Revert "Remove dead members of server context"
...
This reverts commit 8c8588c7dc
.
10 years ago
Vijay Pai
82dd80abc6
Elminate range-based fors and work around some other limitations in older compilers
10 years ago
murgatroid99
9c4425a4d5
Added comments to new functions in call.c
10 years ago
Tatsuhiro Tsujikawa
5c4ff03d0d
Fix server crash if host header field is translated to :authority
...
Previously we missed the fact that we have to increment reference
count when passing grpc_mdstr to grpc_mdelem_from_metadata_strings,
which leads to crash. This commit fixes this issue.
10 years ago
Tim Emiola
f20d760972
Updates the Rakefile
...
- simplify the test suite namespace
- fix bug in test suite setup where wrappper tests were run twice
- removes unnecessary descs
- add bunder's gem tasks for release and installation
10 years ago
Yang Gao
478568e7c9
Use grpc:: counterparts in ruby code generator
10 years ago
Tim Emiola
f3770c38b7
Renables the test checking the server can send the initial bidi message
10 years ago
Nicolas "Pixel" Noble
375a82b35c
Adding the ability to specify a service namespace on protoc's command line.
...
Usage example: protoc ... --grpc_out=services_namespace=xyz:./path/to/output/dir ...
This is difficult to add a test for this without significantly changing all of the examples, or the build system. However this has been successfully tested locally.
10 years ago
Nicolas Noble
8703f4d0c2
Various Windows fixes.
...
-) Introduce a wait-loop with a 100ms delay on iomgr shutdown, so that background threads have the chance to place last minute callbacks without having to stall for the whole 10 seconds deadline.
-) io completion ports will get notifications on socket shutdowns, so we need to delay their deletions for after we get a notification for them.
-) we need to keep some sense of how many orphan sockets are in, so we can properly collect them - let's not shutdown the iocp loop until after all orphans have been collected.
10 years ago
Vijay Pai
fa6ea8536d
Revert "Remove dead members of server context"
...
This reverts commit 8c8588c7dc
.
10 years ago
Tim Emiola
601869bb1a
Enables some incorrectly disabled tests
10 years ago
Tim Emiola
77e2fb0f95
Corrects the handling of metadata when the optional deadline is specified
10 years ago
murgatroid99
b0823fd715
Added requested comments
10 years ago
murgatroid99
94c5e7135b
Added a comment to server.js
10 years ago
Yang Gao
1205f6f534
Set cq_ on servercontext
10 years ago