Michael Lumish
e6c108e9cb
Merge pull request #1119 from tbetbetbe/grpc_ruby_update_rakefile
...
Updates the Rakefile
10 years ago
Tim Emiola
7bca47e08c
Merge pull request #1117 from yang-g/ruby
...
Use grpc:: counterparts in ruby code generator
10 years ago
Michael Lumish
0975311a9b
Merge pull request #1116 from tbetbetbe/grpc_ruby_renable_server_first_bidi_test
...
Renables the test checking the server can send the initial bidi message
10 years ago
Tim Emiola
f20d760972
Updates the Rakefile
...
- simplify the test suite namespace
- fix bug in test suite setup where wrappper tests were run twice
- removes unnecessary descs
- add bunder's gem tasks for release and installation
10 years ago
Yang Gao
478568e7c9
Use grpc:: counterparts in ruby code generator
10 years ago
Tim Emiola
f3770c38b7
Renables the test checking the server can send the initial bidi message
10 years ago
Tim Emiola
5a8cfdd8af
Merge pull request #1097 from murgatroid99/node_general_interface
...
Node general interface
10 years ago
Tim Emiola
71d2f559d5
Merge pull request #1090 from murgatroid99/node_qps_test
...
Added Node QPS test
10 years ago
Michael Lumish
f37bc1f259
Merge pull request #1112 from tbetbetbe/grpc_ruby_fix_metadata_handling_when_deadline_specified
...
Grpc ruby fix metadata handling when deadline specified
10 years ago
Nicolas Noble
d83373baf0
Merge pull request #1111 from jboeuf/openssl_version_check
...
Adding a test to check the openssl version we are using.
10 years ago
Tim Emiola
601869bb1a
Enables some incorrectly disabled tests
10 years ago
Tim Emiola
77e2fb0f95
Corrects the handling of metadata when the optional deadline is specified
10 years ago
murgatroid99
b0823fd715
Added requested comments
10 years ago
murgatroid99
94c5e7135b
Added a comment to server.js
10 years ago
Tim Emiola
a42bd2705a
Merge pull request #1100 from ejona86/use-mvn-central
...
Use protobuf java and nano from Maven Central
10 years ago
Julien Boeuf
8931cc1dd5
Adding a test to check the openssl version we are using.
10 years ago
Vijay Pai
10bb15cdd4
Merge pull request #1108 from yang-g/overflowfix
...
Time point conversion fix
10 years ago
Yang Gao
cdb2a6e071
Protect on some overflow scenarios, add a test and build/run the test
10 years ago
jboeuf
93f1ed39b3
Merge pull request #1107 from nicolasnoble/openssl
...
Upgrading to OpenSSL 1.0.2a - https://www.openssl.org/news/secadv_20150319.txt
10 years ago
Nicolas Noble
f280409f9c
Merge pull request #1101 from soltanmm/sanitize
...
Sanitize Python protoc plugin
10 years ago
Nicolas "Pixel" Noble
8ca92d6ef1
Upgrading to OpenSSL 1.0.2a - https://www.openssl.org/news/secadv_20150319.txt
...
We'll have to be extra careful when reviewing future pull requests that people aren't reverting that one by accident. It's going to be a common issue.
10 years ago
Masood Malekghassemi
65c803b083
Sanitize Python plugin
10 years ago
Tim Emiola
c67aaea220
Merge pull request #1105 from murgatroid99/node_compute_engine_creds_test_fix
...
Fix Node Compute Engine Auth test
10 years ago
Yang Gao
b7b965c842
Make Next free of time_point to timespec conversion
10 years ago
murgatroid99
90da75ed2d
Fixed Compute Engine Auth username check
10 years ago
David Klempner
3bd5fa6c78
Merge pull request #1102 from nicolasnoble/build-regen
...
Added a few more missing files and re-generated project files.
10 years ago
Nicolas "Pixel" Noble
710b6a4ae2
Added a few more missing files and re-generated project files.
10 years ago
Jan Tattermusch
49d0df3cbc
Merge pull request #1099 from nicolasnoble/build-regen
...
Adding missing public files to build.json, and re-generating all project files.
10 years ago
Eric Anderson
55420b07bc
Use protobuf java and nano from Maven Central
...
The protobuf jars are now available from Maven Central. Use them instead
of building our own.
10 years ago
Nicolas Noble
889b5e1d0e
Merge pull request #1081 from soltanmm/internal-codegen-support-s2
...
Make Python package spec indirect
10 years ago
Nicolas "Pixel" Noble
51f5b91715
Adding missing public files to build.json, and re-generating all project files.
10 years ago
David Klempner
43c5fe6825
Merge pull request #1094 from nicolasnoble/msys2-makefile
...
Better support for msys2.
10 years ago
murgatroid99
e0f24dc2ad
Added a test for generic client and server constructors
10 years ago
Abhishek Kumar
2cff008a2b
Merge pull request #1074 from jcanizales/makes-cpu-posix-portable
...
Creates cpu_iphone.c and has it selected for iOS instead of cpu_posix.c
10 years ago
Jan Tattermusch
5e36d0d474
Merge pull request #1093 from nicolasnoble/windows
...
Various Windows fixes.
10 years ago
Jan Tattermusch
1c0f54a861
Merge pull request #1092 from nicolasnoble/msvc-c++
...
Adding MSVC's grpc++ project file.
10 years ago
Vijay Pai
c55a1d4d55
Merge pull request #1091 from dklempner/trim_metadata_test
...
Make metadata_test test_things_stick_around use fewer strings
10 years ago
Vijay Pai
f0b6e26f16
Merge pull request #1066 from yang-g/clangformat
...
clang-format c++ code
10 years ago
Yang Gao
050e37aab8
resolve merge error
10 years ago
Yang Gao
1fc046902c
sync to head and run clang-format again
10 years ago
Vijay Pai
99f1c1ee7e
Merge pull request #1095 from nicolasnoble/no-minmax
...
Dodging VisualStudio's #define of max().
10 years ago
Nicolas "Pixel" Noble
eab96f51fb
Dodging VisualStudio's #define of max().
10 years ago
Nicolas Noble
cfd6073a66
Various Windows fixes.
...
-) using dupenv_s instead of getenv_s and calling strdup ourselves.
-) few impossible-to-obtain if checks.
-) various signed/unsigned casting.
-) using time_t instead of time32_t
-) checking output of FormatMessage for failures.
-) don't redefine _WIN32_WINNT without undefining it first.
-) fixed msvc's interlocked casting.
-) renamed AddPort to AddListeningPort.
-) added protobuf's third_party includes to search path.
-) added a missing definition for inet_ntop in mingw32.
-) removed useless declarations.
10 years ago
Nicolas Noble
f86811890e
Better support for msys2.
10 years ago
donnadionne
3f66ae96f2
Merge pull request #1084 from yang-g/addtestcase
...
Add jwt_token_creds test case to interop test for c++
10 years ago
donnadionne
f2093977ae
Merge pull request #1067 from yang-g/print
...
Print out status when it is not ok in interop tests
10 years ago
murgatroid99
e023e98d9a
Added functions to create generic servers and clients
10 years ago
Tim Emiola
6cf02edae1
Merge pull request #1075 from murgatroid99/node_binary_metadata
...
Node differentiate between binary and string headers
10 years ago
David Klempner
33013ce9c9
Merge pull request #1088 from nicolasnoble/windows-atm
...
Fixes for Windows atomics.
10 years ago
Jan Tattermusch
17caeef7c0
Merge pull request #1060 from tbetbetbe/grpc-tools-add-proto-bin-docker-image
...
Adds a dockerfile and script for building a tar archive containing protoc and the plugins
10 years ago