Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Eliminate need for SIGPIPE handling | Craig Tiller | 2015-05-06 |
| | |||
* | fix expression bug on socket creation failure (fd<0 is always false because ↵ | zeliard | 2015-04-27 |
| | | | | fd is unsigned and Windows returns ~0 (-1) on socket failure) | ||
* | Merge pull request #1241 from ctiller/local_worker | Vijay Pai | 2015-04-14 |
|\ | | | | | Allow RunScenarios to spawn in-process workers | ||
| * | Remove TODO | Craig Tiller | 2015-04-10 |
| | | |||
| * | Allow RunScenarios to spawn in-process workers | Craig Tiller | 2015-04-09 |
| | | | | | | | | | | This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts. I've built this atop my smoke_test changes as they inspired me to get this done. | ||
* | | Port port_posix to port_windows. | Craig Tiller | 2015-04-08 |
| | | |||
* | | Begin port selection code for windows | Craig Tiller | 2015-04-08 |
|/ | |||
* | Add a macro to enable replacing the default with a custom port picker | Yang Gao | 2015-04-01 |
| | |||
* | Merge github.com:grpc/grpc into qps_driver | Craig Tiller | 2015-03-02 |
|\ | |||
| * | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | | |||
| * | Extend timeouts for Travis 2x | Craig Tiller | 2015-02-27 |
| | | |||
| * | Allow machine and build type tuning of slowdown | Craig Tiller | 2015-02-27 |
| | | |||
| * | Increment 'try' variable | Craig Tiller | 2015-02-27 |
| | | | | | | | | To ensure that we actually probe different ports | ||
| * | Better port picker | Craig Tiller | 2015-02-26 |
| | | |||
| * | Introduce slowdown factor for unit test deadlines | Craig Tiller | 2015-02-25 |
| | | | | | | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs. | ||
* | | Driver to client/server kind of works | Craig Tiller | 2015-02-23 |
|/ | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | run clang-format | Yang Gao | 2015-01-26 |
| | |||
* | Add platform ifdefs, fix up some MSVC warnings | Craig Tiller | 2015-01-21 |
| | |||
* | Include some useful help text | Craig Tiller | 2015-01-16 |
| | |||
* | Opportunistically use perftools if installed. | Craig Tiller | 2015-01-15 |
| | | | | Allows us to collect profiles of the open source build using gprof. | ||
* | () --> (void) | Craig Tiller | 2015-01-15 |
| | |||
* | Run clang-format-all.sh | Yang Gao | 2015-01-14 |
| | |||
* | Unify signal handling in C | Craig Tiller | 2015-01-14 |
| | |||
* | Fixing test_config.c | Nicolas "Pixel" Noble | 2015-01-13 |
| | | | | Now all the gpr tests build and run under win32. | ||
* | Fix formatting | Craig Tiller | 2015-01-13 |
| | |||
* | Merge github.com:google/grpc into format | Craig Tiller | 2015-01-13 |
|\ | |||
* | | clang-format codebase | Craig Tiller | 2015-01-13 |
| | | |||
| * | Make this file usable from C++ | Craig Tiller | 2015-01-12 |
|/ | |||
* | Seed random numbers in each process based on pid. | ctiller | 2015-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. | pmarks | 2014-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. | jtattermusch | 2014-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-specific | pmarks | 2014-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. | jtattermusch | 2014-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. | Nicolas Noble | 2014-11-26 |