index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
lib
Commit message (
Expand
)
Author
Age
*
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
David Garcia Quintas
2016-05-18
|
\
|
*
Merge pull request #6463 from dgquintas/fix_compression_interop
Jan Tattermusch
2016-05-18
|
|
\
|
*
\
Merge pull request #6499 from dgquintas/compression_accept_encoding
Jan Tattermusch
2016-05-18
|
|
\
\
*
|
|
|
got rid of grpc_compression_options
David Garcia Quintas
2016-05-17
*
|
|
|
Removed spurious compression check
David Garcia Quintas
2016-05-17
*
|
|
|
Fixes to surface/call.c to consider the channel's default compression level.
David Garcia Quintas
2016-05-17
*
|
|
|
Added grpc_channel_get_default_compression_level()
David Garcia Quintas
2016-05-17
*
|
|
|
Merge branch 'moar-compression-public-refactorings' into compression_md_level...
David Garcia Quintas
2016-05-17
|
\
\
\
\
|
|
*
\
\
Merge pull request #6542 from ctiller/ecterm
Jan Tattermusch
2016-05-17
|
|
|
\
\
\
|
*
|
|
|
|
Refactorings and renamings related to compression.
David Garcia Quintas
2016-05-16
|
|
*
|
|
|
Merge pull request #6603 from ctiller/better_wakeups
Jan Tattermusch
2016-05-16
|
|
|
\
\
\
\
|
|
*
|
|
|
|
Merge pull request #6556 from goldenbull/master
Jan Tattermusch
2016-05-16
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
Fix accelerated wakeups
Craig Tiller
2016-05-16
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge pull request #5456 from ctiller/cleaner-posix3
Jan Tattermusch
2016-05-13
|
|
\
\
\
\
\
*
|
|
|
|
|
|
made send_initial_md compression level a "maybe"
David Garcia Quintas
2016-05-12
*
|
|
|
|
|
|
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
David Garcia Quintas
2016-05-12
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Renamed some defines
David Garcia Quintas
2016-05-12
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Merge pull request #6552 from jboeuf/add_curlies
Jan Tattermusch
2016-05-12
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Add callback when gRPC FD is about to be orphaned.
Robbie Shade
2016-05-12
|
|
|
*
|
|
|
|
Remove redundant declaration
Craig Tiller
2016-05-12
|
|
|
|
*
|
|
|
use LANG_ENGLISH for windows api FormatMessage
goldenbull
2016-05-12
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Add curlies for multiline if statements.
Julien Boeuf
2016-05-11
|
|
/
/
/
/
/
|
|
|
*
/
/
Let execution contexts signal that they are done
Craig Tiller
2016-05-11
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Force wakeup after fd addition
Craig Tiller
2016-05-11
|
|
*
|
|
clang-format
Craig Tiller
2016-05-11
|
|
*
|
|
Merge github.com:grpc/grpc into cleaner-posix3
Craig Tiller
2016-05-11
|
|
|
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #6320 from markdroth/limit_metadata_size
Jan Tattermusch
2016-05-10
|
|
\
\
\
\
|
|
|
|
|
*
fixed wrong change
David Garcia Quintas
2016-05-09
|
|
|
|
*
|
grpc-accept-encoding checks
David Garcia Quintas
2016-05-09
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
Allow servers to select compression level via initial MD.
David Garcia Quintas
2016-05-09
|
/
/
/
/
|
|
|
*
Fixed compression interop and re-enable for C++.
David Garcia Quintas
2016-05-05
*
|
|
|
Master is now 0.15.0-dev.
Nicolas "Pixel" Noble
2016-05-06
|
|
_
|
/
|
/
|
|
|
*
|
More clang-format fixes.
Mark D. Roth
2016-05-05
|
*
|
Apply clang-format diffs.
Mark D. Roth
2016-05-04
|
*
|
Use unlimited default for max header size until receiving new settings
Mark D. Roth
2016-05-04
|
*
|
Merge branch 'master' into limit_metadata_size
Mark D. Roth
2016-05-02
|
|
\
\
|
*
|
|
Add grpc_metadata_batch_size() function.
Mark D. Roth
2016-05-02
*
|
|
|
Removed leftover function declaration from channel args
David Garcia Quintas
2016-04-29
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241
Nicolas Noble
2016-04-29
|
\
\
\
*
\
\
\
Merge pull request #6305 from dgquintas/compression_tracer
Jan Tattermusch
2016-04-29
|
\
\
\
\
|
|
|
*
|
Fix header-size computation to comply with the HTTP/2 RFC.
Mark D. Roth
2016-04-29
*
|
|
|
|
Remove duplicate instance of grpc_global_wakeup_fd
Paul Querna
2016-04-29
*
|
|
|
|
Merge pull request #2286 from ctiller/split-me-baby-one-more-time
Jan Tattermusch
2016-04-28
|
\
\
\
\
\
*
\
\
\
\
\
Merge pull request #6285 from dgquintas/fix_plugin_tracers
Jan Tattermusch
2016-04-28
|
\
\
\
\
\
\
|
|
|
|
*
|
|
clang-format
Craig Tiller
2016-04-28
|
|
|
|
*
|
|
Fix a case whereby we leak a winsocket if we fail to connect
Craig Tiller
2016-04-28
*
|
|
|
|
|
|
Merge pull request #6196 from y-zeng/call-error-to-string
Craig Tiller
2016-04-28
|
\
\
\
\
\
\
\
*
\
\
\
\
\
\
\
Merge pull request #6183 from nicolasnoble/msys-support
Jan Tattermusch
2016-04-27
|
\
\
\
\
\
\
\
\
*
\
\
\
\
\
\
\
\
Merge pull request #6295 from markdroth/content_type_semicolon2
Jan Tattermusch
2016-04-27
|
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*
|
Initial attempt at adding support for max metadata size. Currently, the
Mark D. Roth
2016-04-27
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
[next]