Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition | Craig Tiller | 2015-11-04 |
|\ | | | | | Move static value grpc::string_ref::npos definition to cc file | ||
* \ | Merge pull request #4025 from jtattermusch/csharp_perf_instrumentation | Michael Lumish | 2015-11-03 |
|\ \ | | | | | | | Add simple profiling instrumentation for C# | ||
| * | | add profiling support | Jan Tattermusch | 2015-11-02 |
| | | | |||
* | | | Fix nap condition for pollset wakeup | Craig Tiller | 2015-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_badges | Michael Lumish | 2015-10-30 |
|\ \ \ | | | | | | | | | Add npm, gem and cocoapods badges | ||
| * | | | Add cocoapods badge | Jan Tattermusch | 2015-10-30 |
| | | | | |||
| * | | | Add gem badge | Jan Tattermusch | 2015-10-30 |
| | | | | |||
| * | | | Add npm badge | Jan Tattermusch | 2015-10-30 |
| | | | | |||
* | | | | Merge pull request #3886 from murgatroid99/node_file_comments | Tim Emiola | 2015-10-30 |
|\ \ \ \ | | | | | | | | | | | Added some file-level comments to Node source files | ||
* \ \ \ \ | Merge pull request #3981 from jtattermusch/add_nuget_badge | Tim Emiola | 2015-10-30 |
|\ \ \ \ \ | | |/ / / | |/| | | | Add nuget pkg version badge for C# | ||
* | | | | | Merge pull request #3994 from jcanizales/split-test-schemes | Michael Lumish | 2015-10-29 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Split tests into one scheme per test case | ||
| * | | | | Fixup: Target name changed. | Jorge Canizales | 2015-10-28 |
| | | | | | |||
| * | | | | Fix documentation of tests | Jorge Canizales | 2015-10-28 |
| | | | | | |||
| * | | | | Split AllTests into 4 schemes | Jorge Canizales | 2015-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: | Jorge Canizales | 2015-10-28 |
| | | | | | |||
| * | | | | Remove outdated routeguide test | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | | | | | | | Eventually all samples will be tested. | ||
* | | | | | Merge pull request #3987 from jtattermusch/csharp_opencover | Nicolas Noble | 2015-10-28 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add OpenCover coverage for C# | ||
| * | | | | Add OpenCover coverage for C# | Jan Tattermusch | 2015-10-27 |
| | | | | | |||
* | | | | | php: ran php-cs-fixer to comply with php coding standard | Stanley Cheung | 2015-10-27 |
| | | | | | |||
| | * | | | Add nuget version badge | Jan Tattermusch | 2015-10-27 |
| | | | | | |||
* | | | | | php: fix inconsistent array notation | Stanley Cheung | 2015-10-27 |
| | | | | | |||
* | | | | | Merge pull request #3969 from grpc/release-0_11 | Nicolas Noble | 2015-10-26 |
|\ \ \ \ \ | | | | | | | | | | | | | Release 0 11 -> master | ||
| * | | | | | s/quit()/sys.exit() | Jorge Canizales | 2015-10-26 |
| | | | | | | |||
| * | | | | | Copyright notice in the .sh file | Jorge Canizales | 2015-10-26 |
| | | | | | | |||
* | | | | | | Remove alpha tests | Masood Malekghassemi | 2015-10-26 |
| |/ / / / |/| | | | | | | | | | | | | | | Warnings will be emitted when trying to import through alpha packages. | ||
| * | | | | Style and misc fixes to the script | Jorge Canizales | 2015-10-26 |
| | | | | | |||
| * | | | | Undo Cocoadoc’ing TODO line. | Jorge Canizales | 2015-10-26 |
| | | | | | |||
| * | | | | Reformat comments as Cocoadocs | Jorge Canizales | 2015-10-26 |
| | | | | | |||
| * | | | | Make the script support multiple input files | Jorge Canizales | 2015-10-26 |
| | | | | | |||
| * | | | | Finished script and example output. | Jorge Canizales | 2015-10-26 |
| | | | | | |||
| * | | | | Prototype script to change comment format. | Jorge Canizales | 2015-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.h | Jorge Canizales | 2015-10-25 |
| | | | | | |||
* | | | | | Merge pull request #3940 from soltanmm/move-along | Nathaniel Manista | 2015-10-23 |
|\ \ \ \ \ | | | | | | | | | | | | | Migrate Python interop tests to the Beta API. | ||
* | | | | | | Fixed an inexplicable wrong handling of a lock | David Garcia Quintas | 2015-10-23 |
| | | | | | | |||
| * | | | | | Bring Python interop tests to the beta API | Masood Malekghassemi | 2015-10-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also uses the .proto files for the service/stub definitions. | ||
* | | | | | | php: remove ssl_cert_file env var | Stanley Cheung | 2015-10-23 |
|/ / / / / | |||
* | | | | | Merge pull request #3926 from jtattermusch/csharp_not_ssl_cert_env | Michael Lumish | 2015-10-22 |
|\ \ \ \ \ | | | | | | | | | | | | | Stop using SSL_CERT_FILE env for C# interop tests | ||
* \ \ \ \ \ | Merge pull request #3920 from stanley-cheung/php_remove_unused_file | Michael Lumish | 2015-10-22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | PHP: remove unused file | ||
* \ \ \ \ \ \ | Merge pull request #3921 from murgatroid99/node_interop_default_credentials | Michael Lumish | 2015-10-22 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Make Node interop client use default roots file path | ||
| | | * | | | | | stop using SSL_CERT_FILE env for C# interop tests | Jan Tattermusch | 2015-10-22 |
| |_|/ / / / / |/| | | | | | | |||
| | * | | | | | remove include | Stanley Cheung | 2015-10-22 |
| | | | | | | | |||
* | | | | | | | Merge pull request #3643 from dgquintas/microchannels | Craig Tiller | 2015-10-22 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | μChannels implementation. | ||
| | * | | | | | | Make Node interop client use default roots file path | murgatroid99 | 2015-10-22 |
| |/ / / / / / |/| | | | | | | |||
| | * | | | | | php: remove unused file | Stanley Cheung | 2015-10-22 |
| |/ / / / / |/| | | | | | |||
* | | | | | | php: add more unit test for code coverage analysis | Stanley Cheung | 2015-10-20 |
| | | | | | | |||
* | | | | | | Merge pull request #3892 from jtattermusch/python_fix_auth_tests | Masood Malekghassemi | 2015-10-20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix python compute_engine_creds and oauth2_auth_token interop tests. | ||
* \ \ \ \ \ \ | Merge pull request #3890 from jtattermusch/fix_ruby_per_rpc_creds | Michael Lumish | 2015-10-20 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Hotfix for ruby per_rpc_creds interop test | ||
* \ \ \ \ \ \ \ | Merge pull request #3858 from enisoc/php-close | Stanley Cheung | 2015-10-20 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | PHP: Fix property reference in BaseStub::close() | ||
* \ \ \ \ \ \ \ \ | Merge pull request #3878 from murgatroid99/node_remove_log_lines | Nicolas Noble | 2015-10-20 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Stop outputting log lines from Node library by default | ||
| | | | * | | | | | | fix some python auth interop tests | Jan Tattermusch | 2015-10-19 |
| | | | | |_|/ / / | | | | |/| | | | |