aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_client_posix.c
Commit message (Collapse)AuthorAge
* update apiGravatar yang-g2015-12-01
|
* Release fd apiGravatar yang-g2015-11-30
|
* Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-12
|\
| * mark unreachable code with a macroGravatar yang-g2015-10-07
| |
* | Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-05
|\|
| * Add a more useful log message when failing to connectGravatar Craig Tiller2015-10-05
| |
* | s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarmGravatar David Garcia Quintas2015-10-04
|/
* 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
|
* Call list progressGravatar Craig Tiller2015-09-21
|
* 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
| * Add tracing for connect latencyGravatar Craig Tiller2015-09-16
| |
* | Core compiles with workqueuesGravatar Craig Tiller2015-09-15
|/
* First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
|
* Sign conversion fixesGravatar Craig Tiller2015-09-10
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
|\ | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
| |\ | | | | | | Expose call peer uri from C core
* | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/client_config/subchannel.c src/core/iomgr/alarm.c src/core/iomgr/iomgr.c src/core/iomgr/tcp_client_posix.c
| * | Merge pull request #2529 from ctiller/prefer-gin-n-tonicGravatar Vijay Pai2015-07-21
| |\ \ | | | | | | | | Move alarm subsystem to monotonic time
* | | | Fix race introduced recentlyGravatar Craig Tiller2015-07-21
| | | |
* | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-21
|\| | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * | | Fix (forever) a TSAN bug thats plagued usGravatar Craig Tiller2015-07-21
| | | |
| | | * Add grpc_call_get_peerGravatar Craig Tiller2015-07-20
| | |/ | |/|
| | * Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
| |/
* / Correct alarm handlingGravatar Craig Tiller2015-07-17
|/
* Merge pull request #2289 from ctiller/footprints-on-the-sands-of-timeGravatar Vijay Pai2015-07-10
|\ | | | | Introduce multiple clocks to GPR
* | Fix race in TCP connectionGravatar Craig Tiller2015-07-09
| | | | | | | | | | | | If the TCP client connection alarm triggers close to the connection deadline (but succeeds), the alarm shuts down the endpoint underneath the existing transport... which is very bad for its health.
| * Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
| |\ | |/ |/| | | | | | | Conflicts: src/core/channel/client_setup.c src/core/surface/init.c
| * clang-format changed filesGravatar Craig Tiller2015-07-06
| |
| * Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
| |
* | Fix a bug where cancelled calls can be stranded past disconnectionGravatar Craig Tiller2015-07-01
| |
* | Fix pollset_set handling in tcp_client_posixGravatar Craig Tiller2015-06-30
|/
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-05
|\
* | clang-formatGravatar Craig Tiller2015-06-05
| |
| * Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
| |
* | Fix threading problem on early orphaningGravatar Craig Tiller2015-06-02
| |
* | Fix TSAN reported errorsGravatar Craig Tiller2015-06-01
| |
* | Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\|
| * Label all iomgr objectsGravatar Craig Tiller2015-06-01
| | | | | | | | | | This allows a list of them to be dumped to isolate where memory leaks are occuring.
* | Fix memory leak, reduce spamGravatar Craig Tiller2015-06-01
| |
* | Minor cleanupGravatar Craig Tiller2015-05-11
| |
* | Make posix tcp client add itself to interested parties when neededGravatar Craig Tiller2015-05-08
| |