Vijay Pai
|
74c0224e67
|
Change int sequence number to a void* for more generality
|
10 years ago |
Craig Tiller
|
3de5aafe19
|
Remove (void*)1
This was originally added for my sanity, but it proved unnecessary.
|
10 years ago |
Tim Emiola
|
89a5bd726a
|
Updates the pubsub sample so that it no longer uses a scope
|
10 years ago |
Tim Emiola
|
189d9b0b1d
|
Adds a jwt_token_creds interop test
|
10 years ago |
Tim Emiola
|
7db18b4cbf
|
Automatically adds a key for the jwt_aud_uri to the metadata handled by the metadata_update_proc
|
10 years ago |
vjpai
|
c6a3da7d4c
|
Explicit header path
|
10 years ago |
Craig Tiller
|
634346b0a5
|
Merge with other metadata changes
|
10 years ago |
Tim Emiola
|
51a4c0846b
|
Corrects the Changelog date
|
10 years ago |
Craig Tiller
|
a727135d91
|
Add important comment
|
10 years ago |
Craig Tiller
|
b285aab5a7
|
Share mdctx between secure channels
|
10 years ago |
Craig Tiller
|
c4885ede96
|
Allow extracting mdctx from creds
|
10 years ago |
Tim Emiola
|
095af67318
|
Revert "Update installation instructions to mention debian binary install"
This reverts commit db9eb05eea .
|
10 years ago |
Tim Emiola
|
1e0981262c
|
Correct style errors identified by the latest version of RuboCop
|
10 years ago |
Tim Emiola
|
4bda5e39b9
|
Add a changelog
|
10 years ago |
Tim Emiola
|
e1fd1bbe14
|
Update the version to 0.6.1
|
10 years ago |
Tim Emiola
|
4907df078e
|
Update the version of googleauth to 0.4
|
10 years ago |
Craig Tiller
|
fe0104a160
|
Batch unref metadata in HTTP/2 stream encoder
Moves us from one metadata lock per metadata element to one metadata
lock per HTTP/2 frame output.
|
10 years ago |
Tim Emiola
|
db9eb05eea
|
Update installation instructions to mention debian binary install
|
10 years ago |
Masood Malekghassemi
|
41251e4d3a
|
Fix Python auth and interop test
|
10 years ago |
Craig Tiller
|
721f362614
|
Inline initial slice buffer allocation
|
10 years ago |
Craig Tiller
|
ba63e8a2a7
|
Fix Typo
... and this, kids, is why you should always compile in debug before
pushing.
|
10 years ago |
murgatroid99
|
693de4511c
|
Bump node library version to publish bugfix
|
10 years ago |
Julien Boeuf
|
6c71ce5456
|
Refactoring of server context creation (incremental improvement).
|
10 years ago |
Vijay Pai
|
0310f13fd9
|
clang-format results
|
10 years ago |
Vijay Pai
|
9cccb08311
|
Stub out precise clock structure from the overall flow of timers.c so that
there are no ifdefs in the middle of structures of the main code path
|
10 years ago |
Craig Tiller
|
954d7a2686
|
Fix race on shutdown
|
10 years ago |
murgatroid99
|
353d422a76
|
Fixed bugs in trailing metadata handling and math server example
|
10 years ago |
Vijay Pai
|
0b9d0da39f
|
Space
|
10 years ago |
Vijay Pai
|
2288f5b4b2
|
Eliminate unneeded asserts
|
10 years ago |
Vijay Pai
|
bc17113192
|
Allow a build config called CONFIG=latprof that defines the appropriate
variables to set up the GRPC_LATENCY_PROFILER preprocessor macro so that timing
actually takes place.
|
10 years ago |
Craig Tiller
|
1ae46a2129
|
Change barriers to protect the innocent
|
10 years ago |
Vijay Pai
|
6dfa7e6ea3
|
Move files to a new "profiling" directory to better distinguish from census
statistics
|
10 years ago |
Vijay Pai
|
c914c4a71a
|
Infrastructure for timer insertion, logging, and testing.
|
10 years ago |
Yuki Yugui Sonoda
|
2e50a7ab75
|
Also fix rb_CallOps too.
|
10 years ago |
Yuki Yugui Sonoda
|
a7d369ea67
|
Use the prefix "grpc_rb_" rather than just "grpc_".
|
10 years ago |
Tim Emiola
|
b48e010b47
|
Fixed bad op reference
|
10 years ago |
Craig Tiller
|
9fa41b92e0
|
Eliminate channel-wide lock for grpc_mdelem_ref.
We only need to lock on the initial ref from garbage to atomically change mdtab_free.
|
10 years ago |
Tim Emiola
|
2efdebaaaa
|
Adds comments to clarify memory handling
|
10 years ago |
Yang Gao
|
1dc1a4336b
|
When the proto file does not contain a package, do not generate namespace
|
10 years ago |
Tim Emiola
|
89cc87359f
|
Move timeout handling into the extension
|
10 years ago |
Tim Emiola
|
c8b55a3a31
|
Cleanup: remove redundant extension code
|
10 years ago |
Tim Emiola
|
495e9a8c75
|
Cleanup: remove redundant ruby code
|
10 years ago |
Tim Emiola
|
f90ce677b3
|
Updates BidiCall/ClientStub to the new Call API
|
10 years ago |
Tim Emiola
|
b22a21ebe7
|
Update RPC server to use the new call API
|
10 years ago |
Tim Emiola
|
5684b4073c
|
Updates ActiveCall to use the new call API
|
10 years ago |
Tim Emiola
|
05e934fe16
|
Rewrite client_server_spec to use the new call API
|
10 years ago |
Tim Emiola
|
48b36b5bbf
|
Updates Server#request_call in line with the new API
|
10 years ago |
Tim Emiola
|
1dae4acbec
|
Adds Call#run_batch
- named run_batch rather than start_batch
- this is because the func starts the batch, but additionally waits for it to
complete
|
10 years ago |
Tim Emiola
|
98a32d399a
|
Adds symbols to access the fields in Status struct
|
10 years ago |
Tim Emiola
|
6de558f9cd
|
Exposes the implementation of CompletionQueue#pluck
- allows it to be used from other files, e.g, in Call#run_batch
- this keeps code related to releasing the GIL during #pluck in one place
|
10 years ago |