Craig Tiller
c7313235f8
Fix broken compilation
10 years ago
Craig Tiller
f662aa4d6f
Merge github.com:grpc/grpc into bye-bye-completion-queue-pie
10 years ago
Craig Tiller
fcdf33b39f
Merge pull request #1506 from jboeuf/call_creds
...
Adding support for per call credentials in core.
10 years ago
Craig Tiller
c4440d913e
Fix ruby server
10 years ago
Tim Emiola
1f8dd6b20e
Merge pull request #1531 from murgatroid99/node_increase_travis_timeout
...
Doubled Node per-test timeout for run_tests
10 years ago
Craig Tiller
020ae63171
Fix clang compilation
10 years ago
Craig Tiller
9e86dc8938
Fix compiler
10 years ago
Craig Tiller
dd67dbadee
Fix test
10 years ago
Craig Tiller
6979b00624
Fix clang compilation
10 years ago
Craig Tiller
0b488f7649
Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream
...
Conflicts:
test/cpp/end2end/async_end2end_test.cc
10 years ago
Julien Boeuf
d7f768b2b2
Addressing comments.
10 years ago
Julien Boeuf
554c79c730
Merging with master.
10 years ago
Michael Lumish
b8b59b18f2
Merge pull request #1533 from jtattermusch/csharp_cleanup
...
C# dependencies cleanup
10 years ago
Vijay Pai
aef386b221
Merge pull request #1530 from ctiller/async-fail
...
Increase test timeout
10 years ago
Craig Tiller
f00454a646
Merge pull request #6 from murgatroid99/objective_c_completion_queue_update
...
Updated Objective C code to match completion queue changes
10 years ago
Craig Tiller
5f871ac225
Merge github.com:grpc/grpc into the-churnening
10 years ago
Craig Tiller
e9da2eefcf
Merge github.com:grpc/grpc into all-the-small-things
10 years ago
Abhishek Kumar
fe117723d0
Merge pull request #1500 from ctiller/do-the-right-thing-put-it-in-a-bin
...
Throw away queued messages on error
10 years ago
Craig Tiller
2bac1f8c39
Merge pull request #1470 from vjpai/stream_ctx
...
Fix a bug in synchronous streaming QPS test
10 years ago
Tim Emiola
f0b4c58778
Merge pull request #1515 from murgatroid99/node_auth_uri_parameter
...
Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata
10 years ago
Tim Emiola
0db579d183
Merge pull request #1505 from murgatroid99/node_status_error_event
...
Added error events on client streams when the server is streaming
10 years ago
murgatroid99
6b54244a11
Updated Objective C code to match completion queue changes
10 years ago
Jan Tattermusch
1c51f550de
Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup
...
Conflicts:
src/csharp/Grpc.Examples/MathGrpc.cs
10 years ago
Michael Lumish
b1f3104815
Merge pull request #1517 from tbetbetbe/grpc-ruby-dont-extend-string
...
make underscore a class method of GenericService
10 years ago
Michael Lumish
7a24ecb303
Merge pull request #1519 from jtattermusch/csharp_protoc_plugin
...
C# gRPC protoc plugin
10 years ago
Jan Tattermusch
d781835542
Merge pull request #1522 from nicolasnoble/better-win32-orphans
...
Better win32 orphans and event support.
10 years ago
murgatroid99
97ee77997f
Doubled Node per-test timeout for run_tests
10 years ago
Craig Tiller
f51199f2b9
Increase test timeout
10 years ago
Craig Tiller
cc82be534e
Merge github.com:grpc/grpc into bye-bye-completion-queue-pie
10 years ago
Craig Tiller
2be6095c10
Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream
10 years ago
Yang Gao
72a96463f6
Merge pull request #1511 from ctiller/i-forgot-stuff
...
Fix potential leak
10 years ago
Yang Gao
bc2c63cda6
Merge pull request #1520 from ctiller/cancel-after-invoke
...
If we have closed the transport, dont try reading
10 years ago
Craig Tiller
41af13e6c1
Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' of github.com:ctiller/grpc into churn-churn-churn-the-api-gently-down-the-stream
10 years ago
Craig Tiller
e1b5f9b2b2
Merge branch 'dgquintas-standalone_benchmarks'
10 years ago
Craig Tiller
9b015dcf86
Merge branch 'standalone_benchmarks' of https://github.com/dgquintas/grpc into dgquintas-standalone_benchmarks
10 years ago
Craig Tiller
f7ad9a0a1b
Merge branch 'yang-g-mock'
10 years ago
Craig Tiller
696929e09c
Merge github.com:grpc/grpc into all-the-small-things
10 years ago
Craig Tiller
9daab242ad
Fix C test build
10 years ago
Craig Tiller
054d1dec07
Correct Node build errors
10 years ago
Craig Tiller
a33acb7021
Correct C++ build errors
10 years ago
Craig Tiller
fee0cfa0d5
Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream
...
Conflicts:
src/cpp/server/server.cc
10 years ago
Craig Tiller
4d706b8dbc
Port C# to new API
10 years ago
Craig Tiller
a5e15f446e
Port Python to new API
10 years ago
Craig Tiller
997fab6874
Port Ruby to new API
10 years ago
Craig Tiller
fdb75f58e7
Port Node to new API
10 years ago
Craig Tiller
f4d4ae0dd5
Merge pull request #1521 from yang-g/race
...
do not request another call if server is shutdown
10 years ago
David G. Quintas
9ceeae35c7
Merge pull request #1523 from nicolasnoble/qps-is-in-fact-a-tool
...
Flagging the QPS binaries as tools, instead of non-runnable tests.
10 years ago
David Garcia Quintas
4251aad3eb
Merge branch 'master' of github.com:grpc/grpc into standalone_benchmarks
10 years ago
Nicolas Noble
909e098168
Flagging the QPS binaries as tools, instead of non-runnable tests.
10 years ago
Nicolas "Pixel" Noble
7f2e98c6ce
Further Windows fixes.
...
-) Properly flagging our endpoints as non-blocking.
-) Accounting for the custom events.
-) Restoring the on-error portion of read and write.
-) Better accounting of the outstanding reads and writes.
-) Various minor cleanups.
10 years ago