summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 2013.03.11, Version 0.10.0 (Stable)v0.10.0v0.10.0-releaseisaacs2013-03-101-1/+1
* domain: Fix double-exit on nested domainsisaacs2013-03-091-1/+3
* Now working on 0.10.0isaacs2013-03-081-2/+2
* lintisaacs2013-03-081-1/+1
* core: Append filename properly in dlopen on windowsisaacs2013-03-081-1/+1
* domains: Handle errors thrown in nested error handlersisaacs2013-03-081-5/+15
* buffer: speed up ascii character scanningBen Noordhuis2013-03-082-2/+96
* buffer: strip high bits when converting to asciiBen Noordhuis2013-03-081-2/+26
* Now working on 0.9.13isaacs2013-03-061-2/+2
* 2013.03.06, Version 0.9.12 (Unstable)v0.9.12v0.9.12-releaseisaacs2013-03-061-1/+1
* node: Add --throw-deprecationisaacs2013-03-062-1/+12
* handle_wrap: add close callback supportBen Noordhuis2013-03-062-13/+29
* handle_wrap: replace unref_ field with flags_ fieldBen Noordhuis2013-03-063-5/+7
* src: remove unused symbols in node_file.ccBen Noordhuis2013-03-061-7/+0
* DNS: Support NAPTR queriesPavel Lang2013-03-061-0/+61
* cares: Set process._errno, not global.errnoisaacs2013-03-063-4/+9
* process: invoke EventEmitter on `process`Nathan Rajlich2013-03-051-0/+1
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-03-021-9/+2
|\
| * crypto: don't assert when calling Cipher#final() twiceBen Noordhuis2013-03-021-9/+2
* | events: _events to object and undefined not nullTrevor Norris2013-03-011-0/+3
* | Now working on 0.9.12isaacs2013-03-011-2/+2
* | 2013.03.01, Version 0.9.10 (Unstable)v0.9.11v0.9.11-releaseisaacs2013-03-011-1/+1
* | lib, src: remove errno globalBen Noordhuis2013-02-282-6/+6
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-02-281-3/+18
|\ \ | |/
| * Now working on 0.8.22isaacs2013-02-251-2/+2
| * 2013.02.25, Version 0.8.21 (Stable)v0.8.21v0.8.21-releaseisaacs2013-02-251-1/+1
| * zlib: fix assert on bad inputBen Noordhuis2013-02-221-3/+18
| * Now working on v0.8.21isaacs2013-02-151-2/+2
| * 2013.02.15, Version 0.8.20 (Stable)v0.8.20v0.8.20-releaseisaacs2013-02-151-1/+1
* | process: separate nextTick domain logicTrevor Norris2013-02-271-13/+20
* | core: Remove the nextTick for running the main fileisaacs2013-02-271-5/+1
* | core: Mark exit() calls with status codesisaacs2013-02-271-11/+10
* | crypto: clear error stackBen Noordhuis2013-02-271-0/+10
* | core: Use a uv_signal for debug listenerisaacs2013-02-261-2/+5
* | v8: fix postmortem and dtrace helper buildFedor Indutny2013-02-261-1/+1
* | Revert "sunos: unbreak build after v8 downgrade"Fedor Indutny2013-02-262-276/+208
* | sunos: unbreak build after v8 downgradeBen Noordhuis2013-02-262-208/+276
* | src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-2526-386/+382
* | stream: remove lowWaterMark featureisaacs2013-02-211-1/+0
* | process: fix bug where spinner wasn't calledTrevor Norris2013-02-211-0/+5
* | stream_wrap: remove superfluous buffer len checkBen Noordhuis2013-02-201-9/+2
* | node: code cleanup, make tick_infobox staticBen Noordhuis2013-02-201-1/+1
* | Now working on v0.9.11isaacs2013-02-191-2/+2
* | 2013.02.19, Version 0.9.10 (Unstable)v0.9.10v0.9.10-releaseisaacs2013-02-191-1/+1
* | process: allow ticker to cross communicate betterTrevor Norris2013-02-152-83/+92
* | process: streamlining tick callback logicTrevor Norris2013-02-152-107/+216
* | Revert "Move MakeCallback to JS"isaacs2013-02-152-72/+51
* | timer: move setImmediate from timer to uv_checkShigeki Ohtsu2013-02-151-0/+62
* | stream_wrap, udp_wrap: add read-only fd propertyBen Noordhuis2013-02-137-29/+101
* | udp_wrap: use proper imports in source fileBen Noordhuis2013-02-131-2/+12