net: `Server.listen`, `Server.close` and `Socket.connect` return `this`
[platform/upstream/nodejs.git] / lib /
2011-10-24 Maciej Małeckinet: `Server.listen`, `Server.close` and `Socket.connec...
2011-10-22 seebeesLint
2011-10-22 seebeesremove auth from host
2011-10-22 seebeeshttp.request(url.parse(x))
2011-10-22 seebeesurl.resolveObject(url.parse(x), y) == url.parse(url...
2011-10-22 Nathan RajlichPrint out `undefined` on the REPL when returned.
2011-10-22 Ben Noordhuisnet: bring back .setNoDelay() and .setKeepAlive()
2011-10-22 Ryan DahlMerge remote branch 'origin/v0.4'
2011-10-21 Ryan Dahlgetaddrinfo returns ENOTFOUND for invalid domain names
2011-10-21 Ryan DahlEmit 'end' from crypto streams on close
2011-10-21 isaacsAdd useGlobal flag for standard node repl
2011-10-21 isaacsRevert "Don't use a separate context for the repl."
2011-10-21 Ben Noordhuishttp: improve http parser bindings
2011-10-21 Ryan Dahldns.lookup uses cares_wrap::GetAddrInfo
2011-10-20 Nathan Rajlichrepl: print out `undefined`
2011-10-20 Fedor Indutnydebugger: fix backtrace err handling
2011-10-19 isaacsDon't use a separate context for the repl.
2011-10-18 Ryan DahlRemove superfluous nextTick during server binding
2011-10-18 Ryan DahlFixes #1860. Remove process.writeError
2011-10-16 Yoshihiro Kikuchihttp: tiny fix in http.js
2011-10-15 koichiknet: fix error handling in listen()
2011-10-15 koichiktls: The TLS API is inconsistent with the TCP API
2011-10-15 Ben Noordhuisnet: fix connect queue bugs
2011-10-15 Ben Noordhuisnet: properly account multi-byte chars in .bytesWritten
2011-10-14 koichiktls: requestCert unusable with Firefox and Chrome
2011-10-14 koichikchild_process.fork: don't modify args
2011-10-13 isaacsFix #1882 zlib Update 'availOutBefore' value, and test
2011-10-13 Simen Brekkennet: register net.Server callback only once
2011-10-13 Ryan DahlFix test-http-conn-reset.js on OSX
2011-10-12 Ryan DahlFix test/pummel/test-watch-file.js
2011-10-12 Ryan DahlFix test/pummel/test-exec.js
2011-10-12 Daniel EnnisImprove IPC performance.
2011-10-12 Ryan DahlRevert some changes made in 12486a6
2011-10-12 Ryan Dahlintroduce node cluster
2011-10-11 Ryan DahlRemove tty_legacy
2011-10-11 Ryan DahlRemove dgram_legacy
2011-10-11 Ryan DahlRemove dns_legacy
2011-10-11 Ryan DahlRemove child_process_legacy
2011-10-11 Ryan DahlRemove net_legacy timers_legacy
2011-10-10 Ryan Dahlchild_process.fork: don't overwrite env
2011-10-10 Ryan DahlAdjust listenFD deprecation message. Remove test.
2011-10-10 Ryan Dahltty.WritableStream should be writable
2011-10-10 Ryan DahlUpgrade libuv to 5656e3
2011-10-07 Ryan DahlChange API for sending handles
2011-10-07 Ryan DahlDo load balancing test in test-child-process-fork2.
2011-10-07 Bert BelderSome small optimizations
2011-10-07 Ryan DahlSimplify arg parsing in String.write
2011-10-07 Ben Noordhuisnet: remove unconditional getpeername() call
2011-10-07 Bert BelderSimplify writeReq handling in net_uv
2011-10-07 talltylerFixing #1774 about issues when running node with -...
2011-10-07 Bert BelderBlack hole tcp reads after destroy()
2011-10-07 Ryan DahlAdd test-child-process-fork2 and fixes to make it work
2011-10-07 Ryan DahlSupport sending handles to other processes
2011-10-07 Ryan DahlMerge branch 'ipc-binding'
2011-10-07 Ryan DahlReimplement child_process.fork
2011-10-06 Colton BakerFixed a lot of jslint errors.
2011-10-04 Ben Noordhuishttp: remove legacy http library
2011-10-02 Maciej Małeckiassert: Make `assert` module an `assert.ok` function
2011-09-30 Fedor Indutnydebugger: watch, unwatch, watchers
2011-09-30 koichiktls: Improve TLS flow control
2011-09-29 Ryan Dahlnet: Fix string-concat hot path bug
2011-09-28 Fedor Indutnydebugger: refactor, no more res.success checks
2011-09-27 Ryan DahlMerge branch 'new-tty-binding'
2011-09-27 Bert BelderEnable console colors on windows by default
2011-09-27 Ryan DahlBind uv_tty_get_winsize
2011-09-27 Ryan DahlInitial pass at new TTY js layer
2011-09-27 Fedor Indutnydebugger: export port
2011-09-27 Ben Noordhuiscrypto: implement randomBytes() and pseudoRandomBytes()
2011-09-27 Fedor IndutnyExport disableColors from repl, share with debugger
2011-09-27 Fedor Indutnydebugger: setBreakpoint('fn()')
2011-09-27 Ryan Dahlwrite-only streams should not shutdown
2011-09-26 isaacszlib: Typo. s/opt/opts/
2011-09-26 Fedor Indutnydebugger: fix backtrace with no frames
2011-09-25 Fedor Indutnyhandle backtrace errors
2011-09-25 Fedor Indutnymore cli options
2011-09-24 Eric Lovettnet: callback to socket.write should always be called...
2011-09-24 Ben Noordhuisbuffers: handle bad length argument in constructor
2011-09-24 Ben Noordhuisbuffers: handle bad length argument in constructor
2011-09-23 Fedor Indutnydebugger fix for #1707
2011-09-23 Fedor Indutnydebugger: remove useless clearlines, updated test
2011-09-23 Fedor Indutnydon't use global vars
2011-09-23 Fedor Indutnyreadline: custom streams support
2011-09-23 Ben LeslieRaise an error when a malformed package.json file is...
2011-09-23 Fedor Indutnyinitial tests
2011-09-23 Igor Zinkovskyfix spelling
2011-09-23 Igor Zinkovskyfs watcher binding
2011-09-21 Fedor Indutny[debugger] shorten break message
2011-09-21 Fedor Indutny[debugger] optimize context's properties initialization...
2011-09-21 Fedor Indutny[debugger] fix 'debug> connecting...', fixed autostart...
2011-09-15 isaacsFix #1707 hasOwnProperty usage
2011-09-15 isaacsFix #1707 hasOwnProperty usage
2011-09-04 koichiknet: Socket write encoding case sensitivity
2011-08-25 Nathan Rajlichutil: isRegExp() should not call toString() on its...
2011-08-23 Ryan Dahlnet: fix throw error
2011-08-17 Ryan DahlFixes #1546. Remove expensive debug call.
2011-09-20 Fedor Indutnyfix 'null' mirroring
2011-09-20 Fedor Indutnyrepeat last command if empty line was entered
2011-09-20 Fedor Indutnymicro-refactor, use rli.output.write instead of rli...
2011-09-20 Fedor Indutnyfix breakpoint prefixing in list()
2011-09-20 Fedor Indutnyadded comments, spawn child process automatically at...
next