index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
https.js
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-8
/
+8
2015-01-21
lib: use const to define constants
cjihrig
1
-7
/
+7
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-21
/
+0
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-02-26
http, https: don't depend on `globalAgent`
Nathan Rajlich
1
-2
/
+11
2013-08-15
lib: remove unused variables and functions
Brian White
1
-1
/
+0
2013-08-01
src: Replace macros with util functions
isaacs
1
-6
/
+6
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-6
/
+6
2013-07-09
http: Reuse more http/https Agent code
isaacs
1
-33
/
+36
2013-07-09
http: Add agent.get/request methods
isaacs
1
-1
/
+2
2013-06-16
tls: introduce TLSSocket based on tls_wrap binding
Fedor Indutny
1
-1
/
+1
2013-04-30
https: implement https.Server#setTimeout()
Ben Noordhuis
1
-2
/
+3
2012-12-28
https: optimize https.createConnection()
Ryunosuke SATO
1
-18
/
+17
2012-10-09
https: fix renegotation attack protection
Ben Noordhuis
1
-0
/
+4
2012-09-15
tls, https: validate server certificate by default
Ben Noordhuis
1
-4
/
+19
2012-08-24
https: make https.get() accept a URL
koichik
1
-0
/
+5
2012-07-20
Revert "http/https: pass request to .createConnection()"
Fedor Indutny
1
-6
/
+5
2012-07-20
http/https: pass request to .createConnection()
Fedor Indutny
1
-5
/
+6
2012-03-06
net, http, https: add localAddress option
Dmitry Nizovtsev
1
-3
/
+21
2012-02-20
tls http https: don't pollute user's `options` object
Maciej Małecki
1
-1
/
+0
2012-02-18
Lint all the JavaScripts.
isaacs
1
-2
/
+2
2012-01-08
https: make `https` use new `tls.connect` API
Maciej Małecki
1
-1
/
+3
2011-10-22
http.request(url.parse(x))
seebees
1
-1
/
+5
2011-10-04
http: remove legacy http library
Ben Noordhuis
1
-36
/
+12
2011-07-29
Add support for TLS SNI
Fedor Indutny
1
-4
/
+2
2011-07-26
http: make http and http2 co-exist
Ben Noordhuis
1
-7
/
+35
2011-07-26
http: http2 implementation
Mikeal Rogers
1
-35
/
+7
2011-04-25
Add support for Unix Domain Sockets to HTTP
Mark Cavage
1
-2
/
+2
2011-04-19
OpenSSL NPN in node.js
Fedor Indutny
1
-0
/
+10
2011-04-01
Closes GH-721 Set default host header properly
isaacs
1
-0
/
+3
2011-03-22
expose https.Agent
Ryan Dahl
1
-1
/
+1
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2011-02-07
tls fixes
Ryan Dahl
1
-0
/
+2
2011-02-05
http: agent takes options instead of host, port pair
Mikeal Rogers
1
-3
/
+1
2011-01-23
Expose agent in http and https client.
Mikeal Rogers
1
-2
/
+6
2011-01-21
Expose http.getAgent
Ryan Dahl
1
-0
/
+1
2011-01-21
Add https.get()
Ryan Dahl
1
-0
/
+10
2011-01-21
Initial pass at https client
Ryan Dahl
1
-0
/
+39
2011-01-03
First pass at new https server
Ryan Dahl
1
-0
/
+22