summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs: fix fs.watch() segmentation faultBen Noordhuis2011-12-071-9/+21
* Deshadow, denamespace variables in node.ccRyan Dahl2011-12-061-39/+35
* Remove unused variable.Ben Noordhuis2011-12-061-3/+2
* Fix #2257 pause/resume semantics for stdinisaacs2011-12-054-6/+27
* process: fix stack overflow when recursively calling process.exit()Ben Noordhuis2011-12-051-1/+6
* cli: fix output of --helpBen Noordhuis2011-12-051-1/+5
* Now working on Node v0.6.6Ryan Dahl2011-12-041-2/+2
* Bump version to v0.6.5v0.6.5Ryan Dahl2011-12-041-1/+1
* Now working on v0.6.5Ben Noordhuis2011-12-021-2/+2
* Bump version to v0.6.4v0.6.4Ben Noordhuis2011-12-021-1/+1
* Fix UVException errno bugBert Belder2011-12-021-1/+1
* Exclude getbuf from the windows buildBert Belder2011-12-021-0/+2
* Win: make process.cwd and chdir support non-ansi charactersBert Belder2011-12-021-10/+15