Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cleanup leftover files under vsprojects | Jan Tattermusch | 2018-03-24 |
| | |||
* | Abstract libuv implementation | kpayson64 | 2018-03-13 |
| | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers | ||
* | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-07-21 |
|\ | |||
* | | Build simplification | Craig Tiller | 2017-07-19 |
| | | |||
* | | Add a simple stats framework to gRPC C core | Craig Tiller | 2017-07-18 |
| | | |||
| * | Merge branch 'master' into uv_portability_fix | murgatroid99 | 2017-07-18 |
| |\ | |/ |/| | |||
| * | Add asserts that uv calls all run on the same thread | murgatroid99 | 2017-07-18 |
| | | |||
* | | Move stream_compression to src/core/lib/compression | Muxi Yan | 2017-07-05 |
|/ | |||
* | Merge github.com:grpc/grpc into ALL-the-things | Craig Tiller | 2017-06-07 |
|\ | |||
| * | Implement LB policy updates | David Garcia Quintas | 2017-06-06 |
| | | |||
* | | Merge github.com:grpc/grpc into thread_pool | Craig Tiller | 2017-05-17 |
|\| | |||
| * | Merge pull request #11113 from jtattermusch/python_artifact_polling_trace | Jan Tattermusch | 2017-05-17 |
| |\ | | | | | | | Try fixing python artifact build on Windows | ||
* | | | Merge github.com:grpc/grpc into thread_pool | Craig Tiller | 2017-05-16 |
|\| | | |||
| | * | regenerate projects | Jan Tattermusch | 2017-05-16 |
| | | | |||
| * | | Move workaround_list to grpc_base | Muxi Yan | 2017-05-15 |
| |/ | |||
* / | Remove workqueue, covered_by_poller as concepts, get Mac build up | Craig Tiller | 2017-05-12 |
|/ | |||
* | Merge branch 'cq_limited_pollers' of github.com:sreecha/grpc into uberpoll | Craig Tiller | 2017-05-05 |
|\ | |||
| * | Separate this into a new poller | Sree Kuchibhotla | 2017-05-05 |
| | | |||
* | | Fix deps between grpc and tracer system | Craig Tiller | 2017-05-05 |
| | | |||
* | | Finish merge, disable new pollers until they stabilize | Craig Tiller | 2017-05-05 |
| | | |||
* | | Merge branch 'epoll_thread_pool' of github.com:sreecha/grpc into uberpoll | Craig Tiller | 2017-05-05 |
|\ \ | |||
* \ \ | Merge branch 'epex4' into uberpoll | Craig Tiller | 2017-05-05 |
|\ \ \ | |||
* \ \ \ | Merge branch 'timer_pool' into uberpoll | Craig Tiller | 2017-05-05 |
|\ \ \ \ | |||
| | | * | | New epoll-based polling engine with dedicated poller threads | Sree Kuchibhotla | 2017-05-02 |
| | | |/ | |||
| * | / | Isolate timer checking in its own thread | Craig Tiller | 2017-05-02 |
| | |/ | |/| | |||
| | * | Merge branch 'hiertune' into epex4+epoll1 | Craig Tiller | 2017-05-01 |
| | |\ | |_|/ |/| | | |||
* | | | Initial fork for singleton epoll poller | Craig Tiller | 2017-04-27 |
|/ / | |||
| * | Merge github.com:grpc/grpc into epex4 | Craig Tiller | 2017-04-27 |
| |\ | |/ |/| | |||
| * | Allow EPOLLEXCLUSIVE tests to be omitted outside of CI | Craig Tiller | 2017-04-25 |
| | | |||
| * | Merge github.com:grpc/grpc into epex4 | Craig Tiller | 2017-04-17 |
| |\ | |||
* | \ | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-14 |
|\ \ \ | | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-11 |
|\ \ \ | |||
| | * \ | Merge github.com:grpc/grpc into minimal_test | Craig Tiller | 2017-04-11 |
| | |\ \ | | |/ / | |/| | | |||
* | | | | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-07 |
|\ \ \ \ | |||
* | | | | | Update build.yaml | Craig Tiller | 2017-04-07 |
| | | | | | |||
| | | | * | Fix build, fix epollex detection | Craig Tiller | 2017-04-07 |
| | | |/ | | |/| | |||
| | | * | Merge deadline_init/deadline_start | Craig Tiller | 2017-04-06 |
| | | | | |||
| | * | | Split event notification out of ev_epoll_linux.c | Craig Tiller | 2017-04-06 |
| |/ / | |||
| | * | Optionalize deadline checking | Craig Tiller | 2017-04-03 |
| | | | |||
| | * | Optionalize compress, gather all the http2 filter bits together in ext/ | Craig Tiller | 2017-04-03 |
| | | | |||
| | * | Optionalize message_size_filter | Craig Tiller | 2017-04-03 |
| |/ | |||
| * | optionalize max_age | Craig Tiller | 2017-03-31 |
| | | |||
| * | Merge pull request #10382 from ctiller/checks | Craig Tiller | 2017-03-31 |
|/| | | | | | Reinstate filegroup dependency checks, fix fallout | ||
* | | Merge pull request #10318 from y-zeng/server_channel_max_age | Yuchen Zeng | 2017-03-31 |
|\ \ | | | | | | | Max age for server channels | ||
| | * | Regenerate projects | Craig Tiller | 2017-03-30 |
| |/ |/| | |||
| * | Add max_age_filter | Yuchen Zeng | 2017-03-28 |
| | | |||
* | | Merge pull request #10222 from makdharma/caching_with_uri | makdharma | 2017-03-26 |
|\ \ | |/ |/| | using URI query to communicate payload | ||
* | | Merge pull request #10245 from sreecha/cq_factory_api | Sree Kuchibhotla | 2017-03-24 |
|\ \ | | | | | | | Introduce grpc_completion_queue_factory API | ||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into caching_with_uri | Makarand Dharmapurikar | 2017-03-24 |
| | |\ | |_|/ |/| | | |||
* | | | Add socket factory support to udp_server.c | Michael Warres | 2017-03-24 |
| | | |