Commit Graph

98 Commits

Author SHA1 Message Date
murgatroid99 5bcc358e53 Last test now passes 2015-02-12 13:58:24 -08:00
murgatroid99 db73334e41 Merge branch 'master' into node_new_core_api 2015-02-12 13:37:20 -08:00
murgatroid99 7f654db5b8 Removed extra log lines 2015-02-12 13:32:18 -08:00
murgatroid99 312bab200a All tests but one now pass against new API 2015-02-12 13:28:25 -08:00
murgatroid99 4dd6c09968 Fixed most of surface tests 2015-02-12 12:21:15 -08:00
murgatroid99 e95b7ff197 Removed extra extension files 2015-02-11 17:29:09 -08:00
murgatroid99 d35c92d473 Fixed end to end tests 2015-02-11 16:19:55 -08:00
murgatroid99 4f0bd5a63f Added standard performance metrics 2015-02-11 12:28:34 -08:00
murgatroid99 6fea4ccb0a Updated copyright date 2015-02-11 11:17:10 -08:00
murgatroid99 8cb4f5cce1 Added a performance test 2015-02-11 11:15:31 -08:00
murgatroid99 5bbb836abb More end to end test debugging 2015-02-11 09:26:25 -08:00
murgatroid99 4f9f935a11 Resolved merge conflicts 2015-02-10 09:19:06 -08:00
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
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