aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-26
|\
| * Merge pull request #6160 from ctiller/api_fuzzerGravatar Nicolas Noble2016-04-25
| |\ | | | | | | Core API fuzzer
| | * Fix typoGravatar Craig Tiller2016-04-25
| | |
| * | Merge pull request #6105 from miselin/http-parser-allow-more-newlinesGravatar Jan Tattermusch2016-04-25
| |\ \ | | | | | | | | Allow grpc_http_parser to optionally accept a wider range of line endings
| * \ \ Merge pull request #6256 from jtattermusch/csharp_stressclientGravatar Jan Tattermusch2016-04-25
| |\ \ \ | | | | | | | | | | Initial draft of C# stress test client
| | * | | address commentsGravatar Jan Tattermusch2016-04-25
| | | | |
| * | | | Merge pull request #6242 from vjpai/i_have_the_best_variantsGravatar Jan Tattermusch2016-04-25
| |\ \ \ \ | | | | | | | | | | | | Add support for an "OTHER" value in client_type, server_type, and add…
| | | | | * Fix bugGravatar Craig Tiller2016-04-24
| | | | | |
| * | | | | Merge pull request #5073 from mleenhardt/calloptions-fluentGravatar Jan Tattermusch2016-04-24
| |\ \ \ \ \ | | | | | | | | | | | | | | CallOptions fluent methods
| | | | | | * Fix inf loopGravatar Craig Tiller2016-04-24
| | | | | | |
| | | | | | * Fix test bugs, expand corpusGravatar Craig Tiller2016-04-24
| | | | | | |
| | | | | | * Bug fixesGravatar Craig Tiller2016-04-23
| | | | | | |
| | | | | | * Make api_fuzzer mac readyGravatar Craig Tiller2016-04-23
| | | | | | |
| | | | | | * Expand corpusGravatar Craig Tiller2016-04-23
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | | | * Fix locking bugGravatar Craig Tiller2016-04-23
| | | | | | |
| | | | | | * Fix memory leakGravatar Craig Tiller2016-04-23
| | | | | | |
| | | | | | * Fix memory leak on disconnectionGravatar Craig Tiller2016-04-23
| | | | | | |
| | | | | | * Fix hanging call bugGravatar Craig Tiller2016-04-22
| | | | | | |
| * | | | | | Merge pull request #6224 from dgquintas/gcc6Gravatar Jan Tattermusch2016-04-22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Casting fixes for gcc 6.0
| | | | | | | * Fix bug causing calls to never completeGravatar Craig Tiller2016-04-22
| | | | | | | |
| | | | | | | * Fix memory leak in failed metadata preparationGravatar Craig Tiller2016-04-22
| | | | | | | |
| | | | | | | * Fix memory leak in failed metadata preparationGravatar Craig Tiller2016-04-22
| | | | | | | |
| | | | | | | * Expand corpus, fix crashGravatar Craig Tiller2016-04-21
| | | | | | | |
| | | | | | | * Fixup API changesGravatar Craig Tiller2016-04-21
| | | | | | | |
| | | | | * | | add generated proto filesGravatar Jan Tattermusch2016-04-21
| | | | | | | |
| | | | | * | | add metrics.proto generated files to C# projectGravatar Jan Tattermusch2016-04-21
| | | | | | | |
| | | | | * | | Add C# stress test clientGravatar Jan Tattermusch2016-04-21
| | | | | | | |
| * | | | | | | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | | | | | * fix boringsslGravatar Craig Tiller2016-04-21
| | | | | | | |
* | | | | | | | generate_projects.sh and fix copyright yearGravatar Sree Kuchibhotla2016-04-21
| | | | | | | |
* | | | | | | | Add a safety check to ensure atleast one of the completion queues isGravatar Sree Kuchibhotla2016-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | listening completion queue (i.e frequently polled)
| | | | | | | * Merge github.com:grpc/grpc into api_fuzzerGravatar Craig Tiller2016-04-21
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into gcc6Gravatar David Garcia Quintas2016-04-21
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
* | | | | | | | Add the option of adding a non-listening server completion queue. This makes ↵Gravatar Sree Kuchibhotla2016-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | writing certain test cases (like hybrid_end2end tests) easier
| | | | | * | | Add support for an "OTHER" value in client_type, server_type, and add a ↵Gravatar vjpai2016-04-21
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string to represent the name of the desired system api. This allows expansion without putting an upper-limit based on some foressen variants.
| | * | | | | Merge pull request #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication.
| | | | | | * | Allow grpc_http_parser to optionally accept a wider range of line endings.Gravatar Matthew Iselin2016-04-21
| | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #6182 from ctiller/frenchmans-bayGravatar Nicolas Noble2016-04-20
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Fix crash in pick_first.c if all subchannels turn out to be bad
| | * \ \ \ \ \ Merge pull request #6232 from itessier/masterGravatar Nicolas Noble2016-04-20
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update boringssl to latest chromium-stable.
| | | * | | | | | Update boringssl to latest chromium-stable.Gravatar itessier2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also fixes the x25519_NEON symbol error when importing the gRPC Python modules on ARM. Change-Id: Id98cf6b0f9a3a8f5b88204bd0a6ad2346182ba3d
| | * | | | | | | Eradicate Uniform, Deterministic, and Pareto interarrivalGravatar vjpai2016-04-20
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distributions since we don't use them and it's not sensible to add them
| | | | | * / / Casting fixes for gcc 6.0Gravatar David Garcia Quintas2016-04-19
| | | |_|/ / / | | |/| | | |
| | | | | | * Dont crash retrieving peers of cancelled callsGravatar Craig Tiller2016-04-19
| | | | | | |
| | | | * | | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | application handle the authentication.
| | * | | | | Merge pull request #6189 from y-zeng/default-verbosityGravatar Yuchen Zeng2016-04-19
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | Add knob for default core output verbosity
| | * | | | | Merge pull request #6212 from stanley-cheung/php-fix-styleGravatar Jan Tattermusch2016-04-19
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | PHP: ran php-cs-fixer again
| | * \ \ \ \ \ Merge pull request #6204 from jtattermusch/benchmarking_add_rubyGravatar Jan Tattermusch2016-04-19
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add RubyLanguage to benchmarking scenarios
| | | | * | | | | php: ran php-cs-fixer againGravatar Stanley Cheung2016-04-19
| | | |/ / / / / | | |/| | | | |
| | | * | | | | actually stop benchmark serverGravatar Jan Tattermusch2016-04-18
| | | | | | | |
| | | * | | | | remove trailing whitespacesGravatar Jan Tattermusch2016-04-18
| | | | | | | |