index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
iomgr
/
udp_server.c
Commit message (
Expand
)
Author
Age
*
C changes to avoid shadowed global declaration warnings in gcc4.4
Vijay Pai
2015-09-29
*
Pass through grpc_fd pointer rather than int.
Robbie Shade
2015-09-29
*
Stop shadowing global name
Robbie Shade
2015-09-25
*
Add grpc_server argument to grpc_udp_server_start
Robbie Shade
2015-09-25
*
Fix memory leak
Craig Tiller
2015-09-24
*
clang-format all core files
Craig Tiller
2015-09-22
*
Change runs to enqueue
Craig Tiller
2015-09-22
*
Move argument passing to start of list
Craig Tiller
2015-09-22
*
Move arguments to the start of lists
Craig Tiller
2015-09-22
*
indent pass to get logical source lines on one physical line
Craig Tiller
2015-09-22
*
Rename call_list to closure_list
Craig Tiller
2015-09-22
*
Call list progress
Craig Tiller
2015-09-18
*
Cleanup
Craig Tiller
2015-09-18
*
Getting stuff working
Craig Tiller
2015-09-16
*
Merge github.com:grpc/grpc into shindig
Craig Tiller
2015-09-16
|
\
*
|
Core compiles with workqueues
Craig Tiller
2015-09-15
|
*
Merge pull request #3123 from rjshade/SOCK_NONBLOCK
Yang Gao
2015-09-15
|
|
\
|
|
*
Merge remote-tracking branch 'upstream/master' into SOCK_NONBLOCK
Robbie Shade
2015-09-14
|
|
|
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cb
Robbie Shade
2015-09-14
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
First round of fixing up implicit 64->32 bit conversions
Craig Tiller
2015-09-10
*
|
|
Core compiles with -Wsign-conversion
Craig Tiller
2015-09-10
|
|
*
Use standard grpc_ functions to set nonblock.
Robbie Shade
2015-09-01
|
*
|
Remove unnecessary new_transport callback from the UDP server
Robbie Shade
2015-08-28
|
/
/
|
*
Add SOCK_NONBLOCK option to UDP sockets.
Robbie Shade
2015-08-28
|
/
*
Made udp_server.c compile for iOS
murgatroid99
2015-08-24
*
clang-format all source
Craig Tiller
2015-08-18
*
Added copyright notice to udp_server.c
Robbie Shade
2015-08-13
*
Removed debug log lines
Robbie Shade
2015-08-04
*
Handle success == 0 case in udp_server on_read
Robbie Shade
2015-08-04
*
Adding 10 client test, fiddling with pollsets
Robbie Shade
2015-07-15
*
grpc_udp_server_write method
Robbie Shade
2015-07-15
*
Store read_cb in one place
Robbie Shade
2015-07-10
*
Added udp_server.{h,cc}.
Robbie Shade
2015-07-10