Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | | | 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 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||
| | | | | | | * | | | Bug fixes | vjpai | 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 | |||
| | | | | | | | * | | | Start off with zero reserve threads to make sure that that case works | Vijay Pai | 2015-07-23 | |
| | | | | | | | | | | | ||||
| | | * | | | | | | | | Integration fix | Craig Tiller | 2015-07-23 | |
| | | | | | | | | | | | ||||
| | | | | | | | * | | | Start switching everything to dynamic pool | Vijay Pai | 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 bug on shutdown case | vjpai | 2015-07-23 | |
| | | | | | | | | | | | ||||
| | | | | | | | * | | | Add dynamic thread pool and initial port of test | vjpai | 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 | |||
| | | | | | | | | | | * | Integration fix | Craig Tiller | 2015-07-23 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Avoid stupid double conversion | Marcin Wyszynski | 2015-07-23 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Make time_t to int conversion explicit on tv_nsec | Marcin Wyszynski | 2015-07-23 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Avoid implicit conversion on array_length | Marcin Wyszynski | 2015-07-23 | |
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||
| | | | | | | | | | * | Integration fix | Craig Tiller | 2015-07-23 | |
| | | | | | | | | | | | ||||
| | | | | | | | | | * | Merge github.com:grpc/grpc into warbling-wombat | Craig Tiller | 2015-07-23 | |
| | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||
| | | | | | | * | | | | 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 | |||
| | | | | | * | | | | | | | Flow control fix | yang-g | 2015-07-22 | |
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #2571 from vjpai/cent6-issues | Yang Gao | 2015-07-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove one range-based for and do appropriate static casts on nullptr | |||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #2622 from ctiller/look-at-the-trees | Yang Gao | 2015-07-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | Prevent applications from sending reserved metadata | |||
| | | * | | | | | | | | | | Fix typo in gtest install instructions for Mac | Jorge Canizales | 2015-07-22 | |
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #2621 from ctiller/forgetful-frederic-feeds-frogs-frankfurts | David G. Quintas | 2015-07-23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix interop tests by ensuring non-http-special metadata precedes othe… | |||
| | | | | | | | * | | | | | Handle a race where a new call comes in post-shutdown a little better | Craig Tiller | 2015-07-22 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||
| | * | | | | | | | | | | Filter out reserved metadata so that applications cant mess us up | Craig Tiller | 2015-07-22 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | | * | Addressing review comments | Craig Tiller | 2015-07-22 | |
| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | Fix interop tests by ensuring non-http-special metadata precedes other metadata | Craig Tiller | 2015-07-22 | |
| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #2619 from stanley-cheung/add_homebrew_to_jenkins | Stanley Cheung | 2015-07-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | Jenkins: macos homebrew, fix ruby gem path | |||
| * | | | | | | | | | | | fix ruby gem path | Stanley Cheung | 2015-07-22 | |
|/ / / / / / / / / / / | ||||
| | | | | | | | * / / | Update README.md | Jeff Peoples | 2015-07-22 | |
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||
| | | | | | * | | | | Renaming jwt_credentials to service_account_jwt_access_credentials. | Julien Boeuf | 2015-07-22 | |
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||
* | | | | | | | | | Merge pull request #2609 from soltanmm/c89 | Nathaniel Manista | 2015-07-22 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix Python C89 pedantry in _adapter/_c/utility.c | |||
| * | | | | | | | | | Fix Python C89 pedantry | Masood Malekghassemi | 2015-07-22 | |
|/ / / / / / / / / |