index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Port forward changes
Craig Tiller
2016-03-08
*
Merge branch 'cleaner-posix2' into cleaner-posix3
Craig Tiller
2016-03-08
|
\
|
*
Merge github.com:grpc/grpc into cleaner-posix2
Craig Tiller
2016-03-07
|
|
\
|
|
*
Merge pull request #5629 from jtattermusch/python_custom_test
Masood Malekghassemi
2016-03-07
|
|
|
\
|
|
|
*
Address comments and add a TODO.
Jan Tattermusch
2016-03-07
|
|
|
*
custom test target for parallel test running
Jan Tattermusch
2016-03-07
|
|
*
|
clang-format
Craig Tiller
2016-03-07
|
|
*
|
Potential fix for race condition exposed by Node
Craig Tiller
2016-03-07
|
|
|
/
|
|
*
Merge pull request #5609 from ctiller/fix_mac_race
Craig Tiller
2016-03-05
|
|
|
\
|
|
*
\
Merge pull request #5610 from murgatroid99/node_client_status_race_fix
Michael Lumish
2016-03-04
|
|
|
\
\
|
|
*
|
|
Fix sanity
Craig Tiller
2016-03-04
|
|
|
|
*
Fix formatting
Craig Tiller
2016-03-04
|
|
|
*
|
Fix race between parsing messages and receiving status in Node client
murgatroid99
2016-03-04
|
|
|
|
*
Fix race in poll() based pollset
Craig Tiller
2016-03-04
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to preve...
Jan Tattermusch
2016-03-04
|
|
*
|
Merge pull request #5595 from ctiller/trycancel
Vijay Pai
2016-03-04
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Merge pull request #5544 from gresrun/master
Jorge Canizales
2016-03-04
|
|
|
\
\
|
|
|
*
|
Add comments and feature flag.
Greg Haines
2016-03-04
|
|
*
|
|
Revert "Properly integrate async API with server-side cancellations."
Sree Kuchibhotla
2016-03-04
|
|
*
|
|
Merge pull request #5572 from vjpai/srv_ctx
Sree Kuchibhotla
2016-03-04
|
|
|
\
\
\
|
|
|
|
|
*
Unref writable streams on transport close to avoid leaks
Craig Tiller
2016-03-04
|
|
|
|
|
*
Fix leak: dont become writable if writes are closed
Craig Tiller
2016-03-04
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Fix typo
Craig Tiller
2016-03-03
|
|
*
|
|
Refine condition
Craig Tiller
2016-03-03
|
|
*
|
|
Document some things
Craig Tiller
2016-03-03
|
|
*
|
|
Merge github.com:grpc/grpc into monkey_man
Craig Tiller
2016-03-03
|
|
|
\
\
\
|
|
|
|
*
|
Properly integrate async API with server-side cancellations.
Vijay Pai
2016-03-03
|
|
|
|
/
/
|
|
|
*
|
Merge pull request #5541 from jtattermusch/python_split_tests
Jan Tattermusch
2016-03-03
|
|
|
|
\
\
|
|
*
|
|
|
Fix accept_stream being called post-channel deletion
Craig Tiller
2016-03-03
|
|
|
/
/
/
|
|
|
|
*
Feedback from @jcanizales and @vjpai
Greg Haines
2016-03-02
|
|
*
|
|
Always ref writable streams
Craig Tiller
2016-03-02
|
|
|
*
|
make python test suites run in parallel
Jan Tattermusch
2016-03-02
|
|
|
/
/
|
|
*
|
Merge pull request #5542 from soltanmm/over-troubled-water
Nathaniel Manista
2016-03-02
|
|
|
\
\
|
|
|
|
*
Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queue...
Greg Haines
2016-03-02
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Add troubleshooting section to package description
Masood Malekghassemi
2016-03-02
|
|
*
|
Maintain correct queue invariants against core
Masood Malekghassemi
2016-03-02
|
|
|
/
|
|
*
Merge pull request #5529 from ctiller/racy
Vijay Pai
2016-03-02
|
|
|
\
|
|
|
*
Fix esan detected race in subchannel state
Craig Tiller
2016-03-01
|
|
*
|
Merge pull request #5517 from jtattermusch/csharp_fix_rststream8
Jan Tattermusch
2016-03-01
|
|
|
\
\
|
|
|
*
|
fix copyright
Jan Tattermusch
2016-03-01
|
|
|
*
|
fix #4427
Jan Tattermusch
2016-03-01
|
|
|
|
/
|
|
*
|
Merge pull request #5488 from stanley-cheung/php-update-to-next-ver
Stanley Cheung
2016-03-01
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fixing copyrights.
Nicolas "Pixel" Noble
2016-03-01
|
|
*
|
Merge pull request #5478 from soltanmm/catatonic
Masood Malekghassemi
2016-02-29
|
|
|
\
\
|
|
*
\
\
Merge pull request #5441 from a-veitch/no_binary_tags
Bogdan Drutu
2016-02-29
|
|
|
\
\
\
|
|
|
|
|
*
Simplify PHP installation
Stanley Cheung
2016-02-29
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
|
|
*
Address some memory hazards in Cython code
Masood Malekghassemi
2016-02-29
|
|
*
|
|
package protoc artifacts for all platforms in Grpc.Tools
Jan Tattermusch
2016-02-29
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Merge pull request #5465 from makdharma/coverage
Jorge Canizales
2016-02-26
|
|
|
\
\
|
|
|
*
|
Another nit fix..
Makarand Dharmapurikar
2016-02-26
[next]