Craig Tiller
2dac79770e
Merge github.com:grpc/grpc into c++api
10 years ago
Craig Tiller
187994e0fd
Merge pull request #448 from nicolasnoble/grpc-win32
...
Windows port of iomgr.
10 years ago
Craig Tiller
5a4f991d5d
Merge github.com:grpc/grpc into c++api
...
Conflicts:
test/cpp/qps/server.cc
10 years ago
Craig Tiller
1e67aeed22
Merge pull request #5 from yang-g/c++api
...
Implement FillOps
10 years ago
Craig Tiller
9a7926c979
Merge pull request #474 from dklempner/unary_upgrade_check
...
Have unary pollset check to see if the existing fd is orphaned
10 years ago
Yang Gao
d5a04bdc6e
Implement FillOps
10 years ago
David Klempner
baced4def0
Epoll based multipoller
...
This is a multipoller based on epoll rather than poll.
Note that this implementation is aimed at correctness rather than
performance, although it should immediately have better scalability to
large numbers of FDs, both due to epoll's O(1) sized API and due to not
needing to wake up polling threads to do interest set changes.
One notable difference here is that we directly attach a wakeup fd
rather than using the freelisting kick mechanism that the poll() based
implementations use, because modifying the epoll set to use a different
kick fd each time isn't free.
10 years ago
David Klempner
49959ed9c1
Have unary pollset check to see if the existing fd is orphaned
...
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.
10 years ago
Craig Tiller
cbd0485088
Simplify server ready for async path
10 years ago
Craig Tiller
36d18a089e
Fix compile
10 years ago
Craig Tiller
8e8fd89faf
Allow two completion queues on request call
...
One for the new rpc notification, the other is bound to the new call.
This will make async c++ soooo much easier.
10 years ago
Craig Tiller
70a761b3f0
Make sure new rpcs always come in on server cq
10 years ago
Craig Tiller
668c5dee38
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
10 years ago
Craig Tiller
04cc8be233
First draft registered methods
10 years ago
jboeuf
a81196c361
Merge pull request #460 from nathanielmanistaatgoogle/server_credentials_wrapping
...
Add a wrapping of grpc_server_credentials.
10 years ago
Nicolas Noble
98c387dcd4
Merge pull request #428 from ctiller/clientlock2
...
Work towards removing some contention
10 years ago
Eric Anderson
ae47921895
Update grpc_java_base Dockerfile to proto3
...
Proto3 is now required for Java, so build it including the Java runtime
since it is not on Maven.
10 years ago
Julien Boeuf
54b21921f9
Adding call host (:authority header) check in the secure channel.
...
- Fixes #405 .
- This change is not tested as it should (only end to end and no
negative testing). Will do better when we have testing framework
for filters.
10 years ago
jboeuf
5f6480b016
Merge pull request #469 from ctiller/fix6
...
Fix some tests
10 years ago
Craig Tiller
d608892313
Merge pull request #4 from yang-g/c++api
...
call implementation part 1
10 years ago
Yang Gao
7eb7d75c51
call implementation before the meeting
10 years ago
Nathaniel Manista
bc9773e105
Allow _low.Server objects to be passed a ServerCredentials.
10 years ago
Nathaniel Manista
49c877e579
Add a wrapping of grpc_server_credentials.
10 years ago
Craig Tiller
85326964b0
Remove dead code
10 years ago
Craig Tiller
24be0f79e2
Rewrite server request startup path
...
Stub in registered methods, cleanup to the point I understand this code
again.
10 years ago
Craig Tiller
1d3561e1ee
Merge branch 'fix6' of github.com:ctiller/grpc into c++api
10 years ago
Craig Tiller
e801eb3189
Fix some tests
10 years ago
Nathaniel Manista
caf378af88
Merge pull request #453 from ctiller/fix2
10 years ago
Nicolas Noble
2b86b357d3
Merge pull request #465 from vjpai/qps-pool
...
Allow varying number of qps_server threads via command line flag
10 years ago
Nicolas Noble
6c84ba09da
Merge pull request #464 from vjpai/linkstatic
...
Change link options for qps client and qps server
10 years ago
Nicolas Noble
1a051dfdd9
Merge pull request #462 from a11r/doc
...
Updated INSTALL to clarify phrasing around OpenSSL.
10 years ago
Craig Tiller
75be91a149
Allow Python to be built without sudo
10 years ago
Abhishek Kumar
6749e73561
Fix spelling: recommend
10 years ago
Vijay Pai
2d63da7e53
Updated as a result of changed options in build.json
10 years ago
Vijay Pai
4ca479c3a1
Change pointer format
10 years ago
Vijay Pai
c3b02d9a67
Allow varying number of server threads via command line flag
10 years ago
Vijay Pai
5438d4b214
Change link options for qps client and qps server
10 years ago
Abhishek Kumar
3dd9df9359
Updated INSTALL to clarify phrasing around OpenSSL.
10 years ago
Michael Lumish
38f9651468
Merge pull request #461 from jtattermusch/csharp_windows
...
Start using nuget for managing dependencies in C#
10 years ago
Craig Tiller
20f4af2e36
Move call.h -> impl/call.h
10 years ago
Jan Tattermusch
f0ea718c98
update readme file
10 years ago
Craig Tiller
9d972e4628
Merge github.com:grpc/grpc into c++api
10 years ago
Tim Emiola
b2ec6afd08
Merge pull request #459 from grpc/jayantkolhe-patch-1
...
Update README.md
10 years ago
Jayant Kolhe
0a8acd4067
Update README.md
10 years ago
Eric Anderson
c520f0991f
Merge pull request #458 from ctiller/fix5
...
Correctly handle large headers in HPACK table
10 years ago
Craig Tiller
9b2a531781
Correctly handle large headers in HPACK table
...
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.
10 years ago
Michael Lumish
3116d4f0fe
Merge pull request #452 from ctiller/fix
...
Add some documentation
10 years ago
Jan Tattermusch
860f6d0820
started using nuget packages for dependencies
10 years ago
Craig Tiller
8ed7311e99
Merge github.com:grpc/grpc into c++api
10 years ago
Nicolas "Pixel" Noble
3d8e34d409
Rewording comment :-)
10 years ago