summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade npm to 1.1.17isaacs2012-04-18225-648/+952
* lintisaacs2012-04-171-1/+1
* uv: Cherry-pick joyent/libuv@3c41597isaacs2012-04-174-29/+26
* test: Minor change to message/undefined_reference_in_new_contextisaacs2012-04-171-1/+1
* Fix 64-bit SmartOS buildDave Pacheco2012-04-171-1/+1
* Merge branch 'domains3'isaacs2012-04-1731-103/+1131
|\
| * Add Todo comments about domain-ifying cryptoisaacs2012-04-171-0/+7
| * Add switches to http_simple bench to use domainsisaacs2012-04-172-1/+23
| * Domain hooks in ReqWrap<T> and MakeCallbackisaacs2012-04-173-1/+67
| * Domain featureisaacs2012-04-1711-3/+879
| * MakeCallback: Consistent symbol usageisaacs2012-04-1715-38/+93
| * MakeCallback: Use in node_signal_watcherisaacs2012-04-171-7/+1
| * MakeCallback: Use in node_io_watcherisaacs2012-04-171-7/+1
| * MakeCallback: Use in node_cryptoisaacs2012-04-171-20/+9
| * MakeCallback: Use in node_file.ccisaacs2012-04-171-10/+1
| * MakeCallback: abort() if not a functionisaacs2012-04-171-2/+6
| * MakeCallback: Return the callback return valueisaacs2012-04-172-18/+24
| * MakeCallback: Accept Function or Symbol argumentisaacs2012-04-172-7/+36
| * Report errors thrown from uncaughtException handersisaacs2012-04-171-11/+6
|/
* test: lowercase setRawMode() test case filenameNathan Rajlich2012-04-171-0/+0
* doc: update the `readline` docs for the "close" event behaviorNathan Rajlich2012-04-171-12/+19
* repl: update the `repl` for the new `readline` behaviorNathan Rajlich2012-04-171-5/+3
* test: check for multiple "emit" calls in repl-end-emits-exit.jsNathan Rajlich2012-04-171-6/+6
* readline: re-add the Interface#close() method; rename "end" to "close"Nathan Rajlich2012-04-172-13/+104
* doc: change `in` to `input` in the readline docsNathan Rajlich2012-04-171-27/+29
* doc: add require.extensions to globalsKyle Robinson Young2012-04-171-0/+18
* doc: add cache argument to fs.realpath()Kyle Robinson Young2012-04-171-4/+14
* doc: note that `stream.pause` is advisorydomenic2012-04-171-1/+7
* Fixing ClientRequest setTimeout EventEmitter Leakssuda2012-04-163-0/+71
* docs: fix broken links in zlib docsZachary Scott2012-04-161-8/+15
* docs: url.format uses host for hostname and port, not authZachary Scott2012-04-161-1/+1
* docs: url.host doesn't include authZachary Scott2012-04-161-2/+2
* tls: remove duplicate linefukayatsu2012-04-161-1/+0
* tcp: make getsockname() return address family as stringShigeki Ohtsu2012-04-164-11/+76
* test: don't make request until server is listeningBen Noordhuis2012-04-161-29/+27
* http, https: fix .setTimeout()ssuda2012-04-162-0/+89
* docs: more explicit argument names in fsKyle Robinson Young2012-04-161-6/+6
* events: remove misleading commentMaciej MaƂecki2012-04-151-2/+0
* deps: fix -DOPENSSL_NO_SOCK on sunosBen Noordhuis2012-04-142-1/+3
* os: add cross platform EOL characterMustansir Golawala2012-04-143-0/+8
* Set errno in fake-failing child-process kill testisaacs2012-04-131-1/+4
* dns: remove unused functionsBen Noordhuis2012-04-131-17/+0
* docs: rewrite "addons" docs to use node-gypZachary Scott2012-04-121-41/+37
* typed arrays: unexport SizeOfArrayElementForType()Aaron Jacobs2012-04-122-24/+22
* net: honor 'enable' flag in .setNoDelay()Ben Noordhuis2012-04-122-3/+5
* child_process: emit error when .kill failsAndreas Madsen2012-04-122-1/+51
* gyp: Apply 'argument too long' fix in another placeisaacs2012-04-111-3/+3
* Disable OpenSSL UIBert Belder2012-04-123-0/+100
* test: merge tls-ext-key-usage into tls-securepair-clientBen Noordhuis2012-04-122-193/+22
* test: fix openssl testsBen Noordhuis2012-04-122-244/+266