Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Add helpful log message | Craig Tiller | 2015-04-21 | |
| | | ||||
| * | Fix indentation | Craig Tiller | 2015-04-21 | |
|/ | ||||
* | Addressing comments | Craig Tiller | 2015-04-20 | |
| | ||||
* | Fix remaining allocation bugs | Craig Tiller | 2015-04-17 | |
| | ||||
* | clang-format | Craig Tiller | 2015-04-17 | |
| | ||||
* | Got rid of GRPC_SEND_START | Craig Tiller | 2015-04-17 | |
| | ||||
* | Progress towards transport using metadata batches | Craig Tiller | 2015-04-16 | |
| | ||||
* | Move metadata batching to stream_op | Craig Tiller | 2015-04-16 | |
| | ||||
* | clang-format | Craig Tiller | 2015-04-16 | |
| | ||||
* | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 | |
| | ||||
* | Fix server crash if host header field is translated to :authority | Tatsuhiro Tsujikawa | 2015-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-available | David Klempner | 2015-03-17 | |
|\ | | | | | Use "host" header field if ":authority" is not present | |||
* | | Remove dead code | Craig Tiller | 2015-03-16 | |
| | | ||||
| * | Use "host" header field if ":authority" is not present | Tatsuhiro Tsujikawa | 2015-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/ssl | Nicolas Noble | 2015-03-02 | |
|\ | | | | | Hookup TSI tracer | |||
* | | Make debugging a little easier | Craig Tiller | 2015-03-02 | |
| | | ||||
| * | Tracer registration. | Craig Tiller | 2015-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. | Nicolas "Pixel" Noble | 2015-03-01 | |
| | ||||
* | Add a facility to control tracing without recompiling | Craig Tiller | 2015-02-20 | |
| | | | | This will help greatly when it comes to diagnosing customer issues. | |||
* | Fix a TSAN reported race | Craig Tiller | 2015-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 file | Craig Tiller | 2015-02-18 | |
| | ||||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 | |
| | ||||
* | Fix fling test leaks | Craig Tiller | 2015-02-17 | |
| | ||||
* | Add dropped line | Craig Tiller | 2015-02-06 | |
| | ||||
* | Fixes | Craig Tiller | 2015-02-05 | |
| | ||||
* | Merge github.com:google/grpc into async-api-new | Craig Tiller | 2015-02-05 | |
|\ | ||||
| * | Force a round trip on disconnect before closing a channel | Craig Tiller | 2015-02-05 | |
| | | | | | | | | Prevents a use-after-free | |||
* | | Check :status header | Craig Tiller | 2015-02-03 | |
|/ | ||||
* | Fix memory leak | Craig Tiller | 2015-01-30 | |
| | ||||
* | Free some leaks in http_server_filter | Craig Tiller | 2015-01-30 | |
| | ||||
* | Merge github.com:google/grpc into async-api | Craig Tiller | 2015-01-29 | |
|\ | | | | | | | | | Conflicts: test/core/echo/echo_test.c | |||
| * | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | Nicolas "Pixel" Noble | 2015-01-30 | |
| | | | | | | | | fixing all subsequent errors. | |||
* | | Fix uninitialized value | Craig Tiller | 2015-01-29 | |
| | | ||||
* | | Fix uninitialized value, naming | Craig Tiller | 2015-01-29 | |
| | | ||||
* | | First compiling version of the new C api. | Craig Tiller | 2015-01-27 | |
|/ | ||||
* | sync up with master | Yang Gao | 2015-01-27 | |
|\ | ||||
| * | Fix compile | Craig Tiller | 2015-01-27 | |
| | | ||||
| * | Merge github.com:google/grpc into javascript | Craig Tiller | 2015-01-27 | |
| |\ | ||||
* | | | run clang-format | Yang Gao | 2015-01-26 | |
| | | | ||||
| | * | Merge branch 'kill-more-printf' into bprintf | Craig Tiller | 2015-01-23 | |
| | |\ | ||||
| | | * | Add missing free | Craig Tiller | 2015-01-23 | |
| |_|/ |/| | | ||||
| | * | Merge branch 'kill-more-printf' into bprintf | Craig Tiller | 2015-01-23 | |
| | |\ | |_|/ |/| | | ||||
* | | | Use symbolic constant | Craig Tiller | 2015-01-23 | |
| | | | ||||
| | * | Add out-param to signal length of buffer | Craig Tiller | 2015-01-23 | |
| | | | ||||
| | * | Remove uses of sprintf | Craig Tiller | 2015-01-23 | |
| |/ |/| | ||||
* | | Remove uses of sprintf | Craig Tiller | 2015-01-23 | |
| | | ||||
* | | Merge branch 'kill-printf' into kill-more-printf | Craig Tiller | 2015-01-23 | |
|\ \ | ||||
| * | | Move string.h to internal code | Craig Tiller | 2015-01-23 | |
| | | | ||||
* | | | Remove use of sprintf | Craig Tiller | 2015-01-23 | |
|/ / | ||||
| * | clang-format | Craig Tiller | 2015-01-23 | |
| | |