aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Fixing headers.Gravatar Julien Boeuf2016-05-10
|
* Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
| | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
* Merge pull request #6420 from jtattermusch/csharp_more_api_fixesGravatar Jan Tattermusch2016-05-04
|\ | | | | C# finishing serverside request stream should not be required to dispose.
* \ Merge pull request #6416 from jtattermusch/csharp_api_polishingGravatar Jan Tattermusch2016-05-04
|\ \ | | | | | | Add C# wrapping tests and fix some issues with the API.
| | * remove useless code and todosGravatar Jan Tattermusch2016-05-03
| | |
| | * finishing serverside request stream should not be required for disposalGravatar Jan Tattermusch2016-05-03
| |/
* | Merge pull request #5701 from bluecmd/unix-socketGravatar Jan Tattermusch2016-05-03
|\ \ | | | | | | Allow directly specifiying connection path
| | * make AsyncCallServerTest finish correctlyGravatar Jan Tattermusch2016-05-03
| | |
| | * fixupGravatar Jan Tattermusch2016-05-03
| | |
| | * add more testsGravatar Jan Tattermusch2016-05-03
| | |
| | * make SendStatusFromServer independent on WriteAsyncGravatar Jan Tattermusch2016-05-03
| | |
| | * add AsyncCalServer tests to sanity testsGravatar Jan Tattermusch2016-05-03
| | |
| | * add tests for AsyncCallServerGravatar Jan Tattermusch2016-05-03
| | |
| | * fixupGravatar Jan Tattermusch2016-05-03
| | |
| | * add one more client server testGravatar Jan Tattermusch2016-05-03
| | |
| | * add more testsGravatar Jan Tattermusch2016-05-03
| | |
| | * make end-of-stream idempotentGravatar Jan Tattermusch2016-05-03
| | |
| | * add idempotency testGravatar Jan Tattermusch2016-05-03
| | |
| | * add more featuresGravatar Jan Tattermusch2016-05-03
| | |
| | * add more testsGravatar Jan Tattermusch2016-05-03
| |/ |/|
* | 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.