COMMITS
/ lib/server.js February 13, 2023
M
declare var at the beginning
Massimo Candela committed
M
avoid loading spdy if not used and prevent deprecation warning
Massimo Candela committed
February 23, 2023
M
feat: allow custom alternatives to domains
Mary Marchini committed
January 13, 2023
M
feat!: don't override req.log if set during .first
Mary Marchini committed
May 8, 2022
G
feat!: support v18.x
ghermeto committed
March 24, 2022
J
fix: Re-add support for clientError listeners (#1897)
Joey Harrington committed
March 23, 2022
N
fix: don't create empty clientError listener for http.Server (#1895)
Nigel Li committed
November 23, 2021
J
docs: fix handleUncaughtExceptions docs typos (#1885)
Joey Harrington committed
July 14, 2020
G
feat: remove re-routing from handler (#1847)
Guilherme Hermeto committed
July 11, 2020
G
Prefer Pino logger over Bunyan (#1841)
Guilherme Hermeto committed
June 27, 2020
G
feat: async/await support
Guilherme Hermeto committed
July 2, 2020
A
feat: send 500s for unhandled requests (#1777)
Alex Liu committed
December 13, 2019
P
fix(server): address domain performance regression with Node v12.x (#1809)
Peter Marton committed
April 11, 2019
C
feat: provide callback to uncaughtException handler (#1766)
Connor Prussin committed
March 18, 2019
W
feat(first): Handlers that execute ASAP in the req/res lifecycle (#1756)
William Blankenship committed
March 16, 2019
A
fix: properly handle non-errors thrown in domains (#1757)
Alex Liu committed
March 7, 2019
R
fix(dev): upgrading modules including restify-errors (#1755)
Rajat Kumar committed
January 19, 2019
P
feat(req): add restifyDone event (#1740)
Peter Marton committed
January 3, 2019
J
fix: emit after event with proper error param for node versions >= 11.4.0 (#1732)
Julien Gilli committed
December 7, 2018
J
feat: add support for non-strict formatters (#1721)
Julien Gilli committed
November 16, 2018
M
fix(server): fix uncaught exceptions triggering route lookups (#1717)
Michael Ridgway committed
October 30, 2018
M
Fix: remove invalid triggering of uncaughtException handler (#1710)
Michael Ridgway committed
June 7, 2018
P
fix(server): address req and res close event changes in Node v10.x (#1672)
Peter Marton committed
May 24, 2018
A
fix: proxy events into instance var and add test script (#1661)
Abhishek koserwal committed
May 15, 2018
P
fix(dtrace): route probes (#1659)
Peter Marton committed
April 20, 2018
K
docs(server): remove outdated options.acceptable, fixes #1636 (#1645)
Kevin Peno committed
March 26, 2018
P
docs(server): document ignoreTrailingSlash (#1633)
Peter Marton committed
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