aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
Commit message (Collapse)AuthorAge
...
* Opportunistically use perftools if installed.Gravatar Craig Tiller2015-01-15
| | | | Allows us to collect profiles of the open source build using gprof.
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Run clang-format-all.shGravatar Yang Gao2015-01-14
|
* Unify signal handling in CGravatar Craig Tiller2015-01-14
|
* Fixing test_config.cGravatar Nicolas "Pixel" Noble2015-01-13
| | | | Now all the gpr tests build and run under win32.
* Fix formattingGravatar Craig Tiller2015-01-13
|
* Merge github.com:google/grpc into formatGravatar Craig Tiller2015-01-13
|\
* | clang-format codebaseGravatar Craig Tiller2015-01-13
| |
| * Make this file usable from C++Gravatar Craig Tiller2015-01-12
|/
* Seed random numbers in each process based on pid.Gravatar ctiller2015-01-05
| | | | | | | | | | This causes get_unused_port_or_die to try different port numbers in each concurrently running tests, and consequently enables some parallelism of test processes. Change on 2015/01/05 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83289374
* gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.Gravatar pmarks2014-12-19
| | | | | | | | | | | On Linux with disable_ipv6=1, we can create sockets bound to [::]:port, yet connecting to that address triggers an Unreachable error. Since IPv6 is useless on such machines, it's cleaner to turn it off than expose users to a half-broken state. Change on 2014/12/17 by pmarks <pmarks@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82387437
* Fix ipv6.c build breakage on Windows.Gravatar jtattermusch2014-12-11
| | | | | | | Change on 2014/12/11 by jtattermusch <jtattermusch@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81910401
* Add a grpc_ipv6_loopback_available() test utility, and only run IPv6-specificGravatar pmarks2014-12-11
| | | | | | | | | | tests on machines that support AF_INET6 sockets bound to ::1. Listening on :: or connecting to a mapped address should always work. Change on 2014/12/10 by pmarks <pmarks@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81837056
* Add mako templates to generate MS Visual Studio projects.Gravatar jtattermusch2014-12-08
| | | | | | | | | | Current state for Windows platform: -- gpr and grpc_test_util can be compiled -- gpr_log_test and gpr_cmdline_test pass Change on 2014/12/08 by jtattermusch <jtattermusch@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81615574
* Initial import.Gravatar Nicolas Noble2014-11-26