COMMITS
/ test/res.jsonp.js February 9, 2022
D
tests: use strict mode
Douglas Christopher Wilson committed
November 3, 2021
D
Fix handling of undefined when "json escape" is enabled
drewm committed
November 17, 2021
D
Fix handling of undefined in res.jsonp
Douglas Christopher Wilson committed
D
tests: fix up primitive tests for res.jsonp
Douglas Christopher Wilson committed
January 22, 2018
A
lint: remove usages of "=="
Alejandro Estrada committed
April 5, 2017
G
Add "escape json" setting for res.json and res.jsonp
Greg Guthe committed
May 10, 2016
D
tests: use supertest to check response header values
Douglas Christopher Wilson committed
July 11, 2014
D
Merge tag '3.14.0'
Douglas Christopher Wilson committed
D
Remove unnecessary escaping in res.jsonp
Douglas Christopher Wilson committed
D
Add explicit "Rosetta Flash JSONP abuse" protection
Douglas Christopher Wilson committed
May 21, 2014
D
Merge tag '3.8.0'
Douglas Christopher Wilson committed
May 9, 2014
D
set proper charset in content-type for res.send
Douglas Christopher Wilson committed
D
Merge tag '3.6.0'
Douglas Christopher Wilson committed
D
tests: fixup new json tests
Douglas Christopher Wilson committed
D
tests: add more res.jsonp? tests
Douglas Christopher Wilson committed
D
deprecate res.json(obj, status)
Douglas Christopher Wilson committed
May 2, 2014
A
Keep previous Content-Type for res.jsonp
Alberto Leal committed
A
Keep previous Content-Type for res.jsonp
Alberto Leal committed
March 6, 2014
J
remove unnecessary test/support/http
Jonathan Ong committed
J
remove unnecessary test/support/http
Jonathan Ong committed
May 8, 2014
D
Merge branch '4.1.x'
Douglas Christopher Wilson committed
D
Merge branch '3.5.x' into 4.1.x
Douglas Christopher Wilson committed
D
Fix res.jsonp error if callback param is object
Douglas Christopher Wilson committed
March 8, 2014
J
move setHeader charset patch to .set
Jonathan Ong committed
January 11, 2014
R
No 'json spaces' by default
Roman Shtylman committed
October 15, 2013
J
check existence of jsonp callback
Jonathan Ong committed
August 3, 2013
J
Fixes from pull request #1643
Jon Jenkins committed
December 28, 2012
G
fix jsonp whitespace escape. Closes #1132
Guillermo Rauch committed
October 16, 2012
T
add cb && cb(payload) to `res.jsonp()`. Closes #1374
TJ Holowaychuk committed
August 30, 2012
T
add res.jsonp(). Closes #1307
TJ Holowaychuk committed