aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_server_posix.c
Commit message (Collapse)AuthorAge
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Merge pull request #5920 from yang-g/ipv6Gravatar Jan Tattermusch2016-03-23
|\ | | | | Fix failure handling code
| * resolve commentsGravatar yang-g2016-03-23
| |
| * Fix failure handling codeGravatar yang-g2016-03-22
| |
* | fix copyright dates and style issuesGravatar ahedberg2016-03-22
| |
* | prefix external linkage functions with grpcGravatar ahedberg2016-03-22
| |
* | move unix socket functionality to unix_sockets_posix moduleGravatar ahedberg2016-03-17
| |
* | Make use of unix sockets optional.Gravatar ahedberg2016-03-15
|/
* Preparatory changes for work sheddingGravatar Craig Tiller2016-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
* Add shutdown_starting callbacks to tcp_server.Gravatar Dan Born2016-01-14
| | | | | tcp_server_posix_test illustrates how this can be used to implement a weak referencing mechanism.
* Extend Copyrights to 2016Gravatar Dan Born2016-01-13
|
* Put the fd_index in the same order as the sibling list.Gravatar Dan Born2016-01-12
|
* Code review follow-up.Gravatar Dan Born2016-01-12
|
* Make grpc_tcp_listener private.Gravatar Dan Born2016-01-11
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* Add a test for binding a server to the same port twice; fix crashesGravatar Craig Tiller2015-12-11
|
* Comply with conventionsGravatar Craig Tiller2015-12-09
|
* Add another NULL checkGravatar Craig Tiller2015-12-09
|
* Simplify codeGravatar Craig Tiller2015-12-09
|
* Fix null pointer dereferenceGravatar Craig Tiller2015-12-08
|
* update apiGravatar yang-g2015-12-01
|
* Release fd apiGravatar yang-g2015-11-30
|
* merge with headGravatar yang-g2015-11-20
|\
| * Renaming dual_stack_second_port to sibling.Gravatar Nicolas "Pixel" Noble2015-11-20
| |
| * Fixing use after free under Posix (was already fixed for Windows.)Gravatar Nicolas "Pixel" Noble2015-11-19
| |
| * Renaming server_port to grpc_tcp_listener - there's no need for casting...Gravatar Nicolas Noble2015-11-19
| |
| * Adding grpc_tcp_listener as an actual object being returned.Gravatar Nicolas Noble2015-11-19
|/
* mark unreachable code with a macroGravatar yang-g2015-10-07
|
* C changes to avoid shadowed global declaration warnings in gcc4.4Gravatar Vijay Pai2015-09-29
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Final patches for renameGravatar Craig Tiller2015-09-22
|
* Change runs to enqueueGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* Merge github.com:grpc/grpc into we-are-oneGravatar Craig Tiller2015-09-22
|\
* | Call list progressGravatar Craig Tiller2015-09-18
| |
* | CleanupGravatar Craig Tiller2015-09-18
| |
* | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-17
|\ \ | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_server_posix.c
| | * Merge remote-tracking branch 'upstream/master' into rename_callbackGravatar Robbie Shade2015-09-17
| | |\ | | |/ | |/|
* | | Getting stuff workingGravatar Craig Tiller2015-09-16
| | |
| * | Add server trace lineGravatar Craig Tiller2015-09-16
| | |
* | | Core compiles with workqueuesGravatar Craig Tiller2015-09-15
|/ /
| * Merge remote-tracking branch 'upstream/master' into rename_callbackGravatar Robbie Shade2015-09-14
| |\ | |/ |/|
* | First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
| |
* | Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
| |
| * Rename the TCP server callback arguments to be more descriptive.Gravatar Robbie Shade2015-08-28
|/
* Fix a race that could cause a double deleteGravatar Craig Tiller2015-07-30
|