aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Add an optional server shutdown event.Gravatar Craig Tiller2015-01-16
* () --> (void)Gravatar Craig Tiller2015-01-15
* Remove grpc_call_acceptGravatar Craig Tiller2015-01-15
* clang-formatGravatar Craig Tiller2015-01-14
* Update C++ code to set status via the C api.Gravatar 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
|/
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Moving the google-internal security code in their own files.Gravatar jboeuf2015-01-12
* Return bound port number from grpc_server_add_http2_port.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
* Fix for the Windows buildGravatar ctiller2015-01-12
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
* C implementation of Census trace store and stats store for grpc C lib.Gravatar hongyu2015-01-09
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Remove libevent.Gravatar ctiller2015-01-08
* Add deadline API on server side.Gravatar yangg2015-01-06
* Provide a port of cpu related code to posix, and linux.Gravatar ctiller2014-12-29
* Use overriden host name when creating a call.Gravatar yangg2014-12-29
* Port [] alarm management to GRPC.Gravatar ctiller2014-12-29
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
* Add ServerContext. It is currently empty and deadline and metadata will come toGravatar yangg2014-12-19
* Adding JWT generation and signing code for service accounts credentials.Gravatar jboeuf2014-12-16
* Fix comments regarding call_accept to reflect current API.Gravatar yangg2014-12-16
* Trailing metadata support.Gravatar ctiller2014-12-16
* Add a test for useful.h.Gravatar ctiller2014-12-15
* Adding base utils for JWT service account workflow. OpenSSL base64 decoding isGravatar jboeuf2014-12-12
* Tweaking log calls a bit.Gravatar nnoble2014-12-12
* Explain server termination semantics a little better.Gravatar ctiller2014-12-12
* Make the default deadline gpr_inf_future to avoid mismatch betweenGravatar yangg2014-12-12
* Add batch file that builds and executes all GPR tests.Gravatar jtattermusch2014-12-11
* Introducing iomgr.Gravatar ctiller2014-12-09
* Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ comp...Gravatar jtattermusch2014-12-09
* Restoring atm_sync as it was lost during The Great Migration.Gravatar nnoble2014-12-09
* Add server side credentials support.Gravatar yangg2014-12-08
* Add mako templates to generate MS Visual Studio projects.Gravatar jtattermusch2014-12-08
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Initial import.Gravatar Nicolas Noble2014-11-26