Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | call correct init function | Craig Tiller | 2015-09-03 |
| | |||
* | avoid infinite spin without checking condvar | Craig Tiller | 2015-09-03 |
| | |||
* | avoid underflow | Craig Tiller | 2015-09-03 |
| | |||
* | Merge branch 'release-0_11' of github.com:grpc/grpc into insert-branch-name | Craig Tiller | 2015-09-03 |
|\ | |||
| * | Merge pull request #3229 from dgquintas/auth_dep | Craig Tiller | 2015-09-03 |
| |\ | | | | | | | Removed grpc_security.h from auth_context.h | ||
| | * | Removed grpc_security.h from auth_context.h | David Garcia Quintas | 2015-09-03 |
| |/ | |||
| * | Merge pull request #3228 from dgquintas/doxygenate | Craig Tiller | 2015-09-03 |
| |\ | | | | | | | Regenerated doxygen after #3227 | ||
| | * | Regenerated doxygen after #3227 | David Garcia Quintas | 2015-09-03 |
| |/ | |||
| * | Merge pull request #3227 from ctiller/yyy | David G. Quintas | 2015-09-03 |
| |\ | | | | | | | Replicate C++ docs from master to beta branch | ||
| | * | Replicate C++ docs from master to beta branch | Craig Tiller | 2015-09-03 |
| |/ | | | | | | | Original PR #3074 by @dgquintas | ||
* | | Fix typo | Craig Tiller | 2015-09-03 |
| | | |||
* | | Try even harder to disable PDB generation | Craig Tiller | 2015-09-03 |
| | | |||
| * | Merge pull request #3183 from ctiller/second-coming | Nicolas Noble | 2015-09-02 |
| |\ | |/ |/| | Refactor Endpoint API | ||
| * | Merge pull request #3205 from nathanielmanistaatgoogle/method-not-found | Masood Malekghassemi | 2015-09-02 |
| |\ | | | | | | | Respond with UNIMPLEMENTED when a requested method is not found | ||
| * \ | Merge pull request #3184 from murgatroid99/node_examples_update | Tim Emiola | 2015-09-02 |
| |\ \ | | | | | | | | | Fixed routeguide namespace, updated README to match other changes | ||
| * \ \ | Merge pull request #3192 from murgatroid99/node_auth_interop_fix | Tim Emiola | 2015-09-02 |
| |\ \ \ | | | | | | | | | | | Fix bugs that were causing auth interop tests to fail | ||
| * \ \ \ | Merge pull request #3212 from stanley-cheung/php_bump_version | Michael Lumish | 2015-09-02 |
| |\ \ \ \ | | | | | | | | | | | | | PHP: bump version | ||
| * \ \ \ \ | Merge pull request #3211 from jtattermusch/fix_routeguide_example | Michael Lumish | 2015-09-02 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix C# route_guide example | ||
| | | * | | | | php: bump version | Stanley Cheung | 2015-09-02 |
| | | | | | | | |||
| * | | | | | | Merge pull request #3187 from ctiller/another-one-bites-the-dust | Nicolas Noble | 2015-09-02 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Give interop tests more time to build | ||
| | | * | | | | fix route_guide example | Jan Tattermusch | 2015-09-02 |
| | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #3181 from stanley-cheung/php_per_message_compression | Stanley Cheung | 2015-09-02 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | PHP: support per message compression disable | ||
| * \ \ \ \ \ | Merge pull request #3207 from jtattermusch/csharp_update_examples | Michael Lumish | 2015-09-02 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | C# update examples to proto3 | ||
| * \ \ \ \ \ \ | Merge pull request #3208 from jtattermusch/fix_build_nuget_packages | Nicolas Noble | 2015-09-02 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix C# nuget package building | ||
| | | * | | | | | | Make examples depend on the right nuget package version | Jan Tattermusch | 2015-09-02 |
| | | | | | | | | | |||
| | | | | | | | * | UNIMPLEMENTED status for methods not found | Nathaniel Manista | 2015-09-02 |
| | | | | | | | | | |||
| | | | | | | | * | Add code and details to base.Outcome | Nathaniel Manista | 2015-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 building | Jan Tattermusch | 2015-09-02 |
| |/ / / / / / / | |||
| | | * | | | | | php: missed a line in doc | Stanley Cheung | 2015-09-02 |
| | | | | | | | | |||
| | | * | | | | | php: update pecl package.xml | Stanley Cheung | 2015-09-02 |
| | | | | | | | | |||
| | | * | | | | | php: $metadata at API should be optional | Stanley Cheung | 2015-09-02 |
| | | | | | | | | |||
| | | * | | | | | php: add cancel_after_begin interop test | Stanley Cheung | 2015-09-02 |
| | | | | | | | | |||
| | | * | | | | | php: clean up api around flags | Stanley Cheung | 2015-09-02 |
| | | | | | | | | |||
| | | * | | | | | php: support per message compression disable | Stanley Cheung | 2015-09-02 |
| | |/ / / / / | |/| | | | | | |||
| | * | | | | | update README.md | Jan Tattermusch | 2015-09-02 |
| | | | | | | | |||
| | * | | | | | polishing route_guide example | Jan Tattermusch | 2015-09-02 |
| | | | | | | | |||
| | * | | | | | first stab at upgrading route_guide to proto3 | Jan Tattermusch | 2015-09-02 |
| | | | | | | | |||
| | * | | | | | deleted a copy of helloworld.proto | Jan Tattermusch | 2015-09-02 |
| | | | | | | | |||
| | * | | | | | update helloworld example to proto3 | Jan Tattermusch | 2015-09-02 |
| |/ / / / / | |||
| * | | | | | Merge pull request #3201 from soltanmm/percolate | Nathaniel Manista | 2015-09-02 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Expose per-call credentials to Python. | ||
| * \ \ \ \ \ | Merge pull request #3195 from stanley-cheung/php_fix_jenkins_build_error | Jan Tattermusch | 2015-09-02 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | PHP: fix jenkins macos build error | ||
* | | | | | | | | Fix ASAN issues | Craig Tiller | 2015-09-02 |
| | | | | | | | | |||
| | * | | | | | | php: fix jenkins macos build error | Stanley Cheung | 2015-09-02 |
| |/ / / / / / | |||
* | | | | | | | Try harder to disable PDB | Craig Tiller | 2015-09-02 |
| | | | | | | | |||
| | * | | | | | Expose per-call credentials to Python | Masood Malekghassemi | 2015-09-02 |
| | | | | | | | |||
| | | | * | | | Fix bugs that were causing auth interop tests to fail | murgatroid99 | 2015-09-01 |
| | |_|/ / / | |/| | | | | |||
* | | | | | | Hopefully speed up Jenkins builds | Craig Tiller | 2015-09-01 |
| | | | | | | |||
* | | | | | | Hmmm | Craig Tiller | 2015-09-01 |
| | | | | | | |||
* | | | | | | Fix asan bug | Craig Tiller | 2015-09-01 |
| | | | | | | |||
* | | | | | | Merge branch 'second-coming' of github.com:ctiller/grpc into second-coming | Craig Tiller | 2015-09-01 |
|\ \ \ \ \ \ |