aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Added some comments, minot stylistic tweaksGravatar David Garcia Quintas2015-07-15
|
* Fixes to compression, to be merged back to the appropriate branch.Gravatar David Garcia Quintas2015-07-15
|
* More bugfixes to compress_filter.Gravatar David Garcia Quintas2015-07-10
| | | | Introduced grpc_metadata_batch_move and added grpc_compress_filter to grpc_server_create
* early bail out when not compressingGravatar David Garcia Quintas2015-07-10
|
* Reverted wrong set of changes to server_createGravatar David Garcia Quintas2015-07-09
|
* Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-09
|\
| * Merge pull request #2315 from ctiller/screw-you-guys-im-taking-my-own-lockGravatar Vijay Pai2015-07-09
| |\ | | | | | | Split mu_call into a server-wide and a per-call lock
| * \ Merge pull request #2271 from jboeuf/oauth2_access_tokenGravatar Yang Gao2015-07-08
| |\ \ | | | | | | | | Adding support for raw access token credentials.
| * \ \ Merge pull request #2320 from ctiller/hosts-need-names-tooGravatar Yang Gao2015-07-08
| |\ \ \ | | | | | | | | | | Support registering services against specific hosts
| * \ \ \ Merge pull request #2308 from ctiller/metadata-wants-to-be-debuggedGravatar Yang Gao2015-07-08
| |\ \ \ \ | | | | | | | | | | | | Add metadata refcount debug helpers
| | | | * \ Merge branch 'master' of github.com:grpc/grpc into oauth2_access_tokenGravatar Julien Boeuf2015-07-08
| | | | |\ \ | | |_|_|/ / | |/| | | |
* | | | | | Added missing bits from pr commentsGravatar David Garcia Quintas2015-07-08
| | | | | |
| * | | | | Merge branch 'master' of github.com:grpc/grpc into jwt_verifierGravatar Julien Boeuf2015-07-08
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-08
|\ \ \ \ \ \ \
| | | * | | | | Merge pull request #2318 from murgatroid99/ruby_pkg_configGravatar Nicolas Noble2015-07-08
| | |/| | | | | | |/| | | | | | | | | | | | | | Use pkg-config if possible when building the ruby extension
| | | * | | | | Fixed Rubocop errors in extconf.rbGravatar murgatroid992015-07-08
| | | | | | | |
| * | | | | | | Merge pull request #2316 from ctiller/tis-but-thy-nameGravatar Nicolas Noble2015-07-08
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix TSAN reported bug
| * \ \ \ \ \ \ \ Merge pull request #2317 from jboeuf/fix_json_docGravatar Nicolas Noble2015-07-08
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixing json doc.
| | | | | * | | | | Fixed ruby build when rebuilding C coreGravatar murgatroid992015-07-08
| | | | | | | | | |
| * | | | | | | | | Merge pull request #2302 from jcanizales/point-to-protobuf-headGravatar Michael Lumish2015-07-08
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Point tests to protobuf head
| * \ \ \ \ \ \ \ \ \ Merge pull request #2310 from murgatroid99/node_pkg_configGravatar Nicolas Noble2015-07-08
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use pkg-config when building the Node extension, if possible
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #2269 from murgatroid99/node_binding_gyp_fixesGravatar Nicolas Noble2015-07-08
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Node binding gyp fixes
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2304 from ctiller/just-say-goodbye-when-we-are-doneGravatar Vijay Pai2015-07-08
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change transport contract to automatically disconnect after sending a goaway
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2325 from jcanizales/be-ios6-compatibleGravatar Michael Lumish2015-07-08
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don’t use containsString as it’s iOS 8 only
| | | | | | | | | | | | * \ \ Merge github.com:grpc/grpc into hosts-need-names-tooGravatar Craig Tiller2015-07-08
| | | | | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | More commentsGravatar David Garcia Quintas2015-07-08
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Don’t use containsString as it’s iOS 8 onlyGravatar Jorge Canizales2015-07-07
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #2200 from jboeuf/slice_to_cstringGravatar Craig Tiller2015-07-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding util to get a NULL terminated string from a slice.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2242 from a-veitch/external_api_2Gravatar Craig Tiller2015-07-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | add client side census context
| | | | | | | | | | | * | | | | Check more warnings in Ruby library, add -WerrorGravatar murgatroid992015-07-07
| | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | Fixed ruby local build fallback caseGravatar murgatroid992015-07-07
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Support older compilersGravatar Craig Tiller2015-07-07
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | Support registering services against specific hostsGravatar Craig Tiller2015-07-07
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstringGravatar Julien Boeuf2015-07-08
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | | | | | | | | | | * | | | Use pkg-config if possible when building the ruby extensionGravatar murgatroid992015-07-07
| | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | Fixing json doc.Gravatar Julien Boeuf2015-07-08
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
| | | | | | | | * | | | | | Fix TSAN reported bugGravatar Craig Tiller2015-07-07
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| | | | | | | | | | | | * Merge branch 'just-say-goodbye-when-we-are-done' into ↵Gravatar Craig Tiller2015-07-07
| | | | | | | | | | | | |\ | | | | | |_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | screw-you-guys-im-taking-my-own-lock
| | | | | | | | | | * | | Merge github.com:grpc/grpc into metadata-wants-to-be-debuggedGravatar Craig Tiller2015-07-07
| | | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
| | | | * | | | | | | | | Merge branch 'not-everyone-can-be-included' into ↵Gravatar Craig Tiller2015-07-07
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just-say-goodbye-when-we-are-done Conflicts: src/core/transport/chttp2_transport.c
| | | | | * \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into not-everyone-can-be-includedGravatar Craig Tiller2015-07-07
| | | | | |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Avoid finishing writes until data actually sentGravatar Craig Tiller2015-07-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-07-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * Split mu_call into a server-wide and a per-call lockGravatar Craig Tiller2015-07-07
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Merge github.com:grpc/grpc into just-say-goodbye-when-we-are-doneGravatar Craig Tiller2015-07-07
| | | | | | |_|_|_|_|_|_|_|/| | | | | | |/| | | | | | | |/ | | | |_|_|_|_|_|_|_|_|_|/| | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Fix Windows CrashGravatar Craig Tiller2015-07-07
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge pull request #2306 from ctiller/reset-thy-counts-or-fear-my-wrathGravatar Vijay Pai2015-07-07
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | Fix potential double delete
* | | | | | | | | | | | | | PR commentsGravatar David Garcia Quintas2015-07-06
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Added other LDFLAGS to node gyp fileGravatar murgatroid992015-07-06
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge pull request #2307 from ctiller/im-so-prettyGravatar Yang Gao2015-07-06
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make log lines line up and be prettier