aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/server.cc
Commit message (Expand)AuthorAge
* Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
* Update to nan 2.0Gravatar murgatroid992015-09-17
* Merge branch 'master' into node_server_graceful_shutdownGravatar murgatroid992015-08-21
|\
* | Removed errant NULL settingGravatar murgatroid992015-08-19
* | Split server shutdown into tryShutdown and forceShutdownGravatar murgatroid992015-08-18
| * Added an inline C++ function to replace a deprecated nan functionGravatar murgatroid992015-08-17
|/
* Reverted unintended change.Gravatar Nicolas "Pixel" Noble2015-08-12
* Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-08
|\
* | Working on node.Gravatar Nicolas "Pixel" Noble2015-08-07
| * Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_portGravatar Craig Tiller2015-08-03
| * Made binding a server to a port insecurely explicitGravatar murgatroid992015-07-27
| * Changed object keys to valid identifier namesGravatar murgatroid992015-07-23
|/
* Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
* Updated server to use new shutdown semanticsGravatar murgatroid992015-05-28
* Fix some wrapped languagesGravatar Craig Tiller2015-05-06
* Remove unused references to malloc.h (which is non-standard, Linux-specific a...Gravatar Alexander Staubo2015-04-05
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|\
| * The library now compiles with Node 0.11+ and all versions of io.jsGravatar murgatroid992015-03-04
* | Updated Node library to new secure server APIGravatar murgatroid992015-03-02
|/
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Updated server.cc to match call.cc changesGravatar murgatroid992015-02-13
* Made changes based on commentsGravatar murgatroid992015-02-13
* Removed extraneous log messagesGravatar murgatroid992015-02-12
* More end to end test debuggingGravatar murgatroid992015-02-11
* Extension module now compiles and some tests passGravatar murgatroid992015-02-09
* More progress towards new API compatibilityGravatar murgatroid992015-02-09
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26