platform/upstream/nodejs.git
2012-11-04 Ben Noordhuisbuild: remove _LARGEFILE_SOURCE, _FILE_OFFSET_BITS
2012-11-04 Ben Noordhuisdeps: upgrade libuv to 0ddf9d6
2012-11-02 Ben Noordhuisbuild: make debug build on os x compile at -O0
2012-11-01 Shigeki Ohtsubuild: fix default dtrace flag on Linux
2012-11-01 Girish Ramakrishnandoc: tls: rejectUnauthorized defaults to true after...
2012-11-01 Scott Blomquistwindows: generate ETW events to track v8 compiled code...
2012-11-01 Ben Noordhuisbuild: add --systemtap-includes configure switch
2012-11-01 Jan Wynholdstracing: add systemtap support
2012-11-01 Ben Noordhuisdeps: upgrade libuv to 97c527a
2012-11-01 isaacstest: Use setImmediate for recursive deferral
2012-10-31 isaacszlib: s/clear/close/ and match other close() semantics
2012-10-31 Frederico Silvabuild: let gyp choose msvs version
2012-10-30 J. Lee Coltraneurl: make url.format escape delimiters in path and...
2012-10-30 Brandon Philipstls: delete useless removeListener call
2012-10-30 Ben Noordhuiszlib: pass object size hint to V8
2012-10-30 Ben Noordhuiszlib: reduce memory consumption, release early
2012-10-29 isaacsPrint warning when maxTickDepth is reached
2012-10-29 Scott Blomquistwindows: correct outputs list in "node_etw" gyp target
2012-10-25 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-10-24 Ben Noordhuisv8: remove optimization switches
2012-10-24 Ben Noordhuisbuild: add --unsafe-optimizations configure switch
2012-10-24 Ben Noordhuisurl: parse hostnames that start with - or _
2012-10-24 Bert Belderv8: don't show performance warnings when compiling...
2012-10-24 isaacsNow working on v0.9.4
2012-10-24 isaacsMerge branch 'v0.9.3-release'
2012-10-24 isaacsblog: Post for v0.9.3 release
2012-10-24 isaacs2012.10.24, Version 0.9.3 (Unstable) v0.9.3
2012-10-24 isaacsV8 build: 'echo -n' considered harmful
2012-10-24 Ben Noordhuistest: fix pummel/test-crypto-dh, pummel/test-dh-regr
2012-10-24 Bert Belderrepl: call resume() after setRawMode()
2012-10-24 Bert Belderrepl: call resume() after setRawMode()
2012-10-23 Olivier Lalondedoc: child_process: document uid and gid spawn() options
2012-10-23 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-10-23 isaacsV8: Reapply patches
2012-10-23 isaacsV8: Upgrade to 3.13.7.4
2012-10-23 isaacsV8: Reapply patches
2012-10-23 isaacsV8: Upgrade to 3.11.10.25
2012-10-23 isaacsnpm: Upgrade to 1.1.64
2012-10-23 isaacsMerge branch 'crypto-buffers'
2012-10-23 isaacscrypto: Style. Prefer 'char*' over 'char *'
2012-10-23 isaacscrypto: Remove many unnecessary toObjects
2012-10-23 isaacscrypto: pbkdf2 throws when no callback provided
2012-10-23 isaacsdoc: OpenSSL is bundled now.
2012-10-23 isaacscrypto: Clean up buffer handling and DH methods
2012-10-23 isaacscrypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')
2012-10-23 isaacstls: Provide buffer to Connection.setSession
2012-10-23 isaacscrypto: Binding only accepts buffers
2012-10-23 isaacscrypto: Move encoding logic to JS, default=buffer
2012-10-23 Ben Noordhuisbuild: re-enable gdbjit, honor --gdb again
2012-10-23 mstarzinger... v8: make GDBJIT interface compile again
2012-10-23 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-10-23 Ben Noordhuistest: add typed arrays regression test
2012-10-23 Aaron Jacobstyped arrays: use `signed char` for signed int8s
2012-10-23 yangguo@chromium.orgv8: use correct timezone information on Solaris
2012-10-21 Ben Noordhuiscrypto: fix DH use-after-free and memory leak
2012-10-21 Ben Noordhuiscrypto: fix DH 1 byte buffer underflow
2012-10-21 Ben Noordhuistest: add diffie-hellman regression test
2012-10-21 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-10-21 Soarezstreams: remove useless line
2012-10-20 Ben Noordhuisnode: update description of --print
2012-10-17 Bert Belderuv: upgrade to 1e32cb0
2012-10-16 isaacsdoc: Typo. s/arguemnt/argument/
2012-10-15 Nathan Rajlichtest: disable global variable check for "test-repl...
2012-10-15 Ben Noordhuisconfigure: turn on VFPv3 on ARMv7
2012-10-15 Ben NoordhuisRevert "Disable OpenSSL UI"
2012-10-14 Jan Lehnardtdocs: fix copy and paste error
2012-10-13 Nathan RajlichMerge remote-tracking branch 'origin/v0.8'
2012-10-13 Dean McNameetyped arrays: remove unnecessary special-casing
2012-10-13 Dean McNameetyped arrays: simplify typed array get() and set()
2012-10-13 Ben Noordhuisdoc: rectify http.ClientResponse close/end events
2012-10-13 Ben Noordhuiscrypto: sort return value of getCiphers/getHashes
2012-10-13 Ben Noordhuiscrypto: add crypto.getHashes()
2012-10-12 Ben Noordhuiscrypto: add crypto.getCiphers()
2012-10-12 Nathan Rajlichrepl: ensure each REPL instance gets its own "context"
2012-10-12 Ben Noordhuisdgram: remove stale code
2012-10-12 Max Ogdendoc: set default background color to white
2012-10-12 isaacslint
2012-10-12 isaacsNow working on 0.8.13
2012-10-12 isaacsblog: Post about 0.8.12
2012-10-12 isaacsMerge branch 'v0.8.12-release' into v0.8
2012-10-11 isaacsstring_decoder: Add 'end' method, do base64 properly
2012-10-11 isaacs2012.10.12, Version 0.8.12 (Stable) v0.8.12
2012-10-11 isaacsnpm: Upgrade to 1.1.63
2012-10-11 isaacsdoc: Reduce crypto stability to 2-Unstable
2012-10-11 Ben Noordhuisdeps: upgrade libuv to 47b2cd3
2012-10-10 Ben Noordhuisbuffer: report proper retained size in profiler
2012-10-10 Nathan Rajlichutil: add a "customInspect" option to `util.inspect()`
2012-10-10 Ben NoordhuisUpdate AUTHORS and .mailmap
2012-10-10 Nathan Rajlichutil: make `inspect()` accept an "options" argument
2012-10-10 Bert Belderuv: upgrade to b0c1a38
2012-10-10 Ben Noordhuisdeps: upgrade libuv to cb03e3b
2012-10-09 Ben Noordhuishttps: fix renegotation attack protection
2012-10-09 Ben Noordhuistls: remove dead code
2012-10-09 Aaditya Bhatiacluster: make 'listening' handler see actual port
2012-10-09 Ricky Ng-Adambuffer: include encoding value in exception when invalid
2012-10-08 Bert Belderwindows: use USERPROFILE to get the user's home dir
2012-10-08 Ben Noordhuiscrypto: fix -Wtautological-compare warning
2012-10-08 Andreas Madsendoc: consistent use of the callback argument
2012-10-08 Ben Noordhuistls: don't use a timer to track renegotiations
2012-10-07 Ben Noordhuisdeps: upgrade libuv to 40134c3
next