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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-03
tls_wrap: fix use after free
Fedor Indutny
3
-5
/
+8
2014-09-03
crypto: use less memory for storing keys
Fedor Indutny
1
-12
/
+3
2014-09-03
configure: add --openssl-no-asm flag
Fedor Indutny
2
-1
/
+9
2014-09-03
net: Improve Socket.prototype.write()
Jackson Tian
1
-1
/
+1
2014-09-03
stream_wrap: Add support to write binary strings
Trevor Norris
6
-0
/
+18
2014-09-02
node,async-wrap: verify domain enter/exit are set
Trevor Norris
5
-24
/
+139
2014-09-02
tests: add test for non-integer delay timers.
Julien Gilli
1
-0
/
+50
2014-09-02
configure: generate a fully statically linked exec
Jesús Leganés Combarro "piranna
1
-0
/
+15
2014-09-02
cluster: centralize removal from workers list.
Julien Gilli
5
-19
/
+134
2014-09-02
crypto: unsigned value can't be negative
Brian White
1
-2
/
+2
2014-09-02
crypto: avoid memory leak
Brian White
1
-1
/
+2
2014-09-02
src: reading/owner/onread/onconnection for tcp
Jackson Tian
1
-0
/
+13
2014-09-01
crypto: wrap ECDH constants in HAVE_OPENSSL
Isaac Burns
1
-0
/
+2
2014-08-29
tls: add DHE-RSA-AES128-SHA256 to the def ciphers
Shigeki Ohtsu
2
-10
/
+14
2014-08-29
tls, crypto: add DHE support
Shigeki Ohtsu
11
-1
/
+178
2014-08-29
crypto: introduce ECDH
Fedor Indutny
6
-0
/
+426
2014-08-27
url: Add support for RFC 3490 separators
Mathias Bynens
1
-12
/
+5
2014-08-27
src: Add function name for .byteLength/.compare
Jackson Tian
1
-6
/
+9
2014-08-27
querystring: fix unescape override
Tristan Berger
2
-8
/
+15
2014-08-27
crypto: allow padding in RSA methods
Fedor Indutny
6
-7
/
+83
2014-08-27
gyp: use --export-dynamic on FreeBSD
Fedor Indutny
1
-0
/
+5
2014-08-27
deps: enable ARM assembly for OpenSSL
Fedor Indutny
9
-17
/
+5659
2014-08-23
crypto: fix memory leak in Connection::New
Fedor Indutny
1
-1
/
+0
2014-08-22
deps: fix up v8 after fd80a3
Fedor Indutny
1
-3
/
+8
2014-08-21
http: avoid create difference hidden class
Jackson Tian
1
-0
/
+3
2014-08-20
net,stream: add isPaused, don't read() when paused
Chris Dickinson
5
-1
/
+102
2014-08-20
dns: throw if hostname is not string or falsey
cjihrig
2
-1
/
+44
2014-08-19
Now working on 0.10.32
Timothy J Fontaine
1
-2
/
+2
2014-08-19
Merge branch 'v0.10.31-release' into v0.10
Timothy J Fontaine
3
-2
/
+23
2014-08-19
node: add missing Isolate::Scope at startup
Ben Noordhuis
1
-0
/
+1
2014-08-19
src: add missing Isolate arguments
Yazhong Liu
2
-3
/
+5
2014-08-19
2014.08.19, Version 0.10.31 (Stable)
v0.10.31
Timothy J Fontaine
3
-2
/
+23
2014-08-19
npm: Update to v1.4.23
Timothy J Fontaine
187
-660
/
+1996
2014-08-18
http: fix bailout for writeHead
Alex Kocharin
1
-8
/
+7
2014-08-18
gyp: preserve v8dbg syms on freebsd too
Fedor Indutny
1
-2
/
+2
2014-08-18
Revert "gyp: preserve v8dbg syms on freebsd too"
Fedor Indutny
4
-13
/
+5
2014-08-17
gyp: preserve v8dbg syms on freebsd too
Fedor Indutny
4
-5
/
+13
2014-08-17
gyp: preserve v8dbg syms on freebsd too
Fedor Indutny
1
-2
/
+2
2014-08-14
deps: backport 5f836c from v8 upstream
Fedor Indutny
1
-56
/
+50
2014-08-13
test: fix dns test
Alexis Campailla
2
-13
/
+15
2014-08-13
tests: don't assume IPv4 only in remote addr tests
Julien Gilli
1
-6
/
+12
2014-08-13
test: check ipv6 support before testing it
Fedor Indutny
5
-2
/
+29
2014-08-13
tests: do not hardcode service name in test-dns.
Julien Gilli
2
-2
/
+89
2014-08-13
tests: fix invalid hints flags dns test.
Julien Gilli
1
-1
/
+11
2014-08-13
openssl: fix keypress requirement in apps on win32
Fedor Indutny
1
-6
/
+13
2014-08-13
deps: update openssl to v1.0.1i
Fedor Indutny
178
-6019
/
+3469
2014-08-13
src: change kIsolateSlot to 3
Cheng Zhao
1
-3
/
+11
2014-08-12
src: require EventEmitter via NativeModule
Trevor Norris
1
-1
/
+1
2014-08-12
dgram: remove new keyword from errnoException
Jackson Tian
1
-2
/
+2
2014-08-12
doc: typo fixes on stream, tls and http
Kyle Robinson Young
3
-5
/
+6
[prev]
[next]