summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* binding for uv_pipe_pending_instancesIgor Zinkovsky2011-12-012-0/+23
* fs: fix typo in function namesBen Noordhuis2011-12-011-2/+2
* cli: add -p switch, print result of --evalBen Noordhuis2011-12-012-3/+13
* fixed problem with rss memory reporting incorrect number over 4 gigsRuss Bradberry2011-11-301-1/+1
* node_crypto: use EVP_Cipher*_ex methods, not 'obsolete' versionsIngmar Runge2011-11-301-21/+32
* modules: fix error message for native add-ons without entry pointsBen Noordhuis2011-11-271-3/+8
* Now working on v0.6.4Bert Belder2011-11-251-2/+2
* Bump version to v0.6.3v0.6.3Bert Belder2011-11-251-1/+1
* Fs: use strncmp instead of memcmp for comparing stringsBert Belder2011-11-251-2/+2
* Enable long paths on windowsAuthor: Igor Zinkovsky2011-11-251-2/+16
* Windows: correctly resolve drive-relative pathsBert Belder2011-11-241-0/+74
* Don't die when arguments are passed to process.cwd()Bert Belder2011-11-241-1/+1
* tls: expose more openssl SSL context optionsBen Noordhuis2011-11-211-54/+74
* tls: expose ssl bug workaround constantsRoman Shtylman2011-11-211-0/+48
* Now working on v0.6.3Ben Noordhuis2011-11-191-2/+2
* Bump version to v0.6.2v0.6.2Ben Noordhuis2011-11-181-1/+1
* crypto: add support for RSA public key signing/verificationBen Noordhuis2011-11-171-3/+19
* crypto: make verify() return true or false, not 1 or 0Ben Noordhuis2011-11-171-1/+1
* Fixes #2140. Fix illumos build.Ryan Dahl2011-11-172-0/+2
* Windows: make Buffer and ObjectWrap available to compiled extensionsBert Belder2011-11-172-2/+2
* Now working on v0.6.2Ryan Dahl2011-11-111-2/+2
* Bump version to v0.6.1v0.6.1Ryan Dahl2011-11-111-1/+1
* throw from stdout.end and stderr.endIgor Zinkovsky2011-11-101-2/+8
* fs: don't close uninitialized fs.watch handleBen Noordhuis2011-11-101-0/+20
* make stdout stream non-destroyableIgor Zinkovsky2011-11-091-0/+1
* make stderr stream non-destroyableIgor Zinkovsky2011-11-091-0/+1
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-0916-16/+16
* process.kill doesn't create error obj correctlyRyan Dahl2011-11-081-1/+1
* crypto: use the right mutexBen Noordhuis2011-11-081-2/+2
* crypto: make module thread-safeBen Noordhuis2011-11-081-0/+74
* Now working on v0.6.1Ryan Dahl2011-11-051-2/+2
* Bump version to v0.6.0v0.6.0Ryan Dahl2011-11-041-3/+3
* update fs_event_wrap.cc to work with new uv_fs_event_init apiIgor Zinkovsky2011-11-041-1/+1
* make updates to work with latest libuv api changesIgor Zinkovsky2011-11-041-11/+5
* new cluster apiRyan Dahl2011-11-041-1/+1
* Implement process._debugProcessBert Belder2011-11-041-29/+196
* Make error reporting from node::DLOpen more consistentBert Belder2011-11-041-10/+15
* Windows: ErrnoException shouldn't mix up crt and win32 errorsBert Belder2011-11-042-233/+43
* Fix line endings and trailing whitespaceBert Belder2011-11-048-36/+36
* stdout and stderr are blocking when referring to regular filesRyan Dahl2011-11-031-1/+1
* fix process.uptime() on windowsIgor Zinkovsky2011-11-021-1/+1
* process.kill to use uv_killIgor Zinkovsky2011-11-023-29/+38
* Add missing copyright headersRyan Dahl2011-11-0214-0/+294
* doc: fix linksMaciej Małecki2011-11-011-1/+1
* windows: enable pending accepts knobIgor Zinkovsky2011-11-012-0/+25
* node: remove `process.compile`Maciej Małecki2011-11-011-40/+0
* process: fix process.nextTick() error case regressionBen Noordhuis2011-11-011-0/+3
* process: optimize process.nextTick()Ben Noordhuis2011-10-311-7/+5
* tls, https: add passphrase optionkoichik2011-10-311-2/+9
* core: fix off-by-one error in node::DLOpen()Ben Noordhuis2011-10-301-1/+1