aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* 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 pull request #4025 from jtattermusch/csharp_perf_instrumentationGravatar Michael Lumish2015-11-03
|\ \ | | | | | | Add simple profiling instrumentation for C#
| * | add profiling supportGravatar Jan Tattermusch2015-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.
* | | 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
| * | | | 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
| | | | | |
| * | | | | Copyright notice in the .sh fileGravatar Jorge Canizales2015-10-26
| | | | | |
* | | | | | Remove alpha testsGravatar Masood Malekghassemi2015-10-26
| |/ / / / |/| | | | | | | | | | | | | | Warnings will be emitted when trying to import through alpha packages.
| * | | | Style and misc fixes to the scriptGravatar Jorge Canizales2015-10-26
| | | | |
| * | | | Undo Cocoadoc’ing TODO line.Gravatar Jorge Canizales2015-10-26
| | | | |
| * | | | Reformat comments as CocoadocsGravatar Jorge Canizales2015-10-26
| | | | |
| * | | | Make the script support multiple input filesGravatar Jorge Canizales2015-10-26
| | | | |
| * | | | Finished script and example output.Gravatar Jorge Canizales2015-10-26
| | | | |
| * | | | Prototype script to change comment format.Gravatar Jorge Canizales2015-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | Still needs implementing format_as_block, and switching input and output to use sys.stdin.readline() and sys.stdout.write(line).
| * | | | Test file: GRPCCall.hGravatar Jorge Canizales2015-10-25
| | | | |
* | | | | Merge pull request #3940 from soltanmm/move-alongGravatar Nathaniel Manista2015-10-23
|\ \ \ \ \ | | | | | | | | | | | | Migrate Python interop tests to the Beta API.
* | | | | | Fixed an inexplicable wrong handling of a lockGravatar David Garcia Quintas2015-10-23
| | | | | |
| * | | | | Bring Python interop tests to the beta APIGravatar Masood Malekghassemi2015-10-23
| | | | | | | | | | | | | | | | | | | | | | | | Also uses the .proto files for the service/stub definitions.
* | | | | | php: remove ssl_cert_file env varGravatar Stanley Cheung2015-10-23
|/ / / / /
* | | | | Merge pull request #3926 from jtattermusch/csharp_not_ssl_cert_envGravatar Michael Lumish2015-10-22
|\ \ \ \ \ | | | | | | | | | | | | Stop using SSL_CERT_FILE env for C# interop tests
* \ \ \ \ \ Merge pull request #3920 from stanley-cheung/php_remove_unused_fileGravatar Michael Lumish2015-10-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | PHP: remove unused file
* \ \ \ \ \ \ Merge pull request #3921 from murgatroid99/node_interop_default_credentialsGravatar Michael Lumish2015-10-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make Node interop client use default roots file path
| | | * | | | | stop using SSL_CERT_FILE env for C# interop testsGravatar Jan Tattermusch2015-10-22
| |_|/ / / / / |/| | | | | |
| | * | | | | remove includeGravatar Stanley Cheung2015-10-22
| | | | | | |
* | | | | | | Merge pull request #3643 from dgquintas/microchannelsGravatar Craig Tiller2015-10-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | μChannels implementation.
| | * | | | | | Make Node interop client use default roots file pathGravatar murgatroid992015-10-22
| |/ / / / / / |/| | | | | |
| | * | | | | php: remove unused fileGravatar Stanley Cheung2015-10-22
| |/ / / / / |/| | | | |
* | | | | | php: add more unit test for code coverage analysisGravatar Stanley Cheung2015-10-20
| | | | | |
* | | | | | Merge pull request #3892 from jtattermusch/python_fix_auth_testsGravatar Masood Malekghassemi2015-10-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix python compute_engine_creds and oauth2_auth_token interop tests.
* \ \ \ \ \ \ Merge pull request #3890 from jtattermusch/fix_ruby_per_rpc_credsGravatar Michael Lumish2015-10-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Hotfix for ruby per_rpc_creds interop test
* \ \ \ \ \ \ \ Merge pull request #3858 from enisoc/php-closeGravatar Stanley Cheung2015-10-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: Fix property reference in BaseStub::close()
* \ \ \ \ \ \ \ \ Merge pull request #3878 from murgatroid99/node_remove_log_linesGravatar Nicolas Noble2015-10-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Stop outputting log lines from Node library by default
| | | | * | | | | | fix some python auth interop testsGravatar Jan Tattermusch2015-10-19
| | | | | |_|/ / / | | | | |/| | | |