COMMITS
/ lib/server.js February 23, 2018
P
feat(server): new router and middleware system (#1561)
Peter Marton committed
March 17, 2018
W
Docs: inlcude formatter documentation on website (#1602)
William Blankenship committed
February 9, 2018
M
fix: add support for secureOptions in createServer (#1575)
Marco Lucarella committed
December 11, 2017
P
fix(request): date() and time() methods return value (#1576)
Peter Marton committed
November 27, 2017
P
Fix server.param with false values (#1572)
Peter Marton committed
November 21, 2017
November 8, 2017
P
refactor(server): add benchmark suite, improve performance (#1554)
Peter Marton committed
November 3, 2017
P
fix(server): avoid http2 experimental warning without http2 option (#1555)
Peter Marton committed
November 2, 2017
P
feat(http2): add native HTTP/2 support (#1489)
Peter Marton committed
October 31, 2017
P
chore(prettier): use prettier for style checking and fixing (#1537)
Peter Marton committed
October 24, 2017
P
chore(eslint): ESLint JSDoc rules, JSDoc improvements (#1535)
Peter Marton committed
P
refactor(lib): forbid anonymous function in lib code (#1538)
Peter Marton committed
October 20, 2017
P
chore(jscs): Remove JSCS and use ESLint for both linting and styling (#1527)
Peter Marton committed
October 19, 2017
P
docs: Improve JSDocs for server and use them to generate api documentation (#1517)
Peter Marton committed
October 12, 2017
P
docs(server): auto generate api docs from JSDoc
Peter Marton committed
October 9, 2017
P
fix(plugins): use process.hrtime() for duration calculation (#1507)
Peter Marton committed
September 19, 2017
D
docs: inflightRequests() returns a number (#1498)
Daniel Cassidy committed
W
fix(server): error in pre handler triggers after event (#1500)
William Blankenship committed
September 6, 2017
A
August 16, 2017
W
refactor: opinionated cleanup of argumentsToChain (#1351)
William Blankenship committed
A
Fix: emit restifyError event even for router errors (#1420)
Alex Liu committed
May 15, 2017
R
deprecated next.ifError
retrohacker committed
April 27, 2017
W
Removing duplicate close event
William Blankenship committed
March 9, 2017
Y
change use event to routed event
Yunong Xiao committed
Y
code complete
Yunong Xiao committed
March 3, 2017
Y
change debugInfo to getDebugInfo
Yunong Xiao committed
February 27, 2017
Y
change getRouteInfo to getDebugInfo
Yunong Xiao committed
February 24, 2017
Y
add use, pre, after, and handler debug info
Yunong Xiao committed
January 11, 2017
A
return debug info about mounted routes and server
Alex Liu committed
January 17, 2017
J
Unnecessary bind()
Julien CROUZET committed
January 13, 2017
J
Emit `close` event
Julien CROUZET committed
December 22, 2016
A
allow request id to be set. remove reqIdHeaders option (#1256)
Alex Liu committed
December 15, 2016
A
add server.unfinishedRequests() method (#1250)
Alex Liu committed
December 14, 2016
A
December 6, 2016
M
chore(package): update uuid to version 3.0.0 (#1234)
Marc Bachmann committed
September 6, 2016
N
Fix typo in a comment (#1179)
Niklas Ingholt committed
June 3, 2016
A
GH-1123: add deprecation warnings for domain dependent features (#1124)
Alex Liu committed
June 2, 2016
A
GH-1078: send server name property down as header (#1121)
Alex Liu committed
A
GH-1119: when req.clientClosed is true, set res statusCode to 0 (#1120)
Alex Liu committed
A
GH-845: support both sync and async formatters (#1104)
Alex Liu committed
May 24, 2016
A
GH-1086: reuse incoming request id headers to set request id (#1103)
Alex Liu committed
May 13, 2016
A
remove CORS from router, support next(false) in pre chains (#985)
Alex Liu committed
May 5, 2016
A
GH-999: normalize NotFound error handler to flush response
Alex Liu committed
March 18, 2016
T
fix #1024: disable uncaughtException handler by default and added a server
Todd Whiteman committed
December 15, 2015
J
feat(server): redirect event
James Womack committed
September 8, 2015
A
GH-667: support generic error listener
Alex Liu committed
A
stop processing requests on which the close event has been fired
Alex Liu committed
September 15, 2015
A
add clientClosed flag to audit log for closed requests
Alex Liu committed
September 14, 2015
A
- add audit log tests.
Alex Liu committed