Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make insecure channel and server explicit | Jan Tattermusch | 2015-07-24 |
| | |||
* | Merge pull request #2648 from jtattermusch/csharp_logging_api | Stanley Cheung | 2015-07-24 |
|\ | | | | | C# logging API | ||
| * | introduce gRPC logger | Jan Tattermusch | 2015-07-24 |
|/ | |||
* | Merge pull request #2645 from jtattermusch/csharp_go_beta_go | Stanley Cheung | 2015-07-24 |
|\ | | | | | C# beta features and cleanup | ||
| * | fix reference to bouncyCastles assembly | Jan Tattermusch | 2015-07-24 |
| | | |||
| * | upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded code | Jan Tattermusch | 2015-07-24 |
| | | |||
| * | fix x86 target to be AnyCPU | Jan Tattermusch | 2015-07-24 |
| | | |||
| * | added test for client SSL authentication | Jan Tattermusch | 2015-07-24 |
| | | |||
| * | added option to authenticate client using root cert chain | Jan Tattermusch | 2015-07-24 |
| | | |||
| * | expose peer info in serverside call handlers | Jan Tattermusch | 2015-07-24 |
|/ | |||
* | Merge pull request #2654 from jtattermusch/win_getpeername_fix | Nicolas Noble | 2015-07-24 |
|\ | | | | | Fix getpeername code on windows | ||
* \ | Merge pull request #2630 from murgatroid99/node_completion_key_names | Jan Tattermusch | 2015-07-24 |
|\ \ | | | | | | | Changed object keys to valid identifier names | ||
| | * | fix whitespaces and line length | Jan Tattermusch | 2015-07-24 |
| | | | |||
| | * | fix getpeername code on windows | Jan Tattermusch | 2015-07-24 |
| | | | |||
* | | | Merge pull request #2651 from murgatroid99/node_call_peer_address | Jan Tattermusch | 2015-07-24 |
|\ \ \ | |_|/ |/| | | Exposed channel target and call peer in Node wrapper | ||
* | | | Merge pull request #2620 from meisterpeeps/master | Michael Lumish | 2015-07-24 |
|\ \ \ | | | | | | | | | Update README.md (just a little typo) | ||
| | * | | Exposed channel target and call peer in Node wrapper | murgatroid99 | 2015-07-24 |
| | | | | |||
* | | | | Merge pull request #2649 from stanley-cheung/php_user_agent | Michael Lumish | 2015-07-24 |
|\ \ \ \ | | | | | | | | | | | Add user-agent for PHP | ||
| * | | | | add user-agent for php | Stanley Cheung | 2015-07-24 |
|/ / / / | |||
* | | | | Merge pull request #2643 from jtattermusch/csharp_timeouts | Michael Lumish | 2015-07-24 |
|\ \ \ \ | | | | | | | | | | | C# support for timeouts. | ||
* \ \ \ \ | Merge pull request #2646 from yang-g/inf_future | Vijay Pai | 2015-07-24 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix gpr_inf_future call | ||
* \ \ \ \ \ | Merge pull request #2623 from ctiller/tightly-they-took-the-token-to-the-tent | Vijay Pai | 2015-07-24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Handle a race where a new call comes in post-shutdown a little better | ||
| | * | | | | | Fix gpr_inf_future call | yang-g | 2015-07-23 |
| |/ / / / / |/| | | | | | |||
* | | | | | | Merge pull request #2633 from ctiller/virtuous-velvit-velociraptor | Yang Gao | 2015-07-23 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix flow control | ||
| | | * | | | | tiny fixes | Jan Tattermusch | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | fix test on windows | Jan Tattermusch | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | explicitly convert deadline for server handlers to realtime | Jan Tattermusch | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | add MathService.Fib test with deadline | Jan Tattermusch | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | implemented cancellation support for MathService.Fib | Jan Tattermusch | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | add Timeout support and tests | Jan Tattermusch | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | added deadline to generated stubs | Jan Tattermusch | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | Timespec.FromDateTime implementation and tests | Jan Tattermusch | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | implemented FromDateTime | Jan Tattermusch | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | robust conversion from Timespec to DateTime and tests | Jan Tattermusch | 2015-07-23 |
| |_|/ / / / |/| | | | | | |||
* | | | | | | Merge pull request #2586 from dgquintas/compress_flag_reset | Craig Tiller | 2015-07-23 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixes for streaming compression. | ||
* \ \ \ \ \ \ | Merge pull request #2629 from ctiller/always-with-the-mono | Yang Gao | 2015-07-23 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Make the server report monotonic times for deadlines | ||
| | | * | | | | Integration fix | Craig Tiller | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | Integration fix | Craig Tiller | 2015-07-23 |
| | | | | | | | |||
| | | * | | | | Merge branch 'compress_flag_reset' of github.com:dgquintas/grpc into ↵ | Craig Tiller | 2015-07-23 |
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | virtuous-velvit-velociraptor | ||
| | | * | | | | Merge github.com:grpc/grpc into virtuous-velvit-velociraptor | Craig Tiller | 2015-07-23 |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | |||
| | | * | | | | Fix flow control | Craig Tiller | 2015-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_renaming | Yang Gao | 2015-07-23 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Renaming jwt_credentials to service_account_jwt_access_credentials. | ||
| | | | * | | | | Merge branch 'flow_control_buf_fix' of github.com:yang-g/grpc into ↵ | Craig Tiller | 2015-07-23 |
| |_|_|/| | | | |/| | | | | | | | | | | | | | | | | | | | | | | | virtuous-velvit-velociraptor | ||
| | | | | | | * | Changed object keys to valid identifier names | murgatroid99 | 2015-07-23 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #2493 from a-veitch/record_stat | Craig Tiller | 2015-07-23 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Census record stats API | ||
| | | * | | | | | | Make the server report monotonic times for deadlines | Craig Tiller | 2015-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-be | Yang Gao | 2015-07-23 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Expose call peer uri from C core | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2628 from stanley-cheung/add_homebrew_to_jenkins | Stanley Cheung | 2015-07-23 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | Minor jenkins script cleanjup | ||
| * | | | | | | | | | Minor jenkins script cleanjup | Stanley Cheung | 2015-07-23 |
|/ / / / / / / / / | |||
* | | | | | | | | | Merge pull request #2625 from jcanizales/fix-c-install-typo | Vijay Pai | 2015-07-23 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix typo in gtest install instructions for Mac |