| .. |
|
alarm.c
|
cf1a7e03e7
Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a.
|
10 years ago |
|
alarm.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
alarm_heap.c
|
190d360def
Add missing new-lines at end of file
|
11 years ago |
|
alarm_heap.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
alarm_internal.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
endpoint.c
|
190d360def
Add missing new-lines at end of file
|
11 years ago |
|
endpoint.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
endpoint_pair.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
endpoint_pair_posix.c
|
190d360def
Add missing new-lines at end of file
|
11 years ago |
|
fd_posix.c
|
466423b157
Add a no_barrier_load atomic operation.
|
10 years ago |
|
fd_posix.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
iocp_windows.c
|
8703f4d0c2
Various Windows fixes.
|
10 years ago |
|
iocp_windows.h
|
8703f4d0c2
Various Windows fixes.
|
10 years ago |
|
iomgr.c
|
8703f4d0c2
Various Windows fixes.
|
10 years ago |
|
iomgr.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
iomgr_internal.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
iomgr_posix.c
|
faa8480a39
Tracer registration.
|
10 years ago |
|
iomgr_posix.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
iomgr_windows.c
|
190d360def
Add missing new-lines at end of file
|
11 years ago |
|
pollset.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
pollset_kick.c
|
0840da4c64
Move pollset_kick wfd creation/destruction out of freelist lock
|
11 years ago |
|
pollset_kick.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
pollset_kick_posix.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
pollset_kick_windows.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
pollset_multipoller_with_epoll.c
|
a16fee215f
Correct the comment documenting how to disable having multiple threads
|
11 years ago |
|
pollset_multipoller_with_poll_posix.c
|
6daab598f4
Check POLLHUP, POLLERR as required
|
11 years ago |
|
pollset_posix.c
|
64d0a87d98
Reintroduce sleep on backup thread
|
10 years ago |
|
pollset_posix.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
pollset_windows.c
|
b505661b1a
Add a shutdown API to pollset
|
10 years ago |
|
pollset_windows.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
resolve_address.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
resolve_address_posix.c
|
2ad8d21158
strcmp: change all !str[n]cmp to str[n]cmp == 0
|
10 years ago |
|
resolve_address_windows.c
|
589cba2c7b
Factorizing out function split_host_port.
|
11 years ago |
|
sockaddr.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
sockaddr_posix.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
sockaddr_utils.c
|
190d360def
Add missing new-lines at end of file
|
11 years ago |
|
sockaddr_utils.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
sockaddr_win32.h
|
cfd6073a66
Various Windows fixes.
|
10 years ago |
|
socket_utils_common_posix.c
|
190d360def
Add missing new-lines at end of file
|
11 years ago |
|
socket_utils_linux.c
|
190d360def
Add missing new-lines at end of file
|
11 years ago |
|
socket_utils_posix.c
|
190d360def
Add missing new-lines at end of file
|
11 years ago |
|
socket_utils_posix.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
socket_windows.c
|
8703f4d0c2
Various Windows fixes.
|
10 years ago |
|
socket_windows.h
|
8703f4d0c2
Various Windows fixes.
|
10 years ago |
|
tcp_client.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
tcp_client_posix.c
|
0fcd53c701
Fix a TSAN reported error
|
11 years ago |
|
tcp_client_windows.c
|
94964fd0b2
Fixing Windows port.
|
11 years ago |
|
tcp_posix.c
|
faa8480a39
Tracer registration.
|
10 years ago |
|
tcp_posix.h
|
faa8480a39
Tracer registration.
|
10 years ago |
|
tcp_server.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
tcp_server_posix.c
|
0fcd53c701
Fix a TSAN reported error
|
11 years ago |
|
tcp_server_windows.c
|
cfd6073a66
Various Windows fixes.
|
10 years ago |
|
tcp_windows.c
|
cfd6073a66
Various Windows fixes.
|
10 years ago |
|
tcp_windows.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
time_averaged_stats.c
|
190d360def
Add missing new-lines at end of file
|
11 years ago |
|
time_averaged_stats.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
wakeup_fd_eventfd.c
|
a3b18d922a
Fix link error
|
11 years ago |
|
wakeup_fd_nospecial.c
|
e1a03a61c2
Make _posix usage match 'the rules'
|
11 years ago |
|
wakeup_fd_pipe.c
|
e1a03a61c2
Make _posix usage match 'the rules'
|
11 years ago |
|
wakeup_fd_pipe.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |
|
wakeup_fd_posix.c
|
e1a03a61c2
Make _posix usage match 'the rules'
|
11 years ago |
|
wakeup_fd_posix.h
|
1ff52d5278
Guard headers tool.
|
10 years ago |