119 Commits

Author SHA1 Message Date
murgatroid99
084fa910d0 Added comment about where Google credentials come from 2015-02-18 17:06:34 -08:00
murgatroid99
9910878852 Merge branch 'master' into node_auth_integration 2015-02-18 15:08:32 -08:00
murgatroid99
5ab7deb5e4 Added auth functionality and interop tests 2015-02-18 15:00:56 -08:00
murgatroid99
924cd36e18 Added interop support for default root SSL certs 2015-02-18 10:21:57 -08:00
Craig Tiller
b56ee7c871 Add missing new-lines at end of file 2015-02-18 09:25:21 -08:00
Craig Tiller
da0983d56a Add missing new-lines at end of file 2015-02-18 09:23:38 -08:00
Craig Tiller
42af13c956 Update copyright to 2015 2015-02-18 08:34:56 -08:00
Craig Tiller
5b1bd523df Merge github.com:grpc/grpc into copyright
Conflicts:
	src/python/src/__init__.py
	src/python/src/_adapter/__init__.py
	src/python/src/_framework/__init__.py
	src/python/src/_framework/base/__init__.py
	src/python/src/_framework/base/packets/__init__.py
	src/python/src/_framework/common/__init__.py
	src/python/src/_framework/face/__init__.py
	src/python/src/_framework/face/testing/__init__.py
	src/python/src/_framework/foundation/__init__.py
	src/python/src/_junkdrawer/__init__.py
2015-02-17 20:28:40 -08:00
Tim Emiola
e020040181 Merge pull request #504 from murgatroid99/node_new_core_api
Rewrite the Node library to use the new core call API
2015-02-17 18:33:44 -08:00
murgatroid99
c1e61622b3 Merge branch 'node_new_core_api' into node_auth_integration 2015-02-17 17:31:41 -08:00
murgatroid99
61abcf3f15 Added missing documentation 2015-02-17 16:23:06 -08:00
Craig Tiller
2403c6f6e8 Add proto copyrights 2015-02-16 12:23:04 -08:00
Nathaniel Manista
a052d1253b The Python interoperability testing server. 2015-02-15 01:21:18 +00:00
murgatroid99
3781a89589 Version bump 2015-02-13 14:10:13 -08:00
murgatroid99
45a929f3bc Removed debugging code 2015-02-13 13:02:47 -08:00
murgatroid99
928322992c Updated server.cc to match call.cc changes 2015-02-13 12:21:59 -08:00
murgatroid99
d64985bc75 Improved op_vector memory management 2015-02-13 11:14:03 -08:00
murgatroid99
b8a1daf4ed Further improved memory management 2015-02-13 10:41:25 -08:00
murgatroid99
4f82d0021d Improved memory management 2015-02-13 10:40:07 -08:00
murgatroid99
8e10540169 Made changes based on comments 2015-02-13 10:19:10 -08:00
murgatroid99
c1ec85fc43 Removed extraneous log messages 2015-02-12 15:48:51 -08:00
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