2013 Commits (b92a919500daf9ec645cd42cd6a8c99883e5198d)

Author SHA1 Message Date
Roman Shtylman 4d05f56dcd tls: expose ssl bug workaround constants 13 years ago
Ben Noordhuis 61e796decc Now working on v0.6.3 13 years ago
Ben Noordhuis a4402f0b2e Bump version to v0.6.2 13 years ago
Ben Noordhuis a808ab4ac4 crypto: use the libuv rwlock API 13 years ago
Ben Noordhuis 9d3faf4f9a crypto: add support for RSA public key signing/verification 13 years ago
Ben Noordhuis 3ac5f1106d crypto: make verify() return true or false, not 1 or 0 13 years ago
Ben Noordhuis 534e41b474 crypto: make verify() return true or false, not 1 or 0 13 years ago
Ryan Dahl b0030af135 Fixes #2140. Fix illumos build. 13 years ago
Bert Belder 3e696d189c Windows: make Buffer and ObjectWrap available to compiled extensions 13 years ago
Ryan Dahl 40cb398867 Working on v0.7.0 13 years ago
Ben Noordhuis cf2ee19049 crypto: fix 'var may be used uninitialized' compiler warnings 13 years ago
Ryan Dahl 8082858ee7 Now working on v0.6.2 13 years ago
Ryan Dahl 170f2addb2 Bump version to v0.6.1 13 years ago
Igor Zinkovsky 13324bf844 throw from stdout.end and stderr.end 13 years ago
Ben Noordhuis 8dd4fcbe8f fs: don't close uninitialized fs.watch handle 13 years ago
Igor Zinkovsky f84d86b660 make stdout stream non-destroyable 13 years ago
Igor Zinkovsky 5d89540b77 make stderr stream non-destroyable 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Ryan Dahl 2a462abf5f process.kill doesn't create error obj correctly 13 years ago
Ben Noordhuis efb833f342 crypto: use the right mutex 13 years ago
Ben Noordhuis 97cada0e6a crypto: make module thread-safe 13 years ago
Ryan Dahl 9e00b7d3d0 Now working on v0.6.1 13 years ago
Ryan Dahl 865b077819 Bump version to v0.6.0 14 years ago
Igor Zinkovsky 1a9286c6e9 update fs_event_wrap.cc to work with new uv_fs_event_init api 14 years ago
Igor Zinkovsky 6545a6dc5d make updates to work with latest libuv api changes 14 years ago
Ryan Dahl 86528489ec new cluster api 14 years ago
Bert Belder 829735e738 Implement process._debugProcess 14 years ago
Bert Belder 35f4182cee Make error reporting from node::DLOpen more consistent 14 years ago
Bert Belder 6ee73a2fee Windows: ErrnoException shouldn't mix up crt and win32 errors 14 years ago
Bert Belder 189dd8f803 Fix line endings and trailing whitespace 14 years ago
Ryan Dahl a936768890 stdout and stderr are blocking when referring to regular files 14 years ago
Igor Zinkovsky 434ccd2e20 fix process.uptime() on windows 14 years ago
Igor Zinkovsky 24a69d22a0 process.kill to use uv_kill 14 years ago
Ryan Dahl 60818b957c Add missing copyright headers 14 years ago
Maciej Małecki fc61134b1a doc: fix links 14 years ago
Igor Zinkovsky 3060266ff1 windows: enable pending accepts knob 14 years ago
Maciej Małecki b4afe605f4 node: remove `process.compile` 14 years ago
Ben Noordhuis 362b5a6c40 process: fix process.nextTick() error case regression 14 years ago
Ben Noordhuis 4d4900fc65 process: optimize process.nextTick() 14 years ago
koichik f53d092a2a tls, https: add passphrase option 14 years ago
Ben Noordhuis a1fa3efd2b core: fix off-by-one error in node::DLOpen() 14 years ago
Bert Belder a56a95b652 Export some functions from node.h 14 years ago
Bert Belder 4a1efb2b9c Support native extension loading on Windows 14 years ago
Bert Belder dd93c53c4e Make node::DLOpen use uv_dlopen 14 years ago
Bert Belder 889620dcd2 Wrap long lines, strip trailing whitespace 14 years ago
Bert Belder 1e2d777601 Remove outdated comment 14 years ago
Igor Zinkovsky f35a396c54 Revert "remove node_io_watcher" 14 years ago
Ben Noordhuis ccd8b55b01 linux: unbreak build if HAVE_MONOTONIC_CLOCK=0 14 years ago
Igor Zinkovsky cc2ac1ccc7 remove node_io_watcher 14 years ago
Ryan Dahl c5d54010bc node cluster is now a module instead of CLI interface 14 years ago