aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Revert "Merge pull request #6214 from makdharma/master"Gravatar Nicolas "Pixel" Noble2016-05-09
| | | | | This reverts commit 48d833a9d8280216040ef731341502d7d0f157e4, reversing changes made to 66e9d8e8a7717d7ccece629df4454fc546e19daa.
* rename grpc.protoc.compiler to grpc.tools.protocGravatar Jan Tattermusch2016-05-06
|
* fix python distribtests with docker on overlayGravatar Jan Tattermusch2016-05-06
|
* Merge pull request #6450 from nicolasnoble/goproGravatar Jan Tattermusch2016-05-05
|\ | | | | Continuation of #6280.
* \ Merge pull request #6442 from jtattermusch/csharp_fixing_distribtestsGravatar Jan Tattermusch2016-05-05
|\ \ | | | | | | Fix C# distrib tests after getting rid of grpc.native.csharp package
* \ \ Merge pull request #6214 from makdharma/masterGravatar Nicolas Noble2016-05-05
|\ \ \ | | | | | | | | cronet wrapper code
| | | * small addendum for python distribtestsGravatar Jan Tattermusch2016-05-05
| | | |
| | * | fix C# distrib test after getting rid of grpc.native.csharp packageGravatar Jan Tattermusch2016-05-05
| |/ / |/| |
* | | Merge pull request #6374 from grpc/dgquintas-patch-1Gravatar Jan Tattermusch2016-05-04
|\ \ \ | | | | | | | | Fixed name of test config for h2_census
* \ \ \ Merge pull request #6412 from ctiller/large_async_secure_and_fixedGravatar Jan Tattermusch2016-05-04
|\ \ \ \ | | | | | | | | | | Fix coverage for large message and secure async end2end
* \ \ \ \ Merge pull request #6323 from dgquintas/codegen_remove_protoGravatar Jan Tattermusch2016-05-04
|\ \ \ \ \ | | | | | | | | | | | | Moved protos out of core_codegen interface
| | | | | * Fix Python distrib testGravatar Masood Malekghassemi2016-05-04
| | | | | |
| | | | | * Test binary Python distributionsGravatar Masood Malekghassemi2016-05-04
| |_|_|_|/ |/| | | |
| | | | * Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| | | | |
| | * | | Fix async_end2end_test flow controlGravatar Craig Tiller2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completion queues + flow control + single threading is hard. We need a read outstanding on a call to grant flow control tokens to the remote end. To do that we need to request a read *before* we wait for the write to be finished, otherwise, in the case of a large write we'll block waiting for flow control tokens. Built on #6402
| | * | | Merge github.com:grpc/grpc into large_async_secure_and_fixedGravatar Craig Tiller2016-05-03
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Cover large message sent securely or insecurely over asyncGravatar Vijay Pai2016-05-02
| | | | |
| | * | | Add coverage for secure async end2end testingGravatar Vijay Pai2016-05-02
| | | |/ | | |/|
* | | | Merge pull request #6340 from ctiller/fail_fast_breaks_qpsGravatar Jan Tattermusch2016-05-02
|\ \ \ \ | | | | | | | | | | Disable fail fast for qps driver
| | * | | Merge branch 'master' of github.com:grpc/grpc into codegen_remove_protoGravatar David Garcia Quintas2016-05-02
| | |\| |
* | | | | Fix bug where max_frame_size was ignoredGravatar Craig Tiller2016-04-30
| |_|/ / |/| | | | | | | | | | | Also add corpus entries that helped diagnose this bug
* | | | Merge pull request #6368 from ctiller/vtuneGravatar Nicolas Noble2016-04-29
|\ \ \ \ | | | | | | | | | | Ensure minimum size of alt stack (to please vtune)
| | | | * Fixed name of test config for h2_censusGravatar David G. Quintas2016-04-29
| |_|_|/ |/| | |
* | | | Merge pull request #6354 from ctiller/portabitGravatar Jan Tattermusch2016-04-29
|\ \ \ \ | | | | | | | | | | Fix double delete
| | * | | Ensure minimum size of alt stack (to please vtune)Gravatar Craig Tiller2016-04-29
| |/ / / |/| | |
* | | | clang-format, make code more self-documentingGravatar Craig Tiller2016-04-29
| | | |
* | | | Add a shard channel arg to client channel constructionGravatar Craig Tiller2016-04-28
| | | | | | | | | | | | | | | | | | | | | | | | C core automatically shares subchannels between channels. Therefore our multiple channel performance tests were really testing single channel performance.
| * | | Fix typoGravatar Craig Tiller2016-04-28
| | | |
| * | | Fix double deleteGravatar Craig Tiller2016-04-28
| | | |
* | | | Merge pull request #2286 from ctiller/split-me-baby-one-more-timeGravatar Jan Tattermusch2016-04-28
|\ \ \ \ | | | | | | | | | | Further lock contention reduction for CHTTP2
* \ \ \ \ Merge pull request #6260 from sreecha/stress_test_miscGravatar Jan Tattermusch2016-04-28
|\ \ \ \ \ | |_|/ / / |/| | | | Simplify QPS Metrics collection
| | | * | Disable fail fast for qps driverGravatar Craig Tiller2016-04-28
| | | | |
* | | | | Merge pull request #6304 from ctiller/expandypieGravatar Nicolas Noble2016-04-27
|\ \ \ \ \ | | | | | | | | | | | | Expand corpora
* \ \ \ \ \ Merge pull request #6183 from nicolasnoble/msys-supportGravatar Jan Tattermusch2016-04-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding support for msys.
* \ \ \ \ \ \ Merge pull request #6295 from markdroth/content_type_semicolon2Gravatar Jan Tattermusch2016-04-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Change C implementation to not log an "Unexpected content-type" message when the header includes a semicolon.
| | | | | | | * Moved protos out of core_codegen interfaceGravatar David Garcia Quintas2016-04-27
| | | | | | |/
| | | | * | | Merge branch 'master' into stress_test_miscGravatar Sree Kuchibhotla2016-04-27
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fixed clang formatting problems.Gravatar Mark D. Roth2016-04-27
| | | | | | |
| | | * | | | Expand corporaGravatar Craig Tiller2016-04-26
| | | | |_|/ | | | |/| |
* | | | | | merge and resolve conflictGravatar yang-g2016-04-26
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Change C implementation to not log an "Unexpected content-type" messageGravatar Mark D. Roth2016-04-26
| |/ / / / | | | | | | | | | | | | | | | when the header includes a semicolon.
| | | | * Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-26
| | | | |\ | | |_|_|/ | |/| | |
| | | * | Fix the sanity error reported by check_sources_and_headers.pyGravatar Sree Kuchibhotla2016-04-26
| | | | |
| | | * | clang formatGravatar Sree Kuchibhotla2016-04-26
| | | | |
| | | * | Merge branch 'master' into stress_test_miscGravatar Sree Kuchibhotla2016-04-26
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #6160 from ctiller/api_fuzzerGravatar Nicolas Noble2016-04-25
| |\ \ \ \ | | | | | | | | | | | | Core API fuzzer
| * \ \ \ \ Merge pull request #6277 from ctiller/shutdown_proper_likeGravatar Nicolas Noble2016-04-25
| |\ \ \ \ \ | | | | | | | | | | | | | | Properly shutdown pollsets before destroying them
| * \ \ \ \ \ Merge pull request #6105 from miselin/http-parser-allow-more-newlinesGravatar Jan Tattermusch2016-04-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow grpc_http_parser to optionally accept a wider range of line endings
| | | * | | | | Properly shutdown pollsets before destroying themGravatar Craig Tiller2016-04-25
| | |/ / / / / | |/| | | | |
| | | * | | | Expand corpusGravatar Craig Tiller2016-04-24
| | | | | | |