zeliard
|
57f64ba4b2
|
merge from upstream (grpc) master
|
2015-04-27 14:56:34 +09:00 |
zeliard
|
2ff3b4c769
|
fix expression bug on socket creation failure (fd<0 is always false because fd is unsigned and Windows returns ~0 (-1) on socket failure)
|
2015-04-27 14:50:07 +09:00 |
murgatroid99
|
f91d3bcff2
|
Fixed typo in README change
|
2015-04-23 13:34:42 -07:00 |
murgatroid99
|
7ef907c6f0
|
Added information about custom gRPC install locations in README, bumped version
|
2015-04-23 13:33:04 -07:00 |
Tim Emiola
|
d6336f89d0
|
Merge pull request #1353 from murgatroid99/node_limit_thread_usage
Node limit thread usage
|
2015-04-23 14:55:35 -04:00 |
murgatroid99
|
6ff1f353e8
|
Added JSON option for gRPC file loading
|
2015-04-20 11:22:51 -07:00 |
Tim Emiola
|
2377631af2
|
Removes nodejs pubsub example
|
2015-04-16 08:58:44 -07:00 |
murgatroid99
|
d8457bba64
|
Initial version of service_packager script
|
2015-04-14 17:18:26 -07:00 |
murgatroid99
|
28eb800b74
|
Bump node library version to publish bugfix
|
2015-04-13 14:19:41 -07:00 |
murgatroid99
|
ea3589ee0b
|
Fixed bugs in trailing metadata handling and math server example
|
2015-04-13 12:59:17 -07:00 |
Michael Lumish
|
67e1774009
|
Merge pull request #1198 from atombender/master
Remove unused references to malloc.h
|
2015-04-06 09:30:13 -07:00 |
Alexander Staubo
|
63a8be71a4
|
Fix compilation of Node package conditionally on Mac:
* Set compilation target 10.9.
* Add C++11 compilation.
* Remove librt dependency.
|
2015-04-06 12:00:39 -04:00 |
Alexander Staubo
|
95894e9f7d
|
Remove unused references to malloc.h (which is non-standard, Linux-specific and generally deprecated; use <cstdlib> instead).
|
2015-04-05 01:27:58 -04:00 |
Tim Emiola
|
8d96ed1460
|
Merge pull request #1140 from murgatroid99/node_trailing_metadata
Node trailing metadata
|
2015-04-03 13:17:04 -07:00 |
murgatroid99
|
ab5d04afbf
|
Reworded test case descriptions
|
2015-04-03 12:49:31 -07:00 |
murgatroid99
|
92a2363804
|
Reversed accidentally swapped test cases
|
2015-03-31 10:40:02 -07:00 |
murgatroid99
|
39cbce69ab
|
Fixed proto syntax
|
2015-03-26 18:42:10 -07:00 |
murgatroid99
|
cdd9f17cf4
|
Finished adding trailing metadata tests
|
2015-03-26 15:19:54 -07:00 |
murgatroid99
|
9b4b90b3df
|
Started adding support for trailing metadata
|
2015-03-26 10:07:15 -07:00 |
Tim Emiola
|
af3c157d06
|
Merge pull request #1097 from murgatroid99/node_general_interface
Node general interface
|
2015-03-23 19:33:16 -07:00 |
Tim Emiola
|
aa6d736794
|
Merge pull request #1090 from murgatroid99/node_qps_test
Added Node QPS test
|
2015-03-23 19:32:12 -07:00 |
murgatroid99
|
37ae0f7718
|
Added requested comments
|
2015-03-23 11:18:50 -07:00 |
murgatroid99
|
38d30d285d
|
Added a comment to server.js
|
2015-03-23 10:46:05 -07:00 |
murgatroid99
|
c7ed207411
|
Fixed Compute Engine Auth username check
|
2015-03-20 10:00:12 -07:00 |
murgatroid99
|
e84f7e6614
|
Added a test for generic client and server constructors
|
2015-03-19 11:16:48 -07:00 |
murgatroid99
|
36bbd0b706
|
Added functions to create generic servers and clients
|
2015-03-18 17:17:33 -07:00 |
murgatroid99
|
f35f51d634
|
Merge branch 'node_qps_test' into node_limit_thread_usage
|
2015-03-18 12:58:32 -07:00 |
murgatroid99
|
478481f97f
|
Added Node QPS test
|
2015-03-18 12:15:21 -07:00 |
murgatroid99
|
aeff44dba7
|
Resolved merge conflicts with master
|
2015-03-18 11:07:51 -07:00 |
murgatroid99
|
f946faab8a
|
Bumped version
|
2015-03-17 18:25:59 -07:00 |
murgatroid99
|
2cf57d08a1
|
Simplified some tests
|
2015-03-17 18:20:51 -07:00 |
murgatroid99
|
3544e15cef
|
Changed call to only expect and return binary headers when key ends with '-bin'
|
2015-03-17 18:13:55 -07:00 |
murgatroid99
|
61b75e081a
|
Node package version bump
|
2015-03-13 11:19:58 -07:00 |
murgatroid99
|
a0d811af39
|
Switched protobufjs dependency to npm package instead of GitHub
|
2015-03-12 18:25:17 -07:00 |
murgatroid99
|
2a2bedf55b
|
Improved node install instructions and bumped version
|
2015-03-12 12:53:10 -07:00 |
murgatroid99
|
9807dca39f
|
Updated Node package version to 0.5.3
|
2015-03-10 09:54:58 -07:00 |
murgatroid99
|
b8bb5c2fe2
|
Merge branch 'master' into node_11_cleanup_segfault
|
2015-03-09 16:10:26 -07:00 |
murgatroid99
|
b0910a21f5
|
Fixed segfault by fixing scope issue
|
2015-03-09 16:09:55 -07:00 |
murgatroid99
|
04e03be338
|
Added more tests
|
2015-03-09 11:16:56 -07:00 |
Craig Tiller
|
1eabcf5315
|
Merge github.com:grpc/grpc into credit
|
2015-03-05 15:45:46 -08:00 |
Tim Emiola
|
da7440e9af
|
Merge pull request #952 from murgatroid99/node_0_12_compatibility
Node 0.11+ compatibility
|
2015-03-05 11:30:10 -08:00 |
murgatroid99
|
41de97cc27
|
Removed extra variables
|
2015-03-04 17:33:00 -08:00 |
murgatroid99
|
ccdb716ca9
|
Cleaned out some cruft from binding.gyp
|
2015-03-04 17:29:32 -08:00 |
murgatroid99
|
59e0c87eb9
|
Removes engine restriction from package.json, bumps version
|
2015-03-04 14:54:32 -08:00 |
murgatroid99
|
1008c5a730
|
The library now compiles with Node 0.11+ and all versions of io.js
|
2015-03-04 14:42:31 -08:00 |
murgatroid99
|
820ff875c7
|
Updated some c++ files for 0.11/0.12 compatibility
|
2015-03-04 11:28:37 -08:00 |
murgatroid99
|
e3eab63868
|
Loosened some dependencies, specified compatible engines
|
2015-03-04 11:28:06 -08:00 |
murgatroid99
|
0777e281e5
|
Updated Node library to new secure server API
|
2015-03-02 17:31:25 -08:00 |
Tim Emiola
|
a5d8c6c5a9
|
Merge pull request #861 from murgatroid99/node_package_repo_info
Added useful information and links to Node's package.json
|
2015-02-27 09:43:09 -08:00 |
Craig Tiller
|
061d708748
|
Merge pull request #860 from nicolasnoble/travis-c++
Travis c++
|
2015-02-26 19:14:33 -08:00 |