aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* call correct init functionGravatar Craig Tiller2015-09-03
|
* avoid infinite spin without checking condvarGravatar Craig Tiller2015-09-03
|
* avoid underflowGravatar Craig Tiller2015-09-03
|
* Merge branch 'release-0_11' of github.com:grpc/grpc into insert-branch-nameGravatar Craig Tiller2015-09-03
|\
| * Merge pull request #3229 from dgquintas/auth_depGravatar Craig Tiller2015-09-03
| |\ | | | | | | Removed grpc_security.h from auth_context.h
| | * Removed grpc_security.h from auth_context.hGravatar David Garcia Quintas2015-09-03
| |/
| * Merge pull request #3228 from dgquintas/doxygenateGravatar Craig Tiller2015-09-03
| |\ | | | | | | Regenerated doxygen after #3227
| | * Regenerated doxygen after #3227Gravatar David Garcia Quintas2015-09-03
| |/
| * Merge pull request #3227 from ctiller/yyyGravatar David G. Quintas2015-09-03
| |\ | | | | | | Replicate C++ docs from master to beta branch
| | * Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
| |/ | | | | | | Original PR #3074 by @dgquintas
* | Fix typoGravatar Craig Tiller2015-09-03
| |
* | Try even harder to disable PDB generationGravatar Craig Tiller2015-09-03
| |
| * Merge pull request #3183 from ctiller/second-comingGravatar Nicolas Noble2015-09-02
| |\ | |/ |/| Refactor Endpoint API
| * Merge pull request #3205 from nathanielmanistaatgoogle/method-not-foundGravatar Masood Malekghassemi2015-09-02
| |\ | | | | | | Respond with UNIMPLEMENTED when a requested method is not found
| * \ Merge pull request #3184 from murgatroid99/node_examples_updateGravatar Tim Emiola2015-09-02
| |\ \ | | | | | | | | Fixed routeguide namespace, updated README to match other changes
| * \ \ Merge pull request #3192 from murgatroid99/node_auth_interop_fixGravatar Tim Emiola2015-09-02
| |\ \ \ | | | | | | | | | | Fix bugs that were causing auth interop tests to fail
| * \ \ \ Merge pull request #3212 from stanley-cheung/php_bump_versionGravatar Michael Lumish2015-09-02
| |\ \ \ \ | | | | | | | | | | | | PHP: bump version
| * \ \ \ \ Merge pull request #3211 from jtattermusch/fix_routeguide_exampleGravatar Michael Lumish2015-09-02
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix C# route_guide example
| | | * | | | php: bump versionGravatar Stanley Cheung2015-09-02
| | | | | | |
| * | | | | | Merge pull request #3187 from ctiller/another-one-bites-the-dustGravatar Nicolas Noble2015-09-02
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | Give interop tests more time to build
| | | * | | | fix route_guide exampleGravatar Jan Tattermusch2015-09-02
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #3181 from stanley-cheung/php_per_message_compressionGravatar Stanley Cheung2015-09-02
| |\ \ \ \ \ | | | | | | | | | | | | | | PHP: support per message compression disable
| * \ \ \ \ \ Merge pull request #3207 from jtattermusch/csharp_update_examplesGravatar Michael Lumish2015-09-02
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | C# update examples to proto3
| * \ \ \ \ \ \ Merge pull request #3208 from jtattermusch/fix_build_nuget_packagesGravatar Nicolas Noble2015-09-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix C# nuget package building
| | | * | | | | | Make examples depend on the right nuget package versionGravatar Jan Tattermusch2015-09-02
| | | | | | | | |
| | | | | | | | * UNIMPLEMENTED status for methods not foundGravatar Nathaniel Manista2015-09-02
| | | | | | | | |
| | | | | | | | * Add code and details to base.OutcomeGravatar Nathaniel Manista2015-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It may seem weird that code and details would travel along two paths now instead of one but it makes sense after considering that sometimes the code and details are application data from the remote application and sometimes they are transport data from the transport between the local and remote applications.
| | * | | | | | | fix C# nuget package buildingGravatar Jan Tattermusch2015-09-02
| |/ / / / / / /
| | | * | | | | php: missed a line in docGravatar Stanley Cheung2015-09-02
| | | | | | | |
| | | * | | | | php: update pecl package.xmlGravatar Stanley Cheung2015-09-02
| | | | | | | |
| | | * | | | | php: $metadata at API should be optionalGravatar Stanley Cheung2015-09-02
| | | | | | | |
| | | * | | | | php: add cancel_after_begin interop testGravatar Stanley Cheung2015-09-02
| | | | | | | |
| | | * | | | | php: clean up api around flagsGravatar Stanley Cheung2015-09-02
| | | | | | | |
| | | * | | | | php: support per message compression disableGravatar Stanley Cheung2015-09-02
| | |/ / / / / | |/| | | | |
| | * | | | | update README.mdGravatar Jan Tattermusch2015-09-02
| | | | | | |
| | * | | | | polishing route_guide exampleGravatar Jan Tattermusch2015-09-02
| | | | | | |
| | * | | | | first stab at upgrading route_guide to proto3Gravatar Jan Tattermusch2015-09-02
| | | | | | |
| | * | | | | deleted a copy of helloworld.protoGravatar Jan Tattermusch2015-09-02
| | | | | | |
| | * | | | | update helloworld example to proto3Gravatar Jan Tattermusch2015-09-02
| |/ / / / /
| * | | | | Merge pull request #3201 from soltanmm/percolateGravatar Nathaniel Manista2015-09-02
| |\ \ \ \ \ | | | | | | | | | | | | | | Expose per-call credentials to Python.
| * \ \ \ \ \ Merge pull request #3195 from stanley-cheung/php_fix_jenkins_build_errorGravatar Jan Tattermusch2015-09-02
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP: fix jenkins macos build error
* | | | | | | | Fix ASAN issuesGravatar Craig Tiller2015-09-02
| | | | | | | |
| | * | | | | | php: fix jenkins macos build errorGravatar Stanley Cheung2015-09-02
| |/ / / / / /
* | | | | | | Try harder to disable PDBGravatar Craig Tiller2015-09-02
| | | | | | |
| | * | | | | Expose per-call credentials to PythonGravatar Masood Malekghassemi2015-09-02
| | | | | | |
| | | | * | | Fix bugs that were causing auth interop tests to failGravatar murgatroid992015-09-01
| | |_|/ / / | |/| | | |
* | | | | | Hopefully speed up Jenkins buildsGravatar Craig Tiller2015-09-01
| | | | | |
* | | | | | HmmmGravatar Craig Tiller2015-09-01
| | | | | |
* | | | | | Fix asan bugGravatar Craig Tiller2015-09-01
| | | | | |
* | | | | | Merge branch 'second-coming' of github.com:ctiller/grpc into second-comingGravatar Craig Tiller2015-09-01
|\ \ \ \ \ \