index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
node
/
ext
/
server.cc
Commit message (
Expand
)
Author
Age
*
Refactored some C++ code to improve code reuse
murgatroid99
2015-10-12
*
Update to nan 2.0
murgatroid99
2015-09-17
*
Merge branch 'master' into node_server_graceful_shutdown
murgatroid99
2015-08-21
|
\
*
|
Removed errant NULL setting
murgatroid99
2015-08-19
*
|
Split server shutdown into tryShutdown and forceShutdown
murgatroid99
2015-08-18
|
*
Added an inline C++ function to replace a deprecated nan function
murgatroid99
2015-08-17
|
/
*
Reverted unintended change.
Nicolas "Pixel" Noble
2015-08-12
*
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
Nicolas "Pixel" Noble
2015-08-08
|
\
*
|
Working on node.
Nicolas "Pixel" Noble
2015-08-07
|
*
Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port
Craig Tiller
2015-08-03
|
*
Made binding a server to a port insecurely explicit
murgatroid99
2015-07-27
|
*
Changed object keys to valid identifier names
murgatroid99
2015-07-23
|
/
*
Updating wrapped languages to new time functions
Craig Tiller
2015-07-13
*
Updated server to use new shutdown semantics
murgatroid99
2015-05-28
*
Fix some wrapped languages
Craig Tiller
2015-05-06
*
Remove unused references to malloc.h (which is non-standard, Linux-specific a...
Alexander Staubo
2015-04-05
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-03-05
|
\
|
*
The library now compiles with Node 0.11+ and all versions of io.js
murgatroid99
2015-03-04
*
|
Updated Node library to new secure server API
murgatroid99
2015-03-02
|
/
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Updated server.cc to match call.cc changes
murgatroid99
2015-02-13
*
Made changes based on comments
murgatroid99
2015-02-13
*
Removed extraneous log messages
murgatroid99
2015-02-12
*
More end to end test debugging
murgatroid99
2015-02-11
*
Extension module now compiles and some tests pass
murgatroid99
2015-02-09
*
More progress towards new API compatibility
murgatroid99
2015-02-09
*
Prepare for the new batch call API.
Craig Tiller
2015-02-02
*
Moved extension and JS files to separate directories
murgatroid99
2015-01-26