aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport
Commit message (Expand)AuthorAge
* Merge github.com:google/grpc into batch-metadataGravatar Craig Tiller2015-04-21
|\
* | Add /* NDEBUGS */ as appropriateGravatar Craig Tiller2015-04-21
| * resolve commentGravatar Yang Gao2015-04-20
| * Tidying up proof of conceptGravatar Craig Tiller2015-04-20
| * Proof of concept fix for flow control errorGravatar Yang Gao2015-04-20
* | Remove expensive asserts from NDEBUG buildsGravatar Craig Tiller2015-04-20
* | clang-formatGravatar Craig Tiller2015-04-17
* | Fix remaining allocation bugsGravatar Craig Tiller2015-04-17
* | Random small fixesGravatar 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
|/
* Remove (void*)1Gravatar Craig Tiller2015-04-14
* Merge with other metadata changesGravatar Craig Tiller2015-04-14
* Merge github.com:grpc/grpc into fast-unrefGravatar Craig Tiller2015-04-14
|\
| * Merge pull request #1259 from ctiller/metadataGravatar David Klempner2015-04-14
| |\
* | | Add important commentGravatar Craig Tiller2015-04-14
* | | Batch unref metadata in HTTP/2 stream encoderGravatar Craig Tiller2015-04-14
| * | Inline initial slice buffer allocationGravatar Craig Tiller2015-04-13
|/ /
| * Fix TypoGravatar Craig Tiller2015-04-13
| * Change barriers to protect the innocentGravatar Craig Tiller2015-04-13
| * Eliminate channel-wide lock for grpc_mdelem_ref.Gravatar Craig Tiller2015-04-10
|/
* Eliminate a redundant unlock-lock pair since this code is only invoked fromGravatar Vijay Pai2015-04-02
* Shutting off warnings about control paths.Gravatar Nicolas "Pixel" Noble2015-04-01
* Update doc as requested in reviewGravatar Tatsuhiro Tsujikawa2015-03-13
* Fix client sending invalid GOAWAY last-stream-idGravatar Tatsuhiro Tsujikawa2015-03-12
* Merge pull request #908 from ctiller/sslGravatar Nicolas Noble2015-03-02
|\
* | Fix flakeGravatar Craig Tiller2015-03-02
* | Add clarifying commentGravatar Craig Tiller2015-03-02
* | Fix some shutdown racesGravatar Craig Tiller2015-03-02
* | Potential fix for stuck RPCs at shutdownGravatar Craig Tiller2015-03-02
| * Tracer registration.Gravatar Craig Tiller2015-03-01
|/
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
* Merge pull request #779 from ctiller/32BGravatar David Klempner2015-02-24
|\
| * Fix shutdown race in CHTTP2Gravatar Craig Tiller2015-02-24
* | Also get rid of CHTTP2 settings spamGravatar Craig Tiller2015-02-24
* | Add HTTP2 header tracingGravatar Craig Tiller2015-02-24
|/
* Fix a double-close in the server code.Gravatar Craig Tiller2015-02-21
* 32 bit compilation fixes for coreGravatar Craig Tiller2015-02-19
* Fix use-after-free.Gravatar Craig Tiller2015-02-18
* Spam cleanup, test speedupGravatar Craig Tiller2015-02-18
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\
| * Fix a race in transport.Gravatar Craig Tiller2015-02-17
* | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\|
| * Avoid four allocations per streamGravatar Craig Tiller2015-02-13
* | Remove debugGravatar Craig Tiller2015-02-11
* | Some streaming progressGravatar Craig Tiller2015-02-11