aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Experimental infrastructure for callback-based CQGravatar Vijay Pai2018-08-10
|
* Merge pull request #16225 from markdroth/reset_connection_backoffGravatar Mark D. Roth2018-08-07
|\ | | | | Reset connection backoff
| * Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
| |
* | update testGravatar yang-g2018-08-06
| |
* | Add more filter priority levelsGravatar yang-g2018-08-01
| |
| * Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
| |
| * Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-31
| |\ | |/ |/|
* | Merge pull request #16163 from apolcyn/revert_revert_windows_breakageGravatar apolcyn2018-07-30
|\ \ | | | | | | Revert "Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort""
| | * Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-30
| | |\ | |_|/ |/| |
| | * Address core review commentsGravatar Sree Kuchibhotla2018-07-27
| | |
* | | fix clang_tidyGravatar Mark D. Roth2018-07-27
| | |
* | | A bit of cleanup and add more tests.Gravatar Mark D. Roth2018-07-27
| | |
| * | Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"Gravatar Alexander Polcyn2018-07-27
| | | | | | | | | | | | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3.
* | | Fix build.Gravatar Mark D. Roth2018-07-26
| | |
| * | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"Gravatar Alexander Polcyn2018-07-26
| | | | | | | | | | | | | | | This reverts commit ae8d3efc3a360b289f0b33e1c53c8c73960cb31f, reversing changes made to e41215e181564a61320b9b69ae5feb7f7c3625fe.
* | | Fix RefCountedPtr to handle polymorphism.Gravatar Mark D. Roth2018-07-26
| | |
| * | Get c-ares to compile and do address sorting on windowsGravatar Alex Polcyn2018-07-25
|/ /
| * generate_projects.shGravatar Sree Kuchibhotla2018-07-25
| |
| * Add Tests in Core and C++ and fix a few related bugs in thread_manager.ccGravatar Sree Kuchibhotla2018-07-24
|/
* Merge pull request #15929 from Torgen/empty_product_name_segfaultGravatar Nicolas Noble2018-07-21
|\ | | | | Don't segfault when product name from BIOS is empty
* | Expose GetChannel and GetTopChannels Core APIGravatar ncteisen2018-07-18
| |
* | Use intptr_ts for channel registry testGravatar ncteisen2018-07-18
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2018-07-18
|\ \ | | | | | | | | | channelz-get-top-channels
| * \ Merge pull request #15980 from ncteisen/channelz-subchannel-refsGravatar Noah Eisen2018-07-18
| |\ \ | | | | | | | | Channelz Part 3: Subchannel Refs Support for PickFirst
* | | | reviewer feedbackGravatar ncteisen2018-07-17
| | | |
| | * | reviewer feedbackGravatar ncteisen2018-07-17
| | | |
| | * | reviewer feedback:Gravatar ncteisen2018-07-17
| | | |
| | * | Un-pare simple_requestGravatar ncteisen2018-07-17
| | | |
* | | | Support for GetTopChannelsGravatar ncteisen2018-07-16
| | | |
* | | | Rewrite registry to know typeGravatar ncteisen2018-07-15
|/ / /
| * | Fix sanity and buildGravatar ncteisen2018-07-13
| | |
* | | Step 3 of multipool RBE configuration.Gravatar Adele Zhou2018-07-13
| | |
| * | Add copy and move ctor to InlinedVectorGravatar ncteisen2018-07-13
| | |
| * | Implements subchannel refs for pick_firstGravatar ncteisen2018-07-11
| | |
* | | Rewrite channelz registry in terms of inlined vectorGravatar ncteisen2018-07-11
|/ /
* | Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ \ | | | | | | Implement local channel/server credentials
* \ \ Merge pull request #15771 from ncteisen/serializationGravatar Noah Eisen2018-07-03
|\ \ \ | | | | | | | | Support Per-Method Codegen Generic on Server Side
| | | * Don't segfault when product name from BIOS is emptyGravatar Dan Rosart2018-07-03
| |_|/ |/| | | | | | | | Somehow some Dell servers we're trying to run a gRPC client on have an empty product name in the BIOS. When gRPC tries to creadte default credentials, it checks whether it's running on GCE by strcmp()ing the contents of /sys/class/dmi/id/product_name to some magic strings. When it reads that file, it gets only a newline; in trim() it skips over the newline in both directions, and since end < start it returns nullptr. This causes a segfault in the strcmp() call. Since a machine without a product name clearly isn't GCE, change it to return false instead.
* | | Merge pull request #15902 from Torgen/gcp_environment_port_platformGravatar Vijay Pai2018-07-03
|\ \ \ | | | | | | | | Include port_platform in gcp_environment tests.
| | | * finished 2nd revisionGravatar Yihua Zhang2018-07-03
| | | |
| | | * implement loca credentialsGravatar Yihua Zhang2018-07-02
| |_|/ |/| |
| | * Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
| | |\
* | | | Allow extra copy in zero-copy protector integrity-only modeGravatar jiangtaoli20162018-06-27
| |_|/ |/| |
| * | Include port_platform in gcp_environment tests.Gravatar Dan Rosart2018-06-27
|/ / | | | | | | | | | | | | Both the Windows and Linux tests use platform-specific macros to determine whether they should execute, but they weren't including the file where those macros were defined, so they were always running the else case of that check, which meant they weren't testing anything.
* | Add header back in build.yamlGravatar Juanli Shen2018-06-25
| |
* | Merge pull request #15776 from sreecha/epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-25
|\ \ | | | | | | Prevent pollable from accessing a potentially orphaned/destroyed fd
* | | Add load reporting filterGravatar Juanli Shen2018-06-22
| | |
| * | Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-21
| |\ \ | |/ / |/| |
* | | reviewer feedbackGravatar ncteisen2018-06-20
| | |
| | * Support codegen generic on server sideGravatar ncteisen2018-06-20
| | |