summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-08-173-2/+27
|\
| * Avoid compiler warning about negating unsigned valueBert Belder2012-08-171-1/+2
| * windows: avoid MSVC warnings about templates not having a dll interfaceBert Belder2012-08-171-0/+6
| * Now working on 0.8.8isaacs2012-08-151-2/+2
| * 2012.08.15, Version 0.8.7 (Stable)v0.8.7v0.8.7-releaseisaacs2012-08-151-1/+1
| * buffer, crypto: fix buffer decodingBen Noordhuis2012-08-141-1/+19
| * 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
* | timers: implement setImmediateTimothy J Fontaine2012-08-121-0/+10
* | node: remove process.uvCounters()Ben Noordhuis2012-08-101-33/+0
* | dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalentsBert Belder2012-08-073-52/+16
* | dns: don't rely on libuv for c-ares integrationBert Belder2012-08-072-5/+916
* | node.cc: include ares.hBert Belder2012-08-071-0/+1
* | fs: fix naming of truncate/ftruncate functionsisaacs2012-08-061-2/+2
* | Merge remote-tracking branch 'ry/v0.8'isaacs2012-08-035-31/+55
|\ \ | |/
| * 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
* | node: don't scan add-on for "init" symbolBen Noordhuis2012-07-271-17/+9
* | node: bump NODE_MODULE_VERSIONBen Noordhuis2012-07-271-2/+2
* | crypto: add sync interface to crypto.pbkdf2()Ben Noordhuis2012-07-271-61/+67
* | node: remove PrepareTick() and CheckTick()Ben Noordhuis2012-07-261-22/+2
* | Merge branch 'v0.8'Bert Belder2012-07-231-0/+24
|\ \ | |/
| * 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
* | export HandleWrap Unref Ref in tcp/udp/timer/pipeTimothy J Fontaine2012-07-234-0/+9
* | Now working on 0.9.0isaacs2012-07-201-2/+2
* | 2012.07.20, Version 0.9.0 (Unstable)v0.9.0isaacs2012-07-201-1/+1
* | tls: veryify server's identityFedor Indutny2012-07-201-2/+3
* | Merge remote-tracking branch 'ry/v0.8' into masterisaacs2012-07-191-7/+16
|\ \ | |/
| * 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
* | nextTick: Preserve depth in error/reentry casesisaacs2012-07-192-7/+36
* | nextTick: explicitly no-op when _exitingisaacs2012-07-161-0/+4
* | nextTick: Handle tick callbacks after each tickisaacs2012-07-161-19/+42
* | Move MakeCallback to JSisaacs2012-07-162-39/+53
* | Merge remote-tracking branch 'ry/v0.8'isaacs2012-07-131-0/+3
|\ \ | |/
| * net: fix net.Server.listen({fd:x}) error reportingBen Noordhuis2012-07-121-0/+3
* | Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs2012-07-114-6/+10
|\ \ | |/
| * 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
| |/