murgatroid99
e4ac3d6306
Merge branch 'node_new_core_api' into node_auth_integration
10 years ago
Abhishek Kumar
f06afdee46
Merge pull request #564 from ctiller/dox5
...
Attempt to better explain secure server creation
10 years ago
Craig Tiller
d251ab9e71
Attempt to better explain secure server creation
10 years ago
Jorge Canizales
30697c9be2
Imports code of the RX library.
10 years ago
Craig Tiller
a0e34a0b90
Expand init/destroy documentation
10 years ago
Craig Tiller
29f2b219a8
Add channel argument documentation
10 years ago
Craig Tiller
aea2fc053d
Fix shutdown semantics.
...
Document what they should be, ensure they're triggered, and fix what was broken.
10 years ago
Craig Tiller
aa31da4ffe
UDS Fix
...
Remove existing UDS listeners IFF they are a socket before trying to create a new socket.
10 years ago
murgatroid99
ffbcaaf18e
Added missing documentation
10 years ago
Craig Tiller
e1b97b608a
Merge pull request #557 from jboeuf/b542
...
Fixing memleak.
10 years ago
David Klempner
7cffec1e01
Merge pull request #556 from ctiller/codesize
...
Fix refcounting bug leading to objects not being cleaned up
10 years ago
Julien Boeuf
5882b53e94
Fixing memleak.
...
- Fixes #542
10 years ago
Craig Tiller
fc3aca2ea8
Add missing ref
...
This prevents a bug whereby not all fds were destroyed at application
exit.
10 years ago
Craig Tiller
23139ae24e
Add checking on fd_posix refcounts
10 years ago
Craig Tiller
ab294db744
Add some comments
10 years ago
Craig Tiller
5e276e88c4
Merge github.com:grpc/grpc into c++api
10 years ago
Craig Tiller
41c8e27480
Merge pull request #20 from yang-g/c++api
...
AND status in FinalizeResult instead of setting it. Clear user provided recv_message proto when adding it.
10 years ago
Yang Gao
caa5106c4f
also set got_message
10 years ago
Yang Gao
467d7bd414
When the entire op fails, the recv_message is always discarded.
10 years ago
Craig Tiller
1fe7b9d66a
Fix a race in transport.
...
I removed the condition variable here a little while ago to remove a
thundering herd. Unfortunately it introduces a race if we are calling
back an application defined object whilst destroying. Reintroduce the
cv, and guard it's usage closely to avoid the herd (additionally, it's
not needed for stream deletion, so we keep it out of that).
10 years ago
Yang Gao
30313622ac
Merge pull request #551 from ctiller/shutdown
...
Allow grpc_init to be called multiple times
10 years ago
Yang Gao
0b7c4d29d4
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
10 years ago
Yang Gao
27658f41ba
Clear receive message buffer when adding it, so that any reused buffer will not appear when decoding fails.
10 years ago
Craig Tiller
2d9c51242a
Add mixed shutdown/init test
10 years ago
soltanmm
97b5c70fee
Merge pull request #530 from nathanielmanistaatgoogle/python-interop-server
...
Python interop server.
10 years ago
Craig Tiller
35108f6527
Allow grpc_init to be called multiple times
10 years ago
Yang Gao
2cf952730d
Deserialization success should not override earlier failure
10 years ago
Craig Tiller
5b589fa45d
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
10 years ago
Craig Tiller
2531299eba
Merge github.com:grpc/grpc into c++api
10 years ago
Craig Tiller
ce223c531f
Merge pull request #19 from yang-g/c++api
...
Add setter to override authority header on ClientContext
10 years ago
Yang Gao
d745705fff
formatting
10 years ago
donnadionne
44f77a3eb3
Merge pull request #545 from tbetbetbe/grpc_ruby_skip_some_tests_to_fix_the_build
...
Temporarily pauses some tests
10 years ago
Yang Gao
bb017c5568
should use c_str
10 years ago
Yang Gao
76b693f69a
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
10 years ago
Tim Emiola
67dc149403
Temporarily pauses some tests
10 years ago
Yang Gao
f2c0ca4c62
Add setter to override authority header on ClientContext
10 years ago
Craig Tiller
f95487fd7c
Fix ASSERT condition
10 years ago
Abhishek Kumar
afa4727174
Merge pull request #543 from ctiller/fixstuff
...
Fix fling test leaks
10 years ago
Craig Tiller
c8296be777
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
10 years ago
Craig Tiller
32223cf5e1
Fix fling test leaks
10 years ago
Tim Emiola
483312f96f
Merge pull request #541 from ctiller/alias
...
Fix aliasing
10 years ago
Craig Tiller
772c97bbad
Fix aliasing
10 years ago
Craig Tiller
573523f127
clang-format
10 years ago
Craig Tiller
73b7018ebd
Cleaned up
10 years ago
Craig Tiller
1f1b630fe7
Merge github.com:grpc/grpc into c++api
...
Conflicts:
Makefile
10 years ago
Nicolas Noble
b4215bba56
Merge pull request #525 from ctiller/uds
...
Unix domain socket support
10 years ago
Nicolas "Pixel" Noble
23197abb50
Merge branch 'master' of github.com:google/grpc into uds
...
Conflicts:
Makefile
10 years ago
Nicolas Noble
befc83d3dd
Merge pull request #531 from ctiller/build
...
Add support for out of tree builds
10 years ago
Nicolas Noble
c132f34dc8
Merge pull request #510 from jtattermusch/grpc_tests
...
Adding an NMake makefile for Windows
10 years ago
Yang Gao
8f4c827bfb
Merge pull request #523 from ctiller/sopb
...
Avoid four allocations per stream
10 years ago