aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-02
|\
| * Merge pull request #4998 from ctiller/syscallGravatar Jan Tattermusch2016-02-02
| |\ | | | | | | Make clock_gettime syscall directly to skirt ABI issues
| * \ Merge pull request #5003 from jtattermusch/python_artifactsGravatar Masood Malekghassemi2016-02-02
| |\ \ | | | | | | | | Build python linux artifacts on Jenkins
| * \ \ Merge pull request #4986 from jtattermusch/dlopen_no_devGravatar Jan Tattermusch2016-02-02
| |\ \ \ | | | | | | | | | | Prevent the need to install libc6-dev on Linux to run gRPC C#
| * \ \ \ Merge pull request #4995 from vjpai/corelimit2Gravatar David G. Quintas2016-02-02
| |\ \ \ \ | | | | | | | | | | | | Enable core limits on performance testing client and server
| | | * | | Prevent the need to install libc6-dev on LinuxGravatar Jan Tattermusch2016-02-01
| | |/ / / | |/| | |
| | | * | add artifact builder for pythonGravatar Jan Tattermusch2016-02-01
| | | | |
| | | | * Please *sanGravatar Craig Tiller2016-02-01
| | | | |
| | * | | atGravatar Vijay Pai2016-02-01
| | | | |
| | * | | Address reviewer comments regarding const and shortage of commentsGravatar Vijay Pai2016-02-01
| | | | |
| * | | | Merge pull request #4996 from ctiller/secure_getenvGravatar Nicolas Noble2016-02-01
| |\ \ \ \ | | |_|/ / | |/| | | Support falling back on older secure_getenv/getenv versions on older glibc
| | | | * Fix copyrightGravatar Craig Tiller2016-02-01
| | | | |
| | * | | Fix copyrightGravatar Craig Tiller2016-02-01
| | | | |
* | | | | Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-02
| | | | |
* | | | | Fixing run_tests scripts for Ruby.Gravatar Nicolas "Pixel" Noble2016-02-02
| | | | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-02
|\| | | |
| * | | | Merge pull request #4997 from jtattermusch/csharp_pkg_testingGravatar Jan Tattermusch2016-02-01
| |\ \ \ \ | | | | | | | | | | | | C# package testing
| | * | | | fix copyrightsGravatar Jan Tattermusch2016-02-01
| | | | | |
| | | | | * Make clock_gettime syscall directly to skirt ABI issuesGravatar Craig Tiller2016-02-01
| | |_|_|/ | |/| | |
| | | * | Add missing )Gravatar Craig Tiller2016-02-01
| | | | |
| | | | * Add core-limited scenario and protobuf-based QPS scenarioGravatar Vijay Pai2016-02-01
| | | | |
| | | * | CommentsGravatar Craig Tiller2016-02-01
| | | | |
| | * | | test C# nuget packageGravatar Jan Tattermusch2016-02-01
| | | | |
| | | * | Support falling back on older secure_getenv/getenv versions on older glibcGravatar Craig Tiller2016-02-01
| | |/ / | |/| |
| | * | replace nuget version by placeholderGravatar Jan Tattermusch2016-02-01
| | | |
| | * | add C# DistribTest projectGravatar Jan Tattermusch2016-02-01
| |/ /
| | * Copyright and clang-formatGravatar Vijay Pai2016-02-01
| | |
| | * Reduce diffGravatar Vijay Pai2016-02-01
| | |
| | * Merge branch 'master' into corelimit2Gravatar Vijay Pai2016-02-01
| | |\ | | |/ | |/|
| | * Make sure that client limit is validGravatar Vijay Pai2016-02-01
| | |
| | * Enable properly working core limits on clients and servers,Gravatar Vijay Pai2016-02-01
| | | | | | | | | | | | | | | and determine these dynamically if only one or the other is specified but both are running on the same host
* | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-01
|\| |
| * | Merge pull request #4993 from ctiller/patchyGravatar jboeuf2016-02-01
| |\ \ | | | | | | | | Replacing grpc_max_auth_token_lifetime by an accessor.
* | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-01
|\| | |
| | | * Make dynamic sizing of async threads work againGravatar Vijay Pai2016-02-01
| | | |
| | * | Move parenthesis to compileGravatar Craig Tiller2016-02-01
| | | |
| | * | Merge branch 'no_extern_allowed' of github.com:nicolasnoble/grpc into patchyGravatar Craig Tiller2016-02-01
| |/| |
| | | * Clean-up core list usage and make it possible to reset the core listGravatar Vijay Pai2016-02-01
| | | |
| | | * Merge branch 'master' into corelimit2Gravatar Vijay Pai2016-02-01
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #4933 from yang-g/stalled_by_transport_race2Gravatar Craig Tiller2016-02-01
| |\ \ \ | | | | | | | | | | Use a separate list for streams stalled by transport in writing path
| * \ \ \ Merge pull request #4934 from jboeuf/ssl_credentials_override_default_rootsGravatar Craig Tiller2016-02-01
| |\ \ \ \ | | | | | | | | | | | | Ssl credentials override default roots
| * \ \ \ \ Merge pull request #4979 from nicolasnoble/win32_subprocessGravatar Craig Tiller2016-02-01
| |\ \ \ \ \ | | | | | | | | | | | | | | Adding windows support for gpr subprocesses.
| * \ \ \ \ \ Merge pull request #4989 from yang-g/binary_metadata_crashGravatar Craig Tiller2016-02-01
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Use huffman prefix
| | * | | | | | use huffman prefixGravatar yang-g2016-02-01
| | | | | | | |
| * | | | | | | Merge pull request #4978 from nicolasnoble/alarmingGravatar Craig Tiller2016-01-31
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixing, using and testing alarm code.
| * \ \ \ \ \ \ \ Merge pull request #4982 from nicolasnoble/census-placeholdersGravatar Craig Tiller2016-01-31
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Creating placeholders for missing census functions.
| * \ \ \ \ \ \ \ \ Merge pull request #4976 from soltanmm/sigh-thonGravatar Masood Malekghassemi2016-01-31
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Diagnose missing Cython-generated files
* | | | | | | | | | | Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-01
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'alarming' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-01
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'win32_subprocess' into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-01
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |