Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-05-18 |
|\ | |||
| * | Merge pull request #6463 from dgquintas/fix_compression_interop | Jan Tattermusch | 2016-05-18 |
| |\ | |||
* | | | got rid of grpc_compression_options | David Garcia Quintas | 2016-05-17 |
* | | | Compression test fixes | David Garcia Quintas | 2016-05-17 |
* | | | Merge branch 'moar-compression-public-refactorings' into compression_md_level... | David Garcia Quintas | 2016-05-17 |
|\ \ \ | |||
| | * | | Fix leak in port deallocation | Craig Tiller | 2016-05-17 |
| * | | | Refactorings and renamings related to compression. | David Garcia Quintas | 2016-05-16 |
| | * | | Merge pull request #6589 from dklempner/return_unused_port | Jan Tattermusch | 2016-05-16 |
| | |\ \ | |||
| | | * | | Run clang-format against port_posix.c and port_windows.c | David Klempner | 2016-05-16 |
| | * | | | Merge pull request #6567 from markdroth/large_metadata_test_fix | David Klempner | 2016-05-13 |
| | |\ \ \ | |||
| | | | * | | Add calls to grpc_recycle_unused_port to two of the tests which call | David Klempner | 2016-05-13 |
| | | | * | | Fix declarations in port.h to not be ambiguous in C due to K&R. | David Klempner | 2016-05-13 |
| | * | | | | Merge pull request #6578 from jtattermusch/add_bat_copyrights | Jan Tattermusch | 2016-05-13 |
| |/| | | | | |||
| | | | * | | Merge branch 'master' into return_unused_port | David Klempner | 2016-05-13 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| | | | * | | Add an API to return an unused port to the portserver | David Klempner | 2016-05-13 |
* | | | | | | Added missing memset to grpc_op in test | David Garcia Quintas | 2016-05-13 |
| * | | | | | Merge pull request #5456 from ctiller/cleaner-posix3 | Jan Tattermusch | 2016-05-13 |
| |\ \ \ \ \ | |||
| | | * | | | | add missing copyrights to .bat files | Jan Tattermusch | 2016-05-13 |
| | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #6561 from vjpai/ytpo | Jan Tattermusch | 2016-05-13 |
| |\ \ \ \ \ | |||
* | | | | | | | made send_initial_md compression level a "maybe" | David Garcia Quintas | 2016-05-12 |
* | | | | | | | memset for api fuzzer | David Garcia Quintas | 2016-05-12 |
* | | | | | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-05-12 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||
| | * | | | | | Renamed some defines | David Garcia Quintas | 2016-05-12 |
| |/ / / / / | |||
| | | | * | | Switch from snprintf() to gpr_asprintf(). | Mark D. Roth | 2016-05-12 |
| | | | * | | Fix large_metadata_bad_client_test to avoid C99 string literal length limit. | Mark D. Roth | 2016-05-12 |
| * | | | | | Merge pull request #6553 from grpc/revert-6488-revert-6214-master | Jan Tattermusch | 2016-05-12 |
| |\ \ \ \ \ | |||
| | | | * | | | Fix tsan reported error | Craig Tiller | 2016-05-12 |
| * | | | | | | Add callback when gRPC FD is about to be orphaned. | Robbie Shade | 2016-05-12 |
| | |_|_|/ / | |/| | | | | |||
| | | | * | | Fix test usage of pollset | Craig Tiller | 2016-05-12 |
| | | * | | | steaming -> streaming | Vijay Pai | 2016-05-12 |
| | |/ / / | |/| | | | |||
| * | | | | Merge pull request #6373 from y-zeng/server-builder-plugin | Yuchen Zeng | 2016-05-11 |
| |\ \ \ \ | |||
| | | * | | | Revert "Revert "cronet wrapper code"" | makdharma | 2016-05-11 |
| | |/ / / | |/| | | | |||
| * | | | | Merge pull request #6470 from yang-g/error_with_trailer | Jorge Canizales | 2016-05-11 |
| |\ \ \ \ | |||
| * | | | | | fix formatting | Jan Tattermusch | 2016-05-11 |
| | | | * | | clang-format | Craig Tiller | 2016-05-11 |
| | | | * | | Merge github.com:grpc/grpc into cleaner-posix3 | Craig Tiller | 2016-05-11 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #6449 from sreecha/stress_client_reconnects | Jan Tattermusch | 2016-05-10 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #6514 from yang-g/va_start | Jan Tattermusch | 2016-05-10 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge pull request #6513 from ctiller/warnings | Nicolas Noble | 2016-05-10 |
| |\ \ \ \ \ \ \ | |||
| | | * | | | | | | Change argument type to avoid undefined behavior | yang-g | 2016-05-10 |
| | |/ / / / / / | |/| | | | | | | |||
| | | | * | | | | fix compiling error | yang-g | 2016-05-10 |
| * | | | | | | | Merge pull request #6279 from dgquintas/lb_proto_v1 | Jan Tattermusch | 2016-05-10 |
| |\ \ \ \ \ \ \ | |||
| | | * | | | | | | Enable -Wextra-semi on compilers that support it | Craig Tiller | 2016-05-10 |
| | |/ / / / / / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #6320 from markdroth/limit_metadata_size | Jan Tattermusch | 2016-05-10 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge pull request #6475 from grpc/release-0_14 | Nicolas Noble | 2016-05-09 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #6421 from ctiller/mwha | Jan Tattermusch | 2016-05-09 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #6462 from jtattermusch/benchmarking_unify_scenarios | Jan Tattermusch | 2016-05-09 |
| |\ \ \ \ \ \ \ \ \ \ | |||
* | | | | | | | | | | | | Allow servers to select compression level via initial MD. | David Garcia Quintas | 2016-05-09 |
| | | | * | | | | | | | | Revert "Merge pull request #6214 from makdharma/master" | Nicolas "Pixel" Noble | 2016-05-09 |
| * | | | | | | | | | | | Revert "cronet wrapper code" | Craig Tiller | 2016-05-09 |
|/ / / / / / / / / / / |