aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Make a fake version of nullptr to satisfy old compilersGravatar vjpai2015-03-25
|
* Merge remote-tracking branch 'upstream/master'Gravatar vjpai2015-03-24
|\
* | Revert "Allow nullptr to be passed in if user doesn't care about tag"Gravatar vjpai2015-03-24
| | | | | | | | This reverts commit 4cba0ca39c9f979b231d1e64c3ef3aa3104bf1ca.
| * Merge pull request #1128 from jboeuf/static_analysis_fixesGravatar Nicolas Noble2015-03-24
| |\ | | | | | | Fixing errors found by clang static analysis.
| | * Fixing errors found by clang static analysis.Gravatar Julien Boeuf2015-03-24
| |/
* | Allow nullptr to be passed in if user doesn't care about tagGravatar vjpai2015-03-24
| | | | | | | | for next,asyncnext
* | Merge branch 'master' of github.com:vjpai/grpcGravatar vjpai2015-03-24
|\ \
* \ \ Merge remote-tracking branch 'upstream/master'Gravatar vjpai2015-03-24
|\ \ \ | | |/ | |/|
| * | Merge pull request #1014 from murgatroid99/php_new_core_apiGravatar Tim Emiola2015-03-24
| |\ \ | | | | | | | | Update PHP to the new batch API
| | | * Revert "Remove dead members of server context"Gravatar Vijay Pai2015-03-24
| | | | | | | | | | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1.
| | | * Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-03-24
| |_|/| |/| |/ | |/|
| | * Added comments to new functions in call.cGravatar murgatroid992015-03-24
| | |
| * | Merge pull request #1119 from tbetbetbe/grpc_ruby_update_rakefileGravatar Michael Lumish2015-03-24
| |\ \ | | | | | | | | Updates the Rakefile
| * \ \ Merge pull request #1117 from yang-g/rubyGravatar Tim Emiola2015-03-24
| |\ \ \ | | | | | | | | | | Use grpc:: counterparts in ruby code generator
| * \ \ \ Merge pull request #1116 from tbetbetbe/grpc_ruby_renable_server_first_bidi_testGravatar Michael Lumish2015-03-24
| |\ \ \ \ | | | | | | | | | | | | Renables the test checking the server can send the initial bidi message
| | | | * | Updates the RakefileGravatar Tim Emiola2015-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'Gravatar vjpai2015-03-24
|\| | | |
| | | * | Use grpc:: counterparts in ruby code generatorGravatar Yang Gao2015-03-23
| | |/ / | |/| |
| | * | Renables the test checking the server can send the initial bidi messageGravatar Tim Emiola2015-03-23
| |/ /
| * | Merge pull request #1097 from murgatroid99/node_general_interfaceGravatar Tim Emiola2015-03-23
| |\ \ | | | | | | | | Node general interface
| * \ \ Merge pull request #1090 from murgatroid99/node_qps_testGravatar Tim Emiola2015-03-23
| |\ \ \ | | | | | | | | | | Added Node QPS test
* | | | | Merge remote-tracking branch 'upstream/master'Gravatar vjpai2015-03-23
|\| | | |
| * | | | Merge pull request #1112 from ↵Gravatar Michael Lumish2015-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_checkGravatar Nicolas Noble2015-03-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Adding a test to check the openssl version we are using.
| | | * | | | Enables some incorrectly disabled testsGravatar Tim Emiola2015-03-23
| | | | | | |
| | | * | | | Corrects the handling of metadata when the optional deadline is specifiedGravatar Tim Emiola2015-03-23
| | |/ / / / | |/| | | |
| | | * | | Added requested commentsGravatar murgatroid992015-03-23
| | | | | |
| | | | * | Added a comment to server.jsGravatar murgatroid992015-03-23
| | | | | |
| * | | | | Merge pull request #1100 from ejona86/use-mvn-centralGravatar Tim Emiola2015-03-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Use protobuf java and nano from Maven Central
* | | | | | | Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-03-23
|\| | | | | |
| | | * | | | Adding a test to check the openssl version we are using.Gravatar Julien Boeuf2015-03-23
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #1108 from yang-g/overflowfixGravatar Vijay Pai2015-03-22
| |\ \ \ \ \ | | | | | | | | | | | | | | Time point conversion fix
* | | | | | | Remove dead members of server contextGravatar Vijay Pai2015-03-22
|/ / / / / /
| * | | | | Protect on some overflow scenarios, add a test and build/run the testGravatar Yang Gao2015-03-20
| | | | | |
* | | | | | Merge pull request #1107 from nicolasnoble/opensslGravatar jboeuf2015-03-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Upgrading to OpenSSL 1.0.2a - https://www.openssl.org/news/secadv_20150319.txt
* \ \ \ \ \ \ Merge pull request #1101 from soltanmm/sanitizeGravatar Nicolas Noble2015-03-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Sanitize Python protoc plugin
| | * | | | | | Upgrading to OpenSSL 1.0.2a - https://www.openssl.org/news/secadv_20150319.txtGravatar Nicolas "Pixel" Noble2015-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 pluginGravatar Masood Malekghassemi2015-03-20
| | | | | | |
* | | | | | | Merge pull request #1105 from murgatroid99/node_compute_engine_creds_test_fixGravatar Tim Emiola2015-03-20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix Node Compute Engine Auth test
| | * | | | | Make Next free of time_point to timespec conversionGravatar Yang Gao2015-03-20
| |/ / / / / |/| | | | |
| * | | | | Fixed Compute Engine Auth username checkGravatar murgatroid992015-03-20
|/ / / / /
* | | | | Merge pull request #1102 from nicolasnoble/build-regenGravatar David Klempner2015-03-19
|\ \ \ \ \ | | | | | | | | | | | | Added a few more missing files and re-generated project files.
| * | | | | Added a few more missing files and re-generated project files.Gravatar Nicolas "Pixel" Noble2015-03-20
|/ / / / /
* | | | | Merge pull request #1099 from nicolasnoble/build-regenGravatar Jan Tattermusch2015-03-19
|\ \ \ \ \ | | | | | | | | | | | | Adding missing public files to build.json, and re-generating all project files.
| | * | | | Use protobuf java and nano from Maven CentralGravatar Eric Anderson2015-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-s2Gravatar Nicolas Noble2015-03-19
|\ \ \ \ \ | | | | | | | | | | | | Make Python package spec indirect
| | * | | | Adding missing public files to build.json, and re-generating all project files.Gravatar Nicolas "Pixel" Noble2015-03-19
| |/ / / / |/| | | |
* | | | | Merge pull request #1094 from nicolasnoble/msys2-makefileGravatar David Klempner2015-03-19
|\ \ \ \ \ | | | | | | | | | | | | Better support for msys2.
| | | | * | Added a test for generic client and server constructorsGravatar murgatroid992015-03-19
| | | | | |
* | | | | | Merge pull request #1074 from jcanizales/makes-cpu-posix-portableGravatar Abhishek Kumar2015-03-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Creates cpu_iphone.c and has it selected for iOS instead of cpu_posix.c