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
Yang Gao
b0e7275501
Merge pull request #454 from ctiller/fix3
...
Return OK on server if there's no explicit status set
10 years ago
Craig Tiller
de343164f2
Return OK on server if there's no explicit status set
...
Fixes #451
10 years ago
Craig Tiller
225f7be935
Fix up declarations
10 years ago
Craig Tiller
f9a06a78cb
Remove temp code
10 years ago
Craig Tiller
549a74daa8
Rephrase async streaming methods
...
To ensure that the CallOpBuffers stay alive until completion.
10 years ago
Craig Tiller
0a5bcbc632
Add some documentation
10 years ago
Craig Tiller
80e00a8c63
Stub out unary call wrapper
10 years ago
Craig Tiller
de917062ec
Refine completion queue
10 years ago
Craig Tiller
7630205bdf
Add missing ifdef
10 years ago
Craig Tiller
c9df1cd391
Merge github.com:grpc/grpc into c++api
10 years ago
Nicolas Noble
d72ba6a4ff
Merge cleanup.
10 years ago
Craig Tiller
4d0fb5f1c0
Fixup callers with new api
10 years ago
Nicolas "Pixel" Noble
811b07876c
Merge branch 'master' of github.com:google/grpc into grpc-win32
10 years ago
Nicolas Noble
45e67a37ae
Addressing comments.
10 years ago
Craig Tiller
f8ac5d846c
Fixup callers with new api
10 years ago
Craig Tiller
65130596c1
Cleanup
10 years ago
Craig Tiller
5319164875
Cleanup
10 years ago
Craig Tiller
8de8c646c5
Merge pull request #3 from yang-g/c++api
...
more implementation and all async signatures
10 years ago
Craig Tiller
b470169252
Remove more unnecessary files
10 years ago
Tim Emiola
acbb2b8d4a
Merge pull request #446 from murgatroid99/node_stock_server_typo_fix
...
Fixed typo in stock_server.js
10 years ago
Yang Gao
75ec2b191c
more implementation and all async signatures
10 years ago
murgatroid99
79a78c2289
Fixed typo in stock_server.js0
10 years ago
Craig Tiller
40fcdaff0a
Remove stream_context
10 years ago
Craig Tiller
1d2e21962e
Server progress
10 years ago
Craig Tiller
061754a483
Cleanup some cruft
10 years ago
Michael Lumish
8fd62d70e6
Merge pull request #442 from jyang/add-echoing-requsted-symbol
...
Added echoing of requested stock symbol.
10 years ago
Craig Tiller
1801e420de
Fix include paths
10 years ago
Craig Tiller
9407a3e807
Merge pull request #2 from yang-g/c++api
...
ServerReader impl with new API
10 years ago
Yang Gao
8a3bbb5c55
ServerReader with new API
10 years ago
Craig Tiller
7c72adcdc7
Make server.cc compile again
10 years ago
Yang Gao
cb4a825d7f
Merge github.com:ctiller/grpc into c++api
10 years ago
Craig Tiller
20781ccf54
Merge pull request #1 from yang-g/c++api
...
C++api
10 years ago
Craig Tiller
b00b68716a
Merge github.com:grpc/grpc into c++api
10 years ago
Craig Tiller
0db1befae1
Progress
10 years ago
Yang Gao
5f4f0c3170
remove explicit
10 years ago
Yang Gao
76bacbf358
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
10 years ago
Jun Yang
d95a16c4f4
Added echoing of requested stock symbol.
...
This makes the example more realistic.
10 years ago
Tim Emiola
09e4ea1a7e
Merge pull request #440 from jyang/complete-sample-in-client-jsdoc
...
Completed minimal sample in JsDoc of stock client
10 years ago
Michael Lumish
bc8169ef8e
Merge pull request #439 from tbetbetbe/grpc_ruby_update_after_c_core_changes
...
Grpc ruby update after c core changes
10 years ago