aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix server shutdown issuesGravatar Craig Tiller2015-02-11
| | | | First end2end test passes
* Merge pull request #9 from yang-g/c++apiGravatar Craig Tiller2015-02-11
|\ | | | | Add trailing metadata to client context and use it.
* | Fix ownershipGravatar Craig Tiller2015-02-11
| |
| * Add trailing metadata to client context and use it.Gravatar Yang Gao2015-02-11
| |
* | Fix hash tableGravatar Craig Tiller2015-02-11
|/
* Fix raceGravatar Craig Tiller2015-02-11
|
* Send initial metadataGravatar Craig Tiller2015-02-11
|
* Make end2end_test use fewer threadsGravatar Craig Tiller2015-02-11
| | | | Helps finding interesting threads in gdb much easier
* Tweak metadata sendingGravatar Craig Tiller2015-02-11
|
* Merge pull request #8 from yang-g/c++apiGravatar Craig Tiller2015-02-11
|\ | | | | Finish call.h and call.cc
| * Make it compileGravatar Yang Gao2015-02-11
| |
| * resolve conflictGravatar Yang Gao2015-02-11
| |\ | |/ |/|
| * save before the changeGravatar Yang Gao2015-02-11
| |
* | Allow server to hook calls also, fix crashGravatar Craig Tiller2015-02-11
| |
* | Fix typo causing crashGravatar Craig Tiller2015-02-11
| |
* | Fix typo causing crashGravatar Craig Tiller2015-02-11
| |
* | Initial metadata fixGravatar Craig Tiller2015-02-11
| |
* | Just use one completion queue per server for delivering completionsGravatar Craig Tiller2015-02-11
|/ | | | | This simplifies (drastically) the polling story, although will slightly complicate mixing sync & async servers - but we're not there yet.
* Merge pull request #7 from yang-g/c++apiGravatar Craig Tiller2015-02-11
|\ | | | | C++api
| * minor improvementGravatar Yang Gao2015-02-11
| |
| * Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Yang Gao2015-02-11
| |\ | |/ |/|
| * fix conflictGravatar Yang Gao2015-02-11
| |\
* | | More implementationGravatar Craig Tiller2015-02-11
| |/ |/|
| * Implement FinalizeResultGravatar Yang Gao2015-02-11
| |
* | Fix FinalizeResult signatureGravatar Craig Tiller2015-02-11
|/
* Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Craig Tiller2015-02-11
|\
* | Server progressGravatar Craig Tiller2015-02-11
| |
| * Merge pull request #6 from yang-g/c++apiGravatar Craig Tiller2015-02-11
|/| | | | | Release write buffer in FinalizeResult
| * typo fixGravatar Yang Gao2015-02-11
| |
| * Remove stale call site.Gravatar Yang Gao2015-02-11
| |
| * Release write buffer in FinalizeResultGravatar Yang Gao2015-02-11
|/
* Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Craig Tiller2015-02-11
|\
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| |\
| | * Merge pull request #448 from nicolasnoble/grpc-win32Gravatar Craig Tiller2015-02-11
| | |\ | | | | | | | | Windows port of iomgr.
| * | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| |\| | | | | | | | | | | | | | | | | | Conflicts: test/cpp/qps/server.cc
| * | | Merge pull request #5 from yang-g/c++apiGravatar Craig Tiller2015-02-11
| |\ \ \ | | | | | | | | | | Implement FillOps
| | | * \ Merge pull request #474 from dklempner/unary_upgrade_checkGravatar Craig Tiller2015-02-11
| | | |\ \ | | | | | | | | | | | | Have unary pollset check to see if the existing fd is orphaned
| | * | | | Implement FillOpsGravatar Yang Gao2015-02-11
| | | | | |
| | | | * | Have unary pollset check to see if the existing fd is orphanedGravatar David Klempner2015-02-10
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids an unnecessary upgrade to multipoller if there was no do_work called between an orphan and a subsequent add. Additionally, it avoids the need for epoll based multipoller to check for this case in its upgrade code by ensuring all existing fds are valid at upgrade time.
| * | | | Simplify server ready for async pathGravatar Craig Tiller2015-02-10
| | | | |
| * | | | Fix compileGravatar Craig Tiller2015-02-10
| | | | |
| * | | | Allow two completion queues on request callGravatar Craig Tiller2015-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | One for the new rpc notification, the other is bound to the new call. This will make async c++ soooo much easier.
* | | | | Make sure new rpcs always come in on server cqGravatar Craig Tiller2015-02-10
| | | | |
| * | | | Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Craig Tiller2015-02-10
| |\| | |
| * | | | First draft registered methodsGravatar Craig Tiller2015-02-10
|/ / / /
| | * | Merge pull request #460 from ↵Gravatar jboeuf2015-02-10
| | |\ \ | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/server_credentials_wrapping Add a wrapping of grpc_server_credentials.
| | * \ \ Merge pull request #428 from ctiller/clientlock2Gravatar Nicolas Noble2015-02-10
| | |\ \ \ | | | | | | | | | | | | Work towards removing some contention
| | * \ \ \ Merge pull request #469 from ctiller/fix6Gravatar jboeuf2015-02-10
| | |\ \ \ \ | | | | | | | | | | | | | | Fix some tests
| * | | | | | Merge pull request #4 from yang-g/c++apiGravatar Craig Tiller2015-02-10
|/| | | | | | | | | | | | | | | | | | | | call implementation part 1
| * | | | | | call implementation before the meetingGravatar Yang Gao2015-02-10
| | | | | | |