aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* CommentaryGravatar Craig Tiller2015-11-08
|
* Remove debugGravatar Craig Tiller2015-11-06
|
* Sending empty trailing metadata to a closed stream is ok - it means close ↵Gravatar Craig Tiller2015-11-06
| | | | this already closed stream
* Transport memory management fixesGravatar Craig Tiller2015-11-06
|
* Fix flow control for 0-byte messagesGravatar Craig Tiller2015-11-06
|
* test codeGravatar Craig Tiller2015-11-05
|
* Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-05
|\
* \ Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
|\ \
| | * Merge branch 'master' into protosplitGravatar vjpai2015-11-04
| | |\ | | |/ | |/|
| * | Merge pull request #4013 from dgquintas/bb_readallGravatar Craig Tiller2015-11-04
| |\ \ | | | | | | | | Added grpc_byte_buffer_reader_readall
* | | | Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
|\| | |
| * | | Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinitionGravatar Craig Tiller2015-11-04
| |\ \ \ | | | | | | | | | | Move static value grpc::string_ref::npos definition to cc file
* | | | | Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
|\| | | |
* | | | | Merge branch 'new_op' of github.com:ctiller/grpc into new_opGravatar Craig Tiller2015-11-03
|\ \ \ \ \
* | | | | | Add a test with a large negative deadlineGravatar Craig Tiller2015-11-03
| | | | | | | | | | | | | | | | | | | | | | | | Mirrors a node test, and fix a bug that it found
| * | | | | Fix pollsets on WindowsGravatar Craig Tiller2015-11-03
|/ / / / / | | | | | | | | | | | | | | | Needed to properly implement pollset reset
| * | | | Merge pull request #4025 from jtattermusch/csharp_perf_instrumentationGravatar Michael Lumish2015-11-03
| |\ \ \ \ | | | | | | | | | | | | Add simple profiling instrumentation for C#
* | | | | | Fix for returned statusGravatar Craig Tiller2015-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we already have a status from the wire when we're disconnecting, leave it in place - don't overwrite it. Fixes disappearing_server_test.
| | * | | | add profiling supportGravatar Jan Tattermusch2015-11-02
| | | | | |
| | | | | * Merge branch 'master' into protosplitGravatar vjpai2015-11-02
| | | | | |\ | | |_|_|_|/ | |/| | | |
* | | | | | stream_op cleanup: miscellanyGravatar Craig Tiller2015-11-02
| | | | | |
* | | | | | stream_op cleanup: surface layerGravatar Craig Tiller2015-11-02
| | | | | |
* | | | | | stream_op cleanup: transport changesGravatar Craig Tiller2015-11-02
| | | | | |
* | | | | | stream_op cleanup: pollset changesGravatar Craig Tiller2015-11-02
| | | | | |
* | | | | | stream_op cleanup: iomgr closure, executor changesGravatar Craig Tiller2015-11-02
| | | | | |
* | | | | | stream_op cleanup: channel, client_config changesGravatar Craig Tiller2015-11-02
| | | | | |
* | | | | | stream_op cleanup: security changesGravatar Craig Tiller2015-11-02
|/ / / / /
| | | | * Merge remote-tracking branch 'upstream/master' into protosplitGravatar vjpai2015-11-02
| | | | |\
* | | | | | Fix nap condition for pollset wakeupGravatar Craig Tiller2015-11-02
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If: - one thread issues a kick forcing pollset re-evaluation - concurrently with a second thread forcing a specific poller to be awoken And: - both threads kicks are processed as a single wakeup Then: - since we enqueue nothing to the exec_ctx in this situation, we responded to the wakeup by doing another poll until the timeout, ignoring urgent work up the stack Fix this by flagging that a specific worker was designated to be awoken (since this is a good signal that we really really need to wake up), and use that to still re-evaluate the poll set, but with an immediate deadline so that we fall out of the poll loop as soon as possible.
| | | * | Added grpc_byte_buffer_reader_readallGravatar David Garcia Quintas2015-10-30
| |_|/ / |/| | |
* | | | Merge pull request #4009 from jtattermusch/add_badgesGravatar Michael Lumish2015-10-30
|\ \ \ \ | | | | | | | | | | Add npm, gem and cocoapods badges
| * | | | Add cocoapods badgeGravatar Jan Tattermusch2015-10-30
| | | | |
| * | | | Add gem badgeGravatar Jan Tattermusch2015-10-30
| | | | |
| * | | | Add npm badgeGravatar Jan Tattermusch2015-10-30
| | | | |
* | | | | Merge pull request #3886 from murgatroid99/node_file_commentsGravatar Tim Emiola2015-10-30
|\ \ \ \ \ | | | | | | | | | | | | Added some file-level comments to Node source files
* \ \ \ \ \ Merge pull request #3981 from jtattermusch/add_nuget_badgeGravatar Tim Emiola2015-10-30
|\ \ \ \ \ \ | | |/ / / / | |/| | | | Add nuget pkg version badge for C#
* | | | | | Merge pull request #3994 from jcanizales/split-test-schemesGravatar Michael Lumish2015-10-29
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Split tests into one scheme per test case
| | | | | * Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
| * | | | | Fixup: Target name changed.Gravatar Jorge Canizales2015-10-28
| | | | | |
| * | | | | Fix documentation of testsGravatar Jorge Canizales2015-10-28
| | | | | |
| * | | | | Split AllTests into 4 schemesGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it.
| * | | | | Reject nils in useTestCertsPath:testName:forHost:Gravatar Jorge Canizales2015-10-28
| | | | | |
| * | | | | Remove outdated routeguide testGravatar Jorge Canizales2015-10-28
| | | | | | | | | | | | | | | | | | Eventually all samples will be tested.
* | | | | | Merge pull request #3987 from jtattermusch/csharp_opencoverGravatar Nicolas Noble2015-10-28
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add OpenCover coverage for C#
| * | | | | Add OpenCover coverage for C#Gravatar Jan Tattermusch2015-10-27
| | | | | |
* | | | | | php: ran php-cs-fixer to comply with php coding standardGravatar Stanley Cheung2015-10-27
| | | | | |
| | * | | | Add nuget version badgeGravatar Jan Tattermusch2015-10-27
| | | | | |
* | | | | | php: fix inconsistent array notationGravatar Stanley Cheung2015-10-27
| | | | | |
* | | | | | Merge pull request #3969 from grpc/release-0_11Gravatar Nicolas Noble2015-10-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Release 0 11 -> master
| * | | | | | s/quit()/sys.exit()Gravatar Jorge Canizales2015-10-26
| | | | | | |