platform/upstream/nodejs.git
2010-12-01 Ryan DahlNew TLS server API
2010-12-01 Ryan DahlStop watcher before calling .set() in Stream.prototype...
2010-12-01 Ryan DahlRemove should_verify from C++ - to handle in JS land
2010-12-01 Ryan Dahladd todo
2010-12-01 Ryan DahlRemove useless shouldVerify assignments
2010-12-01 Ryan DahlBetter array check in Cert Authority list
2010-12-01 Ryan Dahladd shouldVerifyPeer param to SecurePairs
2010-12-01 Ryan DahlRemove unnecessary call to X509_STORE_free
2010-12-01 Ryan DahlRename VerifyPeerError to VerifyError
2010-12-01 Ryan Dahlfix typo
2010-12-01 Ryan DahlAdd promotejs
2010-12-01 Michael Wfixed timers, whoops.
2010-12-01 Ryan DahlImplement SecureContext destructor
2010-12-01 Ryan DahlBetter verify info
2010-12-01 Ryan DahlMove root certs out of JavaScript
2010-12-01 Ryan Dahlstyle
2010-11-30 Ryan DahlFix test-child-process-cwd.js on Joyent servers
2010-11-30 Ryan DahlUpgrade V8 to 2.5.9.1
2010-11-30 Ryan DahlRevert "Default to TLSv1"
2010-11-30 Ryan DahlLazy load console object
2010-11-30 Ryan DahlFix comment
2010-11-30 Ryan DahlRemove assert in verify_peer; add comments
2010-11-30 Bert Belderwin: Duplicate platform_cygwin.cc into platform_win32.cc
2010-11-30 Bert Belderwin: C-ares build config for win32
2010-11-30 Bert Belderwin: Waf doesn't detect sys/select.h on mingw, but...
2010-11-30 Bert Belderwin: Make libev use send instead of write for sockets
2010-11-30 Bert Belderwin: Export eio__pread and eio__pwrite so node_file...
2010-11-30 Bert Belderwin: Fix wscript for libeio on windows
2010-11-30 Bert Belderwin: Make libeio build on windows
2010-11-30 Bert Belderwin: Define __POSIX__ constant when the platform is...
2010-11-30 Bert Belderwin: Symlink to jsmin.py doesn't work on windows
2010-11-30 Ryan Dahlbuffer.copy targetStart defaults to 0
2010-11-30 Ryan DahlDocument defaults for buffer.copy()
2010-11-30 Ryan DahlPut tools/ into PYTHON_PATH
2010-11-30 Michael WFixed: clearTimeouts calling multiple times
2010-11-30 Travis SwicegoodSimplify execution from "big if statement"
2010-11-30 Travis SwicegoodRemove cruft that dealt with env parameter
2010-11-30 Ryan DahlAdd test to show ECONNREFUSED works
2010-11-30 Jeremy MartinFix number of args emitted by EventEmitter during ...
2010-11-30 Oleg Slobodskoiassert.throws can now accept as RegExp
2010-11-30 Travis Swicegoodfix a typo in comment
2010-11-30 Evan LarkinFix variable leak.
2010-11-30 Ryan DahlDon't call exit() from the signal handler
2010-11-30 Ryan DahlStyle
2010-11-29 Ryan DahlRemove unnecessary variable def
2010-11-29 Ryan DahlSimplify state transitions in http.Client
2010-11-29 Ryan DahlAvoid cascading EADDRINUSE test failure
2010-11-29 Ryan DahlImprove HTTP debug messages
2010-11-29 Ryan Dahlstyle
2010-11-29 Ryan DahlAdd note about EADDRINUSE to docs
2010-11-29 Ryan Dahltest-fs-realpath: Don't ceate things in /tmp; use tmpDir
2010-11-29 Ryan DahlDefault to TLSv1
2010-11-29 Ryan Dahlstyle
2010-11-29 Ryan DahlUse SSL_MODE_RELEASE_BUFFERS by default.
2010-11-29 Ryan DahlAdd some TODO items
2010-11-29 Ryan DahlAdd simple securepair client test
2010-11-27 isaacsUse a proper tty test.
2010-11-24 Tom HughesAllocations with new[] must be freed with delete[].
2010-11-24 Tom HughesFix memleak in ChildProcess:Spawn().
2010-11-24 Ryan DahlUpgrade V8 to 2.5.8
2010-11-24 Nikhil Marathecmake: Install v8 headers include/node
2010-11-24 Nikhil MaratheUse CMake's standard way to find Python.
2010-11-24 Tom Hughescmake: Add cdash support.
2010-11-24 Tom Hughescmake: fix debian package description.
2010-11-24 Daniel Gröbercmake cleanup
2010-11-24 Tom Hughescmake: Add wrapper Makefile and README.
2010-11-24 Ryan DahlSaner, yet still ugly, fix to displaying syntax errors
2010-11-24 Ryan DahlFix test-securepair-server
2010-11-23 isaacsCorrect reference to "process.Module"
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
next