summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* better debug messages in net and tlsRyan Dahl2011-02-092-6/+17
* Fix fs.realpathSync on windowsBert Belder2011-02-081-1/+1
* Support caching for realpath, use in module loadisaacs2011-02-082-23/+82
* tls: only emit data after 'secure' eventRyan Dahl2011-02-081-5/+22
* Don't make unnecessary getcwd calls from path.resolveBert Belder2011-02-081-12/+10
* tls fixesRyan Dahl2011-02-072-0/+4
* Fix dns on windowsBert Belder2011-02-071-2/+8
* Closes GH-609 Support array-ish args to Buffer ctorisaacs2011-02-071-2/+8
* Support octal strings for modesisaacs2011-02-071-9/+22
* UCS-2 supportKonstantin Käfer2011-02-071-0/+17
* http: fix buffer writes to outgoing messagesRussell Haering2011-02-071-1/+1
* support for package.jsonisaacs2011-02-071-0/+32
* http: agent takes options instead of host, port pairMikeal Rogers2011-02-052-9/+7
* http: handle abortsRyan Dahl2011-02-042-3/+66
* Fix debug flag in timers.jsRyan Dahl2011-02-041-1/+1
* module: define functions only once.isaacs2011-02-031-25/+34
* Clean upRyan Dahl2011-02-031-1/+2
* TLS: fix throttlingRyan Dahl2011-02-031-8/+34
* TLS: Simplify error handlingRyan Dahl2011-02-021-18/+14
* TLS: flush buffer before destroyRyan Dahl2011-02-021-18/+48
* (suck, blow) -> (pull, push)Ryan Dahl2011-02-021-12/+12
* Closes GH-619 Make require.main be the main moduleisaacs2011-02-021-3/+8
* TLS: better error reporting at binding layerRyan Dahl2011-02-011-12/+15
* dgram: setMulticastTTL, setMulticastLoopback and addMembership.Joe Walnes2011-02-011-0/+42
* TLS: Add _pendingBytes()Ryan Dahl2011-01-311-0/+10
* tls: superficial clean upRyan Dahl2011-01-311-30/+29
* net: Add hook for when writeQueue changesRyan Dahl2011-01-311-0/+11
* Add socket.bufferSizeRyan Dahl2011-01-311-0/+19
* REPL: disable colors in windows for nowRyan Dahl2011-01-281-1/+5
* Fix option parsing in tls.connect()Ryan Dahl2011-01-271-23/+14
* Helpful error when child_process.exec hit maxBufferRyan Dahl2011-01-271-1/+7
* debugger: prevent crash when backtrace doesn't come backRyan Dahl2011-01-271-0/+6
* Another fix for process.assertRyan Dahl2011-01-276-6/+6
* Fix process.assert problemRyan Dahl2011-01-271-1/+2
* TyposRyan Dahl2011-01-271-1/+1
* A module ID with a trailing slash must be a dir.isaacs2011-01-271-5/+10
* Fixing bug in http request default encoding.Ali Farhadi2011-01-261-2/+0
* Adding callback parameter to Socket's setTimeout method.Ali Farhadi2011-01-261-1/+4
* debugger: Don't crash when evaling bufferRyan Dahl2011-01-251-2/+8
* Use old http.ClientRyan Dahl2011-01-251-61/+222
* Adding support for require-like initialization of node,Daniel Ennis2011-01-241-3/+4
* Readline: fixes, more key bindingsBert Belder2011-01-241-78/+94
* Support pastes and meta-backspaceisaacs2011-01-242-5/+28
* Land Cantrill's DTrace patchRyan Dahl2011-01-242-0/+4
* lintRyan Dahl2011-01-2410-50/+72
* Fixing bug in http request's end method.Ali Farhadi2011-01-231-0/+1
* Move commonjs module system into lib/module.jsFelix Geisendörfer2011-01-231-0/+326
* Expose agent in http and https client.Mikeal Rogers2011-01-232-6/+15
* Fix test-http-exceptionsRyan Dahl2011-01-211-0/+2
* Fix test-http-allow-req-after-204-resRyan Dahl2011-01-211-4/+15