aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Add server interceptors in end2end_testGravatar Yash Tibrewal2018-11-01
|
* Refactor tests slightlyGravatar Yash Tibrewal2018-11-01
|
* Add server_interceptors_end2end_test to build.yamlGravatar Vijay Pai2018-10-29
|
* Separate out interceptorbatchmethodimpl to a different fileGravatar Yash Tibrewal2018-10-26
|
* Rename call.h to call_op_set.h and call_wrapper.h to call.hGravatar Yash Tibrewal2018-10-26
|
* Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-25
|\
| * Merge pull request #16507 from markdroth/health_checking_clientGravatar Mark D. Roth2018-10-24
| |\ | | | | | | Health checking client
| * \ Merge pull request #16963 from yihuazhang/security_connector_refactor_newGravatar yihuaz2018-10-24
| |\ \ | | | | | | | | security connector refactor
| | | * Client-side health checking support.Gravatar Mark D. Roth2018-10-24
| | | |
| * | | Remove inproc_nosec_test since inproc is inherently secureGravatar Vijay Pai2018-10-23
| | |/ | |/|
* | | Use InProc Channel for callback testsGravatar Yash Tibrewal2018-10-23
| | |
* | | Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-22
|\| |
| | * security connector refactorGravatar Yihua Zhang2018-10-22
| |/
* | Adding intercepted channelGravatar Yash Tibrewal2018-10-22
| |
| * Changes to register xds plugin init and shutdown.Gravatar Vishal Powar2018-10-18
| | | | | | | | | | | | Also, - Changes to extract grpclb_proto into its own build target - Remove client_load_reporting_filter from xds plugin.
| * regenerate projectsGravatar Jan Tattermusch2018-10-17
| |
* | Starting on server interceptorsGravatar Yash Tibrewal2018-10-16
|/
* Merge pull request #16854 from jtattermusch/bazel_test_adjustmentsGravatar Jan Tattermusch2018-10-16
|\ | | | | Align some build.yaml test names with bazel counterparts
* \ Merge pull request #16807 from mhaidrygoog/callback_unary_benchmarkGravatar Moiz Haidry2018-10-12
|\ \ | | | | | | Benchmark test for unary callback based RPCs in gRPC
| | * regenerate projectsGravatar Jan Tattermusch2018-10-12
| |/ |/|
* | Increment version number since grpc_use_signal deletion is an API breakerGravatar Vijay Pai2018-10-10
| |
* | Regenerate projectsGravatar Stanley Cheung2018-10-08
| |
| * Benchmark test for callback unary gRPCGravatar Moiz Haidry2018-10-08
|/ | | | Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup
* Merge pull request #16754 from jtattermusch/fix_unsecure_pcGravatar Jan Tattermusch2018-10-08
|\ | | | | fix *_unsecure.pc files
* \ Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
|\ \
| | * fix *_unsecure.pc filesGravatar Jan Tattermusch2018-10-02
| |/
| * Merge pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
| |\ | | | | | | Delete hpack lookup table
* | | Add experimental versions with interceptors for create channel from fd and ↵Gravatar Yash Tibrewal2018-09-30
| | | | | | | | | | | | inproc channel
| | * Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
| | |
* | | Build changesGravatar Yash Tibrewal2018-09-27
|/ /
* | Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
| |
* | Warn on non-virtual destructor if class has virtual functionsGravatar Vijay Pai2018-09-20
| |
* | Merge pull request #16646 from vjpai/callback_codegen_client_unaryGravatar Vijay Pai2018-09-20
|\ \ | |/ |/| EXPERIMENTAL: Codegen for callback client unary calls
* | Merge pull request #16488 from hcaseyal/hpack_static_tableGravatar hcaseyal2018-09-20
|\ \ | | | | | | Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding
| | * Make the core callback interface API so that it can be used in generated codeGravatar Vijay Pai2018-09-19
| |/ |/|
| * Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
| |
* | Merge pull request #16492 from vjpai/client_callbackGravatar Vijay Pai2018-09-12
|\ \ | | | | | | EXPERIMENTAL: C++ generic client-side unary callback API
* | | Resolve ip literals and Windows localhost manually when using c-aresGravatar Alexander Polcyn2018-09-11
| |/ |/|
| * Provide a generic client-side unary callback APIGravatar Vijay Pai2018-08-30
|/
* Merge pull request #16467 from AspirinSJL/bump_masterGravatar Juanli Shen2018-08-27
|\ | | | | Bump version to 1.16.0-dev
* | Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
| |
| * Regenerate projectsGravatar Juanli Shen2018-08-27
|/
* Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
|
* Merge pull request #15941 from yashykt/fathomtcpchangesGravatar Yash Tibrewal2018-08-24
|\ | | | | Fathom tcp changes
* | Add an inproc-based non-polling test of core callback APIGravatar Vijay Pai2018-08-21
| |
* | Move a file from src/cpp to src/core since core depends on itGravatar Vijay Pai2018-08-16
| |
* | pkgconfig: add gpr to grpc's Requires.privateGravatar Jan Tattermusch2018-08-13
| |
* | make should generate pkg-config file for gpr as wellGravatar Jan Tattermusch2018-08-13
| |
| * Merge masterGravatar Yash Tibrewal2018-08-13
| |\ | |/ |/|
* | 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.