index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
surface
/
server.c
Commit message (
Expand
)
Author
Age
*
Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY
Craig Tiller
2015-07-19
|
\
|
*
Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquin...
Craig Tiller
2015-07-19
|
|
\
*
|
|
Extend tracer to server shutdown
Craig Tiller
2015-07-18
|
/
/
*
|
Merge pull request #2470 from ctiller/i-want-to-wait-free
Vijay Pai
2015-07-17
|
\
\
|
|
*
Merge branch 'master' of github.com:grpc/grpc into decompression
David Garcia Quintas
2015-07-15
|
|
|
\
|
*
|
|
Initial fixes for lock free request path
Craig Tiller
2015-07-14
|
*
|
|
First pass of lockless delivery of new calls
Craig Tiller
2015-07-13
|
*
|
|
Split request matching into a single datastructure
Craig Tiller
2015-07-13
|
|
|
/
|
|
/
|
*
|
|
Updating wrapped languages to new time functions
Craig Tiller
2015-07-13
*
|
|
Merge github.com:grpc/grpc into no-worries-i-can-wait
Craig Tiller
2015-07-13
|
\
|
|
*
|
|
Introduce a clock type field onto gpr_timespec.
Craig Tiller
2015-07-13
|
*
|
Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time
Vijay Pai
2015-07-10
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge github.com:grpc/grpc into simpler-cq
Craig Tiller
2015-07-10
|
|
\
\
*
|
\
\
Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
Craig Tiller
2015-07-10
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #2328 from ctiller/be-less-verbose
Yang Gao
2015-07-09
|
|
\
\
\
|
|
*
\
\
Merge github.com:grpc/grpc into be-less-verbose
Craig Tiller
2015-07-09
|
|
|
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
*
Merge branch 'master' of github.com:grpc/grpc into decompression
David Garcia Quintas
2015-07-09
|
|
|
|
|
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
Merge branch 'hosts-need-names-too' into simpler-cq
Craig Tiller
2015-07-09
|
|
|
|
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Fix host name matching not working
Craig Tiller
2015-07-09
|
/
/
/
/
|
|
*
|
clang-format affected files
Craig Tiller
2015-07-09
|
|
*
|
FIx memory leak
Craig Tiller
2015-07-09
|
|
*
|
Merge github.com:grpc/grpc into simpler-cq
Craig Tiller
2015-07-09
|
|
|
\
\
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #2315 from ctiller/screw-you-guys-im-taking-my-own-lock
Vijay Pai
2015-07-09
|
\
\
\
\
*
\
\
\
\
Merge pull request #2308 from ctiller/metadata-wants-to-be-debugged
Yang Gao
2015-07-08
|
\
\
\
\
\
|
|
|
|
*
\
Merge branch 'screw-you-guys-im-taking-my-own-lock' into simpler-cq
Craig Tiller
2015-07-08
|
|
|
|
|
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
Fix uninitialized variable
Craig Tiller
2015-07-08
|
|
|
|
*
|
Rewrite completion queue internals to use pre-allocation of events
Craig Tiller
2015-07-08
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
*
Merge branch 'master' of github.com:grpc/grpc into decompression
David Garcia Quintas
2015-07-08
|
|
|
|
|
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
Reduce spam
Craig Tiller
2015-07-08
|
|
_
|
/
/
|
/
|
|
|
|
|
*
|
Split mu_call into a server-wide and a per-call lock
Craig Tiller
2015-07-07
|
|
/
/
|
/
|
|
|
*
|
Add metadata refcount debugging
Craig Tiller
2015-07-06
*
|
|
Change transport contract to automatically disconnect after sending a goaway
Craig Tiller
2015-07-05
*
|
|
Remove ALL_CALLS list
Craig Tiller
2015-07-04
|
/
/
|
*
Merge branch 'master' of github.com:grpc/grpc into decompression
David Garcia Quintas
2015-07-01
|
|
\
*
|
|
Spam cleanup
Craig Tiller
2015-07-01
*
|
|
clang-format affected files
Craig Tiller
2015-06-30
*
|
|
Better handling of cancellation, uri parse errors, and disconnection
Craig Tiller
2015-06-29
*
|
|
Add connect retry, backoff
Craig Tiller
2015-06-29
*
|
|
Debugging
Craig Tiller
2015-06-29
*
|
|
Progress - need to add http filters
Craig Tiller
2015-06-26
*
|
|
Small fixes
Craig Tiller
2015-06-26
*
|
|
Moving chttp2 to new transport interface
Craig Tiller
2015-06-25
*
|
|
Plumbing transport_op changes through
Craig Tiller
2015-06-25
*
|
|
Merge branch 'oops-i-split-it-again' into tis-but-thy-name
Craig Tiller
2015-06-25
|
\
\
\
|
|
|
/
|
|
/
|
*
|
|
s/grpc_transport_op/grpc_transport_stream_op/g
Craig Tiller
2015-06-25
|
|
*
Merge branch 'master' of github.com:grpc/grpc into decompression
David Garcia Quintas
2015-06-23
|
|
|
\
|
|
_
|
/
|
/
|
|
|
|
*
Added compression filter to server creation
David Garcia Quintas
2015-06-23
|
*
|
Merge github.com:grpc/grpc into oops-i-split-it-again
Craig Tiller
2015-06-19
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Fix scope of a lock
Vijay Pai
2015-06-18
*
|
|
Added comments to describe nesting of mutexes
Vijay Pai
2015-06-17
[next]