platform/upstream/nodejs.git
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
2012-10-07 Ben Noordhuistest: write to temp dir, not fixtures dir
2012-10-07 Andrew PaprockiFix -Wsizeof-array-argument compiler warning.
2012-10-07 Nathan Rajlichrepl: dynamically lookup the require extensions for...
2012-10-06 Ben NoordhuisUpdate LICENSE file.
2012-10-06 Ben Noordhuisdeps: upgrade libuv to b9ed1a6
2012-10-06 Nathan Rajlichrepl: move "isSyntaxError()" definition to the bottom
2012-10-05 Nathan Rajlichdoc: document the custom "inspect()" function behavior
2012-10-04 koichikbuffer: fix byteLength with UTF-16LE
2012-10-04 isaacsRevert "http: make http.ServerResponse emit 'end'"
2012-10-03 Alex Kocharindoc: better example for process.hrtime()
2012-10-03 koichikstreams: fix pipe is destructed by 'end' from destination
2012-10-03 Ben Noordhuisdoc: stream: clarify meaning of 'drain' some more
2012-10-02 Ben Noordhuisdoc: stream: clarify meaning of 'drain' event
2012-10-02 Ben Noordhuisnode_http_parser: fix whitespace errors
2012-10-01 isaacsdoc: Correct stream.write fd mention
2012-10-01 Paul Serbypath: add platform specific path delimiter
2012-10-01 Nathan Rajlichrepl: make "end of input" JSON.parse() errors throw...
2012-10-01 Nathan Rajlichrepl: make invalid RegExp modifiers throw in the REPL
2012-09-30 isaacsblog: s/LibUV/libuv/
2012-09-30 isaacsblog: LXJS talk by @piscisaureus
2012-09-28 isaacstest: Fix stdin message tests
2012-09-28 isaacstest: Fix simple/test-http-client-timeout-agent
2012-09-28 isaacsMerge remote-tracking branch 'ry/v0.8' into v0.8-merge
2012-09-28 Fedor Indutnydebugger: test repeating last command
2012-09-28 Alex KocharinFixed a bug with last command repeating in debugger
2012-09-28 Pavel Langhttp: add response.headersSent property
2012-09-27 thewillihttp: handle multiple Proxy-Authenticate values
2012-09-27 isaacsdoc: Make the CLA more simple/sane
2012-09-27 isaacsblog: Post about 0.8.11
2012-09-27 isaacsNow working on 0.8.12
2012-09-27 isaacsMerge branch 'v0.8.11-release' into v0.8
2012-09-27 isaacs2012.09.27, Version 0.8.11 (Stable) v0.8.11
2012-09-26 thewillihttp: handle multiple Proxy-Authenticate values
2012-09-25 Bert Beldertest: pick another CNAME record to test dns queries
2012-09-25 Ben Noordhuisfs: fix stat() reporting for large files
2012-09-25 isaacsblog: Post about v0.8.10
2012-09-25 isaacsNow working on 0.8.11
2012-09-25 isaacsMerge branch 'v0.8.10-release' into v0.8
2012-09-25 isaacs2012.09.25, Version 0.8.10 (Stable) v0.8.10
2012-09-25 Bert Belderopenssl: fix compilation issues on SmartOS x64
2012-09-25 isaacstest: Fix premature close in test-http-client-timeout...
2012-09-25 isaacstls: lint
next