yang-g
|
5d85037748
|
update api
|
9 years ago |
yang-g
|
58f8049645
|
Add a test
|
9 years ago |
yang-g
|
dc2159309a
|
Release fd api
|
9 years ago |
David Garcia Quintas
|
661ad7fc85
|
We need the iomgr_init for winsocks initialization.
Also fixed (thanks @nicolasnoble) wrong construction of error msg.
|
10 years ago |
David Garcia Quintas
|
4bc3463108
|
Introducing grpc_executor, for all your threading needs
|
10 years ago |
Robbie Shade
|
c6787b263f
|
Fix broken udp_server_test, by adding exec_ctx to read_cb
|
10 years ago |
David Garcia Quintas
|
f747bbc043
|
s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm
|
10 years ago |
Robbie Shade
|
a8e2e5263d
|
Pass through grpc_fd pointer rather than int.
|
10 years ago |
Robbie Shade
|
109a8dc6d8
|
Stop shadowing global name
|
10 years ago |
Robbie Shade
|
147fe701a0
|
Add grpc_server argument to grpc_udp_server_start
|
10 years ago |
Craig Tiller
|
b8b1a462e5
|
Finish cleanup
|
10 years ago |
Craig Tiller
|
a82950e683
|
clang-format all core files
|
10 years ago |
Craig Tiller
|
8af4c33718
|
Final patches for rename
|
10 years ago |
Craig Tiller
|
e7db29f8c7
|
Move argument passing to start of list
|
10 years ago |
Craig Tiller
|
f5768a6765
|
Rename init
|
10 years ago |
Craig Tiller
|
098047b53a
|
Rename run
|
10 years ago |
Craig Tiller
|
9f7dc3a4e5
|
Move argument passing to start of list
|
10 years ago |
Craig Tiller
|
1be70ccdb8
|
Move arguments to the start of lists
|
10 years ago |
Craig Tiller
|
45724b35e4
|
indent pass to get logical source lines on one physical line
|
10 years ago |
Craig Tiller
|
af73d78b78
|
clang-format all core files
|
10 years ago |
Craig Tiller
|
d9ccbbf6b9
|
Rename call_list to closure_list
|
10 years ago |
Craig Tiller
|
d9fdaf204c
|
Fix tests
|
10 years ago |
Craig Tiller
|
4fc085fcbb
|
Test bug fixes
|
10 years ago |
Craig Tiller
|
62aef62136
|
Fixes
|
10 years ago |
Craig Tiller
|
ba496454b2
|
Fixes
|
10 years ago |
Craig Tiller
|
294d0ecc05
|
Call lists compile
|
10 years ago |
Craig Tiller
|
dfff1b8126
|
Call list progress
|
10 years ago |
Craig Tiller
|
d1bec03fa1
|
Call list progress
|
10 years ago |
Craig Tiller
|
33825118df
|
Cleanup
|
10 years ago |
Craig Tiller
|
3cd6a5158d
|
Getting stuff working
|
10 years ago |
Craig Tiller
|
7d57ba138f
|
Tests compile
|
10 years ago |
Robbie Shade
|
e388ed3a45
|
Remove arguments from on_read in test
|
10 years ago |
Craig Tiller
|
6a6b36c503
|
Enable -Wconversion
|
10 years ago |
Craig Tiller
|
f96dfc3cf8
|
First round of fixing up implicit 64->32 bit conversions
|
10 years ago |
Craig Tiller
|
32ca48ce0b
|
Core compiles with -Wsign-conversion
|
10 years ago |
Craig Tiller
|
73b6606629
|
Workqueue: interface, test, and posix implementation
|
10 years ago |
Craig Tiller
|
f406f6c448
|
Fixed build
|
10 years ago |
Robbie Shade
|
c8cb4ed45d
|
Removed on_connect callback from udp_server_test
|
10 years ago |
Craig Tiller
|
9f80fcf8e7
|
Cleaning up Windows endpoint code
- removed the need to track some state
- fixed chttp2 transport endpoint shutdown management
- made a bunch of tests pass
|
10 years ago |
yang-g
|
edd4667348
|
Reduce a timeout causing overflow
|
10 years ago |
Craig Tiller
|
ae69ad1bcf
|
Add a portable test of endpoint pairs
|
10 years ago |
Craig Tiller
|
b029859e58
|
Revert "Revert "Refactor Endpoint API""
|
10 years ago |
Craig Tiller
|
99d7b661be
|
Revert "Refactor Endpoint API"
|
10 years ago |
Craig Tiller
|
be95249350
|
Cleanup test, initialize correctly
Test was failing on mac because gpr time code was not initialized. Whilst here, clean up the test so that I can understand it again.
|
10 years ago |
Craig Tiller
|
592e7f2dd0
|
Refactor Endpoint API
- Allow reads to complete immediately
- Unify read/write signatures
- Simplify memory management to allow future optimization work
|
10 years ago |
Craig Tiller
|
d6c98df792
|
clang-format all source
|
10 years ago |
Robbie Shade
|
00436a256d
|
Update to latest API changes.
|
10 years ago |
Craig Tiller
|
4c06b820e0
|
Add a test of non-blocking API behavior
... also fix things that were broken :)
|
10 years ago |
Robbie Shade
|
2b10767bf3
|
Read from the UDP FD, verify number of bytes read
|
10 years ago |
Robbie Shade
|
aeb386ce7b
|
Ensure connect happens to server address
|
10 years ago |