Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Remove generated pb files | Yuchen Zeng | 2016-10-14 |
* | Merge pull request #8369 from muxi/fix-interoptest | Muxi Yan | 2016-10-13 |
|\ | |||
* \ | Merge pull request #8127 from kpayson64/allow_pointers | kpayson64 | 2016-10-13 |
|\ \ | |||
| * | | Allow pointer channel args python | Ken Payson | 2016-10-13 |
| | * | Fix InteropTests.m bug | Muxi Yan | 2016-10-13 |
| |/ |/| | |||
* | | Merge pull request #8361 from ncteisen/csharp_custom_metadata | Eric Anderson | 2016-10-13 |
|\ \ | |||
* \ \ | Merge pull request #8297 from jtattermusch/add_newinstance_comment | Jan Tattermusch | 2016-10-13 |
|\ \ \ | |||
| | * | | fixed bug in custom metadata interop test from csharp client to c++ server | Noah Eisen | 2016-10-12 |
| |/ / |/| | | |||
* | | | Merge pull request #8101 from makdharma/cacheable_unary | makdharma | 2016-10-12 |
|\ \ \ | |||
* \ \ \ | Merge pull request #8354 from grpc/v1.0.x | Jan Tattermusch | 2016-10-12 |
|\ \ \ \ | |||
| * | | | | Update README.md | Jan Tattermusch | 2016-10-12 |
| * | | | | Update README.md | Jan Tattermusch | 2016-10-12 |
| * | | | | Update README.md | Jan Tattermusch | 2016-10-12 |
| * | | | | Update README.md | Jan Tattermusch | 2016-10-12 |
| * | | | | Update README.md | Jan Tattermusch | 2016-10-12 |
| * | | | | Update README.md | Jan Tattermusch | 2016-10-12 |
| * | | | | Create README.md | Jan Tattermusch | 2016-10-12 |
| * | | | | Update README.md | Jan Tattermusch | 2016-10-12 |
| * | | | | Update README.md | Jan Tattermusch | 2016-10-12 |
| | | * | | regenerate C# protos | Jan Tattermusch | 2016-10-12 |
| | | * | | add comment for NewInstance override | Jan Tattermusch | 2016-10-12 |
| |_|/ / |/| | | | |||
* | | | | Merge pull request #8320 from jtattermusch/gprlog_format_fix | Jan Tattermusch | 2016-10-12 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #8073 from daniel-j-born/handshake_shutdown | Yang Gao | 2016-10-11 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #8177 from jboeuf/remove_call_creds_from_channel_creds | jboeuf | 2016-10-11 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #8324 from grpc/v1.0.x | Nathaniel Manista | 2016-10-07 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||
* | | | | | | | Merge pull request #8219 from markdroth/fail_fast | Mark D. Roth | 2016-10-07 |
|\ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ | Merge pull request #8305 from stanley-cheung/php-update-composer-json | Stanley Cheung | 2016-10-07 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #8323 from markdroth/lb_pick_fix | Mark D. Roth | 2016-10-07 |
|\ \ \ \ \ \ \ \ \ | |||
* | | | | | | | | | | clang-format | Mark D. Roth | 2016-10-07 |
| * | | | | | | | | | Fix grpclb LB policy pick method to return 0 upon error. | Mark D. Roth | 2016-10-07 |
|/ / / / / / / / / | |||
* | | | | | | | | | Merge pull request #8307 from markdroth/header_fix | Mark D. Roth | 2016-10-07 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | | | | * | | | fix building ruby artifact | Jan Tattermusch | 2016-10-07 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||
| | | | * | | | | | change back slashes to forward slashes in grpc.tool nuspec | Alexander Polcyn | 2016-10-06 |
| * | | | | | | | | Add 'extern "C"' to error.h. | Mark D. Roth | 2016-10-06 |
| | * | | | | | | | php: require grpc extension to be installed before composer package | Stanley Cheung | 2016-10-06 |
| * | | | | | | | | Fix header. | Mark D. Roth | 2016-10-06 |
| |/ / / / / / / | |||
* | | | | | | | | Resolve conflicts | Yuchen Zeng | 2016-10-06 |
|\| | | | | | | | |||
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into fail_fast | Mark D. Roth | 2016-10-06 |
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||
| * | | | | | | | fix compilation error | Jan Tattermusch | 2016-10-06 |
* | | | | | | | | Init method as POST | Yuchen Zeng | 2016-10-05 |
* | | | | | | | | Fix maybe-uninitialized variable | Yuchen Zeng | 2016-10-05 |
|/ / / / / / / | |||
* | | | | | | | Merge pull request #7984 from lizan/byte_buffer_compression | David G. Quintas | 2016-10-05 |
|\ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ | Merge pull request #8223 from muxi/add-quic-support | makdharma | 2016-10-05 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #8256 from muxi/fix-cronet-memory-leak | makdharma | 2016-10-05 |
|\ \ \ \ \ \ \ \ \ | |||
| | | * | | | | | | | Fix grpc_byte_buffer_copy to copy compression algorithm | Lizan Zhou | 2016-10-05 |
* | | | | | | | | | | Merge pull request #7612 from rjshade/enable_udp_testing | Yang Gao | 2016-10-05 |
|\ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #8280 from markdroth/max_message_size_fix | Mark D. Roth | 2016-10-05 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #8282 from dgquintas/udp_sp | David G. Quintas | 2016-10-04 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #8122 from bithavoc/fix-ruby-broken-link | apolcyn | 2016-10-04 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| | | | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into enable_udp_testing | Robbie Shade | 2016-10-04 |
| | | | |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |