net: `Server.listen`, `Server.close` and `Socket.connect` return `this`
[platform/upstream/nodejs.git] / src /
2011-10-22 Ryan DahlNow working on v0.5.11
2011-10-22 Ryan DahlBump version to v0.5.10 v0.5.10
2011-10-22 Ben Noordhuisnet: bring back .setNoDelay() and .setKeepAlive()
2011-10-22 Ryan DahlMerge remote branch 'origin/v0.4'
2011-10-21 isaacsAdd useGlobal flag for standard node repl
2011-10-21 Igor Zinkovskymake process.kill a no-op on windows
2011-10-21 Ben Noordhuishttp: improve http parser bindings
2011-10-21 Ryan Dahldns.lookup uses cares_wrap::GetAddrInfo
2011-10-20 Bert BelderFix windows build
2011-10-20 Ryan DahlAdd binding to uv_getaddrinfo
2011-10-19 Ryan DahlDisplay sys_errno when UV_UNKNOWN is returned
2011-10-19 Ryan DahlRemove os.openOSHandle
2011-10-19 Ryan DahlRemove support for cygwin
2011-10-19 Ryan DahlRevert "Fix #1801 vm: Use 'sandbox' as global_prototype"
2011-10-19 Thomas Parslowhttp: Added support for HTTP PATCH verb
2011-10-19 koichikbuffer: use NO_NULL_TERMINATION flag
2011-10-19 elliottcableFix #1801 vm: Use 'sandbox' as global_prototype
2011-10-18 Ryan DahlRemove process.memoryUsage().vsize
2011-10-18 Ryan DahlFixes #1860. Remove process.writeError
2011-10-15 Igor Zinkovskywin: remove pthread-win32 init code
2011-10-14 koichiktls: requestCert unusable with Firefox and Chrome
2011-10-14 Ben Noordhuisnode: fix use of potentially uninitialized variable
2011-10-14 Ben Noordhuistimer_wrap: add sanity check assert
2011-10-14 Ben Noordhuistcp_wrap: add sanity check asserts
2011-10-14 Ben Noordhuisnode_script: remove unused variable
2011-10-14 Ben Noordhuisnode: fix arguments to uv_timer_start()
2011-10-14 Ben Noordhuiscares_wrap: make destructor virtual
2011-10-13 Ben Noordhuisplatform: support long process names on linux
2011-10-13 Arnout Kazemiersys has been moved to util
2011-10-12 Karl SkomskiNew win32 platform function: GetCPUInfo
2011-10-12 Ryan DahlRemove process.ARGV
2011-10-12 Ben NoordhuisRemove --use-legacy switch from --help section.
2011-10-12 Ryan Dahlintroduce node cluster
2011-10-11 Ryan DahlRemove more dead code
2011-10-11 Ryan DahlRemove process.ENV
2011-10-11 Ryan DahlRemove stdio binding source - somehow this was missed...
2011-10-11 Ryan DahlRemove --use-legacy and --use-uv
2011-10-11 Ryan DahlFix windows build
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-11 Ryan Dahlnow working on v0.5.10
2011-10-11 Ryan DahlBump version to v0.5.9 v0.5.9
2011-10-10 Ryan Dahlprocess.stderr goes through libuv now
2011-10-10 Ryan DahlUpgrade libuv to 5656e3
2011-10-10 Ben Noordhuistty: unbreak --use-legacy
2011-10-08 Bert BelderWindows: exit on ctrl+c
2011-10-07 Ryan DahlAdd test-child-process-fork2 and fixes to make it work
2011-10-07 Fedor IndutnyDon't check sign of loadavg
2011-10-07 Fedor Indutnyuse uv for memory and loadavg functions
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-07 Ryan Dahluv_write2 uv_read2_start binding
2011-10-06 Ryan DahlAdd process.uvCounters() for debugging
2011-10-06 Ryan DahlUpgrade libuv to 60c639f
2011-10-06 Colton BakerFixed a lot of jslint errors.
2011-10-04 Ben Noordhuishttp: remove legacy http library
2011-10-03 Christian Tellnesdns: implement resolveTxt()
2011-10-03 Ben Noordhuiszlib: fix assert message
2011-09-30 Ryan DahlNow working on v0.5.9
2011-09-30 Ryan DahlBump version to v0.5.8 v0.5.8
2011-09-30 Ryan DahlFixes #1805. Reset TTY mode on exit.
2011-09-27 Ryan DahlRemove a few instances of process.binding('stdio')...
2011-09-27 Ryan DahlMove process.stdout unref hack to handle_wrap.cc
2011-09-27 Fedor Indutnydebugger: double ctrl+break on win should exit node
2011-09-27 Ryan DahlMerge branch 'new-tty-binding'
2011-09-27 Ryan Dahlscope.Close in GuessHandleType; don't use uv_is_tty
2011-09-27 Ryan DahlBind uv_tty_get_winsize
2011-09-27 Ryan DahlBind/use uv_guess_handle
2011-09-27 Ryan DahlInitial pass at new TTY js layer
2011-09-27 Ryan DahlFixes #1726, hack to unref process.stdout
2011-09-27 Ben Noordhuiscrypto: implement randomBytes() and pseudoRandomBytes()
2011-09-25 Fedor IndutnyCtrl+Break on windows starts debugger server
2011-09-25 Fedor IndutnyEnableDebug immediatly on SIGUSR1
2011-09-25 Fedor Indutnymove debugger_running to correct place
2011-09-25 Fedor Indutnymore cli options
2011-09-25 Ben Noordhuiscygwin: fix new[]/delete mismatch
2011-09-25 Ben Noordhuiscygwin: fix return of uninitialized variable
2011-09-25 Ben Noordhuiscygwin: fix new[]/delete mismatch
2011-09-25 Ben Noordhuiscygwin: fix return of uninitialized variable
2011-09-23 Ryan DahlUpgrade libuv to f20297f
2011-09-23 Igor Zinkovskyfs watcher binding
2011-09-22 Ben Noordhuiscrypto: fix delete of potentially uninitialized pointer
2011-09-22 Ben Noordhuiscrypto: fix read of potentially uninitialized variable
2011-09-22 Ben Noordhuiscrypto: look up SSL errors with ERR_print_errors()
2011-09-22 Ben Noordhuiscrypto: fix error message buffer overrun
2011-09-20 Ben Noordhuiscrypto: fix delete of potentially uninitialized pointer
2011-09-20 Ben Noordhuiscrypto: fix read of potentially uninitialized variable
2011-09-16 Ryan DahlNow working on v0.4.13
2011-09-15 Ryan DahlBump version to v0.4.12 v0.4.12
2011-09-15 Ryan DahlDrain OpenSSL error queue? Addresses #1719
2011-09-03 koichikbuffer: write() should always set _charsWritten.
2011-09-02 koichikbuffer: Avoid overrun with 'binary' encoding.
2011-08-30 isaacsFixes #1610 Remove DigiNotar CA from trusted list
2011-08-20 Ryan DahlFix #1563. overflow in ChildProcess custom_fd.
2011-08-18 Ryan DahlNow working on v0.4.12
2011-08-18 Ryan DahlBump version to v0.4.11 v0.4.11
next