Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Preventing huge stacks in timer_heap_test. | Nicolas "Pixel" Noble | 2016-03-17 |
| | |||
* | Fixing bitrotting in udp_server_test.c | Nicolas "Pixel" Noble | 2016-03-17 |
| | |||
* | Copyright, casting fixes | Craig Tiller | 2016-03-09 |
| | |||
* | clang-format | Craig Tiller | 2016-03-09 |
| | |||
* | Add an additional test | Craig Tiller | 2016-03-09 |
| | |||
* | Fix timers | Craig Tiller | 2016-03-08 |
| | |||
* | Remove broken test | Craig Tiller | 2016-02-29 |
| | | | | | | | This test is inherently flaky and I don't see any way to make it not so. Historically this test has not (in my memory) given any signal that something is actually broken. Let's save maintenance and just nuke it. | ||
* | Revert "Revert "Add an implementation firewall against pollset_set"" | Craig Tiller | 2016-02-25 |
| | |||
* | Revert "Add an implementation firewall against pollset_set" | Vijay Pai | 2016-02-25 |
| | |||
* | Merge branch 'hide-the-pollset' into hide-the-pollset-set | Craig Tiller | 2016-02-25 |
|\ | |||
| * | Change pollset mutex ownership | Craig Tiller | 2016-02-25 |
|/ | |||
* | Update copyrights | Craig Tiller | 2016-02-19 |
| | |||
* | Provide an interface firewall between pollset and its implementations | Craig Tiller | 2016-02-19 |
| | | | | | | | Starting to allow for >1 implementation of pollset within a binary. Do so without requiring an extra allocation for completion queues (which we could not tolerate). | ||
* | Finish porting posix | Craig Tiller | 2016-02-18 |
| | |||
* | Merge branch 'cleaner-posix' into hide-the-worker | Craig Tiller | 2016-02-18 |
|\ | |||
| * | Fix test | Craig Tiller | 2016-02-18 |
| | | |||
* | | Move worker into pollset | Craig Tiller | 2016-02-18 |
|/ | |||
* | Fix tcp_client_posix_test | Craig Tiller | 2016-02-18 |
| | |||
* | Merge github.com:grpc/grpc into cleaner-posix | Craig Tiller | 2016-02-18 |
|\ | |||
| * | Fix copyright | vjpai | 2016-02-16 |
| | | |||
| * | Fix the arguments type for on_read and destroy callbacks to match with ↵ | Bogdan Drutu | 2016-02-16 |
| | | | | | | | | grpc_iomgr_cb_func | ||
* | | Separate timer checking from pollsets | Craig Tiller | 2016-02-16 |
|/ | |||
* | Update copyrights | Craig Tiller | 2016-01-28 |
| | |||
* | Preparatory changes for work shedding | Craig Tiller | 2016-01-28 |
| | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions | ||
* | Merge branch 'tcp_listener' into tcp_server_shutdown | Dan Born | 2016-01-20 |
|\ | |||
| * | Merge branch 'master' into tcp_listener | Dan Born | 2016-01-20 |
| |\ | |||
* | | | clang reformat | Dan Born | 2016-01-15 |
| | | | |||
* | | | Add shutdown_starting callbacks to tcp_server. | Dan Born | 2016-01-14 |
|/ / | | | | | | | | | tcp_server_posix_test illustrates how this can be used to implement a weak referencing mechanism. | ||
* | | tcp_server_posix_test fixes. | Dan Born | 2016-01-14 |
| | | | | | | | | | | | | Use grpc_shutdown() instead of grpc_iomgr_shutdown() to prevent grpc_pick_unused_port_or_die() from inappropriately destroying global state. Fix port allocation issues. | ||
* | | Fix port allocation in test. | Dan Born | 2016-01-14 |
| | | |||
* | | clang reformat. | Dan Born | 2016-01-14 |
| | | |||
* | | Test a server with multiple ports | Dan Born | 2016-01-13 |
| | | |||
* | | Extend Copyrights to 2016 | Dan Born | 2016-01-13 |
| | | |||
* | | Code review follow-up. | Dan Born | 2016-01-12 |
| | | |||
| * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | |||
* | | Make grpc_tcp_listener private. | Dan Born | 2016-01-11 |
|/ | |||
* | Merge pull request #4627 from daniel-j-born/tcp_fd | Craig Tiller | 2016-01-08 |
|\ | | | | | Expose the fd in grpc_fd and grpc_tcp. | ||
| * | Don't use ep after destroy in the test. | Dan Born | 2016-01-07 |
| | | |||
| * | Unit tests for new functions | Dan Born | 2016-01-06 |
| | | |||
* | | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
|/ | |||
* | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 |
| | |||
* | Merge pull request #4426 from ctiller/socketutils | Vijay Pai | 2015-12-11 |
|\ | | | | | Add iomgr socket_utils and sockaddr_utils tests | ||
* \ | Merge pull request #4376 from ctiller/wqtest | Yang Gao | 2015-12-11 |
|\ \ | | | | | | | Cover more of workqueue | ||
* \ \ | Merge pull request #4397 from jtattermusch/tv_sec_64bit | Craig Tiller | 2015-12-11 |
|\ \ \ | | | | | | | | | Make gpr_timespec platform agnostic. | ||
| | | * | Add tests for socket utilities | Craig Tiller | 2015-12-11 |
| | | | | |||
| | | * | Add tests for set/get port | Craig Tiller | 2015-12-11 |
| |_|/ |/| | | |||
| * | | make gpr_timespec platform agnostic | Jan Tattermusch | 2015-12-10 |
| | | | |||
* | | | Exclude UDP code for now | Craig Tiller | 2015-12-10 |
|/ / | |||
| * | Cover more of workqueue | Craig Tiller | 2015-12-09 |
|/ | |||
* | update api | yang-g | 2015-12-01 |
| |