1687 Commits

Author SHA1 Message Date
murgatroid99
f1da0156b7 Fixed end-to-end tests for new changes 2015-02-10 09:16:49 -08:00
murgatroid99
553889874c Fixed typo in stock_server.js0 2015-02-09 15:58:33 -08:00
murgatroid99
6f8dde55cc Extension module now compiles and some tests pass 2015-02-09 15:55:10 -08:00
Jun Yang
187580595f Added echoing of requested stock symbol.
This makes the example more realistic.
2015-02-09 13:43:56 -08:00
Jun Yang
7fab056c99 Completed minimal sample in JsDoc of stock client. 2015-02-09 13:00:17 -08:00
murgatroid99
58777a5812 Fixed math and stock servers 2015-02-09 11:50:19 -08:00
murgatroid99
3d35d387a1 Fixed another compiler error 2015-02-09 11:43:34 -08:00
murgatroid99
e8c66830d7 Fixed some compiler errors in call.cc 2015-02-09 11:41:23 -08:00
murgatroid99
cfa8b0a560 Minor comment update 2015-02-09 11:01:20 -08:00
murgatroid99
55d5ba6c05 Updated event.cc with new changes 2015-02-09 10:56:25 -08:00
murgatroid99
616e875f23 More progress towards new API compatibility 2015-02-09 10:43:21 -08:00
murgatroid99
9ef48b6126 Merge branch 'master' into node_new_core_api 2015-02-05 17:50:07 -08:00
murgatroid99
4c627fb5a7 Part of the update to the new API 2015-02-05 17:42:01 -08:00
Tim Emiola
04488db7b2 Merge pull request #402 from murgatroid99/node_readme
Added a lot more information to Node README
2015-02-05 09:13:10 -08:00
Craig Tiller
7a3606c6e8 Merge github.com:google/grpc into async-api 2015-02-04 16:32:56 -08:00
murgatroid99
7d9e5349c7 Added a lot more information to README 2015-02-04 15:10:15 -08:00
David Klempner
e3559b36a7 Remove timeval functions
They only had one caller, which could easily be converted to use
timespec instead of timeval.
2015-02-04 12:02:17 -08:00
Craig Tiller
8dd441771b Merge branch 'async-api' of github.com:ctiller/grpc into async-api 2015-02-03 11:43:58 -08:00
murgatroid99
2b0fa50926 Use only some of the thread pool threads for gRPC 2015-02-02 16:50:07 -08:00
Craig Tiller
a736903ba2 Prepare for the new batch call API.
Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
2015-02-02 15:39:31 -08:00
Craig Tiller
40aae07bea Prepare for the new batch call API.
Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
2015-02-02 10:16:30 -08:00
Tim Emiola
7ba9ae86d2 Merge pull request #311 from murgatroid99/node_fix_not_found_handler
Added handling for unimplemeneted methods on the server
2015-01-30 19:16:36 -08:00
Tim Emiola
5edff619a6 Merge pull request #305 from murgatroid99/node_stock_service
Added stock service client and server
2015-01-30 19:16:19 -08:00
murgatroid99
024f20a3a8 Added copyright notice to stock.proto 2015-01-30 14:20:00 -08:00
murgatroid99
745eb32e04 Added handling for unimplemeneted methods on the server 2015-01-30 14:13:11 -08:00
murgatroid99
663b7cb975 Added stock service client and server 2015-01-30 11:00:32 -08:00
murgatroid99
d24b8576cf Removed stray debugger statement 2015-01-29 18:03:12 -08:00
murgatroid99
e90b4d6d90 Switched extension to return faster sliceable Buffers 2015-01-29 18:02:17 -08:00
murgatroid99
04d01608f6 Added cancellation interop tests to Node interop client 2015-01-29 14:32:56 -08:00
murgatroid99
0549a0d16e Added API for servers to provide metadata 2015-01-29 11:44:46 -08:00
murgatroid99
23324a6a76 Merge branch 'master' of github.com:google/grpc into node_server_metadata 2015-01-29 11:39:48 -08:00
murgatroid99
b4059c1f33 Changed low-level metadata API to be more reasonable 2015-01-28 15:36:27 -08:00
murgatroid99
e8961c0e90 Added metadata pass-through to server method handlers 2015-01-28 11:47:23 -08:00
Chen Wang
7efc89a7fe Merge pull request #209 from yang-g/interopclient
Interop client with service account credentials test case
2015-01-27 12:02:46 -08:00
Yang Gao
adb24862ab sync up with master 2015-01-27 11:39:14 -08:00
murgatroid99
08c3aae007 Finished fixing the tests 2015-01-27 09:18:30 -08:00
murgatroid99
93facf2c41 Fixed tests by properly half-closing 2015-01-26 18:20:44 -08:00
murgatroid99
2faae54c0b Removed all uses of highland 2015-01-26 18:12:30 -08:00
murgatroid99
6d6606be80 Fixed file references to match moved files 2015-01-26 17:17:59 -08:00
murgatroid99
0bd4b5a17c Moved extension and JS files to separate directories 2015-01-26 17:16:57 -08:00
murgatroid99
0cf149b283 Refactored other tests 2015-01-26 14:40:27 -08:00
murgatroid99
f5e13dba4f Refactored tests to avoid hanging 2015-01-26 14:31:03 -08:00
murgatroid99
ed731519c6 Added cancel to client APIs and cancelled event to server APIs 2015-01-26 14:11:18 -08:00
murgatroid99
d85ad3ecdb Added cancel to surface calls 2015-01-26 12:57:10 -08:00
murgatroid99
b8b34fdaed Added missing server shutdown to interop test runner 2015-01-26 10:45:49 -08:00
murgatroid99
b62fdb2f0b Removed all instances of == in js files 2015-01-26 10:13:03 -08:00
murgatroid99
1e71e716dc Shortened a function 2015-01-26 09:21:22 -08:00
Yang Gao
240ab352a8 run clang-format 2015-01-26 00:19:48 -08:00
murgatroid99
1ea18bf44e Moved some code around for clarity 2015-01-23 15:15:46 -08:00
murgatroid99
415903f03f Removed unnecessary bidi stream wrappers 2015-01-23 15:00:38 -08:00