yang-g
1ed62e4efc
add test for pluck after shutdown
9 years ago
yang-g
f1183300ce
add test for global plugin
9 years ago
yang-g
7c090f8215
add tests for the error messages
9 years ago
yang-g
9caec653ea
add test for byte_buffer_copy
9 years ago
Nicolas "Pixel" Noble
ba404826be
Clang format.
9 years ago
Craig Tiller
b774be46d7
clang-format
9 years ago
Craig Tiller
3c53bb2f46
clang-format
9 years ago
David Garcia Quintas
c76ff107b6
Removed consts to make MSVC happy
10 years ago
David Garcia Quintas
6eb3925a70
Added grpc_byte_buffer_reader_readall
10 years ago
David Garcia Quintas
f747bbc043
s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm
10 years ago
David Garcia Quintas
cb954cfc28
Removed exec_ctx from cq_alarm's functions
10 years ago
David Garcia Quintas
0dfbdf6e54
Added grpc_cq_alarm
10 years ago
Craig Tiller
b8b1a462e5
Finish cleanup
10 years ago
Craig Tiller
a82950e683
clang-format all core files
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
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
d9ccbbf6b9
Rename call_list to closure_list
10 years ago
Craig Tiller
ba496454b2
Fixes
10 years ago
Craig Tiller
dfff1b8126
Call list progress
10 years ago
Craig Tiller
32ca48ce0b
Core compiles with -Wsign-conversion
10 years ago
Craig Tiller
03ab064fb7
Fix completion_queue_test
10 years ago
Craig Tiller
d6c98df792
clang-format all source
10 years ago
yang-g
c31cd86a74
Let lame_client accept error status
10 years ago
Craig Tiller
e1b0e6ee12
s/inherit/propagate/g
10 years ago
Craig Tiller
99e61645ce
Update wrappers, tests to new create_call()
10 years ago
Nicolas "Pixel" Noble
4960516c63
Properly initializing reserved pointer in tests.
10 years ago
Nicolas "Pixel" Noble
9a123df2cd
Fixing C/C++ tests.
10 years ago
Craig Tiller
1b22b9db94
Add grpc_call_get_peer
10 years ago
Craig Tiller
143e7bf0cf
Introduce a clock type field onto gpr_timespec.
...
Use it to validate that arithmetic on time types makes even some vague
kind of sense.
10 years ago
Craig Tiller
bd54ec4192
1 != 10
10 years ago
Craig Tiller
12cf537a72
clang-format affected files
10 years ago
Craig Tiller
97fc6a3f3f
Rewrite completion queue internals to use pre-allocation of events
10 years ago
Craig Tiller
f3756c1e0d
Introduce multiple clocks to GPR
10 years ago
David Garcia Quintas
3df5c44c84
Introduced function to create byte buffers from the output of a byte buffer reader.
10 years ago
Craig Tiller
9a57633233
clang-format affected files
10 years ago
David Garcia Quintas
1d5aca5de0
Added flags support to grpc_op.
...
Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in).
Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages.
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
David Garcia Quintas
25d02d5637
Made grpc_byte_buffer_reader able to decompress msgs.
10 years ago
David Garcia Quintas
30bd4eb5cc
Removed grpc_byte_buffer_reader_{create,destroy}.
...
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to
manage memory.
10 years ago
Craig Tiller
c0c484481f
Extend the test case
10 years ago
Craig Tiller
59657dbef8
Add a completion queue test
...
- create completion queue
- call shutdown
- call next
10 years ago
Craig Tiller
44883302c3
Remove condition variable from pollset
10 years ago
Craig Tiller
356961916d
Remove all uses of __FUNCTION__
10 years ago
Craig Tiller
f7670f3054
Clean out old code
10 years ago
Craig Tiller
64be9f7a30
C Core API cleanup.
...
Simplify grpc_event into something that can be non-heap allocated.
Deprecate grpc_event_finish.
Remove grpc_op_error - use an int as this is more idiomatic C style.
10 years ago
Craig Tiller
5fe7e5d81c
Fix some memory leaks
10 years ago
Craig Tiller
f968980665
Fix cq test
10 years ago