Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-03-24 |
|\ | |||
| * | Merge pull request #1119 from tbetbetbe/grpc_ruby_update_rakefile | Michael Lumish | 2015-03-24 |
| |\ | | | | | | | Updates the Rakefile | ||
| * \ | Merge pull request #1117 from yang-g/ruby | Tim Emiola | 2015-03-24 |
| |\ \ | | | | | | | | | Use grpc:: counterparts in ruby code generator | ||
| * \ \ | Merge pull request #1116 from tbetbetbe/grpc_ruby_renable_server_first_bidi_test | Michael Lumish | 2015-03-24 |
| |\ \ \ | | | | | | | | | | | Renables the test checking the server can send the initial bidi message | ||
| | | | * | Updates the Rakefile | Tim Emiola | 2015-03-24 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | - 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 | ||
* | | | | Merge remote-tracking branch 'upstream/master' | vjpai | 2015-03-24 |
|\| | | | |||
| | | * | Use grpc:: counterparts in ruby code generator | Yang Gao | 2015-03-23 |
| | |/ | |/| | |||
| | * | Renables the test checking the server can send the initial bidi message | Tim Emiola | 2015-03-23 |
| |/ | |||
| * | Merge pull request #1097 from murgatroid99/node_general_interface | Tim Emiola | 2015-03-23 |
| |\ | | | | | | | Node general interface | ||
| * \ | Merge pull request #1090 from murgatroid99/node_qps_test | Tim Emiola | 2015-03-23 |
| |\ \ | | | | | | | | | Added Node QPS test | ||
* | | | | Merge remote-tracking branch 'upstream/master' | vjpai | 2015-03-23 |
|\| | | | |||
| * | | | Merge pull request #1112 from ↵ | Michael Lumish | 2015-03-23 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_fix_metadata_handling_when_deadline_specified Grpc ruby fix metadata handling when deadline specified | ||
| * \ \ \ | Merge pull request #1111 from jboeuf/openssl_version_check | Nicolas Noble | 2015-03-23 |
| |\ \ \ \ | | | | | | | | | | | | | Adding a test to check the openssl version we are using. | ||
| | | * | | | Enables some incorrectly disabled tests | Tim Emiola | 2015-03-23 |
| | | | | | | |||
| | | * | | | Corrects the handling of metadata when the optional deadline is specified | Tim Emiola | 2015-03-23 |
| | |/ / / | |/| | | | |||
| | | * | | Added requested comments | murgatroid99 | 2015-03-23 |
| | | | | | |||
| | | | * | Added a comment to server.js | murgatroid99 | 2015-03-23 |
| | | | | | |||
| * | | | | Merge pull request #1100 from ejona86/use-mvn-central | Tim Emiola | 2015-03-23 |
| |\ \ \ \ | | | | | | | | | | | | | Use protobuf java and nano from Maven Central | ||
* | | | | | | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-03-23 |
|\| | | | | | |||
| | | * | | | Adding a test to check the openssl version we are using. | Julien Boeuf | 2015-03-23 |
| | |/ / / | |/| | | | |||
| * | | | | Merge pull request #1108 from yang-g/overflowfix | Vijay Pai | 2015-03-22 |
| |\ \ \ \ | | | | | | | | | | | | | Time point conversion fix | ||
* | | | | | | Remove dead members of server context | Vijay Pai | 2015-03-22 |
|/ / / / / | |||
| * | | | | Protect on some overflow scenarios, add a test and build/run the test | Yang Gao | 2015-03-20 |
| | | | | | |||
* | | | | | Merge pull request #1107 from nicolasnoble/openssl | jboeuf | 2015-03-20 |
|\ \ \ \ \ | | | | | | | | | | | | | Upgrading to OpenSSL 1.0.2a - https://www.openssl.org/news/secadv_20150319.txt | ||
* \ \ \ \ \ | Merge pull request #1101 from soltanmm/sanitize | Nicolas Noble | 2015-03-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Sanitize Python protoc plugin | ||
| | * | | | | | Upgrading to OpenSSL 1.0.2a - https://www.openssl.org/news/secadv_20150319.txt | Nicolas "Pixel" Noble | 2015-03-21 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | 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. | ||
| * | | | | | Sanitize Python plugin | Masood Malekghassemi | 2015-03-20 |
| | | | | | | |||
* | | | | | | Merge pull request #1105 from murgatroid99/node_compute_engine_creds_test_fix | Tim Emiola | 2015-03-20 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix Node Compute Engine Auth test | ||
| | * | | | | Make Next free of time_point to timespec conversion | Yang Gao | 2015-03-20 |
| |/ / / / |/| | | | | |||
| * | | | | Fixed Compute Engine Auth username check | murgatroid99 | 2015-03-20 |
|/ / / / | |||
* | | | | Merge pull request #1102 from nicolasnoble/build-regen | David Klempner | 2015-03-19 |
|\ \ \ \ | | | | | | | | | | | Added a few more missing files and re-generated project files. | ||
| * | | | | Added a few more missing files and re-generated project files. | Nicolas "Pixel" Noble | 2015-03-20 |
|/ / / / | |||
* | | | | Merge pull request #1099 from nicolasnoble/build-regen | Jan Tattermusch | 2015-03-19 |
|\ \ \ \ | | | | | | | | | | | Adding missing public files to build.json, and re-generating all project files. | ||
| | * | | | Use protobuf java and nano from Maven Central | Eric Anderson | 2015-03-19 |
| |/ / / |/| | | | | | | | | | | | | | | | The protobuf jars are now available from Maven Central. Use them instead of building our own. | ||
* | | | | Merge pull request #1081 from soltanmm/internal-codegen-support-s2 | Nicolas Noble | 2015-03-19 |
|\ \ \ \ | | | | | | | | | | | Make Python package spec indirect | ||
| | * | | | Adding missing public files to build.json, and re-generating all project files. | Nicolas "Pixel" Noble | 2015-03-19 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #1094 from nicolasnoble/msys2-makefile | David Klempner | 2015-03-19 |
|\ \ \ \ | | | | | | | | | | | Better support for msys2. | ||
| | | | * | Added a test for generic client and server constructors | murgatroid99 | 2015-03-19 |
| | | | | | |||
* | | | | | Merge pull request #1074 from jcanizales/makes-cpu-posix-portable | Abhishek Kumar | 2015-03-19 |
|\ \ \ \ \ | | | | | | | | | | | | | Creates cpu_iphone.c and has it selected for iOS instead of cpu_posix.c | ||
* \ \ \ \ \ | Merge pull request #1093 from nicolasnoble/windows | Jan Tattermusch | 2015-03-19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Various Windows fixes. | ||
* \ \ \ \ \ \ | Merge pull request #1092 from nicolasnoble/msvc-c++ | Jan Tattermusch | 2015-03-19 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding MSVC's grpc++ project file. | ||
* \ \ \ \ \ \ \ | Merge pull request #1091 from dklempner/trim_metadata_test | Vijay Pai | 2015-03-19 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make metadata_test test_things_stick_around use fewer strings | ||
* \ \ \ \ \ \ \ \ | Merge pull request #1066 from yang-g/clangformat | Vijay Pai | 2015-03-19 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | clang-format c++ code | ||
| * | | | | | | | | | resolve merge error | Yang Gao | 2015-03-19 |
| | | | | | | | | | | |||
| * | | | | | | | | | sync to head and run clang-format again | Yang Gao | 2015-03-19 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #1095 from nicolasnoble/no-minmax | Vijay Pai | 2015-03-18 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Dodging VisualStudio's #define of max(). | ||
| * | | | | | | | | | | Dodging VisualStudio's #define of max(). | Nicolas "Pixel" Noble | 2015-03-19 |
| | | | | | | | | | | | |||
| | | | | * | | | | | | Various Windows fixes. | Nicolas Noble | 2015-03-19 |
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) 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. | ||
| | | | | | * | | | | Better support for msys2. | Nicolas Noble | 2015-03-18 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #1084 from yang-g/addtestcase | donnadionne | 2015-03-18 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add jwt_token_creds test case to interop test for c++ |