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 |
murgatroid99
|
9ce69b7b06
|
Removed some duplicate stream code
|
2015-01-23 14:52:01 -08:00 |
murgatroid99
|
3b488e2f67
|
Fixed node interop server
|
2015-01-23 13:27:20 -08:00 |
murgatroid99
|
e8fcd8b05b
|
Skiped currently failing test
|
2015-01-23 11:08:45 -08:00 |
murgatroid99
|
7498521aee
|
Made node library buildable from source tree
|
2015-01-23 10:53:51 -08:00 |
murgatroid99
|
be555df5b0
|
Resolved merge conflict with upstream/master
|
2015-01-21 17:33:53 -08:00 |
murgatroid99
|
6dda9b5ac6
|
Indicated that serialize and deserialize are optional
|
2015-01-21 17:26:04 -08:00 |
murgatroid99
|
db0fe64363
|
Resolved merge conflicts with master
|
2015-01-21 17:12:04 -08:00 |
murgatroid99
|
6daa495c6c
|
Merge branch 'master' into node_remove_byte_streams
|
2015-01-21 16:06:21 -08:00 |
Tim Emiola
|
169207402d
|
Merge pull request #149 from murgatroid99/node_bind_port_zero
Bind servers to port 0 in node tests
|
2015-01-21 16:04:00 -08:00 |
murgatroid99
|
3279c7c7c1
|
Merge branch 'master' into node_remove_byte_streams
|
2015-01-21 15:59:11 -08:00 |
Craig Tiller
|
104c2cb844
|
Merge pull request #141 from jboeuf/ssl_server_creds_integration
Changing the SSL (Server) Credentials API.
|
2015-01-21 13:48:14 -08:00 |
murgatroid99
|
dae42a5f92
|
Switched binary stream to object stream
|
2015-01-21 13:43:39 -08:00 |
murgatroid99
|
61d9ffb231
|
Modified interop tests to handle binding to port 0
|
2015-01-21 12:12:39 -08:00 |
murgatroid99
|
44220eb996
|
Merge branch 'master' into node_bind_port_zero
|
2015-01-21 12:05:36 -08:00 |
murgatroid99
|
6bf2447832
|
Removed extra debugger statements
|
2015-01-21 11:58:23 -08:00 |
murgatroid99
|
6be3712bb4
|
Removed port_picker and bound to port 0 in tests instead
|
2015-01-21 11:55:39 -08:00 |
Julien Boeuf
|
00d1b72bd8
|
Fixing node and ruby builds.
|
2015-01-21 11:13:43 -08:00 |
murgatroid99
|
4c59f605fe
|
Added TLS support to interop tests
|
2015-01-21 10:30:36 -08:00 |