aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* | | | | | | Add TODOGravatar Craig Tiller2015-02-17
| | | | | | |
| | | | * | | Rework python, expand tool to make this easierGravatar Craig Tiller2015-02-17
| | | | | | |
| | | | * | | Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-17
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into import-ios-libraryGravatar Jorge Canizales2015-02-17
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | * | | | Removes the line that sed could not fixGravatar Tim Emiola2015-02-17
| | | | | | |
| * | | | | | Merge pull request #569 from nathanielmanistaatgoogle/reorganize-pythonGravatar Tim Emiola2015-02-17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Python source reorganization.
| | | | | | | * Fixes podspec of the RxLibraryGravatar Jorge Canizales2015-02-17
| | | | | | | |
| | | | | | | * Fixes copyright noticesGravatar Jorge Canizales2015-02-17
| | | | | | | |
| | | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into import-ios-libraryGravatar Jorge Canizales2015-02-17
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * Adds podspec for RxLibrary and sample appGravatar Jorge Canizales2015-02-17
| | | | | | | |
| | * | | | | | Python source reorganization.Gravatar Nathaniel Manista2015-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A top-level "grpc" package is added and RPC Framework is made public.
| * | | | | | | Merge pull request #504 from murgatroid99/node_new_core_apiGravatar Tim Emiola2015-02-17
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Rewrite the Node library to use the new core call API
| | | | | * | | | Updates the module name in the idiomatic and stub layersGravatar Tim Emiola2015-02-17
| | | | | | | | |
| | | | | | | | * Imports code of the generic gRPC client library.Gravatar Jorge Canizales2015-02-17
| | | | | | | | |
| | | | | * | | | Updates the module name in C extension, ensuring it compilesGravatar Tim Emiola2015-02-17
| | | | | | | | |
| * | | | | | | | Merge pull request #553 from ctiller/tsanGravatar David Klempner2015-02-17
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix a race in transport.
| | | | | | | | * | Merge branch 'node_new_core_api' into node_auth_integrationGravatar murgatroid992015-02-17
| | | | | |_|_|/| | | | | | |/| | |/ / | | | | |_|_|/| | | | | |/| | | | |
| | | | | | | | * Imports code of the RX library.Gravatar Jorge Canizales2015-02-17
| | | | | | | | |
| | | | | * | | | Fix shutdown semantics.Gravatar Craig Tiller2015-02-17
| | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Document what they should be, ensure they're triggered, and fix what was broken.
| * | | / / / / UDS FixGravatar Craig Tiller2015-02-17
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Remove existing UDS listeners IFF they are a socket before trying to create a new socket.
| | | * | | | Added missing documentationGravatar murgatroid992015-02-17
| | | | | | |
| * | | | | | Merge pull request #557 from jboeuf/b542Gravatar Craig Tiller2015-02-17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixing memleak.
| * \ \ \ \ \ \ Merge pull request #556 from ctiller/codesizeGravatar David Klempner2015-02-17
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix refcounting bug leading to objects not being cleaned up
| | | * | | | | | Fixing memleak.Gravatar Julien Boeuf2015-02-17
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | - Fixes #542
| | * | | | | | Add missing refGravatar Craig Tiller2015-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents a bug whereby not all fds were destroyed at application exit.
| | * | | | | | Add checking on fd_posix refcountsGravatar Craig Tiller2015-02-17
| | | | | | | |
* | | | | | | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\| | | | | | |
* | | | | | | | also set got_messageGravatar Yang Gao2015-02-17
| | | | | | | |
* | | | | | | | When the entire op fails, the recv_message is always discarded.Gravatar Yang Gao2015-02-17
| | | | | | | |
| | | * | | | | Fix a race in transport.Gravatar Craig Tiller2015-02-17
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
| * | | | | | Merge pull request #551 from ctiller/shutdownGravatar Yang Gao2015-02-17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow grpc_init to be called multiple times
* | \ \ \ \ \ \ Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Yang Gao2015-02-17
|\ \ \ \ \ \ \ \
* | | | | | | | | Clear receive message buffer when adding it, so that any reused buffer will ↵Gravatar Yang Gao2015-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not appear when decoding fails.
| | * | | | | | | Merge pull request #530 from nathanielmanistaatgoogle/python-interop-serverGravatar soltanmm2015-02-17
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | Python interop server.
| | | | * | | | | Allow grpc_init to be called multiple timesGravatar Craig Tiller2015-02-17
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Deserialization success should not override earlier failureGravatar Yang Gao2015-02-17
| | | | | | | |
| * | | | | | | Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Craig Tiller2015-02-17
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
| |\| | | | | |
* | | | | | | | formattingGravatar Yang Gao2015-02-17
| | | | | | | |
| | * | | | | | Merge pull request #545 from ↵Gravatar donnadionne2015-02-17
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_skip_some_tests_to_fix_the_build Temporarily pauses some tests
* | | | | | | | should use c_strGravatar Yang Gao2015-02-17
| | | | | | | |
* | | | | | | | Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Yang Gao2015-02-17
|\| | | | | | |
| | | * | | | | Temporarily pauses some testsGravatar Tim Emiola2015-02-17
| | | | | | | |
* | | | | | | | Add setter to override authority header on ClientContextGravatar Yang Gao2015-02-17
| | | | | | | |
| * | | | | | | Fix ASSERT conditionGravatar Craig Tiller2015-02-17
|/ / / / / / /
| * | | | | | Fix fling test leaksGravatar Craig Tiller2015-02-17
| | | | | | |
| * | | | | | Fix aliasingGravatar Craig Tiller2015-02-17
| | | | | | |
* | | | | | | clang-formatGravatar Craig Tiller2015-02-17
| | | | | | |
* | | | | | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile
| * | | | | | Merge branch 'master' of github.com:google/grpc into udsGravatar Nicolas "Pixel" Noble2015-02-17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile