aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* get rid of unneeded dependency on Mono.SecurityGravatar Jan Tattermusch2015-05-07
|
* Merge pull request #1518 from stanley-cheung/php_ignore_vendor_folderGravatar Tim Emiola2015-05-07
|\ | | | | ignore PHP vendor/ folder
* \ Merge pull request #1504 from jtattermusch/csharp_api_fixesGravatar Tim Emiola2015-05-07
|\ \ | | | | | | Polishing the new C# API
| | * ignore PHP vendor/ folderGravatar Stanley Cheung2015-05-07
| |/ |/|
* | Merge pull request #1512 from stanley-cheung/bump_php_composer_lockGravatar Tim Emiola2015-05-07
|\ \ | | | | | | remove php composer.lock file
* \ \ Merge pull request #1502 from ctiller/check-on-headersGravatar Eric Anderson2015-05-07
|\ \ \ | | | | | | | | Validate that headers contain legal bytes
| | * | remove composer.lock fileGravatar Stanley Cheung2015-05-07
| | | |
| | * | bump php composer.lock again because of auth library fixGravatar Stanley Cheung2015-05-07
| |/ / |/| |
* | | Merge pull request #1503 from ctiller/dont-signal-meGravatar Nicolas Noble2015-05-07
|\ \ \ | | | | | | | | Eliminate need for SIGPIPE handling
| | | * Split address passed to AddListeningPort into host and portGravatar Jan Tattermusch2015-05-07
| | | |
| | | * added concept of ServerCallContext, that is passed to all server-side handlersGravatar Jan Tattermusch2015-05-07
| | | |
| | | * add a generic constraint for TRequest and TResponse to require a classGravatar Jan Tattermusch2015-05-07
| | | |
| | | * change todo commentGravatar Jan Tattermusch2015-05-07
| | | |
| | * | Merge github.com:grpc/grpc into check-on-headersGravatar Craig Tiller2015-05-07
| | |\|
| * | | Merge github.com:grpc/grpc into dont-signal-meGravatar Craig Tiller2015-05-07
| |\ \ \ | | | |/ | | |/|
* | / | Cleanup unlock() a littleGravatar Craig Tiller2015-05-07
| |/ / |/| |
* | | Merge pull request #1499 from jtattermusch/core_cb_fixGravatar Nicolas Noble2015-05-07
|\ \ \ | | | | | | | | Fix server side call finalization when connection is closed.
| | * | Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
| | | |
| | | * Validate that headers contain legal bytesGravatar Craig Tiller2015-05-06
| | |/
| * | Fix: Server side call with both streams closed doesnt get properly finalizedGravatar Jan Tattermusch2015-05-06
| | |
* | | update php composer.lockGravatar Stanley Cheung2015-05-06
| |/ |/|
* | Pin the version of rubocop used in grpc.gemspecGravatar Tim Emiola2015-05-06
|/
* Added important (!) profiling mark.Gravatar David Garcia Quintas2015-05-05
| | | | | | It's meant to have a special status in the analysis, whereby latencies from important marks to all their enclosing BEGIN ({) and END (}) markings will be measured.
* Merge pull request #1395 from ctiller/swappyGravatar David G. Quintas2015-05-05
|\ | | | | Optimize a few core routines
* \ Merge pull request #1445 from jtattermusch/csharp_new_apiGravatar Tim Emiola2015-05-05
|\ \ | | | | | | A new C# API based on async/await
* | | add php compute_engine_creds auth interop testGravatar Stanley Cheung2015-05-05
| | |
* | | Merge pull request #1447 from ctiller/magical-void-pointersGravatar jboeuf2015-05-05
|\ \ \ | | | | | | | | Add per-call context pointer API
* \ \ \ Merge pull request #1464 from yang-g/initGravatar Craig Tiller2015-05-05
|\ \ \ \ | | | | | | | | | | Expose max message size at the server side.
* \ \ \ \ Merge pull request #1466 from ctiller/seqno2Gravatar Yang Gao2015-05-04
|\ \ \ \ \ | | | | | | | | | | | | Handle stream number exhaustion correctly
| | | | * | stylecop fixesGravatar Jan Tattermusch2015-05-04
| | | | | |
| | | | * | remove duplicate initializeGravatar Jan Tattermusch2015-05-04
| | | | | |
| | * | | | resolve commentsGravatar Yang Gao2015-05-04
| | | | | |
| * | | | | Merge github.com:grpc/grpc into seqno2Gravatar Craig Tiller2015-05-04
| |\ \ \ \ \
| | | | | | * Merge github.com:grpc/grpc into swappyGravatar Craig Tiller2015-05-04
| | | | | | |\ | | | |_|_|_|/ | | |/| | | |
| | | | | * | Fixes for C# cancellation supportGravatar Jan Tattermusch2015-05-04
| | | | | | |
| | | * | | | merge with headGravatar Yang Gao2015-05-04
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
* | / | | | | Added missing profiling tags.Gravatar David Garcia Quintas2015-05-04
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #1465 from ctiller/fooGravatar Yang Gao2015-05-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove dead file
* \ \ \ \ \ \ Merge pull request #1463 from ctiller/seqnoGravatar Yang Gao2015-05-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix a typo that resulted in truncating incoming sequence numbers to 24 bits
* \ \ \ \ \ \ \ Merge pull request #1396 from ctiller/one-readGravatar Yang Gao2015-05-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Deliver data up from tcp immediately
| | | | * | | | | Synthesize goaway when max sequence number generatedGravatar Craig Tiller2015-05-04
| | | |/ / / / / | | |/| | | | |
| | | * | | | | Remove dead fileGravatar Craig Tiller2015-05-04
| |_|/ / / / / |/| | | | | |
| | | * | | | merge with headGravatar Yang Gao2015-05-04
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | * | | | | Fix typo resulting in masking out high byte of http2 sequence numbersGravatar Craig Tiller2015-05-04
| | | | | | |
| | * | | | | Add a hook to allow initial HTTP2 sequence number to be specifiedGravatar Craig Tiller2015-05-04
| |/ / / / / |/| | | | |
| | | | * | added stats with number of active native calls, useful for debuggingGravatar Jan Tattermusch2015-05-04
| | | | | |
| | | | * | fixed some stylecop warningsGravatar Jan Tattermusch2015-05-04
| | | | | |
| | | | * | Added basic support for cancellationGravatar Jan Tattermusch2015-05-04
| | | | | |
| | | | * | A new version C# API based on async/awaitGravatar Jan Tattermusch2015-05-04
| |_|_|/ / |/| | | |
* | | | | Merge pull request #1460 from ctiller/fast-timerGravatar Vijay Pai2015-05-04
|\ \ \ \ \ | | | | | | | | | | | | 25ns overhead latency timers