platform/upstream/nodejs.git
2011-09-08 Fedor Indutny[debugger] Fix help message
2011-09-08 Fedor Indutny[debugger] restructurize code, eval control repl asynch...
2011-09-08 Fedor Indutny[debugger] port all commands
2011-09-08 Fedor Indutny[repl] Async global completion
2011-09-08 Fedor Indutny[debugger] two repls, initial
2011-09-08 Fedor Indutny[readline, repl] Fix completion grouping, fix parens...
2011-09-08 Fedor Indutny[repl, readline] async interface
2011-09-08 Fedor Indutny[debugger] readline => repl
2011-09-08 Fedor Indutnyvm context with accessors
2011-09-08 Ben Noordhuishttp: set .code='ECONNRESET' on socket hang up errors
2011-09-08 koichikutil: Fix inspection for sparse array
2011-09-08 koichikutil: Divide inspect() into some subroutines
2011-09-08 Ryan DahlUpgrade GYP to r1034
2011-09-08 Ryan DahlUpgrade V8 to 3.6.1
2011-09-08 koichikbuffer: write() should always set _charsWritten.
2011-09-08 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-07 Ben Noordhuistls: new[] instead of malloc() in Connection::GetSession()
2011-09-07 Sean Cunninghamtls: add client-side session resumption support
2011-09-06 Ben Noordhuisdocs: document that the build system depends on python...
2011-09-06 Thomas Shinnickdocs: typos and minor edits in several modules
2011-09-06 Maciej Małeckitest: test for correct parsing of URLs with plus charac...
2011-09-06 Maciej Małeckiurl: add plus sign to protocol pattern
2011-09-06 Ben Noordhuisfile: translate libuv error codes to errno names
2011-09-06 Ben Noordhuisuv: upgrade to cc91989
2011-09-06 Bert BelderImprove path parsing on windows
2011-09-06 Ben Noordhuisfile: fix errno propagation in sync fs calls
2011-09-06 Ben Noordhuisuv: upgrade to 58ef43e
2011-09-05 Peter Brightwindows: it's rude to clobber quick edit mode
2011-09-05 Ryan DahlObjectWraps should be MarkIndependent
2011-09-05 Ryan DahlUpgrade libuv to a8017fd
2011-09-05 isaacsfix test-fs-realpath
2011-09-05 Ryan Dahlinternal fs functions called with this == ReqWrap
2011-09-05 Ryan DahlReturn ReqWrap from internal fs functions
2011-09-05 Ryan DahlFix test-fs-error-messages.js
2011-09-05 Ryan DahlUpgrade libuv to 991f6ee
2011-09-05 Bert Belderdgram-uv: black hole incoming messages after closing
2011-09-05 Ryan DahlUpgrade libuv to b6ede6c
2011-09-05 Bert Beldernet-uv: correctly set socket.remoteAddress and -port
2011-09-05 Bert Beldergyp: add js files to node project
2011-09-05 Bert Belderwin: vcbuild.bat should attempt to run vcvarsall.bat
2011-09-04 Ryan DahlUpgrade libuv to 142a702
2011-09-04 Bert Belderresolve mingw32 build problem
2011-09-04 Bert Belderuv_getsockname got renamed
2011-09-04 Bert BelderUpgrade libuv to 7b87ff7c9b
2011-09-04 Peter BrightWindows: set executables to be console programs
2011-09-04 Logan Smythdocs: Fix merge error in tls docs
2011-09-04 Ashok Mudukutorebuild: add RPATH environment variable
2011-09-04 koichiknet: Socket write encoding case sensitivity
2011-09-04 Igor Zinkovskyfix windows build break
2011-09-04 Igor Zinkovskyenable missing fs functions on windows
2011-09-04 Igor Zinkovskyfix async readdir
2011-09-04 Ben Noordhuisuv: upgrade to 6422a14
2011-09-03 koichikbuffer: write() should always set _charsWritten.
2011-09-03 AJ ONealdocs: explain how url.format works (`search` trumps...
2011-09-02 Michael JacksonFixes #1635. Fixed typo
2011-09-02 Ryan Dahlwin: link to psapi.lib
2011-09-02 koichikdocs: console.log() refer to util.format().
2011-09-02 koichikcrypto: Fix BIO's usage.
2011-09-02 Ben Noordhuiscrypto: use X509_get_ext_by_NID(NID_subject_alt_name)
2011-09-02 Niclas Hoyeradded test case for foaf+ssl client certificate
2011-09-02 Niclas HoyerAdded additional properties to getPeerCertificate,...
2011-09-02 Nathan Rajlichtest: add test case for util.isDate() behavior
2011-09-02 Nathan Rajlichutil: improve util.isDate() function
2011-09-02 koichikbuffer: Avoid overrun with 'binary' encoding.
2011-09-02 Ryan DahlUpgrade libuv to b89f4f3
2011-09-01 Karl SkomskiAdded some win32 platform functions
2011-09-01 Ryan DahlUpgrade libuv to 2e60358
2011-09-01 Nathan Rajlichrepl: don't eval twice when an Error is thrown
2011-08-31 Ryan Dahlcrypto: set data before sending to thread pool
2011-08-31 Ryan DahlUpgrade libuv to 836cc20
2011-08-31 Maciej MałeckiShow warning when using lib/sys.js
2011-08-31 Jeroen Janssenfix win32 uv loop breakage
2011-08-31 Ryan DahlUpgrade libuv to ea4271f
2011-08-30 koichiktls: x509 certificate subject parsing fail
2011-08-30 Ryan DahlStrip V8 -Werror
2011-08-30 isaacsFixes #1610 Remove DigiNotar CA from trusted list
2011-08-30 isaacsFixes #1610 Remove DigiNotar CA from trusted list
2011-08-30 AJ ONealdocs: document querystring behavior for arrays and...
2011-08-30 Ben Noordhuisuv: upgrade to 0ba44cf
2011-08-30 Ryan DahlFix Windows build
2011-08-30 Ryan DahlUpgrade libuv to ca11711
2011-08-30 Igor ZinkovskyUse new uv_fs_ apis
2011-08-30 Ryan Dahlupgrade libuv to a6ed175
2011-08-29 Ryan DahlUpgrade V8 to 3.5.9.1
2011-08-29 Ryan DahlUpgrade libuv to cbbb254
2011-08-29 Ryan DahlFixes #1503. make libuv backend default on unix
2011-08-29 Abimanyu Rajastdio: fix typo in doc comment
2011-08-29 Mikeal RogersSockets should never be attached to a ClientRequest...
2011-08-29 Jann Hornmodule: remove 'is URL?' check in module loader, dead...
2011-08-29 jkummerow@chromium.orgv8: remove unnecessary break-after-return in switch...
2011-08-28 Peter Lyonstest: test for issue #752
2011-08-28 Peter Lyonshttp: remove 'headers sent?' check in OutgoingMessage...
2011-08-27 Peter BrightDon't load-time link against CreateSymbolicLink, it...
2011-08-27 Igor Zinkovskymerge vcbuild.bat and generate_projects.bat
2011-08-26 Ben NoordhuisNow working on 0.5.6
2011-08-26 Ben NoordhuisBump version to v0.5.5 v0.5.5 v0.5.5-rc1
2011-08-26 Ben NoordhuisFix typo in configure script
2011-08-26 Ryan DahlFix build - due to V8 API change
2011-08-26 Ryan DahlMerge remote branch 'origin/v0.4'
2011-08-26 Ryan DahlUpgrade V8 to 3.5.8
next