aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* 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.
* 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
| |
| * 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 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
| * | | 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.
* | | | 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 #4 from yang-g/c++apiGravatar Craig Tiller2015-02-10
|/| | | | | | | | | | | | | | | | | call implementation part 1
| * | | | | call implementation before the meetingGravatar Yang Gao2015-02-10
| | | | | |
| | | | * | Add a wrapping of grpc_server_credentials.Gravatar Nathaniel Manista2015-02-10
| | | | | |
* | | | | | Remove dead codeGravatar Craig Tiller2015-02-10
| | | | | |
* | | | | | Rewrite server request startup pathGravatar Craig Tiller2015-02-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | Stub in registered methods, cleanup to the point I understand this code again.
| * | | | Merge pull request #461 from jtattermusch/csharp_windowsGravatar Michael Lumish2015-02-10
| |\ \ \ \ | | | | | | | | | | | | Start using nuget for managing dependencies in C#
* | | | | | Move call.h -> impl/call.hGravatar Craig Tiller2015-02-10
| | | | | |
| | * | | | update readme fileGravatar Jan Tattermusch2015-02-10
| | | | | |
* | | | | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-10
|\| | | | |
| * | | | | Correctly handle large headers in HPACK tableGravatar Craig Tiller2015-02-10
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | I missed a clause in section 4.4 of the HPACK spec when implementing this stuff. Removes an errant assert and correctly handles adding large entries to the HPACK table by flushing it and leaving it empty.
| | * | | started using nuget packages for dependenciesGravatar Jan Tattermusch2015-02-10
| | | | |
* | | | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-10
|\| | | |
| | | | * Rewording comment :-)Gravatar Nicolas "Pixel" Noble2015-02-10
| | | | |
| * | | | Return OK on server if there's no explicit status setGravatar Craig Tiller2015-02-09
| | | | | | | | | | | | | | | | | | | | Fixes #451
* | | | | Fix up declarationsGravatar Craig Tiller2015-02-09
| | | | |
* | | | | Stub out unary call wrapperGravatar Craig Tiller2015-02-09
| | | | |
* | | | | Refine completion queueGravatar Craig Tiller2015-02-09
| | | | |
* | | | | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-09
|\| | | |
| | | | * Merge cleanup.Gravatar Nicolas Noble2015-02-09
| | | | |
| | | | * Merge branch 'master' of github.com:google/grpc into grpc-win32Gravatar Nicolas "Pixel" Noble2015-02-10
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Addressing comments.Gravatar Nicolas Noble2015-02-10
| | | | |
* | | | | Remove more unnecessary filesGravatar Craig Tiller2015-02-09
| | | | |
| * | | | Fixed typo in stock_server.js0Gravatar murgatroid992015-02-09
| | | | |