Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'timer_pool' into uberpoll | Craig Tiller | 2017-05-05 |
|\ | |||
| * | Fix misplaced unlock, cleanup tracing | Craig Tiller | 2017-05-05 |
| | | |||
* | | Merge branch 'timer_pool' of github.com:ctiller/grpc into uberpoll | Craig Tiller | 2017-05-05 |
|\| | |||
* | | Integrate new tracers | Craig Tiller | 2017-05-05 |
| | | |||
* | | Merge branch 'epex4' into uberpoll | Craig Tiller | 2017-05-05 |
|\ \ | |||
* \ \ | Merge branch 'timer_pool' into uberpoll | Craig Tiller | 2017-05-05 |
|\ \ \ | |||
* \ \ \ | Merge github.com:grpc/grpc into hiertune | Craig Tiller | 2017-05-05 |
|\ \ \ \ | |||
| | | | * | Merge github.com:grpc/grpc into timer_pool | Craig Tiller | 2017-05-05 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #10985 from jtattermusch/internal_ci_failing_targets | Jan Tattermusch | 2017-05-05 |
| |\ \ \ \ | | | | | | | | | | | | | Improve XML reports for internal_ci. | ||
| * \ \ \ \ | Merge pull request #9970 from xiaohaoliang/xiaohaoliang-patch-1 | Jan Tattermusch | 2017-05-05 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Update tools/run_tests/README.md | ||
| | * \ \ \ \ | Merge branch 'master' into xiaohaoliang-patch-1 | Jan Tattermusch | 2017-05-05 |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||
| | | | | | * | simplify | Craig Tiller | 2017-05-04 |
| | | | | | | | |||
| | | | | | * | Eliminate some complexity | Craig Tiller | 2017-05-04 |
| | | | | | | | |||
| | | | | | * | Reduce wakeups, comment code | Craig Tiller | 2017-05-04 |
| | | | | | | | |||
| | | | | | * | Fix BUILD | Craig Tiller | 2017-05-04 |
| | | | | | | | |||
| | | | | | * | Fix old trace vars | Craig Tiller | 2017-05-04 |
| | | | | |/ | | | | |/| | |||
| | | | * | | Merge github.com:grpc/grpc into timer_pool | Craig Tiller | 2017-05-04 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #10999 from matt-kwong/add_ubsan | Matt Kwong | 2017-05-04 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add UBSan to list of tests generated | ||
| | * | | | | | Add UBSan to list of tests generated | Matt Kwong | 2017-05-04 |
| |/ / / / / | |||
| * | | | | | Merge pull request #10994 from ctiller/0bug | Craig Tiller | 2017-05-04 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Port server fixes | ||
| | | | | * \ | Merge github.com:grpc/grpc into timer_pool | Craig Tiller | 2017-05-04 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | |||
| | | | | * | | Merge branch '0bug' into timer_pool | Craig Tiller | 2017-05-04 |
| | | | | |\ \ | | | |_|_|/ / | | |/| | | | | |||
| | * | | | | | Port server fixes | Craig Tiller | 2017-05-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - correct a couple of race conditions that could result in duplicated port assignments to different processes - enhance detection code for 'is this port in use' to be much more robust | ||
| * | | | | | | Merge pull request #10950 from jeady/service_name_metadata | Yang Gao | 2017-05-04 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add static method to generated code to return fully qualified protobuf service name | ||
| | | | | * | | | show error details in internal_ci | Jan Tattermusch | 2017-05-04 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #10912 from dgquintas/trying-to-fix-stuff | David G. Quintas | 2017-05-04 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Upmerge from 1.3.0 to master | ||
| * \ \ \ \ \ \ \ | Merge pull request #10958 from muxi/fix-on-cancel-crash | Muxi Yan | 2017-05-04 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix a bug where OP_CANCEL is completed prematurely | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #10988 from markdroth/clang-format | Mark D. Roth | 2017-05-04 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | clang-format | ||
| | * | | | | | | | | clang-format | Mark D. Roth | 2017-05-04 |
| |/ / / / / / / / | |||
| | | | | | | * | | Fix race | Craig Tiller | 2017-05-04 |
| | | | | | | | | | |||
| | | | | | | * | | Add initializers for all tracers | Craig Tiller | 2017-05-04 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #10980 from markdroth/grpclb_deadline_fix | Mark D. Roth | 2017-05-04 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make sure we set deadline for the LB call even without a pick. | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #10987 from markdroth/client_channel_cleanup2 | Mark D. Roth | 2017-05-04 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | clang-format | ||
| | * | | | | | | | | | clang-format | Mark D. Roth | 2017-05-04 |
| |/ / / / / / / / / | |||
| * | | | | | | | | | Merge pull request #10845 from markdroth/client_channel_cleanup | Mark D. Roth | 2017-05-04 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Code clean-up in client_channel. | ||
| | | | | | * | | | | | Proper clang formatting. | James Eady | 2017-05-04 |
| | | | | | | | | | | | |||
| | | | | | | | * | | | add error and failure count to sponge log | Jan Tattermusch | 2017-05-04 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||
| | | | | | | | * | | Fix mac build | Craig Tiller | 2017-05-03 |
| | | | | | | | | | | |||
| | | | | | | | * | | Better? feature test | Craig Tiller | 2017-05-03 |
| | | | | | | | | | | |||
| * | | | | | | | | | Merge pull request #10953 from markdroth/cq_verifier_improvement | Mark D. Roth | 2017-05-03 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Improve cq_verifier error message when success does not match. | ||
| | | | | | | | | * | | Fix ASAN/TSAN failures | Craig Tiller | 2017-05-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - trace system is now thread safe when run with TSAN - fix a race in client_auth_filter.c - allow timer manager to run in single threaded mode for fuzzers | ||
| * | | | | | | | | | | Merge pull request #10968 from matt-kwong/kokoro_updates | Matt Kwong | 2017-05-03 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Update internal Linux CI jobs | ||
| | * | | | | | | | | | | Update internal Linux CI jobs | Matt Kwong | 2017-05-03 |
| | | | | | | | | | | | | |||
| | | | | * | | | | | | | Make sure we set deadline for the LB call even without a pick. | Mark D. Roth | 2017-05-03 |
| | | |_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of this, get the deadline from a channel arg instead of pick_args. | ||
| * | | | | | | | | | | Merge pull request #10913 from kpayson64/fix_python_interop | kpayson64 | 2017-05-03 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Interop fixes | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #10972 from ncteisen/credential-error-refcount | Noah Eisen | 2017-05-03 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error Refcount Bug | ||
| | | | | | | | | | | * \ | Merge github.com:grpc/grpc into timer_pool | Craig Tiller | 2017-05-03 |
| | | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge github.com:grpc/grpc into hiertune | Craig Tiller | 2017-05-03 |
|\| | | | | | | | | | | | | |||
| * | | | | | | | | | | | | Merge pull request #10234 from zhimingxie/master | Jan Tattermusch | 2017-05-03 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | fix truncate bug in grpc_cli | ||
| | | * | | | | | | | | | | Fix error refcount bug | Noah Eisen | 2017-05-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a missing ref in httpcli.c. Also added a test to avoid regression |