aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Fix some ubsan issues: I fear no bugs were harmed in the making of this episodeGravatar Craig Tiller2016-05-03
|
* Fix undefined behaviorGravatar Craig Tiller2016-05-03
|
* Merge pull request #5701 from bluecmd/unix-socketGravatar Jan Tattermusch2016-05-03
|\ | | | | Allow directly specifiying connection path
* \ Merge pull request #6394 from y-zeng/fix-5557Gravatar Yuchen Zeng2016-05-02
|\ \ | | | | | | Explicitly cast constant value to gpr_atm
* \ \ Merge pull request #6397 from murgatroid99/node_tools_minor_fixGravatar Nicolas Noble2016-05-02
|\ \ \ | | | | | | | | Node tools: use the right extension for running protoc on Windows
* \ \ \ Merge pull request #6393 from jtattermusch/csharp_internal_cleanupGravatar Jan Tattermusch2016-05-02
|\ \ \ \ | | | | | | | | | | C# cleanup client-side call RECV_STATUS_ON_CLIENT internals
* \ \ \ \ Merge pull request #6380 from ctiller/stress_failGravatar Nicolas Noble2016-05-02
|\ \ \ \ \ | | | | | | | | | | | | Stress test fixes
* \ \ \ \ \ Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2Gravatar Nicolas Noble2016-05-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Always build the grpc library when building the ruby extension.
* \ \ \ \ \ \ Merge pull request #6359 from grpc/python_stress_testGravatar Jan Tattermusch2016-05-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Create Python stress test
* \ \ \ \ \ \ \ Merge pull request #6387 from ctiller/smlGravatar Jan Tattermusch2016-05-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix bug where max_frame_size was ignored
| | | | | | * | | Node tools: use the right extension for running protoc on WindowsGravatar murgatroid992016-05-02
| | | | | | | | |
* | | | | | | | | Merge pull request #6371 from murgatroid99/ruby_tools_gemGravatar Nicolas Noble2016-05-02
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Created grpc-tools ruby gem for distributing protoc and the plugin
| | | | * | | | | Always build the grpc library when building the ruby extension.Gravatar Nicolas "Pixel" Noble2016-05-02
| |_|_|/ / / / / |/| | | | | | |
| | | | | * | | fix typoGravatar Jan Tattermusch2016-05-02
| | | | | | | |
| * | | | | | | Reversed premature removal of a fileGravatar murgatroid992016-05-02
| | | | | | | |
| * | | | | | | Simplified Ruby tools extension checkingGravatar murgatroid992016-05-02
| | | | | | | |
| | | | | * | | add more testsGravatar Jan Tattermusch2016-05-02
| | | | | | | |
| | | | | * | | improve unary call response handlerGravatar Jan Tattermusch2016-05-02
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #6386 from jcanizales/fix-call-stateGravatar makdharma2016-05-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix call state
| | | * | | | | Fix bug where max_frame_size was ignoredGravatar Craig Tiller2016-04-30
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Also add corpus entries that helped diagnose this bug
| * | | | | | Add state transitions to GRPCCallGravatar Jorge Canizales2016-04-30
| | | | | | |
| * | | | | | Test that GRPCCall transitions states properlyGravatar Jorge Canizales2016-04-30
| | | | | | |
| | | | | * | explicitly cast constant value to gpr_atmGravatar Yuchen Zeng2016-04-29
| | | | | | |
* | | | | | | Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241Gravatar Nicolas Noble2016-04-29
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Fix a case whereby we leak a winsocket if we fail to connect
| | | | | * | Stress test fixesGravatar Craig Tiller2016-04-29
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - properly fail a Read() on a stream if we fail to parse a protobuf - fix an ordering problem with the chttp2 transport global lock, whereby a sequence of two operations could be swapped - this resulted in slices being returned to the upper layers in the wrong order, corrupting data
* | | | | | Merge pull request #6305 from dgquintas/compression_tracerGravatar Jan Tattermusch2016-04-29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Added compression tracer
| | | * | | Fixed grpc-tools.gemspecGravatar murgatroid992016-04-29
| | | | | |
| | | * | | Created grpc-tools ruby gem for distributing protoc and the pluginGravatar murgatroid992016-04-29
| | | | | |
| | | | * | Create Python stress testGravatar Ken Payson2016-04-29
| | | | | |
* | | | | | Merge pull request #5592 from pquerna/objc_ssl_channel_credsGravatar Jorge Canizales2016-04-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | ObjC: Add ChannelCredentials to gRPC Call, to let specify a private key for the user
| * | | | | | Remove duplicate instance of grpc_global_wakeup_fdGravatar Paul Querna2016-04-29
| | | | | | |
* | | | | | | Merge pull request #6309 from murgatroid99/node_proto_plugin_packagingGravatar Jan Tattermusch2016-04-29
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Added node plugin to grpc-tools npm package, updated build_package_node
| | * | | | | Objective-C: Add ChannelCredentials to gRPC Call.Gravatar Paul Querna2016-04-29
| |/ / / / / |/| | | | | | | | | | | | | | | | | GRPCHost now has a property channelCreds which is used when creating a GRPCChannel.
* | | | | | Merge pull request #6331 from nathanielmanistaatgoogle/alphaGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove Python alpha/early_adopter implementation
* \ \ \ \ \ \ Merge pull request #6298 from grpc/python_qps_testsGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Python QPS Tests
| * | | | | | | Python QPS Worker/initial scenariosGravatar Ken Payson2016-04-28
| | | | | | | |
* | | | | | | | Merge pull request #6330 from soltanmm/6264Gravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow additive changes to protos w/o forcing user implementation
* \ \ \ \ \ \ \ \ Merge pull request #6351 from murgatroid99/ruby_default_rootsGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback
* \ \ \ \ \ \ \ \ \ Merge pull request #6325 from murgatroid99/node_default_rootsGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Load default roots.pem in Node via grpc_set_ssl_roots_override_callback
* \ \ \ \ \ \ \ \ \ \ Merge pull request #6322 from murgatroid99/node_service_default_methodGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make Node servers warn instead of fail when a method is missing a handler
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #2286 from ctiller/split-me-baby-one-more-timeGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Further lock contention reduction for CHTTP2
| | | | * | | | | | | | | Fixed unused parameter errorGravatar murgatroid992016-04-28
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #6285 from dgquintas/fix_plugin_tracersGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Init tracers after plugin registration
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6321 from soltanmm/docGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | Add Windows-specifics to Python docs
| | | | | | * | | | | | | | Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callbackGravatar murgatroid992016-04-28
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | regenerate C# sourcesGravatar Jan Tattermusch2016-04-28
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | add comments from .proto file to generated C# filesGravatar Jan Tattermusch2016-04-28
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| | | | | | | | | | | * | clang-formatGravatar Craig Tiller2016-04-28
| | | | | | | | | | | | |
| | | | | | | | | | | * | Fix a case whereby we leak a winsocket if we fail to connectGravatar Craig Tiller2016-04-28
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #6196 from y-zeng/call-error-to-stringGravatar Craig Tiller2016-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a function that converts grpc_call_error values into a string