aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Clang formatGravatar Vijay Pai2018-08-23
|
* Address reviewer feedback with comments/assertionsGravatar Vijay Pai2018-08-23
|
* Add an inproc-based non-polling test of core callback APIGravatar Vijay Pai2018-08-21
|
* Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
|
* Merge pull request #16302 from vjpai/callback_cqGravatar Vijay Pai2018-08-14
|\ | | | | EXPERIMENTAL: Infrastructure for callback-based core CQ
| * Add a test of callback CQGravatar Vijay Pai2018-08-14
| |
| * Merge branch 'master' into callback_cqGravatar Vijay Pai2018-08-13
| |\
* | \ Merge branch 'master' into rq-threads-2Gravatar Sree Kuchibhotla2018-08-13
|\ \ \ | | |/ | |/|
| | * Experimental infrastructure for callback-based CQGravatar Vijay Pai2018-08-10
| | |
* | | Merge branch 'master' into rq-threads-2Gravatar Sree Kuchibhotla2018-08-09
|\ \ \ | | |/ | |/|
| | * Added system roots feature to load roots from OS trust storeGravatar tdbhacks2018-08-09
| |/ | | | | | | | | | | Added a flag-guarded feature that allows gRPC to load TLS/SSL roots from the OS trust store. This is the Linux-specific implementation of such feature.
| * 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
| | |
* | | Revert "Revert "Restrict the number of threads in C++ sync server""Gravatar Sree Kuchibhotla2018-08-01
| |/ |/|
| * 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.