index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
core
/
iomgr
Commit message (
Expand
)
Author
Age
*
Fix issue with pointers in udp_server_test
murgatroid99
2016-10-26
*
Added import order comments, resolved other minor issues
murgatroid99
2016-10-24
*
Clang format
murgatroid99
2016-10-20
*
Merge branch 'master' into uv_core_transport
murgatroid99
2016-10-19
|
\
*
\
Merge branch 'master' into uv_core_transport
murgatroid99
2016-10-19
|
\
\
|
|
*
Avoid TSAN reported lock cycle
Craig Tiller
2016-10-19
|
|
/
|
*
Merge github.com:grpc/grpc into direct-calls
Craig Tiller
2016-10-17
|
|
\
|
|
*
Merge pull request #7664 from kpayson64/cv_wakeup_fd
kpayson64
2016-10-17
|
|
|
\
*
|
|
\
Merge branch 'master' into uv_core_transport
murgatroid99
2016-10-12
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Minor fixes to sockaddr changes
murgatroid99
2016-10-12
*
|
|
|
Fix sanity and move a header include
murgatroid99
2016-10-12
|
|
*
|
Merge github.com:grpc/grpc into direct-calls
Craig Tiller
2016-10-12
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #8073 from daniel-j-born/handshake_shutdown
Yang Gao
2016-10-11
|
|
\
\
\
*
|
|
|
|
Clean up code after merge with master
murgatroid99
2016-10-10
|
*
|
|
|
Check for the correct number of orphan callbacks in udp_server_test
Robbie Shade
2016-10-10
|
|
|
*
|
Merge github.com:grpc/grpc into direct-calls
Craig Tiller
2016-10-10
|
|
|
|
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
Add condition variable polling engine
kpayson64
2016-10-10
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'master' into uv_core_transport
murgatroid99
2016-10-07
|
\
|
|
|
|
*
|
|
Merge branch 'master' into enable_udp_testing
Robbie Shade
2016-10-04
|
|
\
\
\
*
|
|
|
|
Compile and link core tests with libuv
murgatroid99
2016-10-03
*
|
|
|
|
Clang format
murgatroid99
2016-09-26
*
|
|
|
|
Remove sockaddr type structs and socklen_t from internal core APIs, update PO...
murgatroid99
2016-09-23
*
|
|
|
|
Merge branch 'master' into uv_core_transport
murgatroid99
2016-09-16
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
Safe server shutdown.
Dan Born
2016-09-12
|
*
|
|
|
Revert "Revert "Grand unified closures""
Craig Tiller
2016-09-12
|
*
|
|
|
Revert "Grand unified closures"
Craig Tiller
2016-09-12
|
|
|
|
*
Get write batching working again
Craig Tiller
2016-09-07
|
|
|
|
*
Merge branch 'who-combines-the-combiners' into direct-calls
Craig Tiller
2016-09-02
|
|
|
|
|
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Address review comments
Craig Tiller
2016-09-02
|
|
|
|
*
Note polling coverage when taking combiner locks: resolves offload issues
Craig Tiller
2016-08-31
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Renamed GPR_ constants to GRPC_ in iomgr/port.h
murgatroid99
2016-08-08
*
|
|
|
Separate out iomgr-specific constants into a separate header
murgatroid99
2016-08-08
|
|
_
|
/
|
/
|
|
|
*
|
Merge github.com:grpc/grpc into grand-unified-closures
Craig Tiller
2016-08-04
|
|
\
\
|
|
/
/
|
/
|
|
|
|
*
Remove GRPC_NEED_UDP ifdefs
Robbie Shade
2016-08-02
|
|
/
|
/
|
*
|
Fixing udp test bitrotting.
Nicolas "Pixel" Noble
2016-07-19
|
*
Debugging
Craig Tiller
2016-07-11
|
*
Get combiner finalization lists working
Craig Tiller
2016-07-08
|
*
Progress on a finalization list
Craig Tiller
2016-07-08
|
*
Fix test
Craig Tiller
2016-07-07
|
*
Rename async_execution_lock --> combiner, make it use closures, unroll previo...
Craig Tiller
2016-07-07
|
*
Revert "Add the ability to run some action when the lock becomes idle"
Craig Tiller
2016-07-07
|
*
Merge branch 'delayed-write' into grand-unified-closures
Craig Tiller
2016-07-07
|
|
\
|
|
/
|
/
|
|
*
Merge github.com:grpc/grpc into atm2
Craig Tiller
2016-07-07
|
|
\
*
|
|
Refactor workqueues a little to make them great again
Craig Tiller
2016-07-01
|
|
/
|
/
|
*
|
Merge github.com:grpc/grpc into reuse_port
Craig Tiller
2016-06-26
|
\
\
|
*
|
Compilation failure
Sree Kuchibhotla
2016-06-22
|
*
|
Fix build errors on some configurations
Sree Kuchibhotla
2016-06-22
|
*
|
Use pipe fds instead of event fds for the test
Sree Kuchibhotla
2016-06-22
|
*
|
Integrate with unified error reporting
Sree Kuchibhotla
2016-06-21
|
*
|
Merge branch 'master' into epoll_changes_merged
Sree Kuchibhotla
2016-06-21
|
|
\
\
[next]