aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* make insecure channel and server explicitGravatar Jan Tattermusch2015-07-24
|
* Merge pull request #2648 from jtattermusch/csharp_logging_apiGravatar Stanley Cheung2015-07-24
|\ | | | | C# logging API
| * introduce gRPC loggerGravatar Jan Tattermusch2015-07-24
|/
* Merge pull request #2645 from jtattermusch/csharp_go_beta_goGravatar Stanley Cheung2015-07-24
|\ | | | | C# beta features and cleanup
| * fix reference to bouncyCastles assemblyGravatar Jan Tattermusch2015-07-24
| |
| * upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded codeGravatar Jan Tattermusch2015-07-24
| |
| * fix x86 target to be AnyCPUGravatar Jan Tattermusch2015-07-24
| |
| * added test for client SSL authenticationGravatar Jan Tattermusch2015-07-24
| |
| * added option to authenticate client using root cert chainGravatar Jan Tattermusch2015-07-24
| |
| * expose peer info in serverside call handlersGravatar Jan Tattermusch2015-07-24
|/
* Merge pull request #2654 from jtattermusch/win_getpeername_fixGravatar Nicolas Noble2015-07-24
|\ | | | | Fix getpeername code on windows
* \ Merge pull request #2630 from murgatroid99/node_completion_key_namesGravatar Jan Tattermusch2015-07-24
|\ \ | | | | | | Changed object keys to valid identifier names
| | * fix whitespaces and line lengthGravatar Jan Tattermusch2015-07-24
| | |
| | * fix getpeername code on windowsGravatar Jan Tattermusch2015-07-24
| | |
* | | Merge pull request #2651 from murgatroid99/node_call_peer_addressGravatar Jan Tattermusch2015-07-24
|\ \ \ | |_|/ |/| | Exposed channel target and call peer in Node wrapper
* | | Merge pull request #2620 from meisterpeeps/masterGravatar Michael Lumish2015-07-24
|\ \ \ | | | | | | | | Update README.md (just a little typo)
| | * | Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
| | | |
* | | | Merge pull request #2649 from stanley-cheung/php_user_agentGravatar Michael Lumish2015-07-24
|\ \ \ \ | | | | | | | | | | Add user-agent for PHP
| * | | | add user-agent for phpGravatar Stanley Cheung2015-07-24
|/ / / /
* | | | Merge pull request #2643 from jtattermusch/csharp_timeoutsGravatar Michael Lumish2015-07-24
|\ \ \ \ | | | | | | | | | | C# support for timeouts.
* \ \ \ \ Merge pull request #2646 from yang-g/inf_futureGravatar Vijay Pai2015-07-24
|\ \ \ \ \ | | | | | | | | | | | | Fix gpr_inf_future call
* \ \ \ \ \ Merge pull request #2623 from ctiller/tightly-they-took-the-token-to-the-tentGravatar Vijay Pai2015-07-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Handle a race where a new call comes in post-shutdown a little better
| | * | | | | Fix gpr_inf_future callGravatar yang-g2015-07-23
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #2633 from ctiller/virtuous-velvit-velociraptorGravatar Yang Gao2015-07-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix flow control
| | | * | | | tiny fixesGravatar Jan Tattermusch2015-07-23
| | | | | | |
| | | * | | | fix test on windowsGravatar Jan Tattermusch2015-07-23
| | | | | | |
| | | * | | | explicitly convert deadline for server handlers to realtimeGravatar Jan Tattermusch2015-07-23
| | | | | | |
| | | * | | | add MathService.Fib test with deadlineGravatar Jan Tattermusch2015-07-23
| | | | | | |
| | | * | | | implemented cancellation support for MathService.FibGravatar Jan Tattermusch2015-07-23
| | | | | | |
| | | * | | | add Timeout support and testsGravatar Jan Tattermusch2015-07-23
| | | | | | |
| | | * | | | added deadline to generated stubsGravatar Jan Tattermusch2015-07-23
| | | | | | |
| | | * | | | Timespec.FromDateTime implementation and testsGravatar Jan Tattermusch2015-07-23
| | | | | | |
| | | * | | | implemented FromDateTimeGravatar Jan Tattermusch2015-07-23
| | | | | | |
| | | * | | | robust conversion from Timespec to DateTime and testsGravatar Jan Tattermusch2015-07-23
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2586 from dgquintas/compress_flag_resetGravatar Craig Tiller2015-07-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes for streaming compression.
* \ \ \ \ \ \ Merge pull request #2629 from ctiller/always-with-the-monoGravatar Yang Gao2015-07-23
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Make the server report monotonic times for deadlines
| | | * | | | Integration fixGravatar Craig Tiller2015-07-23
| | | | | | |
| | | * | | | Integration fixGravatar Craig Tiller2015-07-23
| | | | | | |
| | | * | | | Merge branch 'compress_flag_reset' of github.com:dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-23
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | virtuous-velvit-velociraptor
| | | * | | | Merge github.com:grpc/grpc into virtuous-velvit-velociraptorGravatar Craig Tiller2015-07-23
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | | * | | | Fix flow controlGravatar Craig Tiller2015-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - sending of window updates is now integrated with the primary write path, making this far more robust - iomgr starts up after shutdown correctly again
* | | | | | | Merge pull request #2617 from jboeuf/jwt_creds_renamingGravatar Yang Gao2015-07-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Renaming jwt_credentials to service_account_jwt_access_credentials.
| | | | * | | | Merge branch 'flow_control_buf_fix' of github.com:yang-g/grpc into ↵Gravatar Craig Tiller2015-07-23
| |_|_|/| | | | |/| | | | | | | | | | | | | | | | | | | | | | | virtuous-velvit-velociraptor
| | | | | | | * Changed object keys to valid identifier namesGravatar murgatroid992015-07-23
| | | | | | | |
* | | | | | | | Merge pull request #2493 from a-veitch/record_statGravatar Craig Tiller2015-07-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Census record stats API
| | | * | | | | | Make the server report monotonic times for deadlinesGravatar Craig Tiller2015-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For very high performance systems, we're going to want to be able to simply push the value reported from the server down onto clients. If we report realtime now, then all wrapped languages are going to assume it, meaning that such a change will be impossible later.
* | | | | | | | | Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Expose call peer uri from C core
* \ \ \ \ \ \ \ \ \ Merge pull request #2628 from stanley-cheung/add_homebrew_to_jenkinsGravatar Stanley Cheung2015-07-23
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | Minor jenkins script cleanjup
| * | | | | | | | | Minor jenkins script cleanjupGravatar Stanley Cheung2015-07-23
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2625 from jcanizales/fix-c-install-typoGravatar Vijay Pai2015-07-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix typo in gtest install instructions for Mac