1831 Commits (ffc8110659854179cd002d8859668deb59c19a30)

Author SHA1 Message Date
Ben Noordhuis a29a7c72fa Now working on v0.6.5 13 years ago
Ben Noordhuis 9170077f13 Bump version to v0.6.4 13 years ago
Bert Belder 641f2bedf3 Fix UVException errno bug 13 years ago
Bert Belder ded97eb892 Exclude getbuf from the windows build 13 years ago
Bert Belder e84edd2593 Win: make process.cwd and chdir support non-ansi characters 13 years ago
Bert Belder 823a443321 Rename FSError to UVException and move to node.cc 13 years ago
Igor Zinkovsky 99c9d19184 binding for uv_pipe_pending_instances 13 years ago
Ben Noordhuis 9b4e8e0a0d fs: fix typo in function names 13 years ago
Ben Noordhuis 3d22dbf27b cli: add -p switch, print result of --eval 13 years ago
Russ Bradberry 754e23db27 fixed problem with rss memory reporting incorrect number over 4 gigs 13 years ago
Ingmar Runge 260383215b node_crypto: use EVP_Cipher*_ex methods, not 'obsolete' versions 14 years ago
Ben Noordhuis 216019b72d modules: fix error message for native add-ons without entry points 13 years ago
Bert Belder 3a160646df Now working on v0.6.4 13 years ago
Bert Belder b159c6d62e Bump version to v0.6.3 13 years ago
Bert Belder 5b014e0725 Fs: use strncmp instead of memcmp for comparing strings 13 years ago
Author: Igor Zinkovsky 1f16a7b6e5 Enable long paths on windows 13 years ago
Bert Belder 86fba381fd Windows: correctly resolve drive-relative paths 13 years ago
Bert Belder cbcf4fe768 Don't die when arguments are passed to process.cwd() 13 years ago
Ben Noordhuis 05de01d707 tls: expose more openssl SSL context options 13 years ago
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 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
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 8082858ee7 Now working on v0.6.2 14 years ago
Ryan Dahl 170f2addb2 Bump version to v0.6.1 14 years ago
Igor Zinkovsky 13324bf844 throw from stdout.end and stderr.end 14 years ago
Ben Noordhuis 8dd4fcbe8f fs: don't close uninitialized fs.watch handle 14 years ago
Igor Zinkovsky f84d86b660 make stdout stream non-destroyable 14 years ago
Igor Zinkovsky 5d89540b77 make stderr stream non-destroyable 14 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 14 years ago
Ryan Dahl 2a462abf5f process.kill doesn't create error obj correctly 14 years ago
Ben Noordhuis efb833f342 crypto: use the right mutex 14 years ago
Ben Noordhuis 97cada0e6a crypto: make module thread-safe 14 years ago
Ryan Dahl 9e00b7d3d0 Now working on v0.6.1 14 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