aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* clang-format codebaseGravatar Craig Tiller2015-01-13
* 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
* 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
* Fix opensource build test.Gravatar ctiller2014-12-19
* gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.Gravatar pmarks2014-12-19
* Set host to channel's target when creating a call.Gravatar yangg2014-12-19
* Add ServerContext. It is currently empty and deadline and metadata will come toGravatar yangg2014-12-19
* Fix include guards.Gravatar ctiller2014-12-17
* Prepare QPS tests for running in GCEGravatar vpai2014-12-17
* Remove endpoint/ directories.Gravatar ctiller2014-12-17
* Adding JWT generation and signing code for service accounts credentials.Gravatar jboeuf2014-12-16
* Add slow client consumer test case for flow control test.Gravatar chenw2014-12-16
* Make alarm initialization take a timespec now.Gravatar ctiller2014-12-16
* Remove a (very) deprecated file.Gravatar ctiller2014-12-16
* Trailing metadata support.Gravatar ctiller2014-12-16
* GOAWAY & Reconnection support.Gravatar ctiller2014-12-15
* Add time averaged stats for future alarm list work.Gravatar ctiller2014-12-15
* Simplify alarm API.Gravatar ctiller2014-12-15
* Fix a bug in base-log, and add test.Gravatar aveitch2014-12-15
* Add a test for useful.h.Gravatar ctiller2014-12-15
* Change the low level ping pong benchmark to run all tests by default.Gravatar klempner2014-12-15
* Binary header encoding.Gravatar ctiller2014-12-15