3070 Commits (22879e749e595a730f194615874ca9710a0f5bf1)

Author SHA1 Message Date
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 13 years ago
Ben Noordhuis 216019b72d modules: fix error message for native add-ons without entry points 13 years ago
Ben Noordhuis 2445fb8bdd Fix double #define of NODE_VERSION_IS_RELEASE 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 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 13 years ago
Igor Zinkovsky 1a9286c6e9 update fs_event_wrap.cc to work with new uv_fs_event_init api 13 years ago
Igor Zinkovsky 6545a6dc5d make updates to work with latest libuv api changes 13 years ago
Ryan Dahl 86528489ec new cluster api 13 years ago
Bert Belder 829735e738 Implement process._debugProcess 13 years ago
Bert Belder 35f4182cee Make error reporting from node::DLOpen more consistent 13 years ago
Bert Belder 6ee73a2fee Windows: ErrnoException shouldn't mix up crt and win32 errors 13 years ago
Bert Belder 189dd8f803 Fix line endings and trailing whitespace 13 years ago
Ryan Dahl a936768890 stdout and stderr are blocking when referring to regular files 13 years ago
Igor Zinkovsky 434ccd2e20 fix process.uptime() on windows 13 years ago
Igor Zinkovsky 24a69d22a0 process.kill to use uv_kill 13 years ago
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Maciej Małecki fc61134b1a doc: fix links 13 years ago
Igor Zinkovsky 3060266ff1 windows: enable pending accepts knob 13 years ago
Maciej Małecki b4afe605f4 node: remove `process.compile` 13 years ago
Ben Noordhuis 362b5a6c40 process: fix process.nextTick() error case regression 13 years ago
Ben Noordhuis 4d4900fc65 process: optimize process.nextTick() 13 years ago