summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Now working on 0.8.7isaacs2012-08-071-2/+2
* 2012.08.07, Version 0.8.6 (Stable)v0.8.6isaacs2012-08-071-1/+1
* Now working on 0.8.6isaacs2012-08-021-2/+2
* 2012.08.02, Version 0.8.5 (Stable)v0.8.5isaacs2012-08-021-1/+1
* node: tag Encode and friends NODE_EXTERNBen Noordhuis2012-08-021-8/+8
* Report errors properly from --eval and stdinisaacs2012-07-303-21/+45
* node: use variadic functions in ev-emul.hBen Noordhuis2012-07-281-2/+2
* Now working on v0.8.5isaacs2012-07-251-2/+2
* 2012.07.25, Version 0.8.4 (Stable)v0.8.4isaacs2012-07-241-1/+1
* debugger: wake up the event loop when a debugger command is dispatchedPeter Rybin2012-07-231-0/+24
* tls: veryify server's identityFedor Indutny2012-07-201-2/+3
* Now working on 0.8.4isaacs2012-07-191-2/+2
* 2012.07.19, Version 0.8.3 (Stable)v0.8.3isaacs2012-07-191-1/+1
* node: make ev-emul.h compile with -Wextra -WerrorBen Noordhuis2012-07-181-7/+16
* net: fix net.Server.listen({fd:x}) error reportingBen Noordhuis2012-07-121-0/+3
* Now working on 0.8.3isaacs2012-07-091-2/+2
* Merge branch 'v0.8.2-release' into v0.8isaacs2012-07-091-1/+1
|\
| * 2012.07.09, Version 0.8.2 (Stable)v0.8.2isaacs2012-07-071-1/+1
* | zlib: Call inflateEnd for UNZIP. Fixes memory leak.isaacs2012-07-081-1/+2
* | process: throw a TypeError when anything but an Array is passed to hrtime()Nathan Rajlich2012-07-081-0/+5
* | crypto: fix DecipherUpdate() memory leakBen Noordhuis2012-07-081-4/+2
|/
* Now working on 0.8.2isaacs2012-07-071-2/+2
* Assign to property of global, instead of implicit global variableJonas Westerlund2012-07-061-1/+1
* 2012.06.29, Version 0.8.1 (stable)v0.8.1isaacs2012-06-291-1/+1
* windows: remove 256x256 version of the iconBert Belder2012-06-251-0/+0
* Now working on 0.8.1isaacs2012-06-251-2/+2
* 2012.06.25, Version 0.8.0 (stable)v0.8.0isaacs2012-06-251-1/+1
* stdin.pipe: Replace forgotten opts memberisaacs2012-06-211-2/+2
* Merge branch 'stdin-resume-pipe'isaacs2012-06-211-0/+8
|\
| * Fix #3503: stdin: resume() on pipe(dest)isaacs2012-06-211-0/+8
* | crypto: fix error reporting in SetKey()Fedor Indutny2012-06-211-1/+8
|/
* Externalize node::no_deprecationisaacs2012-06-213-3/+3
* Apply --no-deprecation to C++ warnings as wellisaacs2012-06-214-4/+10
* Add --no-deprecation and --trace-deprecation flagsisaacs2012-06-212-33/+28
* iowatcher: add deprecation warningBen Noordhuis2012-06-211-0/+2
* fs: make fs.watchFile() interval default to 5007Ben Noordhuis2012-06-212-28/+5
* fs: make fs.watchFile() work on windowsBen Noordhuis2012-06-214-46/+44
* node: replace NODE_STAT_STRUCT with uv_statbuf_tBen Noordhuis2012-06-212-21/+9
* Now working on 0.8.0isaacs2012-06-191-3/+3
* Merge branch 'v0.7.12-release'isaacs2012-06-191-1/+1
|\
| * 2012.06.19, Version 0.7.12 (unstable)v0.7.12isaacs2012-06-191-1/+1
* | windows: update iconBert Belder2012-06-191-0/+0
|/
* node: fix namespacing issue in ev-emul.hBen Noordhuis2012-06-192-1/+10
* node: preemptively unbreak windows buildBen Noordhuis2012-06-192-47/+45
* eio-emul: Cast eio_custom method to void(*)(eio_req*)isaacs2012-06-181-1/+1
* build: install eio-emul.hBen Noordhuis2012-06-192-0/+74
* build: install ev-emul.hBen Noordhuis2012-06-192-0/+256
* node: remove unused flags and filesTrent Mick2012-06-183-46/+0
* crypto: add padding to diffie-hellman keyFedor Indutny2012-06-181-0/+9
* node: change the constructor name of process from EventEmitter to processAndreas Madsen2012-06-172-2/+9