aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Merge pull request #179 from ctiller/kill-printfGravatar jboeuf2015-01-23
|\
| * Move string.h to internal codeGravatar Craig Tiller2015-01-23
| * Add defineGravatar Craig Tiller2015-01-23
| * Add gpr_ltoaGravatar Craig Tiller2015-01-23
* | Merge branch 'master' of github.com:google/grpc into merge_new_invoke_apiGravatar murgatroid992015-01-23
|\|
| * Merge pull request #153 from ctiller/windows-fixesGravatar Jan Tattermusch2015-01-23
| |\
* | \ Resolved merge conflicts with masterGravatar murgatroid992015-01-21
|\ \ \ | |/ / |/| |
* | | Merge pull request #149 from murgatroid99/node_bind_port_zeroGravatar Tim Emiola2015-01-21
|\ \ \
| | | * Typo fixGravatar Craig Tiller2015-01-21
| | | * Disable compilation of some filesGravatar Craig Tiller2015-01-21
| * | | Brought grpc_server_add_secure_http2_port in line with grpc_server_http2_portGravatar murgatroid992015-01-21
| | |/ | |/|
* | | Fixing indent.Gravatar Julien Boeuf2015-01-20
* | | Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
|/ /
| * Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-16
|/|
* | Add an optional server shutdown event.Gravatar Craig Tiller2015-01-16
| * Merge branch 'new_invoke_api' of github.com:google/grpc into updateGravatar Craig Tiller2015-01-15
|/|
* | () --> (void)Gravatar Craig Tiller2015-01-15
* | Remove grpc_call_acceptGravatar Craig Tiller2015-01-15
| * Remove grpc_call_start_invokeGravatar Craig Tiller2015-01-14
| * clang-formatGravatar Craig Tiller2015-01-14
* | clang-formatGravatar Craig Tiller2015-01-14
* | Update C++ code to set status via the C api.Gravatar Craig Tiller2015-01-14
| * Update C++ code to set status via the C api.Gravatar Craig Tiller2015-01-14
| * Merge github.com:google/grpc into apiGravatar 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
| * Merge github.com:google/grpc into apiGravatar Craig Tiller2015-01-13
| |\ | |/ |/|
| * Moving prototype from Google to GitHubGravatar Craig Tiller2015-01-13
* | 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