aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Merge branch 'cq_limited_pollers' of github.com:sreecha/grpc into uberpollGravatar Craig Tiller2017-05-05
|\
| * Separate this into a new pollerGravatar Sree Kuchibhotla2017-05-05
| |
* | Fix deps between grpc and tracer systemGravatar Craig Tiller2017-05-05
| |
* | Finish merge, disable new pollers until they stabilizeGravatar Craig Tiller2017-05-05
| |
* | Merge branch 'epoll_thread_pool' of github.com:sreecha/grpc into uberpollGravatar Craig Tiller2017-05-05
|\ \
* \ \ Merge branch 'epex4' into uberpollGravatar Craig Tiller2017-05-05
|\ \ \
* \ \ \ Merge branch 'timer_pool' into uberpollGravatar Craig Tiller2017-05-05
|\ \ \ \
| | | * | Merge branch 'master' into epoll_thread_poolGravatar Sree Kuchibhotla2017-05-03
| | | |\|
| * | | | Merge github.com:grpc/grpc into timer_poolGravatar Craig Tiller2017-05-03
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge github.com:grpc/grpc into hiertuneGravatar Craig Tiller2017-05-03
|\ \ \ \ \ | | |/ / / | |/| | |
| | | | * New epoll-based polling engine with dedicated poller threadsGravatar Sree Kuchibhotla2017-05-02
| | | | |
| | * | | Isolate timer checking in its own threadGravatar Craig Tiller2017-05-02
| | | |/ | | |/|
| * / | Implement client-side load reporting for grpclb.Gravatar Mark D. Roth2017-05-02
| |/ /
| * | Merge pull request #10360 from dgquintas/grpclb_new_testGravatar David G. Quintas2017-05-02
| |\ \ | | | | | | | | New version of grpclb end2end test
| | | * Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-05-01
| | | |\ | | |_|/ | |/| |
| | | * Merge branch 'hiertune' into epex4+epoll1Gravatar Craig Tiller2017-05-01
| | | |\ | |_|_|/ |/| | |
| * | | Remove leftover thrift mentionsGravatar David Garcia Quintas2017-05-01
| | | |
* | | | Merge github.com:grpc/grpc into epoll1+hierarchical-turnstileGravatar Craig Tiller2017-04-28
|\| | |
| | * | New version of grpclb end2end testGravatar David Garcia Quintas2017-04-27
| |/ /
| * | Merge pull request #10869 from MakMukhi/cmake_fixGravatar MakMukhi2017-04-27
| |\ \ | | | | | | | | Fix for recent cmake failure owing to gmock
* | | | Fix test compilationGravatar Craig Tiller2017-04-27
| | | |
| * | | Merge pull request #10522 from jiangtaoli2016/new_tsiGravatar David G. Quintas2017-04-27
| |\ \ \ | | | | | | | | | | Update TSI with new non-blocking TSI interfaces.
* | | | | Initial fork for singleton epoll pollerGravatar Craig Tiller2017-04-27
|/ / / /
| | | * Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-04-27
| | | |\ | |_|_|/ |/| | |
| | * | Fix for recent cmake failure owing to gmockGravatar Mahak Mukhi2017-04-26
| | | |
| | | * Allow EPOLLEXCLUSIVE tests to be omitted outside of CIGravatar Craig Tiller2017-04-25
| | | |
* | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-24
|\ \ \ \ | | |/ / | |/| |
| | | * Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-04-24
| | | |\ | | |_|/ | |/| |
| | * | Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-24
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #10742 from markdroth/hash_tableGravatar Mark D. Roth2017-04-21
| |\ \ \ | | | | | | | | | | Change slice_hash_table to use linear probing and add unit test.
* | | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-21
|\| | | |
| | | | * Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-04-20
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Increase portability of CMakeLists.txtGravatar Mehrdad Afshari2017-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update CMakeLists.txt (original template and generated code) to prevent forcefully linking `dl` on all UNIX platforms, and rely on `${CMAKE_DL_LIBS}` portable variable instead. - Do not try linking against `librt` on macOS. - Add a `config_freebsd` directory containing the header file generated by the `configure` script for the `ares` library.
| | | | * Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-04-20
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-04-20
| | | | |\
* | | | | \ Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-19
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-19
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | | * | | Change hash table to use linear probing and add unit test.Gravatar Mark D. Roth2017-04-19
| | | | | | | | | | | | | | | | | | | | | | | | Also add some missing rules in test/core/slice/BUILD.
| | * | | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-18
| | |\| | |
| * | | | | Remove status_helper as it is not needed any moreGravatar yang-g2017-04-18
| | |/ / / | |/| | |
* | | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-17
|\| | | |
| | | | * Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-04-17
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
| | | | |
| | | * | Merge branch 'master' into new_tsiGravatar jiangtaoli20162017-04-15
| | | |\ \ | | |_|/ / | |/| | |
* | | | | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-14
|\| | | |
| | * | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-13
| |\ \ \ \
| | * | | | master to 1.4.0-devGravatar David Garcia Quintas2017-04-13
| | | | | |
| | | | | * Merge github.com:grpc/grpc into epex3Gravatar Craig Tiller2017-04-13
| | | | | |\ | | | |_|_|/ | | |/| | |
| * | | | | Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-13
| |\| | | |