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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-10
Bump version to 0.5.6
v0.5.6
Bert Belder
1
-1
/
+1
2011-09-09
net_uv: use sufficient buffer to read sock/peername
Bert Belder
1
-4
/
+4
2011-09-08
Revert "vm context with accessors"
Ryan Dahl
1
-35
/
+22
2011-09-08
Enable link, symlink, and readlink on windows
Igor Zinkovsky
1
-12
/
+9
2011-09-08
vm context with accessors
Fedor Indutny
1
-22
/
+35
2011-09-07
Merge remote branch 'origin/v0.4'
Ryan Dahl
1
-2
/
+15
2011-09-07
tls: new[] instead of malloc() in Connection::GetSession()
Ben Noordhuis
1
-15
/
+7
2011-09-07
tls: add client-side session resumption support
Sean Cunningham
2
-0
/
+91
2011-09-06
file: translate libuv error codes to errno names
Ben Noordhuis
1
-5
/
+11
2011-09-06
file: fix errno propagation in sync fs calls
Ben Noordhuis
1
-2
/
+65
2011-09-06
windows: it's rude to clobber quick edit mode
Peter Bright
1
-5
/
+12
2011-09-05
ObjectWraps should be MarkIndependent
Ryan Dahl
1
-0
/
+1
2011-09-04
fix test-fs-realpath
isaacs
1
-3
/
+3
2011-09-04
internal fs functions called with this == ReqWrap
Ryan Dahl
1
-5
/
+5
2011-09-04
Return ReqWrap from internal fs functions
Ryan Dahl
2
-16
/
+27
2011-09-04
Fix test-fs-error-messages.js
Ryan Dahl
1
-6
/
+9
2011-09-05
net-uv: correctly set socket.remoteAddress and -port
Bert Belder
1
-0
/
+38
2011-09-04
Upgrade libuv to 142a702
Ryan Dahl
1
-2
/
+5
2011-09-04
uv_getsockname got renamed
Bert Belder
2
-6
/
+6
2011-09-04
fix windows build break
Igor Zinkovsky
1
-5
/
+5
2011-09-03
enable missing fs functions on windows
Igor Zinkovsky
1
-12
/
+1
2011-09-03
fix async readdir
Igor Zinkovsky
1
-0
/
+3
2011-09-03
buffer: write() should always set _charsWritten.
koichik
1
-0
/
+11
2011-09-02
win: link to psapi.lib
Ryan Dahl
1
-0
/
+1
2011-09-03
crypto: Fix BIO's usage.
koichik
1
-19
/
+7
2011-09-03
crypto: use X509_get_ext_by_NID(NID_subject_alt_name)
Ben Noordhuis
1
-16
/
+20
2011-09-03
Added additional properties to getPeerCertificate, now includes subjectAltNam...
Niclas Hoyer
2
-0
/
+47
2011-09-02
buffer: Avoid overrun with 'binary' encoding.
koichik
1
-2
/
+4
2011-09-01
Added some win32 platform functions
Karl Skomski
1
-5
/
+33
2011-08-31
crypto: set data before sending to thread pool
Ryan Dahl
1
-1
/
+1
2011-08-31
fix win32 uv loop breakage
Jeroen Janssen
1
-4
/
+4
2011-08-31
Upgrade libuv to ea4271f
Ryan Dahl
16
-71
/
+72
2011-08-31
tls: x509 certificate subject parsing fail
koichik
1
-16
/
+26
2011-08-30
Fixes #1610 Remove DigiNotar CA from trusted list
isaacs
1
-29
/
+0
2011-08-30
Fixes #1610 Remove DigiNotar CA from trusted list
isaacs
1
-29
/
+0
2011-08-30
Use new uv_fs_ apis
Igor Zinkovsky
5
-328
/
+128
2011-08-30
upgrade libuv to a6ed175
Ryan Dahl
1
-3
/
+0
2011-08-29
Fixes #1503. make libuv backend default on unix
Ryan Dahl
1
-11
/
+3
2011-08-29
stdio: fix typo in doc comment
Abimanyu Raja
1
-1
/
+1
2011-08-29
module: remove 'is URL?' check in module loader, dead code
Jann Horn
1
-4
/
+2
2011-08-27
Now working on 0.5.6
Ben Noordhuis
1
-2
/
+2
2011-08-26
Bump version to v0.5.5
v0.5.5-rc1
v0.5.5
Ben Noordhuis
1
-1
/
+1
2011-08-26
Fix build - due to V8 API change
Ryan Dahl
1
-1
/
+1
2011-08-24
fix windows build
Ryan Dahl
1
-2
/
+2
2011-08-24
net: fix multicast on sunos
Ben Noordhuis
1
-3
/
+14
2011-08-24
Add process.features.debug; fixes simple/test-executable-path.js
Ryan Dahl
1
-0
/
+8
2011-08-24
dgram: integrate libuv support for UDP over IPv6
Ben Noordhuis
1
-10
/
+47
2011-08-24
dgram: integrate libuv UDP support
Ben Noordhuis
3
-0
/
+364
2011-08-24
tcp_wrap: update after libuv API change
Ben Noordhuis
1
-2
/
+4
2011-08-24
stream_wrap: update after libuv API change
Ben Noordhuis
2
-4
/
+4
[next]