aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix leak in port deallocationGravatar Craig Tiller2016-05-17
|
* Merge pull request #6542 from ctiller/ectermGravatar Jan Tattermusch2016-05-17
|\ | | | | Let execution contexts signal that they are done
* \ Merge pull request #6602 from nathanielmanistaatgoogle/test-parallelismGravatar Jan Tattermusch2016-05-16
|\ \ | | | | | | Break PARALLELISM test constant in two
* \ \ Merge pull request #6439 from kpayson64/python_health_checkGravatar Jan Tattermusch2016-05-16
|\ \ \ | | | | | | | | Reworked python health checking and added tests
* \ \ \ Merge pull request #6568 from dgquintas/fix-include-guards-long-namesGravatar Jan Tattermusch2016-05-16
|\ \ \ \ | | | | | | | | | | Allow for multiline #endif guards
* \ \ \ \ Merge pull request #6587 from dgquintas/fix-proto-utils-anon-namespaceGravatar Jan Tattermusch2016-05-16
|\ \ \ \ \ | | | | | | | | | | | | Fixed usage of anon namespace inside .h
* \ \ \ \ \ Merge pull request #6603 from ctiller/better_wakeupsGravatar Jan Tattermusch2016-05-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix accelerated wakeups
* \ \ \ \ \ \ Merge pull request #6609 from nathanielmanistaatgoogle/sooner-or-laterGravatar Jan Tattermusch2016-05-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | "sooner" -> "server" typo correction
* \ \ \ \ \ \ \ Merge pull request #6556 from goldenbull/masterGravatar Jan Tattermusch2016-05-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | use LANG_ENGLISH for windows api FormatMessage
* \ \ \ \ \ \ \ \ Merge pull request #6589 from dklempner/return_unused_portGravatar Jan Tattermusch2016-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.cGravatar David Klempner2016-05-16
| | | | | | | | | |
| | | * | | | | | | "sooner" -> "server" typo correctionGravatar Nathaniel Manista2016-05-16
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | "... will not have the effect of stopping the sooner later", heh. :-P
| | | * | | | | | Fix accelerated wakeupsGravatar Craig Tiller2016-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.PARALLELISMGravatar Nathaniel Manista2016-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_fixGravatar David Klempner2016-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 callGravatar David Klempner2016-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc_pick_unused_port a lot.
| | * | | | | | | Fix declarations in port.h to not be ambiguous in C due to K&R.Gravatar David Klempner2016-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 .hGravatar David Garcia Quintas2016-05-13
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #6583 from carl-mastrangelo/dotdotdotGravatar Jan Tattermusch2016-05-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix stress test JVM Args
* \ \ \ \ \ \ \ \ Merge pull request #6578 from jtattermusch/add_bat_copyrightsGravatar Jan Tattermusch2016-05-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add copyrights to .bat files (and update the checker to report missing ones)
* \ \ \ \ \ \ \ \ \ Merge pull request #6414 from y-zeng/reflection_protoGravatar Yuchen Zeng2016-05-13
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Add reflection.proto
| | | * | | | | | | Fix stress test JVM ArgsGravatar Carl Mastrangelo2016-05-13
| |_|/ / / / / / / |/| | | | | | | |
| | * | | | | | | add copyright to the template as wellGravatar Jan Tattermusch2016-05-13
| | | | | | | | |
| | | | * | | | | Merge branch 'master' into return_unused_portGravatar David Klempner2016-05-13
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | | | * | | | | Add an API to return an unused port to the portserverGravatar David Klempner2016-05-13
| | | | | | | | |
* | | | | | | | | Merge pull request #5456 from ctiller/cleaner-posix3Gravatar Jan Tattermusch2016-05-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Splitting out a pure poll() based event engine
| | | * | | | | | | add missing copyrights to .bat filesGravatar Jan Tattermusch2016-05-13
| | | | | | | | | |
| | | * | | | | | | check for copyright in .bat filesGravatar Jan Tattermusch2016-05-13
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #6569 from yang-g/ubsanGravatar Jan Tattermusch2016-05-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | prepare to enable ubsan in continuous build
* \ \ \ \ \ \ \ \ \ Merge pull request #6561 from vjpai/ytpoGravatar Jan Tattermusch2016-05-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | De-💩ify code
* \ \ \ \ \ \ \ \ \ \ Merge pull request #6570 from dgquintas/better-compression-docs-and-namesGravatar Jan Tattermusch2016-05-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Better compression docs and names
| * | | | | | | | | | | Further renamings (compression channel arg keys)Gravatar David Garcia Quintas2016-05-12
| | | | | | | | | | | |
| * | | | | | | | | | | New protobuf versionGravatar David Garcia Quintas2016-05-12
| | | | | | | | | | | |
| * | | | | | | | | | | Renamed some definesGravatar David Garcia Quintas2016-05-12
| | | | | | | | | | | |
| * | | | | | | | | | | better docstrings for compression_types.hGravatar David Garcia Quintas2016-05-12
|/ / / / / / / / / / /
| | * | | | | | | | | prepare to enable ubsan in continuous buildGravatar yang-g2016-05-12
| | | | | | | | | | |
| | | | | | | | * | | Allow for multiline #endif guardsGravatar David Garcia Quintas2016-05-12
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | | * | | | | | Added comment about repeated responsesGravatar Yuchen Zeng2016-05-12
| | | | | | | | | |
* | | | | | | | | | Merge pull request #6453 from kpayson64/python_protocGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Made complex directories for python protoc test
* \ \ \ \ \ \ \ \ \ \ Merge pull request #6529 from thinkerou/masterGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add owned
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6546 from carl-mastrangelo/wombleGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Set GC params for Java Stress Test
| | | | | | | | * | | | Switch from snprintf() to gpr_asprintf().Gravatar Mark D. Roth2016-05-12
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #6479 from kpayson64/python_protoc_formattingGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Format changes to python protoc generation
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6552 from jboeuf/add_curliesGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add curlies for multiline if statements.
| | | | | | | | | | * | | | Fix large_metadata_bad_client_test to avoid C99 string literal length limit.Gravatar Mark D. Roth2016-05-12
| | | | | | | | |_|/ / / / | | | | | | | |/| | | | |
* | | | | | | | | | | | | Merge pull request #6553 from grpc/revert-6488-revert-6214-masterGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Revert "cronet wrapper code"", and fix the issue with build.yaml
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6562 from rjshade/on_orphan_callbackGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add callback when gRPC FD is about to be orphaned.
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6431 from murgatroid99/node_protoc_examplesGravatar Jan Tattermusch2016-05-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | Split Node examples into static and dynamic code generation examples
| | | | | | | | | | * | | | | Fix tsan reported errorGravatar Craig Tiller2016-05-12
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Add callback when gRPC FD is about to be orphaned.Gravatar Robbie Shade2016-05-12
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |