aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* post-mergeGravatar Alistair Veitch2015-07-26
|\
| * Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
| |\ | | | | | | Fake transport security to private
| * | fix whitespaces and line lengthGravatar Jan Tattermusch2015-07-24
| | |
| * | fix getpeername code on windowsGravatar Jan Tattermusch2015-07-24
| | |
| * | 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
| * \ \ Merge pull request #2633 from ctiller/virtuous-velvit-velociraptorGravatar Yang Gao2015-07-23
| |\ \ \ | | | | | | | | | | Fix flow control
| * \ \ \ 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
| * | | | | | | 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
| | | | | | * | | Flow control fixGravatar yang-g2015-07-22
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #2622 from ctiller/look-at-the-treesGravatar Yang Gao2015-07-22
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Prevent applications from sending reserved metadata
| | | | | | | * | 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
| | | | | | | |
| * | | | | | | Fix interop tests by ensuring non-http-special metadata precedes other metadataGravatar Craig Tiller2015-07-22
| | | | | | | |
| | | | | * | | Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-07-22
| | |_|_|/ / / | |/| | | | |
| | | | | | * merge head and resolve conflictGravatar yang-g2015-07-22
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | | | * move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
| | | |_|_|/ | | |/| | |
| | | | | * Fixes for streaming compression.Gravatar David Garcia Quintas2015-07-21
| | | |_|/ | | |/| |
| * | | | Merge pull request #2529 from ctiller/prefer-gin-n-tonicGravatar Vijay Pai2015-07-21
| |\ \ \ \ | | | | | | | | | | | | Move alarm subsystem to monotonic time
| * \ \ \ \ Merge pull request #2556 from ctiller/one-thing-at-a-timeGravatar Vijay Pai2015-07-21
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix TSAN reported failure
| * \ \ \ \ \ Merge pull request #2370 from ctiller/now-i-get-to-show-it-to-EVERYBODYGravatar Yang Gao2015-07-21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | User agent string sending support
| * | | | | | | Fix (forever) a TSAN bug thats plagued usGravatar Craig Tiller2015-07-21
| | |_|_|/ / / | |/| | | | |
| | | * | | | Fix TSAN reported failureGravatar Craig Tiller2015-07-20
| | | | | | |
| | | * | | | Fix TSAN reported failureGravatar Craig Tiller2015-07-20
| | |/ / / / | |/| | | |
| | | | * | Make endpoint peer API work on WindowsGravatar Craig Tiller2015-07-20
| | | | | |
| | | | * | Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
| | | | | |
| | | | * | Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| | |_|/ / | |/| | |
| | | | * address commentsGravatar Alistair Veitch2015-07-20
| | | | |
| | | * | Update Windows to use the monotonic clock for alarms alsoGravatar Craig Tiller2015-07-20
| | | | |
| | | * | Fix Windows CVGravatar Craig Tiller2015-07-19
| | | | |
| | * | | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-19
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| | | * | Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
| | |/ / | |/| |
| * | | Merge pull request #2494 from grpc/cconfig-readmeGravatar Craig Tiller2015-07-19
| |\ \ \ | | | | | | | | | | client config README small fixes
| * \ \ \ Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
| * \ \ \ \ Merge pull request #2319 from dgquintas/str_join_with_sepGravatar Nicolas Noble2015-07-19
| |\ \ \ \ \ | | | | | | | | | | | | | | Added convenience functions gpr_strjoin_sep and grp_strsplit
| | | | | * | Extend tracer to server shutdownGravatar Craig Tiller2015-07-18
| | | | | | |
| | | | | * | User agent string supportGravatar Craig Tiller2015-07-18
| | |_|_|/ / | |/| | | |
| | | | * | Rephrasing of lb policies sentenceGravatar David G. Quintas2015-07-18
| | | | | |
| | | | * | client config README small fixesGravatar David G. Quintas2015-07-17
| | |_|/ / | |/| | | | | | | | Tiny typo plus addition of URI RFC reference and formatting.
| * | | | Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
| |\ \ \ \ | | | | | | | | | | | | Lock free requested call fulfillment path
| | | * \ \ Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-17
| | | |\ \ \ | | |_|/ / / | |/| | | |