Commit message (Expand) | Author | Age | |
---|---|---|---|
* | new fixed guards | David Garcia Quintas | 2016-03-18 |
* | Merge branch 'master' of github.com:grpc/grpc into guard_check | David Garcia Quintas | 2016-03-18 |
|\ | |||
| * | Merge pull request #5786 from soltanmm/this-is-not-a-pipe | Jan Tattermusch | 2016-03-18 |
| |\ | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into guard_check | David Garcia Quintas | 2016-03-17 |
|\| | | |||
| * | | DocFixit: Minor corrections to the instructions | Sree Kuchibhotla | 2016-03-17 |
| * | | Merge pull request #5791 from sreecha/grpc_fixit | Jan Tattermusch | 2016-03-17 |
| |\ \ | |||
| | | * | Don't use a pipe for capturing in test runner | Masood Malekghassemi | 2016-03-17 |
| * | | | Merge github.com:grpc/grpc into backoff_lib | Craig Tiller | 2016-03-17 |
| |\ \ \ | |||
| | * \ \ | Merge pull request #5270 from dgquintas/codegen_lib | Nicolas Noble | 2016-03-16 |
| | |\ \ \ | | | |_|/ | | |/| | | |||
| | | | * | DocFixit: Python README | Sree Kuchibhotla | 2016-03-16 |
| | * | | | Merge pull request #5767 from soltanmm/gil-not-nimble-gil-not-quick | Jan Tattermusch | 2016-03-16 |
| | |\ \ \ | | | |_|/ | | |/| | | |||
| | | | * | Fixing bitrotting in udp_server_test.c | Nicolas "Pixel" Noble | 2016-03-17 |
| | * | | | Merge pull request #5474 from ctiller/esan | Jan Tattermusch | 2016-03-16 |
| | |\ \ \ | |||
| * | | | | | Merge github.com:grpc/grpc into backoff_lib | Craig Tiller | 2016-03-16 |
| |\| | | | | |||
| | | | * | | Don't hold the GIL when calling anything in core | Masood Malekghassemi | 2016-03-15 |
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_lib | David Garcia Quintas | 2016-03-15 |
| | | | | |\ | | | |_|_|/ | | |/| | | | |||
* | | | | | | Fixed include guards | David Garcia Quintas | 2016-03-15 |
| | * | | | | Merge pull request #5763 from soltanmm/one-piece | Nathaniel Manista | 2016-03-15 |
| |/| | | | |/| | | | | | |||
| | * | | | | Fix two ways tests can hang | Masood Malekghassemi | 2016-03-15 |
| | | |/ / | | |/| | | |||
* | | | | | Merge pull request #5652 from grpc/revert-5599-revert-5572-srv_ctx | Jan Tattermusch | 2016-03-15 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #5705 from paddybyers/free_aligned | Jan Tattermusch | 2016-03-15 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||
* | | | | | | Merge pull request #5749 from jcanizales/only-one-completion-queue | Jan Tattermusch | 2016-03-15 |
|\ \ \ \ \ \ | |||
| | * | | | | | Use gpr_free() in gpr_free_aligned() | Paddy Byers | 2016-03-15 |
* | | | | | | | Merge pull request #5722 from jcanizales/fix-writeable | Jan Tattermusch | 2016-03-14 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Make copyright not expire one year too soon. | Jorge Canizales | 2016-03-14 |
* | | | | | | | | Improve looks_like_ip_address for IPv6 addresses, and add tests | Paul Querna | 2016-03-14 |
* | | | | | | | | Add note about refactor portability header | Paul Querna | 2016-03-14 |
* | | | | | | | | Add support for IP Addresses in Subject Alt Names. | Paul Querna | 2016-03-14 |
| | * | | | | | | Use a singleton completion queue | Jorge Canizales | 2016-03-14 |
* | | | | | | | | Merge pull request #5731 from ctiller/huh_omg | Jan Tattermusch | 2016-03-14 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #5580 from daniel-j-born/test_creds | Dan Born | 2016-03-14 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #5727 from nicolasnoble/upmerge | Jan Tattermusch | 2016-03-14 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | | | * \ \ \ | Merge branch 'master' into revert-5599-revert-5572-srv_ctx | vjpai | 2016-03-14 |
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #5545 from yang-g/windows_leaks | Jan Tattermusch | 2016-03-14 |
|\ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #5583 from stanley-cheung/php-fix-examples-constructor | Jan Tattermusch | 2016-03-14 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5724 from grpc/revert-5607-revert-5544-master | Jan Tattermusch | 2016-03-14 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5728 from jtattermusch/python_nuke_event_invocation | Jan Tattermusch | 2016-03-13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | * | | | | | | | Add comment, tighten loop | Craig Tiller | 2016-03-12 |
| | | | | | | | | | | * | | | clang-format | Craig Tiller | 2016-03-11 |
| | | | | | | * | | | | | | | If we cant check timers due to contention, at least make sure we do a follow ... | Craig Tiller | 2016-03-11 |
| | | | | | | * | | | | | | | Expand lock | Craig Tiller | 2016-03-11 |
| | | | | | | | * | | | | | | Use a named constant for error domain and code | Jorge Canizales | 2016-03-11 |
| | | | | | | * | | | | | | | Fix race in subchannel.c | Craig Tiller | 2016-03-11 |
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | |||
| * | | | | | | | | | | | | fix copyright | Jan Tattermusch | 2016-03-11 |
* | | | | | | | | | | | | | Merge pull request #5718 from ctiller/dns_retry | Nicolas Noble | 2016-03-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | | | * | | | | | | | | Merge branch 'release-0_13' | Nicolas "Pixel" Noble | 2016-03-12 |
| |_|_|_|_|/| | | | | | | | |/| | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | remove tests for EventInvocation API that is going to be removed | Jan Tattermusch | 2016-03-11 |
* | | | | | | | | | | | | | | Merge pull request #5720 from jcanizales/reachability-objc-fix | Jan Tattermusch | 2016-03-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5637 from murgatroid99/node_bad_message_handling | Jan Tattermusch | 2016-03-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5439 from chrisdunelm/coreclr_metadata2 | Jan Tattermusch | 2016-03-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |