aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Added bad_client test to check that the server rejects requests with tooGravatar Mark D. Roth2016-05-03
| | | | much metadata and refuses to send responses with too much metadata.
* Merge pull request #6183 from nicolasnoble/msys-supportGravatar Jan Tattermusch2016-04-27
|\ | | | | Adding support for msys.
* \ merge and resolve conflictGravatar yang-g2016-04-26
|\ \
| * \ Merge pull request #5445 from murgatroid99/node_protoc_pluginGravatar Jan Tattermusch2016-04-26
| |\ \ | | | | | | | | Create a protoc plugin for Node.js gRPC
| * \ \ Expand corpusGravatar Craig Tiller2016-04-23
| |\ \ \
| | * \ \ Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
| | |\ \ \
| * | | | | fix boringsslGravatar Craig Tiller2016-04-21
| | | | | |
| * | | | | Merge github.com:grpc/grpc into api_fuzzerGravatar Craig Tiller2016-04-21
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
| | |\ \ \ \ | | | | | | | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication.
| | * \ \ \ \ Merge pull request #6235 from vjpai/qps_driver_youre_firedGravatar Jan Tattermusch2016-04-20
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Delete qps_driver and dependent scripts, add quit to qps_json_driver
* | | \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into proto_commentsGravatar yang-g2016-04-20
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | | * | | | | Deprecation of qps_driver and use of shell scripts, in progressGravatar vjpai2016-04-20
| | | | | | | |
| * | | | | | | 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
| | | * | | | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | |/ / / / | |/| | | | | | | | | | | | | | | | application handle the authentication.
| | | | * | Merged from masterGravatar murgatroid992016-04-19
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactorGravatar David Garcia Quintas2016-04-15
| |\ \ \ \ \
| | | * \ \ \ Merge github.com:grpc/grpc into api_fuzzerGravatar Craig Tiller2016-04-14
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | | | | | * Adding support for msys.Gravatar Nicolas "Pixel" Noble2016-04-15
| | | |_|_|/ | | |/| | |
* | | | | | Add a testGravatar yang-g2016-04-14
| | | | | |
| | | * | | Channel establishmentGravatar Craig Tiller2016-04-13
| | | | | |
| * | | | | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactorGravatar David Garcia Quintas2016-04-13
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| | | * | | API fuzzerGravatar Craig Tiller2016-04-13
| |_|/ / / |/| | | |
| | | * | MergegenGravatar Craig Tiller2016-04-12
| | | | |
| | | * | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-12
| | | |\ \ | |_|_|/ / |/| | | |
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into memtrackingGravatar Nicolas "Pixel" Noble2016-04-12
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Add client fuzzerGravatar Craig Tiller2016-04-11
| | | | |
| | | * | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-11
| | | |\ \ | |_|_|/ / |/| | | |
| | | * | Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
| | | | |
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into memtrackingGravatar Nicolas "Pixel" Noble2016-04-12
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Moving memory allocation tracking to its own file.Gravatar Nicolas "Pixel" Noble2016-04-12
| | |/ /
| * / / Factored out parse functions from sockaddr_resolverGravatar David Garcia Quintas2016-04-08
| |/ /
* / / Added codegen_test_fullGravatar David Garcia Quintas2016-04-08
|/ / | | | | | | Which makes sure target that depend on both codegen and grpc build.
* | Sort out codegen dependenciesGravatar Craig Tiller2016-04-07
| |
* | Remove *_codegen_libGravatar Craig Tiller2016-04-07
| | | | | | | | Since filegroups are now correctly layered, build systems that needed these libs can now instantiate the filegroups as libs directly.
* | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-06
|\ \
| * \ Merge pull request #6071 from ctiller/e2efuzzGravatar Nicolas Noble2016-04-06
| |\ \ | | | | | | | | Full stack server fuzzer
| | * \ Merge github.com:grpc/grpc into e2efuzzGravatar Craig Tiller2016-04-06
| | |\ \
| * | | | Configure performance scenarios with jsonGravatar Craig Tiller2016-04-06
| | |/ / | |/| | | | | | | | | | Run those json configurations as part of presubmits
| * | | Merge pull request #6043 from ctiller/optionalize_client_configGravatar Nicolas Noble2016-04-06
| |\ \ \ | | | | | | | | | | Optionalize client config system
* | | | | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-06
|\| | | |
| * | | | Merge pull request #6093 from dgquintas/nanopb_fuzzerGravatar Nicolas Noble2016-04-05
| |\ \ \ \ | | | | | | | | | | | | Added fuzzers for load_balancer_api parsing functions
| | | | * \ Merge branch 'nanopb_fuzzer' of github.com:dgquintas/grpc into e2efuzzGravatar Craig Tiller2016-04-05
| | | | |\ \ | | | |_|/ / | | |/| | |
| | * | | | Added fuzzers for load_balancer_api parsing functionsGravatar David Garcia Quintas2016-04-05
| | | | | |
* | | | | | Fixing client_config initGravatar Craig Tiller2016-04-05
| | | | | |
* | | | | | Nailing down dependencies betterGravatar Craig Tiller2016-04-05
| | | | | |
* | | | | | Merge branch 'optionalize_client_config' into strong-includesGravatar Craig Tiller2016-04-05
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge github.com:grpc/grpc into optionalize_client_configGravatar Craig Tiller2016-04-05
| |\| | | |
* | | | | | Getting dependencies fixed upGravatar Craig Tiller2016-04-05
|/ / / / /
| * | | | Merge pull request #6070 from ctiller/head-of-line-blockingGravatar Jan Tattermusch2016-04-05
| |\ \ \ \ | | | | | | | | | | | | Fix a head of line blocking issue in the C++ server
* | | | | | Move subchannel_call_holderGravatar Craig Tiller2016-04-05
| | | | | |