aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_authGravatar Julien Boeuf2015-07-27
|\
| * Merge pull request #2593 from ctiller/elliptic-orange-chamelionGravatar Yang Gao2015-07-27
| |\ | | | | | | Rename grpc_channel_create to grpc_insecure_channel_create
| | * Merge github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-26
| | |\ | | | | | | | | | | | | | | | | Conflicts: src/csharp/ext/grpc_csharp_ext.c
| * | \ Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-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 github.com:grpc/grpc into elliptic-orange-chamelionGravatar Craig Tiller2015-07-23
| | | | | | | | | |\ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Integration fixGravatar Craig Tiller2015-07-23
| | | | | | | | | |
| * | | | | | | | | Merge github.com:grpc/grpc into warbling-wombatGravatar Craig Tiller2015-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
| | | | | | | * | | | 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
| | | | | | | | | |
| * | | | | | | | | Addressing review commentsGravatar 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
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Canonicalize metadata keys in coreGravatar Craig Tiller2015-07-22
| | |/ / / / / / | |/| | | | | |
| | | | | | * | merge head and resolve conflictGravatar yang-g2015-07-22
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | |
| | | | | | * | move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Adding option to force client auth on the server SSL creds.Gravatar Julien Boeuf2015-07-21
| |/ / / / / |/| | | | |
| | | | | * Rename grpc_channel_create to grpc_insecure_channel_createGravatar Craig Tiller2015-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