summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | udp_wrap: don't use namespace imports in headerBen Noordhuis2013-02-131-30/+23
* | Fix crypto.hmac behavior with empty keys.Victor Costan2013-02-121-1/+5
* | crypto: improve cipher/decipher error messagesBen Noordhuis2013-02-111-32/+27
* | typed arrays: make call-as-function work for ctorsBen Noordhuis2013-02-111-3/+3
* | node: don't malloc in FromConstructorTemplateBen Noordhuis2013-02-113-26/+10
* | typed arrays: copy Buffer in typed array constructorBen Noordhuis2013-02-101-3/+1
* | typed arrays: make DataView throw on non-ArrayBufferBen Noordhuis2013-02-101-1/+1
* | buffer: fix Buffer::HasInstance() checkBen Noordhuis2013-02-102-3/+16
* | Revert "typed arrays: only share ArrayBuffer backing store"Ben Noordhuis2013-02-101-70/+38