Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | | | | | | | | | * | Expand corpus | Craig Tiller | 2016-05-16 | |
| | | | | | | | | | | | | | | | ||||
| | | | | | | * | | | | | | | | Split and rename test_constants.PARALLELISM | Nathaniel Manista | 2016-05-16 | |
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Going forward we'd like to be able to test much larger numbers of RPCs than the number of threads available to a test. | |||
| | | | | | | | | | | | | * | Expand corpora | Craig Tiller | 2016-05-16 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | Fix fuzzer bugs | Craig Tiller | 2016-05-16 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | Fix fuzzer bug, add corpora | Craig Tiller | 2016-05-16 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | * | Add fuzzing for receving messages after close | Craig Tiller | 2016-05-16 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | set client params differently for sync and async client | Jan Tattermusch | 2016-05-13 | |
| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #6567 from markdroth/large_metadata_test_fix | David Klempner | 2016-05-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix large_metadata_bad_client_test to avoid C99 string literal length limit. | |||
| | * | | | | | | | | | | | | Add calls to grpc_recycle_unused_port to two of the tests which call | David Klempner | 2016-05-13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc_pick_unused_port a lot. | |||
| | * | | | | | | | | | | | | Fix declarations in port.h to not be ambiguous in C due to K&R. | David Klempner | 2016-05-13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also actually add the port parameter to grpc_recycle_unused_port. Also remove the downsizing gpr_realloc in the recycle codepath, which is unnecessary and can free the pointer. | |||
| | | | | * | | | | | | | | | Fixed usage of anon namespace inside .h | David Garcia Quintas | 2016-05-13 | |
| |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #6583 from carl-mastrangelo/dotdotdot | Jan Tattermusch | 2016-05-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stress test JVM Args | |||
| | | | | | | | | * | | | | | add support for CLIENT_LANGUAGE setting | Jan Tattermusch | 2016-05-13 | |
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #6578 from jtattermusch/add_bat_copyrights | Jan Tattermusch | 2016-05-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add copyrights to .bat files (and update the checker to report missing ones) | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6414 from y-zeng/reflection_proto | Yuchen Zeng | 2016-05-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | Add reflection.proto | |||
| | | * | | | | | | | | | | | Fix stress test JVM Args | Carl Mastrangelo | 2016-05-13 | |
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | add copyright to the template as well | 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 | |
| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #5456 from ctiller/cleaner-posix3 | Jan Tattermusch | 2016-05-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Splitting out a pure poll() based event engine | |||
| | | * | | | | | | | | | | | add missing copyrights to .bat files | Jan Tattermusch | 2016-05-13 | |
| | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | check for copyright in .bat files | Jan Tattermusch | 2016-05-13 | |
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #6569 from yang-g/ubsan | Jan Tattermusch | 2016-05-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prepare to enable ubsan in continuous build | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6561 from vjpai/ytpo | Jan Tattermusch | 2016-05-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | De-💩ify code | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6570 from dgquintas/better-compression-docs-and-names | Jan Tattermusch | 2016-05-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better compression docs and names | |||
| * | | | | | | | | | | | | | | | Further renamings (compression channel arg keys) | David Garcia Quintas | 2016-05-12 | |
| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | New protobuf version | David Garcia Quintas | 2016-05-12 | |
| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | Renamed some defines | David Garcia Quintas | 2016-05-12 | |
| | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | better docstrings for compression_types.h | David Garcia Quintas | 2016-05-12 | |
|/ / / / / / / / / / / / / / / | ||||
| | * | | | | | | | | | | | | | prepare to enable ubsan in continuous build | yang-g | 2016-05-12 | |
| | | | | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | | | Allow for multiline #endif guards | David Garcia Quintas | 2016-05-12 | |
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | Added comment about repeated responses | Yuchen Zeng | 2016-05-12 | |
| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge pull request #6453 from kpayson64/python_protoc | Jan Tattermusch | 2016-05-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made complex directories for python protoc test | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6529 from thinkerou/master | Jan Tattermusch | 2016-05-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add owned | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6546 from carl-mastrangelo/womble | Jan Tattermusch | 2016-05-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | Set GC params for Java Stress Test | |||
| | | | | | | | * | | | | | | | | Switch from snprintf() to gpr_asprintf(). | Mark D. Roth | 2016-05-12 | |
| | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into unique_ptr_reset | yang-g | 2016-05-12 | |
| | | | | | | | | | | | | | |\ \ | | | | | | |_|_|_|_|_|_|_|_|/ / | | | | | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge pull request #6479 from kpayson64/python_protoc_formatting | Jan Tattermusch | 2016-05-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format changes to python protoc generation | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6552 from jboeuf/add_curlies | Jan Tattermusch | 2016-05-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add curlies for multiline if statements. | |||
| | | | | | | | | | * | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Revert "cronet wrapper code"", and fix the issue with build.yaml | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6562 from rjshade/on_orphan_callback | Jan Tattermusch | 2016-05-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add callback when gRPC FD is about to be orphaned. | |||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6431 from murgatroid99/node_protoc_examples | Jan Tattermusch | 2016-05-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Split Node examples into static and dynamic code generation examples | |||
| | | | | | | | | | * | | | | | | | | | Fix tsan reported error | Craig Tiller | 2016-05-12 | |
| | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | Add callback when gRPC FD is about to be orphaned. | Robbie Shade | 2016-05-12 | |
| |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | | | | | | Merge branch 'cleaner-posix3' of github.com:ctiller/grpc into cleaner-posix3 | Craig Tiller | 2016-05-12 | |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | * | | | | | | | | | | Fix test usage of pollset | Craig Tiller | 2016-05-12 | |
| | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Merge pull request #6560 from jtattermusch/csharp_channel_shutdown_improvements | Jan Tattermusch | 2016-05-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve channel behavior in shutdown situations | |||
| | | | | | | | | * | | | | | | | | | | | steaming -> streaming | Vijay Pai | 2016-05-12 | |
| |_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | | | | | | | Remove redundant declaration | Craig Tiller | 2016-05-12 | |
| | | | | | | | | |/ / / / / / / / / |