aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures
Commit message (Collapse)AuthorAge
* reviewer feedbackGravatar ncteisen2018-10-04
|
* Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulationGravatar Noah Eisen2018-08-31
|\ | | | | Clang Tidy: Bugprone Undefined Memory Manipulation
| * Fix all instances of bugprone-undefined-memory-manipulationGravatar ncteisen2018-08-29
| |
* | Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
| |
* | Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
| |
* | Fathom TCP level changes. TracedBuffer for keeping track of all buffersGravatar Yash Tibrewal2018-07-16
|/ | | | | to be traced. Adding tests for Fathom and TracedBuffer. A lot more. Please read PR description.
* finished 2nd revisionGravatar Yihua Zhang2018-07-03
|
* implement loca credentialsGravatar Yihua Zhang2018-07-02
|
* Add load reporting filterGravatar Juanli Shen2018-06-22
|
* Create verify_peer_options when creating ssl credentials in order to expose ↵Gravatar Ian Haken2018-06-12
| | | | | | a verification callback option. These options are not yet exposed to languages outside of core.
* added call_host_override testGravatar David Garcia Quintas2018-03-26
|
* Added host override info to test fixture configGravatar David Garcia Quintas2018-03-23
|
* PR commentsGravatar David Garcia Quintas2018-03-23
|
* Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
|\
* | Fix check in channel.cc and tweak direct channel testsGravatar David Garcia Quintas2018-03-14
| |
| * Abstract libuv implementationGravatar kpayson642018-03-13
|/ | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
* Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
|\
* | Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
| |
| * Retry support.Gravatar Mark D. Roth2018-02-28
| |
* | clang-fmtGravatar Vijay Pai2018-02-19
| |
* | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
| |
* | Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|/
* Fix compileGravatar ncteisen2018-02-14
|
* Use grpc_channel_arg_get_string when appropriateGravatar ncteisen2018-02-14
|
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
| * Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-07
| |\
| | * Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
| | |
* | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |/ |/|
| * Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|/
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2018-01-19
|\ | | | | | | fix-stream-compression-config-interface
| * Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-08
|\| | | | | | | fix-stream-compression-config-interface
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2017-12-06
|\ \ | | | | | | | | | fix-stream-compression-config-interface
* \ \ Merge commit 'b0bad8f' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \ \
* \ \ \ Merge commit 'b0bad8f^' into fix-stream-compression-config-interfaceGravatar Muxi Yan2017-12-06
|\ \ \ \
* | | | | clang-formatGravatar Muxi Yan2017-12-06
| | | | |
* | | | | Merge e759d2a^Gravatar Muxi Yan2017-12-06
|\ \ \ \ \
| | | | | * Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | |/ | | | | | | | | | | | | | | | removed""
| | | | * Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
| | | | |
| | | | * Merge pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
| | | | |\ | | | | | | | | | | | | All instances of exec_ctx being passed around in src/core removed
| | | | * \ Merge pull request #13559 from dmaclach/threadnamesGravatar Vijay Pai2017-12-05
| | | | |\ \ | | | | | | | | | | | | | | Add thread naming support on platforms that support it.
| | | | | | * Merge master into execctxGravatar Yash Tibrewal2017-12-05
| | | | | | |\ | | | | | |_|/ | | | | |/| |
| | | | | * | clang-formatGravatar Vijay Pai2017-12-04
| | | | | | |
| | | | * | | Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
| | | | |\ \ \ | | | | | | | | | | | | | | | | On server, include receiving HTTP/2 settings in handshake timeout
| | | | * | | | fix connectivity test failureGravatar Sree Kuchibhotla2017-12-04
| | | | | | | |
| | | | * | | | Delete outdated commentsGravatar Sree Kuchibhotla2017-12-01
| | | | | | | |
| | | | * | | | Provide a cleaner API for proxy_connection_failed().Gravatar Mark D. Roth2017-12-01
| | | | | | | |