summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add explicit v8 locker"Ben Noordhuis2012-02-051-1/+0
* Add explicit v8 lockerMarcel Laverdet2012-02-041-0/+1
* Rename some occurrences of `process_1` back to `process`Bert Belder2012-02-031-6/+6
* dtrace: add missing translatorDave Pacheco2012-02-031-33/+189
* Now working on v0.6.11isaacs2012-02-021-2/+2
* 2012.02.02, Version 0.6.10 (stable)v0.6.10isaacs2012-02-021-1/+1
* buffers: fix intermittent out of bounds errorBen Noordhuis2012-02-021-1/+1
* buffers: honor length argument in base64 decoderBen Noordhuis2012-02-021-43/+28
* Now working on 0.6.10isaacs2012-01-271-2/+2
* 2012.01.27, Version 0.6.9 (stable)v0.6.9isaacs2012-01-271-1/+1
* Fix #2507 Raise errors less agressively when destroying stdio streamsisaacs2012-01-261-4/+6
* dgram: bring back setTTL()Ben Noordhuis2012-01-241-42/+17
* dgram: bring back setMulticastLoopback()Ben Noordhuis2012-01-241-0/+20
* fix windows buildIgor Zinkovsky2012-01-231-0/+4
* crypto: silence unused variable warningBen Noordhuis2012-01-221-0/+1
* dgram: reintroduce setMulticastTTL()Dan VerWeire2012-01-211-0/+16
* dgram: reintroduce setBroadcast()Dan VerWeire2012-01-211-0/+16
* dgram: reintroduce addMembership() and dropMembership()Roman Shtylman2012-01-211-0/+41
* Now working on 0.6.9isaacs2012-01-191-2/+2
* 2012.01.19, Version 0.6.8 (stable)v0.6.8isaacs2012-01-191-1/+1
* typed arrays: set class nameBen Noordhuis2012-01-171-0/+15
* dgram: use slab memory allocatormrb2012-01-121-9/+59
* zlib: C++ style fixesFedor Indutny2012-01-121-23/+15
* zlib binding cleanupisaacs2012-01-101-20/+17
* Make sure that zlib contexts are not garbage collected when busyBen Noordhuis2012-01-101-0/+2
* Fix memory leak in node_zlibBert Belder2012-01-101-1/+1
* Fix #2473Ryan Dahl2012-01-102-7/+10
* child_process: fix segfault after failed spawnBen Noordhuis2012-01-091-6/+8
* handle_wrap: guard against uninitialized handle or double closeBen Noordhuis2012-01-091-1/+6
* Avoid unnecessary buffer to string conversion.Ben Noordhuis2012-01-091-0/+4
* Now working on v0.6.8isaacs2012-01-061-2/+2
* 2012.01.06, Version 0.6.7 (stable)v0.6.7isaacs2012-01-061-1/+1
* Revert "crypto: add SecureContext.clearOptions() method"Ryan Dahl2012-01-062-16/+12
* Potential fix for #2438Ryan Dahl2012-01-031-31/+47
* crypto: add SecureContext.clearOptions() methodBen Noordhuis2012-01-022-12/+16
* dgram: fix memory leak in error pathBen Noordhuis2011-12-291-0/+1
* Revert "Add HandleScope to http-parser binding"Ryan Dahl2011-12-281-16/+10
* win: fix mismatched new[]/deleteBen Noordhuis2011-12-261-2/+2
* Add HandleScope to http-parser bindingRyan Dahl2011-12-211-10/+16
* module: improve process.dlopen() error messagesBen Noordhuis2011-12-181-1/+1
* simple DTrace ustack helperDave Pacheco2011-12-162-0/+709
* crypto: rewrite HexDecode without snprintfRoman Shtylman2011-12-161-2/+13
* crypto: don't ignore DH init errorsBen Noordhuis2011-12-161-6/+4
* now working on 0.6.7isaacs2011-12-151-2/+2
* 2011.12.14, Version 0.6.6 (stable)v0.6.6isaacs2011-12-151-1/+1
* crypto: deduplicate encoding parsing logicBen Noordhuis2011-12-141-211/+177
* crypto: deduplicate decipher logicBen Noordhuis2011-12-141-50/+7
* crypto: fix memory leak when decrypting empty stringsBen Noordhuis2011-12-131-3/+13
* crypto: fix memory leaks in PBKDF2 error pathBen Noordhuis2011-12-131-29/+70
* fs: fix typo in error messageBen Noordhuis2011-12-131-1/+1