Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-16 |
|\ | |||
| * | Merge pull request #4091 from murgatroid99/node_channel_args_malloc | Tim Emiola | 2015-11-13 |
| |\ | | | | | | | Fixed incorrect type in a malloc in Node extension | ||
| * \ | Merge pull request #4120 from ↵ | Michael Lumish | 2015-11-12 |
| |\ \ | | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_fix_compile_on_2_0_typed_free_immediately Corrects compile error on ruby 2.0 | ||
| | * | | Corrects compile error on ruby 2.0 | Tim Emiola | 2015-11-12 |
| | | | | |||
| * | | | Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test | Michael Lumish | 2015-11-12 |
| |\ \ \ | | | | | | | | | | | Grpc ruby fix flaky ruby interop test | ||
| * \ \ \ | Merge pull request #4107 from tbetbetbe/grpc_ruby_bidi_call_should_read_metadata | Michael Lumish | 2015-11-12 |
| |\ \ \ \ | | | | | | | | | | | | | Grpc ruby bidi call should read metadata | ||
| * \ \ \ \ | Merge pull request #4119 from bdotdub/objc-cleanup-generated-libraries | Jorge Canizales | 2015-11-12 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Remove unused RouteGuideClient and move RemoteTestClient to tests | ||
| | * | | | | | Remove unused RouteGuideClient and move RemoteTestClient to tests | Benny Wong | 2015-11-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393 | ||
| * | | | | | | Update Podfile to point to the right sample dependencies | Benny Wong | 2015-11-12 |
| | | | | | | | |||
| * | | | | | | Revert edit for generated_libraries RemoteTest | Benny Wong | 2015-11-12 |
| | | | | | | | |||
| | | | * | | | Updates interop client/server logging | Tim Emiola | 2015-11-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - server logger.level = WARN - client logger.level = INFO | ||
| | | | * | | | Adds standard logging to the client/server | Tim Emiola | 2015-11-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - truncates the server debug log entries to make that readable | ||
| | | | * | | | Fixes a multithreading bug in the ruby rpc_server | Tim Emiola | 2015-11-11 |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the current ruby server interop test flakiness. - The interop tests recently changed so that clients access servers in parallel, meaning that the interop servers handle multiple rpcs at once, which is how this bug became visible - since this change, tests run against the ruby interop server have failed sporadically - the problem was that the block in #loop_handle_server_calls that is passed to the thread pool referenced a var in an enclosing block, which resulted in requests being processed by the wrong handler - this fix ensures that the block to be run on the thread pool thread does not have any references to vars in the enclosing block | ||
| * | | | | | Update location of grpc_objective_c_plugin for sample | Benny Wong | 2015-11-10 |
| | | | | | | |||
| * | | | | | Update ObjC sample to use the new ProtoMethod instead of GRPCMethodName | Benny Wong | 2015-11-10 |
| |/ / / / | |||
| | * | | | Ensures that bidi calls obtain metadata. | Tim Emiola | 2015-11-10 |
| | | | | | | | | | | | | | | | | | | | | Fixes an omission from earlier PRs that adds support metadata. | ||
| | * | | | Fixes an issue running the tests on Ruby2.2 | Tim Emiola | 2015-11-10 |
| | |/ / | |||
| | | * | Fixed incorrect type in a malloc in Node extension | murgatroid99 | 2015-11-09 |
| | | | | |||
| * | | | php: append application user agent string at the beginning | Stanley Cheung | 2015-11-08 |
| | |/ | |/| | |||
* | | | Commentary | Craig Tiller | 2015-11-08 |
| | | | |||
| * | | Merge pull request #4031 from jtattermusch/win_precise_clock | Craig Tiller | 2015-11-06 |
| |\ \ | | | | | | | | | Use QueryPerformanceCounter as precise clock for windows | ||
* | | | | Remove debug | Craig Tiller | 2015-11-06 |
| | | | | |||
* | | | | Sending empty trailing metadata to a closed stream is ok - it means close ↵ | Craig Tiller | 2015-11-06 |
| | | | | | | | | | | | | | | | | this already closed stream | ||
* | | | | Transport memory management fixes | Craig Tiller | 2015-11-06 |
| | | | | |||
| * | | | Ensure application and Node library user agent strings are together at the ↵ | murgatroid99 | 2015-11-06 |
| | |/ | |/| | | | | | | | beginning | ||
* | | | Fix flow control for 0-byte messages | Craig Tiller | 2015-11-06 |
| | | | |||
* | | | test code | Craig Tiller | 2015-11-05 |
| | | | |||
* | | | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-05 |
|\| | | |||
* | | | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-04 |
|\ \ \ | |||
| | * \ | Merge branch 'master' into protosplit | vjpai | 2015-11-04 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #4013 from dgquintas/bb_readall | Craig Tiller | 2015-11-04 |
| |\ \ \ | | | | | | | | | | | Added grpc_byte_buffer_reader_readall | ||
* | | | | | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-04 |
|\| | | | | |||
| * | | | | 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 github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-04 |
|\| | | | | | |||
* | | | | | | Merge branch 'new_op' of github.com:ctiller/grpc into new_op | Craig Tiller | 2015-11-03 |
|\ \ \ \ \ \ | |||
* | | | | | | | Add a test with a large negative deadline | Craig Tiller | 2015-11-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mirrors a node test, and fix a bug that it found | ||
| * | | | | | | Fix pollsets on Windows | Craig Tiller | 2015-11-03 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Needed to properly implement pollset reset | ||
| | | | | * | use QueryPerformanceCounter as precise clock for windows | Jan Tattermusch | 2015-11-03 |
| | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #4025 from jtattermusch/csharp_perf_instrumentation | Michael Lumish | 2015-11-03 |
| |\ \ \ \ | | | | | | | | | | | | | Add simple profiling instrumentation for C# | ||
* | | | | | | Fix for returned status | Craig Tiller | 2015-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 support | Jan Tattermusch | 2015-11-02 |
| | | | | | | |||
| | | | | * | Merge branch 'master' into protosplit | vjpai | 2015-11-02 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
* | | | | | | stream_op cleanup: miscellany | Craig Tiller | 2015-11-02 |
| | | | | | | |||
* | | | | | | stream_op cleanup: surface layer | Craig Tiller | 2015-11-02 |
| | | | | | | |||
* | | | | | | stream_op cleanup: transport changes | Craig Tiller | 2015-11-02 |
| | | | | | | |||
* | | | | | | stream_op cleanup: pollset changes | Craig Tiller | 2015-11-02 |
| | | | | | | |||
* | | | | | | stream_op cleanup: iomgr closure, executor changes | Craig Tiller | 2015-11-02 |
| | | | | | | |||
* | | | | | | stream_op cleanup: channel, client_config changes | Craig Tiller | 2015-11-02 |
| | | | | | | |||
* | | | | | | stream_op cleanup: security changes | Craig Tiller | 2015-11-02 |
|/ / / / / | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into protosplit | vjpai | 2015-11-02 |
| | | | |\ |