aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
Commit message (Collapse)AuthorAge
* Comments addressed.Gravatar David Garcia Quintas2015-05-31
|
* Adapted the following to the new iomgr's cb API:Gravatar David Garcia Quintas2015-05-31
| | | | | alarm_test, tcp_posix, fd_posix, pollset_posix, credentials, call, channel, server, child_channel
* Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-29
|\
| * Unref the slices if no write will happen.Gravatar Yang Gao2015-05-28
| |
* | Addressing comments.Gravatar Julien Boeuf2015-05-20
| |
* | Starting on low level changes to support server side authentication.Gravatar Julien Boeuf2015-05-20
|/
* Delete antiquated codeGravatar Craig Tiller2015-05-17
|
* Merge pull request #1447 from ctiller/magical-void-pointersGravatar jboeuf2015-05-05
|\ | | | | Add per-call context pointer API
* | Remove dead fileGravatar Craig Tiller2015-05-04
| |
| * Add per-call context pointer APIGravatar Craig Tiller2015-05-01
|/
* clang-formatGravatar Craig Tiller2015-04-24
|
* Bug fixingGravatar Craig Tiller2015-04-24
|
* Take a lock every time through client_channel - to simplify logic and ensure ↵Gravatar Craig Tiller2015-04-24
| | | | correctness
* Handle reading after cancellationGravatar Craig Tiller2015-04-24
|
* clang-formatGravatar Craig Tiller2015-04-23
|
* Flesh out initial_opGravatar Craig Tiller2015-04-23
|
* Fiddling with an initial opGravatar Craig Tiller2015-04-23
|
* Call compilesGravatar Craig Tiller2015-04-22
|
* Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-passGravatar Craig Tiller2015-04-22
|\ | | | | | | | | | | Conflicts: src/core/channel/http_client_filter.c src/core/channel/http_server_filter.c
* | stuffGravatar Craig Tiller2015-04-21
| |
| * Add helpful log messageGravatar Craig Tiller2015-04-21
| |
| * Fix indentationGravatar Craig Tiller2015-04-21
|/
* Addressing commentsGravatar Craig Tiller2015-04-20
|
* Fix remaining allocation bugsGravatar Craig Tiller2015-04-17
|
* clang-formatGravatar Craig Tiller2015-04-17
|
* Got rid of GRPC_SEND_STARTGravatar Craig Tiller2015-04-17
|
* Progress towards transport using metadata batchesGravatar Craig Tiller2015-04-16
|
* Move metadata batching to stream_opGravatar Craig Tiller2015-04-16
|
* clang-formatGravatar Craig Tiller2015-04-16
|
* Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
|
* Fix server crash if host header field is translated to :authorityGravatar Tatsuhiro Tsujikawa2015-03-25
| | | | | | Previously we missed the fact that we have to increment reference count when passing grpc_mdstr to grpc_mdelem_from_metadata_strings, which leads to crash. This commit fixes this issue.
* Merge pull request #1025 from tatsuhiro-t/use-host-if-authority-not-availableGravatar David Klempner2015-03-17
|\ | | | | Use "host" header field if ":authority" is not present
* | Remove dead codeGravatar Craig Tiller2015-03-16
| |
| * Use "host" header field if ":authority" is not presentGravatar Tatsuhiro Tsujikawa2015-03-13
|/ | | | | | | ":authority" is not mandatory in HTTP/2 unless request method is "CONNECT". If ":authority" is not present, server should look for "host" header field. This patch does not check method value, it is a future TODO. This is a first step for GH-1022.
* Merge pull request #908 from ctiller/sslGravatar Nicolas Noble2015-03-02
|\ | | | | Hookup TSI tracer
* | Make debugging a little easierGravatar Craig Tiller2015-03-02
| |
| * Tracer registration.Gravatar Craig Tiller2015-03-01
|/ | | | | | | | First: ugh. Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable. Expose TSI trace config variable directly to ease this a little.
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
| | | | This will help greatly when it comes to diagnosing customer issues.
* Fix a TSAN reported raceGravatar Craig Tiller2015-02-18
| | | | | | | | I think this was the frequent crash in uds_cancel_after_invoke. The race happens because a channel is deleted concurrently with an address being resolved (and UDS gets the resolution fast enough for this to actually happen). The fix is to guarantee no callbacks will be made after cancel has been called (which was the original guaranteee that got lost somewhere).
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Fix fling test leaksGravatar Craig Tiller2015-02-17
|
* Add dropped lineGravatar Craig Tiller2015-02-06
|
* FixesGravatar Craig Tiller2015-02-05
|
* Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
|\
| * Force a round trip on disconnect before closing a channelGravatar Craig Tiller2015-02-05
| | | | | | | | Prevents a use-after-free
* | Check :status headerGravatar Craig Tiller2015-02-03
|/
* Fix memory leakGravatar Craig Tiller2015-01-30
|
* Free some leaks in http_server_filterGravatar Craig Tiller2015-01-30
|