aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.'Gravatar Aggelos Avgerinos2015-02-27
|
* grpc: cpp_generator: fix pedantic warning on extra ';'Gravatar Todd Poynor2015-02-26
| | | | | | | | Fix pedantic warnings of form: myprotobuf.pb.cc:619:2: warning: extra ';' [-Wpedantic] }; ^
* Merge pull request #860 from nicolasnoble/travis-c++Gravatar Craig Tiller2015-02-26
|\ | | | | Travis c++
* \ Merge branch 'release-0_5' into 0_5-extra-commitsGravatar Nicolas "Pixel" Noble2015-02-27
|\ \ | | | | | | | | | | | | Conflicts: INSTALL
| | * Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++Gravatar Craig Tiller2015-02-26
| | |\ | |_|/ |/| |
* | | Merge pull request #841 from soltanmm/py-updateGravatar Nathaniel Manista2015-02-26
|\ \ \ | | | | | | | | Python code generator fixes.
| | | * Merge branch 'travis_node' of github.com:murgatroid99/grpc into travis-c++Gravatar Craig Tiller2015-02-26
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml
| | | * \ Merge branch 'travis-c' into travis-c++Gravatar Craig Tiller2015-02-26
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Changed c++ version flag in binding.gypGravatar murgatroid992015-02-26
| | | | |
| | | * | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| | | |/
| * | | Fix bugs in Python code generatorGravatar Masood Malekghassemi2015-02-26
| | | | | | | | | | | | | | | | | | | | Fixes module path finding in the Python code generator and the signatures of generated servicer methods.
* | | | Simple installation instructions for Python.Gravatar Nathaniel Manista2015-02-26
| |_|/ |/| |
* | | Merge pull request #830 from nathanielmanistaatgoogle/python-interop-clientGravatar Masood Malekghassemi2015-02-26
|\ \ \ | | | | | | | | The Python interop client.
* \ \ \ Merge pull request #831 from nathanielmanistaatgoogle/security-progressGravatar Masood Malekghassemi2015-02-26
|\ \ \ \ | | | | | | | | | | Work towards invocation-side security.
| * | | | Work towards invocation-side security.Gravatar Nathaniel Manista2015-02-26
| | |/ / | |/| |
| | * | The Python interop client.Gravatar Nathaniel Manista2015-02-26
| |/ / | | | | | | | | | | | | | | | The server_host_override flag's implementation remaining outstanding means that this only works over insecure connections for now.
* | | Merge pull request #820 from jayantkolhe/jayantkolhe-patch-3Gravatar Mugur Marculescu2015-02-25
|\ \ \ | |/ / |/| | Updated Python Status
| | * Merge pull request #826 from tbetbetbe/grpc-ruby-update-gemspec-licencseGravatar Abhishek Kumar2015-02-25
| | |\ | | | | | | | | Update grpc.gemspec
| | | * Update grpc.gemspecGravatar Tim Emiola2015-02-25
| | | |
| | * | Added important Node package information and LICENSE file for inclusion in ↵Gravatar murgatroid992015-02-25
| |/ / |/| | | | | | | | Node package
| * | Update README.mdGravatar Jayant Kolhe2015-02-25
| | |
* | | Merge pull request #813 from tbetbetbe/grpc_ruby_initial_versionGravatar Craig Tiller2015-02-25
|\ \ \ | | | | | | | | Synchronize initial package versions
* | | | Sanitize a reference number.Gravatar Nathaniel Manista2015-02-25
| |_|/ |/| |
| * | Synchronize initial package versionsGravatar Tim Emiola2015-02-25
|/ /
* | Merge pull request #812 from nathanielmanistaatgoogle/python-version-numberGravatar Craig Tiller2015-02-25
|\ \ | | | | | | Set Python version number to 0.4.0.
| * | Set Python version number to 0.4.0.Gravatar Nathaniel Manista2015-02-25
| | |
* | | Merge pull request #811 from murgatroid99/node_version_bump_0.5.0Gravatar Craig Tiller2015-02-25
|\ \ \ | | | | | | | | Bumped node version to 0.5.0
| * | | Bumped node version to 0.5.0Gravatar murgatroid992015-02-25
| | | |
* | | | Merge pull request #803 from grpc/oaktowner-patch-1Gravatar Craig Tiller2015-02-25
|\ \ \ \ | | | | | | | | | | Update binding.gyp
* \ \ \ \ Merge pull request #806 from grpc/oaktowner-patch-2Gravatar Craig Tiller2015-02-25
|\ \ \ \ \ | |_|/ / / |/| | | | Changing to use node instead of nodejs
* | | | | Merge pull request #789 from jtattermusch/interop_testingGravatar Tim Emiola2015-02-25
|\ \ \ \ \ | | | | | | | | | | | | In-process unit tests with test service, some interop test fixes.
* \ \ \ \ \ Merge pull request #810 from murgatroid99/node_instructionsGravatar Tim Emiola2015-02-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Debian nodejs-legacy instructions
| * | | | | | Add Debian nodejs-legacy instructionsGravatar Michael Lumish2015-02-25
| | | | | | |
* | | | | | | Removing emplace from python plugin.Gravatar Nicolas "Pixel" Noble2015-02-25
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #795 from nathanielmanistaatgoogle/python-client-credentialsGravatar Masood Malekghassemi2015-02-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Python ClientCredentials object.
* \ \ \ \ \ \ Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changesGravatar Masood Malekghassemi2015-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Final changes to the early_adopter API.
| | | | | * | | Changing to use node instead of nodejsGravatar Dan Ciruli2015-02-25
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #805 from ↵Gravatar Craig Tiller2015-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_temp_split_hostname_from_host_stering Tmp fix: splits the hostname from the host before creating a call
| | | | | | * | Update binding.gypGravatar Dan Ciruli2015-02-25
| | | | | | | |
* | | | | | | | Strip port in peer name checkGravatar Craig Tiller2015-02-25
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This string comes from an authority field, which is allowed to contain a ':' port (see https://tools.ietf.org/html/rfc3986#section-3.2). We need to strip it before performing host name verification.
| * | | | | | Tmp fix: splits the hostname from the host before creating a callGravatar Tim Emiola2015-02-25
|/ / / / / /
| | * / / / Python ClientCredentials object.Gravatar Nathaniel Manista2015-02-25
| |/ / / / |/| | | |
* | | | | Merge pull request #794 from tbetbetbe/grpc_ruby_clear_default_creds_canaryGravatar donnadionne2015-02-25
|\ \ \ \ \ | | | | | | | | | | | | Removes a redundant canary test
| * | | | | Removes a redundant canary testGravatar Tim Emiola2015-02-25
| | | | | |
* | | | | | Merge pull request #786 from ctiller/travis-wrapGravatar Michael Lumish2015-02-25
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Make PHP compile
* | | | | | Merge pull request #792 from murgatroid99/node_interop_tls_fixGravatar Craig Tiller2015-02-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed TLS host resolution problems
| * | | | | | Fixed TLS host resolution problemsGravatar murgatroid992015-02-25
| | | | | | |
* | | | | | | Merge pull request #791 from jtattermusch/python_testingGravatar Nathaniel Manista2015-02-25
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Python readme fixes
| * | | | | | fix readmeGravatar Jan Tattermusch2015-02-25
| | | | | | |
* | | | | | | Merge pull request #788 from ctiller/sec-wtfGravatar Michael Lumish2015-02-25
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix read through null pointer