summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-10Bump version to 0.5.6v0.5.6Bert Belder1-1/+1
2011-09-09net_uv: use sufficient buffer to read sock/peernameBert Belder1-4/+4
2011-09-08Revert "vm context with accessors"Ryan Dahl1-35/+22
2011-09-08Enable link, symlink, and readlink on windowsIgor Zinkovsky1-12/+9
2011-09-08vm context with accessorsFedor Indutny1-22/+35
2011-09-07Merge remote branch 'origin/v0.4'Ryan Dahl1-2/+15
2011-09-07tls: new[] instead of malloc() in Connection::GetSession()Ben Noordhuis1-15/+7
2011-09-07tls: add client-side session resumption supportSean Cunningham2-0/+91
2011-09-06file: translate libuv error codes to errno namesBen Noordhuis1-5/+11
2011-09-06file: fix errno propagation in sync fs callsBen Noordhuis1-2/+65
2011-09-06windows: it's rude to clobber quick edit modePeter Bright1-5/+12
2011-09-05ObjectWraps should be MarkIndependentRyan Dahl1-0/+1
2011-09-04fix test-fs-realpathisaacs1-3/+3
2011-09-04internal fs functions called with this == ReqWrapRyan Dahl1-5/+5
2011-09-04Return ReqWrap from internal fs functionsRyan Dahl2-16/+27
2011-09-04Fix test-fs-error-messages.jsRyan Dahl1-6/+9
2011-09-05net-uv: correctly set socket.remoteAddress and -portBert Belder1-0/+38
2011-09-04Upgrade libuv to 142a702Ryan Dahl1-2/+5
2011-09-04uv_getsockname got renamedBert Belder2-6/+6
2011-09-04fix windows build breakIgor Zinkovsky1-5/+5
2011-09-03enable missing fs functions on windowsIgor Zinkovsky1-12/+1
2011-09-03fix async readdirIgor Zinkovsky1-0/+3
2011-09-03buffer: write() should always set _charsWritten.koichik1-0/+11
2011-09-02win: link to psapi.libRyan Dahl1-0/+1
2011-09-03crypto: Fix BIO's usage.koichik1-19/+7
2011-09-03crypto: use X509_get_ext_by_NID(NID_subject_alt_name)Ben Noordhuis1-16/+20
2011-09-03Added additional properties to getPeerCertificate, now includes subjectAltNam...Niclas Hoyer2-0/+47
2011-09-02buffer: Avoid overrun with 'binary' encoding.koichik1-2/+4
2011-09-01Added some win32 platform functionsKarl Skomski1-5/+33
2011-08-31crypto: set data before sending to thread poolRyan Dahl1-1/+1
2011-08-31fix win32 uv loop breakageJeroen Janssen1-4/+4
2011-08-31Upgrade libuv to ea4271fRyan Dahl16-71/+72
2011-08-31tls: x509 certificate subject parsing failkoichik1-16/+26
2011-08-30Fixes #1610 Remove DigiNotar CA from trusted listisaacs1-29/+0
2011-08-30Fixes #1610 Remove DigiNotar CA from trusted listisaacs1-29/+0
2011-08-30Use new uv_fs_ apisIgor Zinkovsky5-328/+128
2011-08-30upgrade libuv to a6ed175Ryan Dahl1-3/+0
2011-08-29Fixes #1503. make libuv backend default on unixRyan Dahl1-11/+3
2011-08-29stdio: fix typo in doc commentAbimanyu Raja1-1/+1
2011-08-29module: remove 'is URL?' check in module loader, dead codeJann Horn1-4/+2
2011-08-27Now working on 0.5.6Ben Noordhuis1-2/+2
2011-08-26Bump version to v0.5.5v0.5.5-rc1v0.5.5Ben Noordhuis1-1/+1
2011-08-26Fix build - due to V8 API changeRyan Dahl1-1/+1
2011-08-24fix windows buildRyan Dahl1-2/+2
2011-08-24net: fix multicast on sunosBen Noordhuis1-3/+14
2011-08-24Add process.features.debug; fixes simple/test-executable-path.jsRyan Dahl1-0/+8
2011-08-24dgram: integrate libuv support for UDP over IPv6Ben Noordhuis1-10/+47
2011-08-24dgram: integrate libuv UDP supportBen Noordhuis3-0/+364
2011-08-24tcp_wrap: update after libuv API changeBen Noordhuis1-2/+4
2011-08-24stream_wrap: update after libuv API changeBen Noordhuis2-4/+4