aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixed small leak.Gravatar David Garcia Quintas2015-07-15
* Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
|\
* | Added some comments, minot stylistic tweaksGravatar David Garcia Quintas2015-07-15
| * Merge pull request #2371 from yang-g/security_context2Gravatar Craig Tiller2015-07-15
| |\
| * \ Merge pull request #2383 from vjpai/lockfree-stackGravatar Craig Tiller2015-07-15
| |\ \
| * \ \ Merge pull request #2406 from dgquintas/writeoptionsGravatar Craig Tiller2015-07-15
| |\ \ \
| * \ \ \ Merge pull request #2408 from nicolasnoble/generate_projects-should-mkdirGravatar Craig Tiller2015-07-15
| |\ \ \ \
| * \ \ \ \ Merge pull request #2442 from yang-g/authcontext_lazy_create_at_serverGravatar Craig Tiller2015-07-15
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #2419 from jtattermusch/nuget_versioning_simplificationGravatar Michael Lumish2015-07-15
| |\ \ \ \ \ \
| | * | | | | | make build_packages.bat provide version of grpc.native.csharp_ext dependencyGravatar Jan Tattermusch2015-07-15
| | * | | | | | introduce Version.cs as single source of truth of gRPC C# versionGravatar Jan Tattermusch2015-07-15
| | * | | | | | pick up nuget package version from cmdline param and fix nuget buildGravatar Jan Tattermusch2015-07-15
| |/ / / / / /
| * | | | | | Merge pull request #2418 from jtattermusch/csharp_healthcheckingGravatar Michael Lumish2015-07-15
| |\ \ \ \ \ \
| | * | | | | | C# health checking supportGravatar Jan Tattermusch2015-07-15
| |/ / / / / /
| * | | | | | Merge pull request #2453 from tbetbetbe/grpc-ruby-update-requirements-commentGravatar Michael Lumish2015-07-15
| |\ \ \ \ \ \
| | * | | | | | Updates the requirements comment before releasing on the release branchGravatar Tim Emiola2015-07-15
| |/ / / / / /
| * | | | | | Merge pull request #2450 from dgquintas/frame_data_one_byteGravatar Yang Gao2015-07-15
| |\ \ \ \ \ \
* | | | | | | | Fixes to compression, to be merged back to the appropriate branch.Gravatar David Garcia Quintas2015-07-15
| * | | | | | | Merge pull request #2428 from vjpai/gcc44_issuesGravatar Yang Gao2015-07-14
| |\ \ \ \ \ \ \
| | | * | | | | | Fixed wrong frame parsingGravatar David Garcia Quintas2015-07-14
| | |/ / / / / / | |/| | | | | |
| | * | | | | | override and finalGravatar Vijay Pai2015-07-14
| * | | | | | | Merge pull request #2332 from jtattermusch/implicit_initialize_rebasedGravatar Michael Lumish2015-07-14
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #2438 from stanley-cheung/update_homebrew_php_ext_dirGravatar Michael Lumish2015-07-14
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #2251 from nathanielmanistaatgoogle/linksGravatar Masood Malekghassemi2015-07-14
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | * | clang-format changed filesGravatar Vijay Pai2015-07-14
| | | | | | | | | * | Name argumentsGravatar vjpai2015-07-14
| | | | | | * | | | | Create server side auth context lazilyGravatar yang-g2015-07-14
| | | * | | | | | | | regexGravatar Stanley Cheung2015-07-14
| | | | | * | | | | | Addressing outstanding typos and commentsGravatar Vijay Pai2015-07-14
| | | | | * | | | | | Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4Gravatar vjpai2015-07-14
| | | * | | | | | | | update homebrew php ext locationGravatar Stanley Cheung2015-07-14
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #2335 from murgatroid99/node_error_codesGravatar Abhishek Kumar2015-07-14
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | | | | * | | | | Use rvalue ref return to avoid copyGravatar vjpai2015-07-14
| * | | | | | | | | Merge pull request #2336 from murgatroid99/ruby_error_codesGravatar Abhishek Kumar2015-07-14
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #2065 from dklempner/retry_backoffGravatar Abhishek Kumar2015-07-14
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | Remove brace initialization for gcc-4.4 compatibilityGravatar vjpai2015-07-14
| | | | | | | * | | | | Remove lambda function with lambda capture to allow building with pre-lambdaGravatar vjpai2015-07-14
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | | | | | | * | | | generate_projects.py should make directories.Gravatar Nicolas "Pixel" Noble2015-07-14
| | | | | | | | * | | Removed spurious checkGravatar David Garcia Quintas2015-07-14
| * | | | | | | | | | Merge pull request #2421 from chai2010/masterGravatar Nicolas Noble2015-07-13
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | fix build on windowsGravatar chai20102015-07-14
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #2416 from nicolasnoble/attempt-number-2-at-windows-kickGravatar Jan Tattermusch2015-07-13
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #2414 from nicolasnoble/lets-debug-abortsGravatar Jan Tattermusch2015-07-13
| |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | Add description of MIN_CONNECT_TIMEOUT and fix its pseudocode usage.Gravatar David Klempner2015-07-13
| * | | | | | | | | | | | Merge pull request #2415 from nicolasnoble/ignore-cached-filesGravatar Michael Lumish2015-07-13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| | | | * | | | | | | | | Better socket kick for Windows.Gravatar Nicolas "Pixel" Noble2015-07-14
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Let's ignore our generated cache.mk from git.Gravatar Nicolas "Pixel" Noble2015-07-14
| |/ / / / / / / / / /
| | * / / / / / / / / Adding a handler for abort().Gravatar Nicolas "Pixel" Noble2015-07-14
| |/ / / / / / / / /
| | | | | * / / / / links interface and gRPC-on-wire implementationGravatar Nathaniel Manista2015-07-13
| | |_|_|/ / / / / | |/| | | | | | |
| | | | | | * | | Added WriteOptions for per-message flags and modified CallOps to use it.Gravatar David Garcia Quintas2015-07-13