aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
Commit message (Collapse)AuthorAge
...
| * 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
|
* Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-01-29
|\ | | | | | | | | Conflicts: test/core/echo/echo_test.c
| * Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | | | | | fixing all subsequent errors.
* | Fix uninitialized valueGravatar Craig Tiller2015-01-29
| |
* | Fix uninitialized value, namingGravatar Craig Tiller2015-01-29
| |
* | First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|/
* sync up with masterGravatar Yang Gao2015-01-27
|\
| * Fix compileGravatar Craig Tiller2015-01-27
| |
| * Merge github.com:google/grpc into javascriptGravatar Craig Tiller2015-01-27
| |\
* | | run clang-formatGravatar Yang Gao2015-01-26
| | |
| | * Merge branch 'kill-more-printf' into bprintfGravatar Craig Tiller2015-01-23
| | |\
| | | * Add missing freeGravatar Craig Tiller2015-01-23
| |_|/ |/| |
| | * Merge branch 'kill-more-printf' into bprintfGravatar Craig Tiller2015-01-23
| | |\ | |_|/ |/| |
* | | Use symbolic constantGravatar Craig Tiller2015-01-23
| | |
| | * Add out-param to signal length of bufferGravatar Craig Tiller2015-01-23
| | |
| | * Remove uses of sprintfGravatar Craig Tiller2015-01-23
| |/ |/|
* | Remove uses of sprintfGravatar Craig Tiller2015-01-23
| |
* | Merge branch 'kill-printf' into kill-more-printfGravatar Craig Tiller2015-01-23
|\ \
| * | Move string.h to internal codeGravatar Craig Tiller2015-01-23
| | |
* | | Remove use of sprintfGravatar Craig Tiller2015-01-23
|/ /
| * clang-formatGravatar Craig Tiller2015-01-23
| |