Craig Tiller
|
de343164f2
|
Return OK on server if there's no explicit status set
Fixes #451
|
10 years ago |
Craig Tiller
|
0a5bcbc632
|
Add some documentation
|
10 years ago |
Nicolas Noble
|
d72ba6a4ff
|
Merge cleanup.
|
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 |
Tim Emiola
|
acbb2b8d4a
|
Merge pull request #446 from murgatroid99/node_stock_server_typo_fix
Fixed typo in stock_server.js
|
10 years ago |
murgatroid99
|
79a78c2289
|
Fixed typo in stock_server.js0
|
10 years ago |
murgatroid99
|
016bb50e76
|
Extension module now compiles and some tests pass
|
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 |
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 |
Tim Emiola
|
1a22275e15
|
Stop calling finish on server calls
|
10 years ago |
Tim Emiola
|
9fd6770b1b
|
fixes a typo
|
10 years ago |
Jun Yang
|
67354c81b6
|
Completed minimal sample in JsDoc of stock client.
|
10 years ago |
Tim Emiola
|
5d66df87c5
|
updates the client server spec to reflect that status is no longer shown
|
10 years ago |
Tim Emiola
|
b24054aee2
|
Disable failing wrapping level tests
|
10 years ago |
Tim Emiola
|
3c4cb79b0f
|
Merge pull request #436 from murgatroid99/node_fix_example_servers
Fixed math and stock servers
|
10 years ago |
murgatroid99
|
767482b093
|
Fixed math and stock servers
|
10 years ago |
murgatroid99
|
5efd50fd98
|
Fixed another compiler error
|
10 years ago |
murgatroid99
|
ff43c093b6
|
Fixed some compiler errors in call.cc
|
10 years ago |
Tim Emiola
|
d2785749f8
|
Merge pull request #423 from jtattermusch/interop_testing
Adding interop client for C#
|
10 years ago |
Tim Emiola
|
c3ac185491
|
Fixes a event compiler error
|
10 years ago |
Jan Tattermusch
|
392d1e0cfe
|
addressed review comments
|
10 years ago |
Tim Emiola
|
c231238618
|
Merge pull request #432 from murgatroid99/node_switch_fix
Updated event.cc with new changes
|
10 years ago |
murgatroid99
|
4da73a13a4
|
Merge branch 'master' into node_new_core_api
|
10 years ago |
murgatroid99
|
c52c4638a6
|
Minor comment update
|
10 years ago |
murgatroid99
|
484cd9ab1b
|
Updated event.cc with new changes
|
10 years ago |
murgatroid99
|
d4d67ade9b
|
More progress towards new API compatibility
|
10 years ago |
Yang Gao
|
ee8f51fc8b
|
Merge pull request #381 from ctiller/async-api-new
New Core API
|
10 years ago |
Yang Gao
|
f71700b510
|
Merge pull request #425 from ctiller/c++api
Move completion_queue.cc to common/ from server/
|
10 years ago |
Craig Tiller
|
ae00e37ac2
|
Fix duplicated line
|
10 years ago |
Craig Tiller
|
7d41321306
|
Reduce contention on lock
Change the fd watcher from being O(active_pollers) to O(1), reducing time spent under the fd->watcher_mu lock, and ultimately scaling us much better.
|
10 years ago |
Craig Tiller
|
970781bba9
|
Add missing unlock
|
10 years ago |
Craig Tiller
|
d78a657980
|
Merge github.com:grpc/grpc into async-api-new
|
10 years ago |
Nicolas Noble
|
a99bfe5e8e
|
Merge pull request #424 from ctiller/c++api
Clean build.json
|
10 years ago |
Craig Tiller
|
2a2bacccf3
|
Remove TODO
|
10 years ago |
Craig Tiller
|
f834bdc3cf
|
Move completion_queue.cc to common
|
10 years ago |
Craig Tiller
|
1ffa52f6dc
|
Clean build.json
|
10 years ago |
Jan Tattermusch
|
6b7523d5dc
|
updated readme
|
10 years ago |
Jan Tattermusch
|
d233d3ae58
|
added some more interop tests
|
10 years ago |
Jan Tattermusch
|
56b805ff03
|
added support for streaming calls to TestService stubs
|
10 years ago |
Jan Tattermusch
|
eb3e76e76c
|
scaffolding for interop_client and little bit of project renaming
|
10 years ago |
Jan Tattermusch
|
a4b63bfc6b
|
Added simplified TestService for interop testing
|
10 years ago |
Vijay Pai
|
8a7424ad90
|
Merge pull request #384 from ctiller/buffer
Autohinting for write buffering
|
10 years ago |
murgatroid99
|
4dd536866e
|
Merge branch 'async-api-new' of github.com:ctiller/grpc into node_new_core_api
|
10 years ago |
Tim Emiola
|
f2d5e409d3
|
Merge pull request #415 from jtattermusch/csharp_progress
Polishing C# math service implementation and adding inprocess tests
|
10 years ago |
Yang Gao
|
4e6dc3c6c0
|
Merge pull request #420 from nicolasnoble/upstream-fix
Few minor fixes.
|
10 years ago |
Craig Tiller
|
41efbf3a96
|
Merge github.com:google/grpc into async-api-new
|
10 years ago |
Craig Tiller
|
62d424a1a4
|
Merge github.com:google/grpc into buffer
|
10 years ago |