COMMITS
/ lib/response.js September 15, 2020
E
docs(jsdocs): fix jsdoc for response.sendRaw (#1858)
Ethan Resnick committed
November 25, 2019
A
Gracefully handle formatters throwing restify errors. (#1807)
Adam Crabtree committed
March 7, 2019
R
fix(dev): upgrading modules including restify-errors (#1755)
Rajat Kumar committed
December 7, 2018
J
feat: add support for non-strict formatters (#1721)
Julien Gilli committed
February 23, 2018
P
feat(server): new router and middleware system (#1561)
Peter Marton committed
A
fix: send numbers or bools as payloads (#1609)
Alex Liu committed
February 9, 2018
B
Fix: Return 444 status code for closed and aborted requests (#1579)
Benjamin Romano committed
L
fix: Allow multiple unmerged set-cookie headers. (#1570)
Laurence Rowe committed
N
fix: use `Buffer.isBuffer` instead of `util.isBuffer`. (#1593)
Natalie Wolfe committed
November 8, 2017
P
refactor(server): add benchmark suite, improve performance (#1554)
Peter Marton committed
P
chore(prettier): update to 1.8.1 (#1559)
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 21, 2017
P
docs(response): auto-generate from JSDoc (#1532)
Peter Marton committed
October 20, 2017
P
chore(jscs): Remove JSCS and use ESLint for both linting and styling (#1527)
Peter Marton committed
October 5, 2017
August 16, 2017
A
Fix: emit restifyError event even for router errors (#1420)
Alex Liu committed
August 14, 2017
S
fix: respect when status code is set with res.status (GH-1429) (#1440)
Stefano Vozza committed
July 12, 2017
W
fix: monkey patch getHeaders for pre-v7 Node.js (GH-1409)
William Blankenship committed
June 27, 2017
W
feat: revert async formatters (#1377)
William Blankenship committed
June 19, 2017
C
fix: Honor port for redirect (#1363)
Carlos David Aguilar Ruiz committed
June 3, 2016
A
GH-1129: always invoke res.send callback if provided (#1130)
Alex Liu committed
A
GH-1128: don't send domain errors to client (#1126)
Alex Liu committed
June 2, 2016
A
GH-845: support both sync and async formatters (#1104)
Alex Liu committed
May 29, 2016
M
JSDoc fix: net code and headers optional as they are. fixes #1113 (#1114)
Marc Riegel committed
May 24, 2016
A
GH-951: res.sendRaw() skips formatters (#1109)
Alex Liu committed
May 13, 2016
A
Formatters cleanup (#1084)
Alex Liu committed
March 22, 2016
T
Capitalize the location header field for redirect
Tommi Kyntola committed
January 4, 2016
J
Proper global/constant casing
James O'Cull committed
J
Moved header blacklist up to top
James O'Cull committed
J
Content-Type should not contain multi-values. Closes #986
James O'Cull committed
December 28, 2015
F
fixed #982 -- allow null to be passed to res.send()
Felix Milea-Ciobanu committed
December 4, 2015
J
feat(response): redirect, set & docs enhancements
James Womack committed
November 5, 2015
A
merge branch '4.x' into merge4to5
Alex Liu committed
October 25, 2015
A
GH-937: fix bug when missing content-type header results in response hanging
Alex Liu committed
A
GH-937: fix bug when missing content-type header results in response hanging
Alex Liu committed
September 21, 2015
Y
everything must be 80 columns like
Yunong Xiao committed
June 21, 2015
A
migrate to restify-errors module
Alex Liu committed
June 26, 2015
Y
check point -- formatters now only use cb -- but after event is not picking up error
Yunong J Xiao committed
June 20, 2015
Y
Revert "Send 500 status if async formatter sends error"
Yunong Xiao committed
June 19, 2015
J
Send 500 status if async formatter sends error
James Womack committed
June 16, 2015
A
jsdoc comments
Alex Liu committed
June 3, 2015
M
removed lint.
Michael Paulson committed
June 2, 2015
M
finished the logger property attacher.
Michael Paulson committed
May 23, 2015
A
use --fix to autofix new line issues
Alex Liu committed
May 21, 2015
A
migrate to eslint
Alex Liu committed
Y
Merge pull request #800 from AlexDobeck/patch-1
Yunong Xiao committed
May 20, 2015
A
add documentation, address PR comments
Alex Liu committed