Nathaniel Manista
4ddf950c89
Merge pull request #562 from ctiller/dox3
...
More channel argument documentation.
10 years ago
Vijay Pai
d3973499ad
Merge pull request #501 from ctiller/c++api
...
Rebinding of C++ API to the new C core API
10 years ago
Craig Tiller
8ac56c9607
Clarify completion queue laws
10 years ago
Craig Tiller
7bd5ab1055
Merge github.com:grpc/grpc into c++api
...
Conflicts:
src/core/surface/server.c
10 years ago
Yang Gao
52342b3950
Merge pull request #561 from ctiller/dox
...
Fix shutdown semantics.
10 years ago
Craig Tiller
1ece67cba2
Merge github.com:grpc/grpc into c++api
10 years ago
Craig Tiller
a94beff94c
Add TODO
10 years ago
Craig Tiller
e7163ab625
Expand comment
10 years ago
Craig Tiller
94640a3df9
Rework python, expand tool to make this easier
10 years ago
Craig Tiller
347b83c222
Merge github.com:grpc/grpc into copyright
...
Conflicts:
src/python/src/__init__.py
src/python/src/_adapter/__init__.py
src/python/src/_framework/__init__.py
src/python/src/_framework/base/__init__.py
src/python/src/_framework/base/packets/__init__.py
src/python/src/_framework/common/__init__.py
src/python/src/_framework/face/__init__.py
src/python/src/_framework/face/testing/__init__.py
src/python/src/_framework/foundation/__init__.py
src/python/src/_junkdrawer/__init__.py
10 years ago
Jorge Canizales
0a5d092424
Merge branch 'master' of https://github.com/grpc/grpc into import-ios-library
10 years ago
Tim Emiola
638a68b21a
Removes the line that sed could not fix
10 years ago
Tim Emiola
560292ab67
Merge pull request #569 from nathanielmanistaatgoogle/reorganize-python
...
Python source reorganization.
10 years ago
Tim Emiola
78730fc072
Merge pull request #570 from nathanielmanistaatgoogle/erroneous-trailing-backslash
...
Drop an erroneous trailing backslash.
10 years ago
Jorge Canizales
af2d9977bf
Fixes podspec of the RxLibrary
10 years ago
Jorge Canizales
e8304d5741
Fixes copyright notices
10 years ago
Jorge Canizales
2aee4b26a8
Merge pull request #1 from jcanizales/import-ios-library
...
Imports Objective-C library
10 years ago
Jorge Canizales
db12861753
Merge branch 'master' of https://github.com/grpc/grpc into import-ios-library
10 years ago
Jorge Canizales
d1a8cc082a
Adds podspec for RxLibrary and sample app
10 years ago
Nathaniel Manista
16b8924068
Drop an erroneous trailing backslash.
10 years ago
Nathaniel Manista
c25a3b35bd
Python source reorganization.
...
A top-level "grpc" package is added and RPC Framework
is made public.
10 years ago
Donna Dionne
91be1a8d61
Adding new tests into docker runs
10 years ago
Tim Emiola
0a9ae3d23d
Merge pull request #504 from murgatroid99/node_new_core_api
...
Rewrite the Node library to use the new core call API
10 years ago
Tim Emiola
7e7911f70d
Updates the module name in the idiomatic and stub layers
10 years ago
Jorge Canizales
5e0efd95f7
Imports code of the generic gRPC client library.
10 years ago
Tim Emiola
409e6c804b
Updates the module name in C extension, ensuring it compiles
10 years ago
David Klempner
dcdec3c3b6
Merge pull request #553 from ctiller/tsan
...
Fix a race in transport.
10 years ago
David Klempner
28fa262520
Merge pull request #560 from ctiller/uds
...
UDS Fix
10 years ago
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