Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix leak in port deallocation | Craig Tiller | 2016-05-17 |
| | |||
* | Merge pull request #6542 from ctiller/ecterm | Jan Tattermusch | 2016-05-17 |
|\ | | | | | Let execution contexts signal that they are done | ||
* \ | Merge pull request #6602 from nathanielmanistaatgoogle/test-parallelism | Jan Tattermusch | 2016-05-16 |
|\ \ | | | | | | | Break PARALLELISM test constant in two | ||
* \ \ | Merge pull request #6439 from kpayson64/python_health_check | Jan Tattermusch | 2016-05-16 |
|\ \ \ | | | | | | | | | Reworked python health checking and added tests | ||
* \ \ \ | Merge pull request #6568 from dgquintas/fix-include-guards-long-names | Jan Tattermusch | 2016-05-16 |
|\ \ \ \ | | | | | | | | | | | Allow for multiline #endif guards | ||
* \ \ \ \ | Merge pull request #6587 from dgquintas/fix-proto-utils-anon-namespace | Jan Tattermusch | 2016-05-16 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed usage of anon namespace inside .h | ||
* \ \ \ \ \ | Merge pull request #6603 from ctiller/better_wakeups | Jan Tattermusch | 2016-05-16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix accelerated wakeups | ||
* \ \ \ \ \ \ | Merge pull request #6609 from nathanielmanistaatgoogle/sooner-or-later | Jan Tattermusch | 2016-05-16 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | "sooner" -> "server" typo correction | ||
* \ \ \ \ \ \ \ | Merge pull request #6556 from goldenbull/master | Jan Tattermusch | 2016-05-16 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | use LANG_ENGLISH for windows api FormatMessage | ||
* \ \ \ \ \ \ \ \ | Merge pull request #6589 from dklempner/return_unused_port | Jan Tattermusch | 2016-05-16 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add a grpc_recycle_unused_port to return pick_unused_port ports to the portserver | ||
| * | | | | | | | | | Run clang-format against port_posix.c and port_windows.c | David Klempner | 2016-05-16 |
| | | | | | | | | | | |||
| | | * | | | | | | | "sooner" -> "server" typo correction | Nathaniel Manista | 2016-05-16 |
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | "... will not have the effect of stopping the sooner later", heh. :-P | ||
| | | * | | | | | | Fix accelerated wakeups | Craig Tiller | 2016-05-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can end up in situations where a pollset needs to kick itself. This is supposed to be an accelerated codepath, however a bug crept in whereby we missed the opportunity to do so, resulting in needing to round trip these wakeups redundantly through the OS and wake other threads unnecessarily. | ||
| | | | | | | * | | 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. | ||
* | | | | | | | | 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 | ||
* \ \ \ \ \ \ \ \ | 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 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 |
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |