Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Comments addressed. | David Garcia Quintas | 2015-05-31 |
| | |||
* | Adapted the following to the new iomgr's cb API: | David Garcia Quintas | 2015-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_context | Julien Boeuf | 2015-05-29 |
|\ | |||
| * | Unref the slices if no write will happen. | Yang Gao | 2015-05-28 |
| | | |||
* | | Addressing comments. | Julien Boeuf | 2015-05-20 |
| | | |||
* | | Starting on low level changes to support server side authentication. | Julien Boeuf | 2015-05-20 |
|/ | |||
* | Delete antiquated code | Craig Tiller | 2015-05-17 |
| | |||
* | Merge pull request #1447 from ctiller/magical-void-pointers | jboeuf | 2015-05-05 |
|\ | | | | | Add per-call context pointer API | ||
* | | Remove dead file | Craig Tiller | 2015-05-04 |
| | | |||
| * | Add per-call context pointer API | Craig Tiller | 2015-05-01 |
|/ | |||
* | clang-format | Craig Tiller | 2015-04-24 |
| | |||
* | Bug fixing | Craig Tiller | 2015-04-24 |
| | |||
* | Take a lock every time through client_channel - to simplify logic and ensure ↵ | Craig Tiller | 2015-04-24 |
| | | | | correctness | ||
* | Handle reading after cancellation | Craig Tiller | 2015-04-24 |
| | |||
* | clang-format | Craig Tiller | 2015-04-23 |
| | |||
* | Flesh out initial_op | Craig Tiller | 2015-04-23 |
| | |||
* | Fiddling with an initial op | Craig Tiller | 2015-04-23 |
| | |||
* | Call compiles | Craig Tiller | 2015-04-22 |
| | |||
* | Merge branch 'batch-metadata' of github.com:ctiller/grpc into one-pass | Craig Tiller | 2015-04-22 |
|\ | | | | | | | | | | | Conflicts: src/core/channel/http_client_filter.c src/core/channel/http_server_filter.c | ||
* | | stuff | Craig Tiller | 2015-04-21 |
| | | |||
| * | 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 |
| |