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
/
_tls_wrap.js
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-30
lib: copy arguments object instead of leaking it
Nathan Woltman
1
-1
/
+5
2016-03-02
net: use `_server` for internal book-keeping
Fedor Indutny
1
-6
/
+0
2016-03-02
tls: nullify `.ssl` on handle close
Fedor Indutny
1
-0
/
+3
2016-03-02
lib: use arrow functions instead of bind
Minwoo Jung
1
-7
/
+7
2016-02-15
lib: fix style issues after eslint update
Michaël Zasso
1
-7
/
+7
2015-12-23
tls: Use SHA1 for sessionIdContext in FIPS mode
Stefan Budeanu
1
-3
/
+16
2015-10-29
tls: TLSSocket options default isServer false
Yuval Brik
1
-2
/
+5
2015-10-12
tls: use parent handle's close callback
Fedor Indutny
1
-1
/
+1
2015-08-20
stream_base: various improvements
Fedor Indutny
1
-1
/
+3
2015-08-20
events: deprecate static listenerCount function
Sakthipriyan Vairamani
1
-5
/
+4
2015-08-08
tls: fix check for reused session
Fedor Indutny
1
-12
/
+1
2015-07-27
https: reuse TLS sessions in Agent
Fedor Indutny
1
-1
/
+13
2015-07-23
tls: add `getTicketKeys()`/`setTicketKeys()`
Fedor Indutny
1
-2
/
+12
2015-06-30
_stream_wrap: prevent use after free in TLS
Fedor Indutny
1
-4
/
+28
2015-06-17
net: Defer reading until listeners could be added
James Hartig
1
-8
/
+17
2015-06-11
lib: don't use global Buffer
Roman Reiss
1
-0
/
+1
2015-06-11
tls: fix references to undefined `cb`
Fedor Indutny
1
-2
/
+2
2015-06-04
tls: prevent use-after-free
Fedor Indutny
1
-1
/
+6
2015-06-04
tls: emit errors on close whilst async action
Fedor Indutny
1
-0
/
+15
2015-05-25
lib: simplify nextTick() usage
Brian White
1
-3
/
+1
2015-05-22
tls: emit errors happening before handshake finish
Malte-Thorben Bruns
1
-1
/
+2
2015-05-22
tls: use `.destroy(err)` instead of destroy+emit
Fedor Indutny
1
-14
/
+22
2015-05-16
tls: fix tls handshake check in ssl error
Shigeki Ohtsu
1
-1
/
+1
2015-05-04
tls_wrap: Unlink TLSWrap and SecureContext objects
Сковорода Никита Андреевич
1
-2
/
+9
2015-05-01
tls: use `SSL_set_cert_cb` for async SNI/OCSP
Fedor Indutny
1
-26
/
+23
2015-04-30
tls: destroy singleUse context immediately
Fedor Indutny
1
-1
/
+3
2015-04-30
tls: zero SSL_CTX freelist for a singleUse socket
Fedor Indutny
1
-0
/
+2
2015-04-30
tls: destroy SSL once it is out of use
Fedor Indutny
1
-0
/
+9
2015-04-23
tls_wrap: use localhost if options.host is empty
Guilherme Souza
1
-1
/
+2
2015-04-09
lib: reduce process.binding() calls
Brendan Ashworth
1
-13
/
+3
2015-03-09
tls_wrap: proxy handle methods in prototype
Fedor Indutny
1
-8
/
+8
2015-03-06
tls_wrap: do not hold persistent ref to parent
Fedor Indutny
1
-0
/
+1
2015-03-03
tls: accept empty `net.Socket`s
Fedor Indutny
1
-11
/
+19
2015-02-28
tls: proxy `handle.reading` back to parent handle
Fedor Indutny
1
-0
/
+8
2015-02-27
tls: fix typo `handle._reading` => `handle.reading`
Fedor Indutny
1
-1
/
+1
2015-02-24
streams: introduce StreamWrap and JSStream
Fedor Indutny
1
-2
/
+13
2015-02-22
stream_base: introduce StreamBase
Fedor Indutny
1
-184
/
+179
2015-02-19
net: unref timer in parent sockets
Fedor Indutny
1
-2
/
+4
2015-02-16
tls: more secure defaults
Roman Reiss
1
-3
/
+3
2015-01-31
lib: reduce util.is*() usage
cjihrig
1
-10
/
+11
2015-01-21
lib: use const to define constants
cjihrig
1
-12
/
+10
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
1
-24
/
+0
2014-11-22
lib: turn on strict mode
Ben Noordhuis
1
-0
/
+2
2014-11-20
tls: do not hang without `newSession` handler
Fedor Indutny
1
-2
/
+5
2014-09-09
tls: `checkServerIdentity` option
Trevor Livingston
1
-2
/
+6
2014-08-29
tls, crypto: add DHE support
Shigeki Ohtsu
1
-0
/
+2
2014-08-12
lib: don't use emitter.listeners(type).length
Jackson Tian
1
-4
/
+5
2014-08-01
tls: throw an error, not string
Jackson Tian
1
-1
/
+1
2014-07-16
tls_wrap: remove unused variable
Brian White
1
-1
/
+0
2014-07-03
tls: better error reporting at cert validation
Fedor Indutny
1
-5
/
+1
[next]