aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | | 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
| |_|/ / / / / / / / |/| | | | | | | | |
| | | | | | | * | | Bug fixesGravatar vjpai2015-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
| | | | | | | | * | | Start off with zero reserve threads to make sure that that case worksGravatar Vijay Pai2015-07-23
| | | | | | | | | | |
| | | * | | | | | | | Integration fixGravatar Craig Tiller2015-07-23
| | | | | | | | | | |
| | | | | | | | * | | Start switching everything to dynamic poolGravatar Vijay Pai2015-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 bug on shutdown caseGravatar vjpai2015-07-23
| | | | | | | | | | |
| | | | | | | | * | | Add dynamic thread pool and initial port of testGravatar vjpai2015-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
| | | | | | | | | | | * Integration fixGravatar Craig Tiller2015-07-23
| | | | | | | | | | | |
| | | | | | | | | | * | Avoid stupid double conversionGravatar Marcin Wyszynski2015-07-23
| | | | | | | | | | | |
| | | | | | | | | | * | Make time_t to int conversion explicit on tv_nsecGravatar Marcin Wyszynski2015-07-23
| | | | | | | | | | | |
| | | | | | | | | | * | Avoid implicit conversion on array_lengthGravatar Marcin Wyszynski2015-07-23
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| | | | | | | | | | * Integration fixGravatar Craig Tiller2015-07-23
| | | | | | | | | | |
| | | | | | | | | | * Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-07-23
| | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| | | | | | | * | | | 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
| | | | | | * | | | | | | Flow control fixGravatar yang-g2015-07-22
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2571 from vjpai/cent6-issuesGravatar Yang Gao2015-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Remove one range-based for and do appropriate static casts on nullptr
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2622 from ctiller/look-at-the-treesGravatar Yang Gao2015-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | Prevent applications from sending reserved metadata
| | | * | | | | | | | | | Fix typo in gtest install instructions for MacGravatar Jorge Canizales2015-07-22
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2621 from ctiller/forgetful-frederic-feeds-frogs-frankfurtsGravatar David G. Quintas2015-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 betterGravatar Craig Tiller2015-07-22
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Filter out reserved metadata so that applications cant mess us upGravatar Craig Tiller2015-07-22
| | | | | | | | | | | |
| | | | | | | | | | | * Addressing review commentsGravatar Craig Tiller2015-07-22
| | | | | | | | | | | |
| * | | | | | | | | | | Fix interop tests by ensuring non-http-special metadata precedes other metadataGravatar Craig Tiller2015-07-22
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2619 from stanley-cheung/add_homebrew_to_jenkinsGravatar Stanley Cheung2015-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | Jenkins: macos homebrew, fix ruby gem path
| * | | | | | | | | | | fix ruby gem pathGravatar Stanley Cheung2015-07-22
|/ / / / / / / / / / /
| | | | | | | | * / / Update README.mdGravatar Jeff Peoples2015-07-22
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| | | | | | * | | | Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-07-22
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2609 from soltanmm/c89Gravatar Nathaniel Manista2015-07-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix Python C89 pedantry in _adapter/_c/utility.c
| * | | | | | | | | Fix Python C89 pedantryGravatar Masood Malekghassemi2015-07-22
|/ / / / / / / / /