aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_server_windows.c
Commit message (Collapse)AuthorAge
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* clang-formatGravatar Craig Tiller2017-04-05
|
* Update windowsGravatar Craig Tiller2017-04-05
|
* Change error_create API to sliceGravatar ncteisen2017-03-13
|
* Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-11
|\
| * fix code formattingGravatar Jan Tattermusch2017-01-11
| |
| * iocp_windows.c and tcp_server_windows.c: fixes for gcc on Windows (unused ↵Gravatar Mario Emmenlauer2017-01-11
| | | | | | | | variables and type casts)
* | clang-formatGravatar Craig Tiller2017-01-06
| |
* | Fixes, remove grpc_error_free_stringGravatar Craig Tiller2017-01-06
|/
* Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
|\
| * clang-format codeGravatar Craig Tiller2017-01-03
| |
| * Fixup Windows source files for new closure APIsGravatar Craig Tiller2017-01-03
| |
| * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
|\|
| * Fix allocation bug.Gravatar Mark D. Roth2016-12-09
| |
| * Pass ownership of grpc_tcp_server_acceptor to connector.Gravatar Mark D. Roth2016-12-08
| |
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-30
|\|
| * clang-formatGravatar Craig Tiller2016-11-29
| |
| * Fix races on tcp server shutdown on WindowsGravatar Craig Tiller2016-11-29
| | | | | | | | | | | | | | - we were treating an int as atomic, which is dubious at best - it was possible to shutdown while an accept was being handled, and process that shutdown accept before the real accept finished, leading to a use-after-free up the stack
* | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/
* clang-format codeGravatar Craig Tiller2016-10-28
|
* Fix some other Windows bugs while we're hereGravatar Craig Tiller2016-10-28
|
* clang-format codeGravatar Craig Tiller2016-10-28
|
* Fix resource quotas on WindowsGravatar Craig Tiller2016-10-28
|
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-12
|\
| * Fix Windows serverGravatar Dan Born2016-10-03
| |
| * Require non-NULL exec_ctx to unref.Gravatar Dan Born2016-09-26
| |
* | Clang formatGravatar murgatroid992016-09-26
| |
* | Updated changes for Windows, removed unistd.h from test filesGravatar Michael Lumish2016-09-26
| |
* | Renamed GPR_ constants to GRPC_ in iomgr/port.hGravatar murgatroid992016-08-08
| |
* | Separate out iomgr-specific constants into a separate headerGravatar murgatroid992016-08-08
|/
* Shutdown the listeners early when destroying the tcp_serverGravatar yang-g2016-07-11
|
* Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-26
|\
| * Initialize port to -1Gravatar Ken Payson2016-06-22
| |
* | Fix windows build errorGravatar Craig Tiller2016-06-20
|/
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
|\
| * Merge remote-tracking branch 'upstream/master' into baseGravatar Yuchen Zeng2016-05-31
| |\
* | | Rename functionsGravatar Craig Tiller2016-05-24
| | |
* | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-24
|\ \ \ | | |/ | |/|
| * | Fix formatting, mem leak, stallGravatar Craig Tiller2016-05-20
| | |
| * | Attempt to fix WindowsGravatar Craig Tiller2016-05-20
| | |
* | | Windows fixes for error handlingGravatar Craig Tiller2016-05-18
| | |
* | | clang-formatGravatar Craig Tiller2016-05-17
| | |
* | | Windows port of error systemGravatar Craig Tiller2016-05-17
|/ /
| * Change win32 file suffixGravatar Yuchen Zeng2016-04-26
| |
* | Removing grpc_tcp_server_port_fd* from the Windows implementation.Gravatar Nicolas "Pixel" Noble2016-04-15
| |