aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* changed value of pollset_set instance for windows to non-null valueGravatar David Garcia Quintas2016-04-20
|
* Changes across the board from pollset to pollset_setGravatar David Garcia Quintas2016-04-18
|
* Merge pull request #6203 from ctiller/dictionaryGravatar Nicolas Noble2016-04-18
|\ | | | | Add a dictionary for fuzzing
| * Expand corpus, fix crashGravatar Craig Tiller2016-04-18
| |
* | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactorGravatar David Garcia Quintas2016-04-15
|\|
| * Merge pull request #6158 from jtattermusch/performance_testing_polishingGravatar Jan Tattermusch2016-04-15
| |\ | | | | | | Improvement to benchmarking
| * \ Merge pull request #6153 from vjpai/make_ruby_cqs_great_againGravatar Jan Tattermusch2016-04-14
| |\ \ | | | | | | | | Provide CQ per client call in Ruby to avoid pluck limits
| | | * regenerate tests.json with C++ perf scenariosGravatar Jan Tattermusch2016-04-14
| | | |
| | | * add ScenarioResult and ScenarioResultSummary proto messagesGravatar Jan Tattermusch2016-04-14
| | | |
| | | * add some console messages to node qps workerGravatar Jan Tattermusch2016-04-14
| | | |
| | | * check for histogramParams presenceGravatar Jan Tattermusch2016-04-14
| | |/ | |/|
| * | Merge pull request #6145 from nicolasnoble/memtrackingGravatar Nicolas Noble2016-04-13
| |\ \ | | | | | | | | Memtracking stuff
| * \ \ Merge pull request #6130 from gwvo/masterGravatar Nicolas Noble2016-04-13
| |\ \ \ | | | | | | | | | | Refactored C++ code generator to not directly depend on protobuf
* | | | | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactorGravatar David Garcia Quintas2016-04-13
|\| | | |
| | * | | Refactored C++ code generator to not directly depend on protobuf.Gravatar Wouter van Oortmerssen2016-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | This opens the door for other serializers (such as e.g. FlatBuffers) to share this code generator when using GRPC.
| | | * | Enforcing undefined behavior of malloc.Gravatar Nicolas "Pixel" Noble2016-04-13
| | | | |
| | | * | Revert "Fixing a couple of issues within core."Gravatar Nicolas "Pixel" Noble2016-04-13
| | | | | | | | | | | | | | | | | | | | This reverts commit 5b304753965d4179f374b5cded063e79d3d17b0a.
| | | * | Merge branch 'master' of https://github.com/grpc/grpc into memtrackingGravatar Nicolas "Pixel" Noble2016-04-12
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #6148 from ctiller/fuzzing_clientGravatar Nicolas Noble2016-04-12
| |\ \ \ \ | | | | | | | | | | | | Fuzzing client
| | | | * | Fixing a couple of issues within core.Gravatar Nicolas "Pixel" Noble2016-04-12
| | | | | |
| | | | | * New CQ for each client callGravatar vjpai2016-04-12
| | |_|_|/ | |/| | |
| | * | | Fix missing edgeGravatar Craig Tiller2016-04-11
| | | | |
| * | | | work around nunit issue #1406Gravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | Add TextWriterLoggerGravatar Jan Tattermusch2016-04-11
| | | | |
| | | | * Merge branch 'master' of https://github.com/grpc/grpc into memtrackingGravatar Nicolas "Pixel" Noble2016-04-12
| | | | |\ | | | |_|/ | | |/| |
| * | | | improve C# sanity testGravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | make NUnitMain fail on failureGravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | add Newtonsoft.Json to Grpc.Core.TestsGravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | fix interop testsGravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | use NUnitLite to run nunit testsGravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | add NUnitMain to test projectsGravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | fix test credentials for nunit3Gravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | migrate Grpc.IntegrationTesting to NUnit3Gravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | migrate Grpc.Examples.Tests to NUnit3Gravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | make Grpc.Core.Tests work with NUnit3Gravatar Jan Tattermusch2016-04-11
| | | | |
| * | | | update nuget dependencies to nunit3Gravatar Jan Tattermusch2016-04-11
| |/ / /
| * | | Merge pull request #6115 from jtattermusch/csharp_support_projectjsonGravatar Jan Tattermusch2016-04-11
| |\ \ \ | | | | | | | | | | Make gRPC C# nuget work with new project.json style projects
| * | | | remove leftover file from the pastGravatar Jan Tattermusch2016-04-08
| | | | |
| * | | | delete a leftover file from the pastGravatar Jan Tattermusch2016-04-08
| | |/ / | |/| |
* | | | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactorGravatar David Garcia Quintas2016-04-08
|\| | |
* | | | Factored out parse functions from sockaddr_resolverGravatar David Garcia Quintas2016-04-08
| | | |
| * | | Merge pull request #6127 from jtattermusch/async_void_is_illegalGravatar Jan Tattermusch2016-04-08
| |\ \ \ | | | | | | | | | | Async void is illegal in ASP.NET and DNXcore
| * \ \ \ Merge pull request #6096 from stanley-cheung/php-fix-slice-unrefGravatar Jan Tattermusch2016-04-08
| |\ \ \ \ | | | | | | | | | | | | PHP: destroy grpc_byte_buffer after startBatch
| * \ \ \ \ Merge pull request #6103 from jmuk/masterGravatar Jan Tattermusch2016-04-08
| |\ \ \ \ \ | | | | | | | | | | | | | | ruby: Use fully-qualified type name when necessary
| | | | | | * Addressing comment.Gravatar Nicolas "Pixel" Noble2016-04-08
| | | | | | |
| | | | * | | async void is illegal in ASP.NET and DNXcoreGravatar Jan Tattermusch2016-04-07
| |_|_|/ / / |/| | | | |
| | | | | * Last few mallocs / frees.Gravatar Nicolas "Pixel" Noble2016-04-08
| | | | | |
| | | | | * Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_allGravatar Nicolas "Pixel" Noble2016-04-08
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'master' into binary_loggingGravatar Michael Lumish2016-04-07
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #6088 from murgatroid99/proto_gen_build_yaml_well_known_typesGravatar Nicolas Noble2016-04-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Handle google/protobuf includes in src/proto