platform/upstream/nodejs.git
2010-11-23 Wade SimmonsFix ErrnoExceptions that have the wrong syscall name
2010-11-23 Ryan DahlFix buffer.slice(0, 0)
2010-11-23 Ryan Dahlhack to display syntax errors. FIXME
2010-11-22 Tom HughesAdd cmake build support.
2010-11-22 isaacsFix problem with requireNative not exporting 'module...
2010-11-22 Ryan DahlAdd support for SSDP methods -_-
2010-11-22 Ryan DahlUpgrade http-parser
2010-11-22 Ben NoordhuisFix c-ares bug: reply to a CNAME query
2010-11-22 Ben NoordhuisSupport CNAME lookups in DNS module.
2010-11-22 Jorge Chamorro... Apple's threaded write()s bug
2010-11-22 Ryan DahlFix mac build
2010-11-22 Ben Noordhuisrequire() should work with `node --eval`.
2010-11-22 Nikhil MaratheUse sys.executable to call python
2010-11-22 Ben NoordhuisFix compiler warnings.
2010-11-22 Ben NoordhuisCompile with `-Wno-unused-parameter -D_FORTIFY_SOURCE=2`
2010-11-22 Marco RogersDocs for util.inherits
2010-11-22 Herbert VojčíkrequireNative made independent on module system
2010-11-21 Ryan DahlPrint deprecation warning on process.compile
2010-11-21 Ryan DahlUse runInNewContext instead of process.compile
2010-11-21 Ryan DahlLoad 'path' module with requireNative
2010-11-21 Ryan DahlrequireNative doesn't depend on rest of module system
2010-11-21 Silas SewellVarious doc tweaks (2-spaces vs tabs, EOL-whitespace...
2010-11-21 Ryan Dahlsimplify lazy constant loading
2010-11-21 Ryan Dahlfix style in path.js
2010-11-21 Ryan DahlPrint friendly error message when main module is ENOENT
2010-11-21 Ryan Dahlstream.pipe should remove listeners on dest close
2010-11-21 Ryan DahlRevert "Merge branch 'writev'"
2010-11-21 Ryan DahlRevert "Actually don't need to limit sendmsg size on...
2010-11-21 Ryan DahlRevert "fd_to_send needs to be cleared if *any* data...
2010-11-21 Marco Rogersupdate repl to distinguish JSON.parse SyntaxErrors...
2010-11-20 Ryan DahlInline Buffer::Length and Buffer::Data
2010-11-20 Ryan Dahlfd_to_send needs to be cleared if *any* data was sent
2010-11-20 Ryan DahlActually don't need to limit sendmsg size on unix ...
2010-11-19 Ryan DahlAdd failing test for TLS server
2010-11-19 Ryan DahlAdd some comments to securepair
2010-11-19 Ryan Dahlfix style for SecureStream::IsInitFinished
2010-11-19 Ryan DahlUpgrade V8 to 2.5.7
2010-11-19 Nikhil MaratheAdded documentation for Stream.pipe
2010-11-19 Ryan DahlFix style
2010-11-19 Brian WhiteFix OpenSSL SSL_library_init function check on OpenBSD.
2010-11-19 Ryan DahlUpdate TODO
2010-11-19 Ryan DahlMerge branch 'writev'
2010-11-19 Ryan DahlFix typo
2010-11-19 Ryan DahlOnly try to flush big buffers once
2010-11-19 Ryan DahlAdd todo about test-pipe.js and throwing on resume()
2010-11-19 Ryan DahlFix socket.end() problem on non-empty queue
2010-11-19 Ryan DahlFix a bug regarding queueSize, add asserts
2010-11-19 Ryan DahlSmall clean ups
2010-11-19 Ryan Dahl'connect' event may disconnect socket
2010-11-19 Ryan DahlDump after ev_loop
2010-11-19 Ryan DahlEmit drain and stop IOWatcher even on empty buffer
2010-11-19 Ryan DahlAdd callback to socket.write(), fix test-sendfds
2010-11-19 Ryan Dahlmake sure unix sockets are tagged correctly
2010-11-19 Ryan DahlDon't append buckets of zero length
2010-11-19 Ryan DahlAdd IOWatcher.flush()
2010-11-19 Ryan DahlMaintain queueSize for each socket
2010-11-19 Ryan DahlAlso do ondrain callback for socket (needed by http)
2010-11-19 Ryan DahlReset _eof on socket reuse
2010-11-19 Ryan DahlDon't send null data segments
2010-11-19 Ryan DahlSupport encoding
2010-11-19 Ryan DahlDumper net.js integration
2010-11-19 Ryan DahlIOWatcher::Dump(), writev
2010-11-19 Ryan DahlRip out the old TLS implementation
2010-11-19 Ryan DahlAdd tests for querystring.unescapeBuffer
2010-11-18 Oleg EfimovFix line wrapping in docs. Add tics for constants in...
2010-11-18 Stéphan KochenMake SlowBuffer pass Buffer.isBuffer test.
2010-11-18 Ryan DahlAdd querystring.unescapeBuffer
2010-11-18 Ryan Dahlquery-string unescape moved to js land
2010-11-18 Ryan Dahlfix race in test-http-big-proxy-responses.js
2010-11-18 Brian WhiteMake sure raw mode is disabled when exiting a terminal...
2010-11-18 Ryan DahlRemove leading comma examples
2010-11-18 Micheil SmithRemove jQuery from project
2010-11-18 Ryan DahlAdd doc TODOs
2010-11-18 Micheil SmithGenerate Table of Contents at compile time.
2010-11-18 Dan SøndergaardBetter description of lstat(). Wrapped all lines.
2010-11-18 Tim Cooijmansfix utils.inspect's detection of circular structures
2010-11-17 Ryan DahlFix links
2010-11-17 Ryan DahlSimplify next tick logic by looping around ev_loop
2010-11-17 Ryan DahlFix doc links
2010-11-17 Ryan DahlNow working on v0.3.2-pre
2010-11-17 Ryan DahlBump version to v0.3.1 v0.3.1
2010-11-17 Ryan DahlRevert "Upgrade V8 to 2.5.6"
2010-11-17 Ryan DahlAdd ref to buffer during fs.write and fs.read
2010-11-16 Ryan DahlTest for server.listen() more carefully, fix bug
2010-11-16 Ryan Dahlscp should copy the right dir
2010-11-16 Ryan DahlUpdate TODO
2010-11-16 Ryan DahlFix doc links on index.html
2010-11-16 Ryan DahlDocs for server.address()
2010-11-16 Ryan Dahlmake doc improvements
2010-11-16 Ryan DahlTest and fix for self-assigned port from net.Server
2010-11-16 Micheil SmithBetter doc indexes, fix some links
2010-11-16 Micheil SmithBuild API page into build/doc; simplify doctool.
2010-11-16 Ryan Dahlsolaris -> sunos
2010-11-16 Ryan DahlFix docs for vm module
2010-11-16 Ryan DahlPrint warning when using platform_none.cc
2010-11-16 Ryan DahlFix OS::GetExecutablePath for platform_none
2010-11-16 Ryan DahlRename require('javascript') to require('vm')
2010-11-15 Ryan DahlAdd .node_moudles to lookup path again
2010-11-15 Ryan DahlRevert node_module lookup commits
2010-11-15 Ryan DahlFix docs for 'javascript' module
next