Mark D. Roth
e62605f41e
Fix error handling in channel initialization.
8 years ago
Craig Tiller
7d4116fa44
All core tests compile without grpc_mdstr
8 years ago
Craig Tiller
7cdad96fc4
Fix foward declaration duplication
8 years ago
Craig Tiller
10cd356662
Finish moving to new APIs
8 years ago
Craig Tiller
a59c16c184
Progress towards making grpc_slice_unref_internal take an exec_ctx
8 years ago
Craig Tiller
618e67d655
s/GPR_SLICE/GRPC_SLICE/g
8 years ago
Craig Tiller
c3350541e3
Generate build files
8 years ago
Craig Tiller
b37d53ebc0
Bulk update #includes
8 years ago
Craig Tiller
d41a4a720f
s/gpr_slice/grpc_slice, and move around tests, impls
8 years ago
murgatroid99
085f9afaf0
Added import order comments, resolved other minor issues
8 years ago
murgatroid99
dedb923b6e
Clang format
9 years ago
David Garcia Quintas
fa0896bbd0
Rewrote handling of default resolver prefix
9 years ago
Craig Tiller
d4673484c7
Update tests
9 years ago
murgatroid99
7871f736ce
Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests
9 years ago
Mark D. Roth
2137cd8e9b
Rename client_config directory to client_channel.
9 years ago
Craig Tiller
57726ca5a9
Revert "Revert "Grand unified closures""
9 years ago
Craig Tiller
537f7c2a13
Revert "Grand unified closures"
9 years ago
Mark D. Roth
7187ab9866
Change cq_verifier to report file and line number for expectations.
9 years ago
Mark D. Roth
a30678039f
Remove check for max message size from invalid_channel_args test, since
...
this parameter is no longer checked at channel creation time.
9 years ago
David Garcia Quintas
8c5424f0d5
added gpr_types.h
9 years ago
David Garcia Quintas
e8fd66b71d
removed codegen/slice_buffer.h and scrubbed codegen/slice.h
9 years ago
David Garcia Quintas
c79b0650d2
removed codegen/log.h
9 years ago
David Garcia Quintas
1399e466b0
removed codegen/time.h
9 years ago
David Garcia Quintas
3b31fdf77b
removed codegen/byte_buffer.h
9 years ago
David Garcia Quintas
6b11462da1
removed codegen/alloc.h
9 years ago
Craig Tiller
9d01848ef2
Fixes
9 years ago
yang-g
7ace180dde
Use test roots.pem in test
9 years ago
Craig Tiller
e0221ff340
Debugging
9 years ago
yang-g
9241c6947f
Use test roots.pem in test
9 years ago
yang-g
f710ba0095
Initialize variable.
9 years ago
yang-g
9ef0cd81f7
Initialize variable.
9 years ago
David Garcia Quintas
7ac58464df
removed use of __func__ in test
9 years ago
David Garcia Quintas
ecbe2d5285
Added test for C
9 years ago
David Garcia Quintas
6721d4f0f1
Return success status of grpc_byte_buffer_reader
9 years ago
Craig Tiller
e63246d100
clang-format
9 years ago
Craig Tiller
ea0dee5be9
Fix leaks
9 years ago
Craig Tiller
a286b040a9
small fixes
9 years ago
Craig Tiller
dbaf05e13d
Add a test of connecting many times in a row
9 years ago
Yuchen Zeng
64c0e8d4bc
Add format check for gpr_log and gpr_asprintf
9 years ago
Craig Tiller
115ae4004c
Add some tests
9 years ago
Craig Tiller
f5f290459a
Fix up some server setup bugs
9 years ago
Craig Tiller
48ed92ea38
GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
9 years ago
Makarand Dharmapurikar
2a2321b384
removed grpc_cronet.h
9 years ago
Craig Tiller
29dc490b94
clang-format
9 years ago
Craig Tiller
644da98573
Fixes
9 years ago
Craig Tiller
5352ff11d5
Windows fixes for error handling
9 years ago
Craig Tiller
cf2cce661d
Bug fixes
9 years ago
Craig Tiller
40945c702a
Add missing function for completion queue
9 years ago
makdharma
c2ec95bad4
Revert "Revert "cronet wrapper code""
9 years ago
David Garcia Quintas
a301eaade8
Allow servers to select compression level via initial MD.
...
Setting the newly added compression_level field of
grpc_op::send_initial_metadata by a server now has the effect of
applying that compression level for the subsequent call messages leaving
the server. The ultimate meaning of the level depends on the client's
supported compression algorithms.
9 years ago