Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'cleaner-posix2' into cleaner-posix3 | Craig Tiller | 2016-03-21 |
|\ | |||
| * | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-21 |
| |\ | |||
| | * | Merge pull request #5304 from ctiller/filter-selection | Jan Tattermusch | 2016-03-21 |
| | |\ | | | | | | | | | Decouple filter selection from channel construction | ||
| | | * | Fix cast | Craig Tiller | 2016-03-21 |
| | | | | |||
| | | * | Please the include sanity check | Craig Tiller | 2016-03-21 |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into filter-selection | Craig Tiller | 2016-03-21 |
| | | |\ | | | |/ | | |/| | |||
| | * | | Merge pull request #5494 from dgquintas/guard_check | Jan Tattermusch | 2016-03-20 |
| | |\ \ | | | | | | | | | | | New #include guard sanity check + fixes to current guards | ||
| | * \ \ | Merge pull request #5679 from makdharma/master | Jan Tattermusch | 2016-03-20 |
| | |\ \ \ | | | | | | | | | | | | | Cleaned up installation/test requirement fetching | ||
| | * \ \ \ | Merge pull request #5646 from leifurhauks/import_cygrpc | Jan Tattermusch | 2016-03-20 |
| | |\ \ \ \ | | | | | | | | | | | | | | | make cygrpc importable on py3 | ||
| | * \ \ \ \ | Merge pull request #5843 from dgquintas/fix-grpc-lib | Jan Tattermusch | 2016-03-20 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | fixed multiple initialization of globals | ||
| | * \ \ \ \ \ | Merge pull request #5854 from ctiller/backoff2 | David G. Quintas | 2016-03-20 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Build backoff as a library once again | ||
| | | * | | | | | | Fix sanity | Craig Tiller | 2016-03-20 |
| | | | | | | | | | |||
| | | * | | | | | | Tweaks | Craig Tiller | 2016-03-20 |
| | | | | | | | | | |||
| | | * | | | | | | Merge github.com:grpc/grpc into backoff2 | Craig Tiller | 2016-03-20 |
| | | |\ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | Reintroduce flakiness flag for tests: lb_policies_test is inherently flaky and I don't have time to deflake this week | ||
| | * | | | | | | | Merge pull request #5842 from vjpai/qps_wall | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Temporarily disable qps tsan tests | ||
| | * \ \ \ \ \ \ \ | Merge pull request #5819 from dgquintas/compression_levels | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Implemented compression level algorithms properly | ||
| | * \ \ \ \ \ \ \ \ | Merge pull request #5829 from jtattermusch/fix_openssl_deadlink | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix gcc4.4 tests | ||
| | * \ \ \ \ \ \ \ \ \ | Merge pull request #5783 from dgquintas/nanopb-dockerfile | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved apt-gets from .sh file to dockerfile for nanopb | ||
| | | | | | | * | | | | | | Merge branch 'revert-5841-revert-5723-backoff_lib' of github.com:grpc/grpc ↵ | Craig Tiller | 2016-03-18 |
| | | |_|_|_|/| | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into backoff2 | ||
| | * | | | | | | | | | | | Merge pull request #5795 from ctiller/port_server | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor port server client part to be shared between Windows and POSIX ports | ||
| | | | | | | | * | | | | | | Revert "Revert "Factor out backoff code into a separate library (to be ↵ | Craig Tiller | 2016-03-18 |
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | re-used elsewhere)"" | ||
| | | | | | | | * | | | | | fixed multiple initialization of globals | David Garcia Quintas | 2016-03-18 |
| | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | Merge pull request #5784 from ctiller/help-me-just-a-little-bit | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log test names | ||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5828 from murgatroid99/node_example_dependencies_fix | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated example package.json with missing dependency | ||
| | | | | | | | | * | | | | | | Temporarily disable qps tsan tests since they are exposing a | vjpai | 2016-03-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tsan internal error until we upgrade tsan | ||
| | * | | | | | | | | | | | | | Merge pull request #5814 from sreecha/grpc_fixit | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DocFixit: Add more troubleshooting details | ||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5805 from stanley-cheung/php-fix-arg-type | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | PHP: return channel arg type | ||
| | * | | | | | | | | | | | | | | Merge pull request #5527 from ctiller/xoxo | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix comparison function | ||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5841 from grpc/revert-5723-backoff_lib | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | Revert "Factor out backoff code into a separate library (to be re-used elsewhere)" | ||
| | | * | | | | | | | | | | | | | | Revert "Factor out backoff code into a separate library (to be re-used ↵ | David G. Quintas | 2016-03-18 |
| | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elsewhere)" | ||
| | * | | | | | | | | | | | | | | Merge pull request #5810 from jtattermusch/extension_loading_for_webapps | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct handling for shadowed assemblies when loading native extension | ||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5674 from jtattermusch/csharp_log_precision | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make timestamp format in C# logs more similar to C core | ||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5706 from deepaklukose/dev | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose pem cert in AuthContext for SSL/TLS channels | ||
| | | | | | | | | | | | | * | | | | | | fix -Wshadow warning | Jan Tattermusch | 2016-03-18 |
| | | | | | | | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | | | | | | Merge pull request #5830 from y-zeng/documentation | Stanley Cheung | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doc Fixit: src/cpp/README.md | ||
| | | | | | | | | | | | | | * | | | | | | Fix gcc4.4 tests | Jan Tattermusch | 2016-03-18 |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | | | * | | | | | Locked read access to call->encodings_accepted_by_peer | David Garcia Quintas | 2016-03-18 |
| | | | | | | | | | | | | | | | | | | | |||
| | | * | | | | | | | | | | | | | | | | Doc Fixit: src/cpp/README.md | Yuchen Zeng | 2016-03-18 |
| | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace liquid templates with relative links. | ||
| | * | | | | | | | | | | | | | | | | Merge pull request #5798 from y-zeng/documentation | Stanley Cheung | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doc Fixit: examples/cpp/helloworld/README.md | ||
| | | | | | | | | | | | | | | | | * | | new fixed guards | David Garcia Quintas | 2016-03-18 |
| | | | | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | | | | | | * | | missing fixes post comments | David Garcia Quintas | 2016-03-18 |
| | | | | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into guard_check | David Garcia Quintas | 2016-03-18 |
| | | | | | | | | | | | | | | | | |\ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | | | * | | | | | regenerated projects | David Garcia Quintas | 2016-03-18 |
| | | | | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | | | * | | | | | vs doesn't like some c99 features... | David Garcia Quintas | 2016-03-18 |
| | | | | | | | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | | | | | | Merge pull request #5574 from nicolasnoble/python2 | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding a python_wrapper.sh script to call in an appropriate python2 interpreter | ||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5752 from vjpai/make_open_loop_again | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More fixes for performance benchmarking code | ||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5800 from ctiller/contrib | Sree Kuchibhotla | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update documentation to refer to yaml, not json | ||
| | | | | | | | | | | | | * | | | | | | | | | Add other missing dependencies | murgatroid99 | 2016-03-18 |
| | | | | | | | | | | | | | | | | | | | | | | |||
| | | | | | | | | | | | * | | | | | | | | | | review comments | Sree Kuchibhotla | 2016-03-18 |
| | | | | | | | | | | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | | | | | | | | | Merge pull request #5801 from murgatroid99/ruby_route_guide_fix | Jan Tattermusch | 2016-03-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix minor issues with Ruby route guide client |