aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Merge pull request #32 from ctiller/qpsfixGravatar Yang Gao2015-01-14
|\
| * Remove unused private fieldGravatar Craig Tiller2015-01-14
* | Run clang-format-all.shGravatar Yang Gao2015-01-14
* | Use C signal handling in C++ end2endGravatar Craig Tiller2015-01-14
* | Unify signal handling in CGravatar Craig Tiller2015-01-14
|/
* Merge pull request #24 from nicolasnoble/win32Gravatar Craig Tiller2015-01-13
|\
| * Fixing test_config.cGravatar Nicolas "Pixel" Noble2015-01-13
* | Removing a few more traces of libevent.Gravatar Nicolas "Pixel" Noble2015-01-14
|/
* Fix formattingGravatar Craig Tiller2015-01-13
* Merge github.com:google/grpc into formatGravatar Craig Tiller2015-01-13
|\
| * Fix qps test.Gravatar Craig Tiller2015-01-13
| * Merge github.com:google/grpc into testcppGravatar Craig Tiller2015-01-13
| |\
| | * Added new results to report resource usage and QPS, along with new proto supp...Gravatar vpai2015-01-13
* | | clang-format codebaseGravatar Craig Tiller2015-01-13
| |/ |/|
| * Merge github.com:google/grpc into testcppGravatar Craig Tiller2015-01-12
| |\ | |/ |/|
* | Splitting grpc_test_util into gpr_test_util.Gravatar nnoble2015-01-12
* | Return bound port number from grpc_server_add_http2_port.Gravatar ctiller2015-01-12
| * Initialize gtest correctlyGravatar Craig Tiller2015-01-12
| * Make this file compileGravatar Craig Tiller2015-01-12
| * Make this file compileGravatar Craig Tiller2015-01-12
| * Make this file compileGravatar Craig Tiller2015-01-12
| * Make this file usable from C++Gravatar Craig Tiller2015-01-12
|/
* grpc census hash_table test coverage improvements.Gravatar hongyu2015-01-12
* Make interop server buildable on opensource build.Gravatar yangg2015-01-12
* Ensure flow control callbacks happen outside the transport lock.Gravatar ctiller2015-01-12
* Add impl subdirectory under public and move headers that need to be installedGravatar yangg2015-01-12
* Allow logging mechanism to be overridden by applications.Gravatar ctiller2015-01-12
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
* Grpc census: v0 trace_printf() implementation in C.Gravatar hongyu2015-01-12
* Merge github.com:google/grpcGravatar Nicolas Noble2015-01-09
|\
* | Fix test under msanGravatar ctiller2015-01-09
* | Add a test to export two TestService on the same server, only with differentGravatar yangg2015-01-09
* | C implementation of Census trace store and stats store for grpc C lib.Gravatar hongyu2015-01-09
* | Enable streaming test case for gRPC client in GCE.Gravatar chenw2015-01-09
* | Remove libevent.Gravatar ctiller2015-01-09
* | Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
| * Fix a compiler warning.Gravatar Craig Tiller2015-01-09
|/
* Remove libevent.Gravatar ctiller2015-01-08
* Fixing include paths for cmdline.Gravatar nnoble2015-01-07
* Add deadline API on server side.Gravatar yangg2015-01-06
* Adding plugins to the mako rendering system.Gravatar nnoble2015-01-06
* Seed random numbers in each process based on pid.Gravatar ctiller2015-01-05
* Fix the socket pair fixtures to include the http filters.Gravatar klempner2014-12-29
* Add Flags to override host and enable prod ssl root.Gravatar chenw2014-12-29
* Add SSL root for production GFE.Gravatar chenw2014-12-29
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
* Adding support for service account credentials.Gravatar jboeuf2014-12-29
* Make override hostname an argument for testing against prod gfe.Gravatar yangg2014-12-29
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
* Add a test where client side sees a deadline expired status.Gravatar yangg2014-12-19