aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
Commit message (Collapse)AuthorAge
...
| | | | | | * | | Merge branch 'compression_incoming_checks' into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
| | | |_|_|/ / / | | |/| | | | |
| | | | | | * | Move load_file into iomgrGravatar Craig Tiller2016-05-18
| | | | | | | |
| * | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-05-18
| |\| | | | | |
| | | | | | * | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-13
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Merge pull request #5456 from ctiller/cleaner-posix3Gravatar Jan Tattermusch2016-05-13
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Splitting out a pure poll() based event engine
* | | | | | | | | Add base64 decoderGravatar Yuchen Zeng2016-05-12
| | | | | | | | |
| | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into mergeGravatar David Garcia Quintas2016-05-12
| | | | | | | |\ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Revert "Revert "cronet wrapper code""Gravatar makdharma2016-05-11
| |/ / / / / / / |/| | | | | | |
| | | | | | * | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-11
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | * | | | | | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-05-11
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Julien Boeuf2016-05-10
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | credentials_refactoring
* | | | | | | | Merge pull request #6279 from dgquintas/lb_proto_v1Gravatar Jan Tattermusch2016-05-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Updated load balancer proto to v1
* | | | | | | | | Revert "cronet wrapper code"Gravatar Craig Tiller2016-05-09
| | | | | | | | |
| | | | | | | * | API fuzzer compiles with new error handlingGravatar Craig Tiller2016-05-05
| | | | | | | | |
| | | | | | | * | Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into errorGravatar Craig Tiller2016-05-05
| | | | | | | |\ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | | * | | | | 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...
| | * | | | | | | Introduced grpc_pops (pollset or pollset_set)Gravatar David Garcia Quintas2016-05-03
| | | | | | | | |
* | | | | | | | | Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| |_|_|/ / / / / |/| | | | | | |
| | | | | | * | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-03
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | | | | | | * Rewrite async_exec_lock using mpscqGravatar Craig Tiller2016-05-02
| | | | | | | |
| | | | | | | * Direct translation of ↵Gravatar Craig Tiller2016-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.1024cores.net/home/lock-free-algorithms/queues/intrusive-mpsc-node-based-queue
| | | | | | | * Add a test and make things compileGravatar Craig Tiller2016-05-02
| |_|_|_|_|_|/ |/| | | | | |
| | | | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-29
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | * | | all good! missing end2end test for new lr filterGravatar David Garcia Quintas2016-04-29
| | | | | | |
| | | | | | * Unifying error handling within coreGravatar Craig Tiller2016-04-28
| | | | | | |
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-04-27
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | * | | | | Smarter pollset/pollset_set propagationGravatar David Garcia Quintas2016-04-27
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some definition of "smart"... client_channel simply passes along pollset/pollset_set, removing the need to instantiate a pollset_set in the subchannel_call_holder: it's now up to the LB policies to handle the pollset/pollset_set.
* | | | | | Merge pull request #6183 from nicolasnoble/msys-supportGravatar Jan Tattermusch2016-04-27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Adding support for msys.
| | | | * | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-27
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | | * Change win32 file suffixGravatar Yuchen Zeng2016-04-26
| |_|_|_|/ |/| | | |
| | * | | Updated load balancer proto to v1Gravatar David Garcia Quintas2016-04-25
| |/ / / |/| | |
* | | | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
|\ \ \ \
| * | | | Update boringssl to latest chromium-stable.Gravatar itessier2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also fixes the x25519_NEON symbol error when importing the gRPC Python modules on ARM. Change-Id: Id98cf6b0f9a3a8f5b88204bd0a6ad2346182ba3d
| | * | | Adding support for msys.Gravatar Nicolas "Pixel" Noble2016-04-15
| | | | |
* | | | | Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
| |/ / / |/| | |
| * | | Factored out parse functions from sockaddr_resolverGravatar David Garcia Quintas2016-04-08
|/ / /
| | * Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-07
| | |\ | |_|/ |/| |
* | | Sort out codegen dependenciesGravatar Craig Tiller2016-04-07
| | |
| | * Load Reporting hook and filter skeletonGravatar David Garcia Quintas2016-04-06
| | |
| * | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-04-06
| |\|
| * | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-04-06
| |\ \
* | | | Fixing client_config initGravatar Craig Tiller2016-04-05
| | | |
* | | | Nailing down dependencies betterGravatar Craig Tiller2016-04-05
| | | |
* | | | Getting dependencies fixed upGravatar Craig Tiller2016-04-05
| |_|/ |/| |
* | | Move subchannel_call_holderGravatar Craig Tiller2016-04-05
| | |
| * | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-04-04
| |\ \
* | \ \ Merge branch 'subchannel_factory_create_lb_channel' of ↵Gravatar Craig Tiller2016-04-01
|\ \ \ \ | | | | | | | | | | | | | | | github.com:dgquintas/grpc into ccmerge
| | | | * Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar David Garcia Quintas2016-04-01
| | |_|/| | |/| |/ | | | | | | | | subchannel_factory_create_lb_channel
| | | * Merge pull request #6042 from ctiller/optionalize_resolversGravatar Nicolas Noble2016-04-01
| | | |\ | | | | | | | | | | Optionalize resolvers
* | | | \ Merge github.com:grpc/grpc into optionalize_client_configGravatar Craig Tiller2016-04-01
|\ \ \ \ \ | | |_|/ / | |/| | |