Julien Boeuf
a96ba40f0d
Base definition of the C++ auth context API.
10 years ago
David Garcia Quintas
3df5c44c84
Introduced function to create byte buffers from the output of a byte buffer reader.
10 years ago
Masood Malekghassemi
7128a90cc4
Document core behavior w.r.t. argument lifetimes
...
Also clean up some excess whitespace and make some notes about ownership.
10 years ago
Craig Tiller
9a57633233
clang-format affected files
10 years ago
David Garcia Quintas
cc6c43c496
Exposed compression level in channel arguments (C and C++)
10 years ago
Yang Gao
c1a2c314fb
Update the Status API
10 years ago
David Garcia Quintas
e29feb2adb
Introduced compression levels as an abstraction for the actual algorithm.
10 years ago
Craig Tiller
b56975ceb9
Verify that completion queues are server registered
10 years ago
Craig Tiller
606d874d16
Progress on splitting reading from transport lock
10 years ago
Eric Dobson
255971d99a
Fix docs on grpc_op_type.
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
Eric Dobson
b37307cfd8
Fix docs on gpr_slice_unref.
10 years ago
Jan Tattermusch
c878e2a32f
Update grpc.h comments for call thread safety
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
David Garcia Quintas
bea67927f7
Added braces to "extern C".
10 years ago
Nicolas "Pixel" Noble
1ed15e287c
Properly exporting our C functions to C++.
...
Also properly including our headers from public headers using <>
10 years ago
Vijay Pai
372fd8791b
Revert "Revert "Open loop sync/async multithreaded testing""
10 years ago
Eric Dobson
a6124ec210
Fix typo in grpc_security.h
10 years ago
Craig Tiller
d55636d813
Revert "Open loop sync/async multithreaded testing"
10 years ago
vjpai
1854d77da0
Fix comments about return value of grpc_completion_queue_{next,pluck}
10 years ago
David Garcia Quintas
25d02d5637
Made grpc_byte_buffer_reader able to decompress msgs.
10 years ago
Craig Tiller
90ed038999
.clang-format
10 years ago
Craig Tiller
fcff618e6f
Clarify some of the call stuff
10 years ago
Craig Tiller
bd277cb3cb
Clarify serialization traits interface
10 years ago
Craig Tiller
2f4a49c8d3
Fix memory leak
10 years ago
Craig Tiller
928ec8ee51
Fix memory leak
10 years ago
Craig Tiller
8f789fd4b9
Reset on finalization so op objects can be reused
10 years ago
Craig Tiller
5095581cdb
Get server call tags right
10 years ago
Craig Tiller
e8200ba046
Fix GCC compilation
10 years ago
Craig Tiller
e6ee9b403c
Hide some unnecessary information
10 years ago
Craig Tiller
4beef42264
Clarify ownership
10 years ago
Craig Tiller
b73856916a
Remove old code, simplify a little
10 years ago
Craig Tiller
44290f1b6f
Add necessary include
10 years ago
Craig Tiller
ce40de58da
clang-format
10 years ago
Craig Tiller
8674cb10eb
clang-format
10 years ago
Vijay Pai
cf3fb092cc
clang-format
10 years ago
Craig Tiller
7bc97bc6de
Everything compiles again
10 years ago
Craig Tiller
789471cfc6
Client side compiles/links
10 years ago
Nicolas "Pixel" Noble
e850f3caad
Adding GRPC_MUST_USE_RESULT
10 years ago
Craig Tiller
50a7a68ca2
Progress commit on fixing up C++
10 years ago
Craig Tiller
81fafa8971
Beginning the cleanup
10 years ago
Craig Tiller
af7abf92cb
Enable runtime configuration of tracers
10 years ago
Masood Malekghassemi
701af6031f
Expose gpr_asprintf and gpr_strdup
10 years ago
Vijay Pai
9dc5c15b56
Account for time difference in mac and linux
10 years ago
David Garcia Quintas
02c677c6cb
Reintroduced grpc_byte_buffer_reader_destroy.
...
As a no-op for the time being.
10 years ago
vjpai
3beb20c3e2
Support use of high_res clock in timepoints
10 years ago
David Garcia Quintas
c9516d4e28
Fixed memory leak in server_async
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
Alistair Veitch
980ef7666d
change census_context_deserialize signature
10 years ago
Yang Gao
69fe0759be
Various minor fixes
10 years ago