platform/upstream/nodejs.git
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
2010-11-15 isaacsMake the javascript module API nodey.
2010-11-15 Ryan DahlRemove RonnJS not used anymore
2010-11-15 Ryan DahlRemove old TODO
2010-11-15 Ryan DahlAdd small crappy manpage (please improve)
2010-11-15 isaacsImplement new path.join behavior
2010-11-15 Ryan DahlFix configure on x86
2010-11-14 Micheil SmithReworked and cleaned up documentation for Events
2010-11-14 Micheil SmithAdded documentation for which module to require to...
2010-11-14 Micheil SmithA few changes to the style, specifically for h3 + h3
2010-11-14 Micheil SmithVarious changes to Net Documentation, ammended style...
2010-11-14 isaacswriteFile fixes
2010-11-13 Ryan DahlUse require('javascript') instead of process.binding...
2010-11-13 Ryan DahlRemove process.compile from docs
2010-11-13 Ryan DahlUpdate gitignore for new docs
2010-11-13 Ryan Dahlfix 'make doc'
2010-11-13 Bert BelderFix V8 build on Cygwin
2010-11-13 Ben NoordhuisAdd --profile flag to configure script, enables gprof...
2010-11-13 Rasmus AnderssonAdded support for cross compilation and also fixed...
2010-11-13 Ryan DahlFix segfault on test-crypto
2010-11-12 Ryan DahlSimplify REPL displayPrompt
2010-11-12 Ryan DahlUpgrade V8 to 2.5.6
2010-11-12 Ryan DahlAdd writeFilter when in the readline
2010-11-12 Ryan DahlMove ev_loop out of javascript
2010-11-12 Ryan Dahljoyent-ize website
2010-11-11 Ryan DahlRemove -e from echo in test. Non-portable
2010-11-11 Ryan DahlUpgrade http-parser again
2010-11-09 Ryan DahlUpgrade http-parser
2010-11-08 Ryan DahlRemove util.print from docs
2010-11-07 Guillaume TutonSet FD_CLOEXEC flag on stdio FDs before spawning.
2010-11-06 Ryan DahlRemove unnecessary ref/unref in iowatcher cb
2010-11-03 Ben NoordhuisMake writes to process.env update the real environment...
2010-11-03 Ryan DahlInstall node-waf
2010-11-03 Ryan DahlRemove warning in 'sys' - too aggressive
2010-11-02 Ryan DahlAdd legacy methods to Buffer
2010-11-02 Ryan DahlAdd test for http-buffer problem
2010-11-01 Ryan DahlBack to WAF
2010-11-01 Ryan DahlRemove old buffer api
2010-11-01 Ryan DahlAdd missing require('fs')
2010-11-01 Ryan DahlUpgrade V8 to 2.5.3
2010-11-01 Ryan DahlAdd execinfo to freebsd LINKFLAGS
2010-11-01 Ben NoordhuisFix 'undefined symbol' errors when loading native modules.
2010-11-01 Oleg EfimovAdd node headers installation
2010-11-01 Oleg EfimovAdd DESTDIR support to Makefile
2010-11-01 Chandra Sekar SRemoved range read optimization as it doesn't work...
2010-11-01 Ryan DahlClean up 'make clean'
2010-10-31 Ryan DahlImproper use of CFLAGS
2010-10-30 Ryan DahlAdd configure --enable-debug to make it build both
2010-10-30 Ryan DahlDe-indent dns.lookup
2010-10-30 Ryan DahlMake sure watcher.set() isn't being called when active
next