summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "vm context with accessors"Ryan Dahl2011-09-081-35/+22
* Enable link, symlink, and readlink on windowsIgor Zinkovsky2011-09-081-12/+9
* vm context with accessorsFedor Indutny2011-09-081-22/+35
* Merge remote branch 'origin/v0.4'Ryan Dahl2011-09-071-2/+15
|\
| * buffer: write() should always set _charsWritten.koichik2011-09-031-0/+11
| * buffer: Avoid overrun with 'binary' encoding.koichik2011-09-021-2/+4
| * Fixes #1610 Remove DigiNotar CA from trusted listisaacs2011-08-301-29/+0
| * Fix #1563. overflow in ChildProcess custom_fd.Ryan Dahl2011-08-201-0/+6
| * Now working on v0.4.12Ryan Dahl2011-08-171-2/+2
| * Bump version to v0.4.11v0.4.11Ryan Dahl2011-08-171-1/+1
| * module: fix pointer reference to out-of-scope variableBen Noordhuis2011-08-151-1/+5
| * crypto: fix incorrect ssl shutdown checkTom Hughes2011-08-091-1/+1
| * net: fix incorrect sizeof()Tom Hughes2011-08-091-1/+1
| * Include "platform.h", not <platform.h> - conflicts with system headersBen Noordhuis2011-07-264-4/+4
| * Fix crypto encryption/decryption with Base64.SAWADA Tadashi2011-07-231-0/+13
| * Windows/cygwin: no more GetConsoleTitleW errors on XPBert Belder2011-07-222-65/+30
| * Now working on v0.4.11Ryan Dahl2011-07-201-2/+2
| * Bump version to v0.4.10v0.4.10Ryan Dahl2011-07-191-1/+1
* | tls: new[] instead of malloc() in Connection::GetSession()Ben Noordhuis2011-09-071-15/+7
* | tls: add client-side session resumption supportSean Cunningham2011-09-072-0/+91
* | file: translate libuv error codes to errno namesBen Noordhuis2011-09-061-5/+11
* | file: fix errno propagation in sync fs callsBen Noordhuis2011-09-061-2/+65
* | windows: it's rude to clobber quick edit modePeter Bright2011-09-061-5/+12
* | ObjectWraps should be MarkIndependentRyan Dahl2011-09-051-0/+1
* | fix test-fs-realpathisaacs2011-09-041-3/+3
* | internal fs functions called with this == ReqWrapRyan Dahl2011-09-041-5/+5
* | Return ReqWrap from internal fs functionsRyan Dahl2011-09-042-16/+27
* | Fix test-fs-error-messages.jsRyan Dahl2011-09-041-6/+9
* | net-uv: correctly set socket.remoteAddress and -portBert Belder2011-09-051-0/+38
* | Upgrade libuv to 142a702Ryan Dahl2011-09-041-2/+5
* | uv_getsockname got renamedBert Belder2011-09-042-6/+6
* | fix windows build breakIgor Zinkovsky2011-09-041-5/+5
* | enable missing fs functions on windowsIgor Zinkovsky2011-09-031-12/+1
* | fix async readdirIgor Zinkovsky2011-09-031-0/+3
* | win: link to psapi.libRyan Dahl2011-09-021-0/+1
* | crypto: Fix BIO's usage.koichik2011-09-031-19/+7
* | crypto: use X509_get_ext_by_NID(NID_subject_alt_name)Ben Noordhuis2011-09-031-16/+20
* | Added additional properties to getPeerCertificate, now includes subjectAltNam...Niclas Hoyer2011-09-032-0/+47
* | Added some win32 platform functionsKarl Skomski2011-09-011-5/+33
* | crypto: set data before sending to thread poolRyan Dahl2011-08-311-1/+1
* | fix win32 uv loop breakageJeroen Janssen2011-08-311-4/+4
* | Upgrade libuv to ea4271fRyan Dahl2011-08-3116-71/+72
* | tls: x509 certificate subject parsing failkoichik2011-08-311-16/+26
* | Fixes #1610 Remove DigiNotar CA from trusted listisaacs2011-08-301-29/+0
* | Use new uv_fs_ apisIgor Zinkovsky2011-08-305-328/+128
* | upgrade libuv to a6ed175Ryan Dahl2011-08-301-3/+0
* | Fixes #1503. make libuv backend default on unixRyan Dahl2011-08-291-11/+3
* | stdio: fix typo in doc commentAbimanyu Raja2011-08-291-1/+1
* | module: remove 'is URL?' check in module loader, dead codeJann Horn2011-08-291-4/+2
* | Now working on 0.5.6Ben Noordhuis2011-08-271-2/+2