Commit Graph

  • f1da0156b7 Fixed end-to-end tests for new changes murgatroid99 2015-02-10 09:16:49 -0800
  • 553889874c Fixed typo in stock_server.js0 murgatroid99 2015-02-09 15:58:33 -0800
  • 6f8dde55cc Extension module now compiles and some tests pass murgatroid99 2015-02-09 15:55:10 -0800
  • 187580595f Added echoing of requested stock symbol. Jun Yang 2015-02-09 13:43:56 -0800
  • 7fab056c99 Completed minimal sample in JsDoc of stock client. Jun Yang 2015-02-09 13:00:17 -0800
  • 58777a5812 Fixed math and stock servers murgatroid99 2015-02-09 11:50:19 -0800
  • 3d35d387a1 Fixed another compiler error murgatroid99 2015-02-09 11:43:34 -0800
  • e8c66830d7 Fixed some compiler errors in call.cc murgatroid99 2015-02-09 11:41:23 -0800
  • cfa8b0a560 Minor comment update murgatroid99 2015-02-09 11:01:20 -0800
  • 55d5ba6c05 Updated event.cc with new changes murgatroid99 2015-02-09 10:56:25 -0800
  • 616e875f23 More progress towards new API compatibility murgatroid99 2015-02-09 10:43:21 -0800
  • 9ef48b6126 Merge branch 'master' into node_new_core_api murgatroid99 2015-02-05 17:50:07 -0800
  • 4c627fb5a7 Part of the update to the new API murgatroid99 2015-02-05 17:42:01 -0800
  • 04488db7b2 Merge pull request #402 from murgatroid99/node_readme Tim Emiola 2015-02-05 09:13:10 -0800
  • 7a3606c6e8 Merge github.com:google/grpc into async-api Craig Tiller 2015-02-04 16:32:56 -0800
  • 7d9e5349c7 Added a lot more information to README murgatroid99 2015-02-04 15:10:15 -0800
  • e3559b36a7 Remove timeval functions David Klempner 2015-02-04 12:02:17 -0800
  • 8dd441771b Merge branch 'async-api' of github.com:ctiller/grpc into async-api Craig Tiller 2015-02-03 11:43:58 -0800
  • 2b0fa50926 Use only some of the thread pool threads for gRPC murgatroid99 2015-02-02 16:50:07 -0800
  • a736903ba2 Prepare for the new batch call API. Craig Tiller 2015-02-02 10:16:30 -0800
  • 40aae07bea Prepare for the new batch call API. Craig Tiller 2015-02-02 10:16:30 -0800
  • 7ba9ae86d2 Merge pull request #311 from murgatroid99/node_fix_not_found_handler Tim Emiola 2015-01-30 19:16:36 -0800
  • 5edff619a6 Merge pull request #305 from murgatroid99/node_stock_service Tim Emiola 2015-01-30 19:16:19 -0800
  • 024f20a3a8 Added copyright notice to stock.proto murgatroid99 2015-01-30 14:20:00 -0800
  • 745eb32e04 Added handling for unimplemeneted methods on the server murgatroid99 2015-01-30 14:13:11 -0800
  • 663b7cb975 Added stock service client and server murgatroid99 2015-01-30 11:00:32 -0800
  • d24b8576cf Removed stray debugger statement murgatroid99 2015-01-29 18:03:12 -0800
  • e90b4d6d90 Switched extension to return faster sliceable Buffers murgatroid99 2015-01-29 18:02:17 -0800
  • 04d01608f6 Added cancellation interop tests to Node interop client murgatroid99 2015-01-29 14:32:56 -0800
  • 0549a0d16e Added API for servers to provide metadata murgatroid99 2015-01-29 11:44:46 -0800
  • 23324a6a76 Merge branch 'master' of github.com:google/grpc into node_server_metadata murgatroid99 2015-01-29 11:39:48 -0800
  • b4059c1f33 Changed low-level metadata API to be more reasonable murgatroid99 2015-01-28 15:36:27 -0800
  • e8961c0e90 Added metadata pass-through to server method handlers murgatroid99 2015-01-28 11:47:23 -0800
  • 7efc89a7fe Merge pull request #209 from yang-g/interopclient Chen Wang 2015-01-27 12:02:46 -0800
  • adb24862ab sync up with master Yang Gao 2015-01-27 11:39:14 -0800
  • 08c3aae007 Finished fixing the tests murgatroid99 2015-01-27 09:18:30 -0800
  • 93facf2c41 Fixed tests by properly half-closing murgatroid99 2015-01-26 18:20:44 -0800
  • 2faae54c0b Removed all uses of highland murgatroid99 2015-01-26 18:12:30 -0800
  • 6d6606be80 Fixed file references to match moved files murgatroid99 2015-01-26 17:17:59 -0800
  • 0bd4b5a17c Moved extension and JS files to separate directories murgatroid99 2015-01-26 17:16:57 -0800
  • 0cf149b283 Refactored other tests murgatroid99 2015-01-26 14:40:27 -0800
  • f5e13dba4f Refactored tests to avoid hanging murgatroid99 2015-01-26 14:31:03 -0800
  • ed731519c6 Added cancel to client APIs and cancelled event to server APIs murgatroid99 2015-01-26 14:11:18 -0800
  • d85ad3ecdb Added cancel to surface calls murgatroid99 2015-01-26 12:57:10 -0800
  • b8b34fdaed Added missing server shutdown to interop test runner murgatroid99 2015-01-26 10:45:49 -0800
  • b62fdb2f0b Removed all instances of == in js files murgatroid99 2015-01-26 10:13:03 -0800
  • 1e71e716dc Shortened a function murgatroid99 2015-01-26 09:21:22 -0800
  • 240ab352a8 run clang-format Yang Gao 2015-01-26 00:19:48 -0800
  • 1ea18bf44e Moved some code around for clarity murgatroid99 2015-01-23 15:15:46 -0800
  • 415903f03f Removed unnecessary bidi stream wrappers murgatroid99 2015-01-23 15:00:38 -0800
  • 9ce69b7b06 Removed some duplicate stream code murgatroid99 2015-01-23 14:52:01 -0800
  • 3b488e2f67 Fixed node interop server murgatroid99 2015-01-23 13:27:20 -0800
  • e8fcd8b05b Skiped currently failing test murgatroid99 2015-01-23 11:08:45 -0800
  • 7498521aee Made node library buildable from source tree murgatroid99 2015-01-23 10:53:51 -0800
  • be555df5b0 Resolved merge conflict with upstream/master murgatroid99 2015-01-21 17:33:53 -0800
  • 6dda9b5ac6 Indicated that serialize and deserialize are optional murgatroid99 2015-01-21 17:26:04 -0800
  • db0fe64363 Resolved merge conflicts with master murgatroid99 2015-01-21 17:12:04 -0800
  • 6daa495c6c Merge branch 'master' into node_remove_byte_streams murgatroid99 2015-01-21 16:06:21 -0800
  • 169207402d Merge pull request #149 from murgatroid99/node_bind_port_zero Tim Emiola 2015-01-21 16:04:00 -0800
  • 3279c7c7c1 Merge branch 'master' into node_remove_byte_streams murgatroid99 2015-01-21 15:59:11 -0800
  • 104c2cb844 Merge pull request #141 from jboeuf/ssl_server_creds_integration Craig Tiller 2015-01-21 13:48:14 -0800
  • dae42a5f92 Switched binary stream to object stream murgatroid99 2015-01-21 13:43:39 -0800
  • 61d9ffb231 Modified interop tests to handle binding to port 0 murgatroid99 2015-01-21 12:12:39 -0800
  • 44220eb996 Merge branch 'master' into node_bind_port_zero murgatroid99 2015-01-21 12:05:36 -0800
  • 6bf2447832 Removed extra debugger statements murgatroid99 2015-01-21 11:58:23 -0800
  • 6be3712bb4 Removed port_picker and bound to port 0 in tests instead murgatroid99 2015-01-21 11:55:39 -0800
  • 00d1b72bd8 Fixing node and ruby builds. Julien Boeuf 2015-01-21 11:13:43 -0800
  • 4c59f605fe Added TLS support to interop tests murgatroid99 2015-01-21 10:30:36 -0800
  • 4a1a522a93 Removed temp files murgatroid99 2015-01-20 18:07:04 -0800
  • e3f3c2184e Added and fixed interop tests murgatroid99 2015-01-20 18:06:43 -0800
  • db205efc67 Added interop client and server murgatroid99 2015-01-20 15:59:43 -0800
  • 00993de85a Merge branch 'new_invoke_api' of github.com:google/grpc into update-api Craig Tiller 2015-01-16 15:24:17 -0800
  • e925ff366b Fixed casing functionality in common.js murgatroid99 2015-01-16 14:22:58 -0800
  • 23153cedbe Made method names more idiomatically cased for clients and servers murgatroid99 2015-01-16 14:22:14 -0800
  • ee451992b8 Updated to new call.invoke API murgatroid99 2015-01-15 15:38:45 -0800
  • 215e76570a Added code generation for clients and servers murgatroid99 2015-01-15 14:06:56 -0800
  • ea6caf2cb2 Merge remote-tracking branch 'upstream/master' murgatroid99 2015-01-14 17:09:28 -0800
  • 55baff0967 Merge pull request #18 from murgatroid99/node_client_constructor Tim Emiola 2015-01-14 22:12:57 +0700
  • 76d7c888d7 Merge branch 'node_client_constructor' murgatroid99 2015-01-13 17:30:07 -0800
  • 88bf4e0e9f Fixed a typo murgatroid99 2015-01-13 17:21:31 -0800
  • 152076750c Merge remote-tracking branch 'upstream/master' murgatroid99 2015-01-13 16:06:21 -0800
  • 4a8b214c54 Fixed typo murgatroid99 2015-01-13 16:03:16 -0800
  • a64670a155 Run clang-format against node Craig Tiller 2015-01-13 14:41:29 -0800
  • bc7ff9ffe6 Modified math client to more closely resemble generated code murgatroid99 2015-01-13 14:21:13 -0800
  • 823fee890a Added LICENSE header to all files murgatroid99 2015-01-12 18:25:58 -0800
  • a279fbd49c Removed temp files murgatroid99 2015-01-12 18:15:42 -0800
  • a9b57ed10f Clean commit of Node.js library source murgatroid99 2015-01-12 18:14:35 -0800