Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | C# centos docker target | Craig Tiller | 2016-02-02 | |
* | | | | | | | Merge pull request #4998 from ctiller/syscall | Jan Tattermusch | 2016-02-02 | |
|\ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ | Merge pull request #5003 from jtattermusch/python_artifacts | Masood Malekghassemi | 2016-02-02 | |
|\ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ | Merge pull request #4986 from jtattermusch/dlopen_no_dev | Jan Tattermusch | 2016-02-02 | |
|\ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ | Merge pull request #4995 from vjpai/corelimit2 | David G. Quintas | 2016-02-02 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||
| | | | | * | | | | | Clean up formatting | Craig Tiller | 2016-02-02 | |
| | | | | * | | | | | Copyright, clang-format | Craig Tiller | 2016-02-02 | |
| | | | | * | | | | | Refine platform detection | Craig Tiller | 2016-02-02 | |
| | | | | * | | | | | Experimentally fix syntax | Craig Tiller | 2016-02-02 | |
| | | | | * | | | | | Use old memcpy for wrappers | Craig Tiller | 2016-02-02 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||
| | * | | | | | | | Prevent the need to install libc6-dev on Linux | Jan Tattermusch | 2016-02-01 | |
| |/ / / / / / / |/| | | | | | | | ||||
| | * | | | | | | add artifact builder for python | Jan Tattermusch | 2016-02-01 | |
| | | * | | | | | Please *san | Craig Tiller | 2016-02-01 | |
| * | | | | | | | at | Vijay Pai | 2016-02-01 | |
| | | | | * | | | Create statuscodes.md | Abhishek Kumar | 2016-02-01 | |
| | | |_|/ / / | | |/| | | | | ||||
| * | | | | | | Address reviewer comments regarding const and shortage of comments | Vijay Pai | 2016-02-01 | |
* | | | | | | | Merge pull request #4996 from ctiller/secure_getenv | Nicolas Noble | 2016-02-01 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| | | | | | * | Handle the case when result.http2results is None. | Adele Zhou | 2016-02-01 | |
| | | * | | | | Fix copyright | Craig Tiller | 2016-02-01 | |
| * | | | | | | Fix copyright | Craig Tiller | 2016-02-01 | |
| | | | * | | | Fixing copyrights. | Nicolas "Pixel" Noble | 2016-02-02 | |
| | | | * | | | Fixing run_tests scripts for Ruby. | Nicolas "Pixel" Noble | 2016-02-02 | |
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-02 | |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | ||||
* | | | | | | | Merge pull request #4997 from jtattermusch/csharp_pkg_testing | Jan Tattermusch | 2016-02-01 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||
| * | | | | | | fix copyrights | Jan Tattermusch | 2016-02-01 | |
| | | | * | | | Make clock_gettime syscall directly to skirt ABI issues | Craig Tiller | 2016-02-01 | |
| |_|_|/ / / |/| | | | | | ||||
| | * | | | | Add missing ) | Craig Tiller | 2016-02-01 | |
| | | * | | | Add core-limited scenario and protobuf-based QPS scenario | Vijay Pai | 2016-02-01 | |
| | * | | | | Comments | Craig Tiller | 2016-02-01 | |
| * | | | | | test C# nuget package | Jan Tattermusch | 2016-02-01 | |
| | * | | | | Support falling back on older secure_getenv/getenv versions on older glibc | Craig Tiller | 2016-02-01 | |
| |/ / / / |/| | | | | ||||
| * | | | | replace nuget version by placeholder | Jan Tattermusch | 2016-02-01 | |
| * | | | | add C# DistribTest project | Jan Tattermusch | 2016-02-01 | |
|/ / / / | ||||
| * | | | Copyright and clang-format | Vijay Pai | 2016-02-01 | |
| * | | | Reduce diff | Vijay Pai | 2016-02-01 | |
| * | | | Merge branch 'master' into corelimit2 | Vijay Pai | 2016-02-01 | |
| |\ \ \ | |/ / / |/| | | | ||||
| * | | | Make sure that client limit is valid | Vijay Pai | 2016-02-01 | |
| * | | | Enable properly working core limits on clients and servers, | Vijay Pai | 2016-02-01 | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-01 | |
| | |\ \ | |_|/ / |/| | | | ||||
* | | | | Merge pull request #4993 from ctiller/patchy | jboeuf | 2016-02-01 | |
|\ \ \ \ | ||||
| | | * \ | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-01 | |
| | | |\ \ | |_|_|/ / |/| | | | | ||||
| | * | | | Make dynamic sizing of async threads work again | Vijay Pai | 2016-02-01 | |
| * | | | | Move parenthesis to compile | Craig Tiller | 2016-02-01 | |
| * | | | | Merge branch 'no_extern_allowed' of github.com:nicolasnoble/grpc into patchy | Craig Tiller | 2016-02-01 | |
|/| | | | | ||||
| | * | | | Clean-up core list usage and make it possible to reset the core list | Vijay Pai | 2016-02-01 | |
| | * | | | Merge branch 'master' into corelimit2 | Vijay Pai | 2016-02-01 | |
| | |\ \ \ | |_|/ / / |/| | | | | ||||
* | | | | | Merge pull request #4933 from yang-g/stalled_by_transport_race2 | Craig Tiller | 2016-02-01 | |
|\ \ \ \ \ | ||||
* \ \ \ \ \ | Merge pull request #4934 from jboeuf/ssl_credentials_override_default_roots | Craig Tiller | 2016-02-01 | |
|\ \ \ \ \ \ | ||||
* \ \ \ \ \ \ | Merge pull request #4979 from nicolasnoble/win32_subprocess | Craig Tiller | 2016-02-01 | |
|\ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ | Merge pull request #4989 from yang-g/binary_metadata_crash | Craig Tiller | 2016-02-01 | |
|\ \ \ \ \ \ \ \ |