aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge branch 'hide-the-worker' into hide-the-pollsetGravatar Craig Tiller2016-02-24
|\
| * Port pollset worker changes to windowsGravatar Craig Tiller2016-02-24
| |
| * Merge github.com:grpc/grpc into hide-the-workerGravatar Craig Tiller2016-02-24
| |\
| | * updated generated lb proto code to latest nanopb versionGravatar David Garcia Quintas2016-02-23
| | |
| | * Merge pull request #5375 from jtattermusch/grpcpreconditions_fixGravatar Vijay Pai2016-02-23
| | |\ | | | | | | | | Fix C# build
| | * \ Merge pull request #5213 from ctiller/fix-proto-dockerGravatar David G. Quintas2016-02-23
| | |\ \ | | | | | | | | | | Proto API for LB request/responses (redux)
| | | | * fix C# buildGravatar Jan Tattermusch2016-02-23
| | | |/ | | |/|
| | * | Merge pull request #5314 from jtattermusch/csharp_perf_removehostGravatar Vijay Pai2016-02-23
| | |\ \ | | | | | | | | | | C# qps worker updates
| | | | * Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-22
| | | | |\ | | | |_|/ | | |/| |
| * | | | Merge github.com:grpc/grpc into hide-the-workerGravatar Craig Tiller2016-02-22
| |\| | |
| | * | | Merge pull request #5350 from yang-g/stalled_by_transport_raceGravatar Craig Tiller2016-02-22
| | |\ \ \ | | | | | | | | | | | | Fix race between add_writing_stalled and destroy stream
| | * \ \ \ Merge pull request #5287 from yang-g/global_callback_magicGravatar Craig Tiller2016-02-22
| | |\ \ \ \ | | | | | | | | | | | | | | Add a way to override channel arguments for server creation
| | * \ \ \ \ Merge pull request #5347 from yang-g/check_error_in_readGravatar Sree Kuchibhotla2016-02-22
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Discard the read buffer on stream error
| | * \ \ \ \ \ Merge pull request #5257 from ctiller/cleaner-posixGravatar Vijay Pai2016-02-22
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Separate timer checking from pollsets
| | * | | | | | | rename census log files to avoid build breakage on MacOSGravatar Alistair Veitch2016-02-22
| | | | | | | | |
| | | | | | * | | Fix race between add_writing_stalled and destroy streamGravatar yang-g2016-02-22
| | | | | | | | |
| | * | | | | | | Merge pull request #5331 from murgatroid99/node_message_reflection_infoGravatar Jan Tattermusch2016-02-22
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | Add more reflection information to Node client classes
| | | | | * | | | Merge branch 'master' into check_error_in_readGravatar yang-g2016-02-22
| | | | | |\ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #5302 from nicolasnoble/python-windowsGravatar Masood Malekghassemi2016-02-22
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Enabling python artifact building for Windows.
| | | | | | * | | | Discard the read buffer on stream errorGravatar yang-g2016-02-22
| | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #5328 from murgatroid99/node_jwt_interop_fixGravatar Craig Tiller2016-02-21
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Node: fix metadata validation bug, improve error reporting
| | * \ \ \ \ \ \ \ Merge pull request #5258 from vjpai/poll_override2Gravatar Craig Tiller2016-02-21
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Avoid a race when overriding default poll function
| | | | | | | * | | | Fix plucking problemGravatar Craig Tiller2016-02-21
| | | | | | | | | | |
| | | | | | | * | | | Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-21
| | | | | | | |\ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| | | | * | | | | | | Fix copyrightsGravatar murgatroid992016-02-19
| | | | | | | | | | |
* | | | | | | | | | | Update copyrightsGravatar Craig Tiller2016-02-19
| | | | | | | | | | |
* | | | | | | | | | | Provide an interface firewall between pollset and its implementationsGravatar Craig Tiller2016-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting to allow for >1 implementation of pollset within a binary. Do so without requiring an extra allocation for completion queues (which we could not tolerate).
| | | | | | * | | | | Add more reflection information to Node client classesGravatar murgatroid992016-02-19
| | | |_|_|/ / / / / | | |/| | | | | | |
| | | | * | | | | | Node: fix metadata validation bug, improve error reportingGravatar murgatroid992016-02-19
| | | |/ / / / / / | | |/| | | | | |
| | | | * | | | | Building the dlls.Gravatar Nicolas "Pixel" Noble2016-02-19
| | | | | | | | |
| | * | | | | | | Merge pull request #5309 from jtattermusch/csharp_rename_preconditionsGravatar Michael Lumish2016-02-18
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Rename C# Preconditions to GrpcPreconditions
| | | | | | | | * | fix copyrightsGravatar Jan Tattermusch2016-02-18
| | | | | | | | | |
| | | | | | | | * | minor tweaks to C# qpswokerGravatar Jan Tattermusch2016-02-18
| | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Merge pull request #5288 from murgatroid99/node_proto_optionsGravatar Jan Tattermusch2016-02-18
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add options to Node library to modify ProtoBuf behavior
| | | | * | | | | | update copyrightsGravatar Jan Tattermusch2016-02-18
| | | | | | | | | |
| | | | * | | | | | rename Preconditions to GrpcPreconditionsGravatar Jan Tattermusch2016-02-18
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Fix copyrightsGravatar Craig Tiller2016-02-18
| | | | | | | | |
| * | | | | | | | Merge branch 'cleaner-posix' into hide-the-workerGravatar Craig Tiller2016-02-18
|/| | | | | | | | | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Fix copyrightsGravatar Craig Tiller2016-02-18
| | | | | | | |
* | | | | | | | Update windowsGravatar Craig Tiller2016-02-18
| | | | | | | |
* | | | | | | | Move worker into pollsetGravatar Craig Tiller2016-02-18
|/ / / / / / /
* | | | | | | Fix tcp_client_posix_testGravatar Craig Tiller2016-02-18
| | | | | | |
* | | | | | | Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-18
|\| | | | | |
| | | | | | * Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-18
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fixed refactoring of grpc_arg pointer vtableGravatar David Garcia Quintas2016-02-17
| | | | | | |
| * | | | | | Merge pull request #4859 from ctiller/sceqGravatar Sree Kuchibhotla2016-02-17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Subchannel Sharing [The interop tests failures and Basic test failures are unrelated to this change. Merging]
| * \ \ \ \ \ \ Merge pull request #5186 from yang-g/inherit_from_grpc_libraryGravatar Sree Kuchibhotla2016-02-17
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | Provide explicit API for user to set user agent string prefix
| | | | * | | | Sanitize filesGravatar murgatroid992016-02-17
| | | | | | | |
| | | | | | * | Add a way to override channel arguments for server creationGravatar yang-g2016-02-17
| | |_|_|_|/ / | |/| | | | |
| | | | * | | Add tests and documentation for new optionsGravatar murgatroid992016-02-17
| | | | | | |