platform/upstream/nodejs.git
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 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 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 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-04 isaacsRevert "http: make http.ServerResponse emit 'end'"
2012-10-03 koichikstreams: fix pipe is destructed by 'end' from destination
2012-10-02 Ben Noordhuisnode_http_parser: fix whitespace errors
2012-10-01 Paul Serbypath: add platform specific path delimiter
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
2012-09-25 isaacsdomain: Remove stray console.log
2012-09-25 Bert Belderopenssl: use optimized asm code on x86 and x64
2012-09-25 Bert Belderopenssl: add generated asm code
2012-09-25 Bert Belderopenssl: add 'clean' target to asm Makefile
2012-09-25 Ben Noordhuisopenssl: generate asm code with a Makefile
2012-09-25 Bert Belderopenssl: disable HT sidechannel attack mitigation
2012-09-25 Bert Belderopenssl: revert empty_OPENSSL_cpuid_setup.patch
2012-09-25 Bert Belderopenssl: fix perlasm issue
2012-09-25 Bert Belderopenssl: add optimized bignum x64 asm code for windows
2012-09-25 Fedor Indutnytls: use slab allocator
2012-09-25 isaacsnpm: upgrade to 1.1.62
2012-09-25 Shigeki Ohtsutest: fix failing due to too early timeout
2012-09-25 Adam Blackburndoc: put API table of contents in alphabetical order
2012-09-24 Bert Belderwindows: fix typo in node.gyp
2012-09-24 Nathan Rajlichhttp: make the client "res" object gets the same domain...
2012-09-22 Nathan Rajlichrepl: make invalid RegExps throw in the REPL
2012-09-22 Bert Belderuv: upgrade to 39ca621
2012-09-22 Bryan Cantrillv8: loosen artificial mmap constraint
2012-09-22 Ben Noordhuishandle_wrap: don't abort if wrap == NULL
2012-09-22 Andreas Madsentest: possible ipc.ref() regression
2012-09-22 Andreas Madsenchild_process: don't die when disconnect event exists
2012-09-22 Ben Noordhuischild_process: make .fork()'d child auto-exit
2012-09-22 Ben Noordhuisevents: speed up .removeAllListeners()
2012-09-22 Ben Noordhuisevents: speed up newListener/removeListener events
2012-09-22 Ben Noordhuisevents: add 'removeListener' event
2012-09-22 Ben Noordhuistest: add common.mustCall function
2012-09-22 Bryan Cantrillv8: loosen artificial mmap constraint
2012-09-21 isaacsdomain: Properly exit() on domain disposal
2012-09-21 Bryan Cantrillv8: fix postmortem metadata generation
2012-09-20 isaacsV8: reapply floating patches
2012-09-20 isaacsV8: Upgrade to 3.13.7.1
2012-09-20 Bryan Cantrilltest: add tests for postmortem and DTrace support
2012-09-19 Ben Noordhuisconfigure: turn on VFPv3 on ARMv7
2012-09-19 Ben Noordhuisdoc: zlib: document flush() and reset() methods
2012-09-18 Fedor Indutnycrypto: bring module into modern age
2012-09-18 Fedor Indutnyauthors: add @tasogarepg to AUTHORS
2012-09-18 tasogarepgdebugger: fix --debug-brk
2012-09-18 isaacsNow working on v0.9.3
2012-09-18 isaacsMerge branch 'v0.9.2-release'
2012-09-18 isaacsblog: Post for 0.9.2
2012-09-18 isaacs2012.09.17, Version 0.9.2 (Unstable) v0.9.2
2012-09-18 Bert Belderopenssl: fix the Windows x64 build
2012-09-18 isaacsopenssl: Set flags to properly build on sunos
2012-09-18 Bert Belderopenssl: fix the Windows x64 build
2012-09-17 isaacstest: fs.watch filename support on Darwin
2012-09-17 isaacsuv: Upgrade to 778144f0
2012-09-17 Alex Xuconfigure: always use shlex instead of split
2012-09-17 isaacsurl: Go much faster by using Url class
2012-09-17 Ben Noordhuisfs: fix watchFile() missing deletion events
2012-09-17 Robin Leedoc: fix three typos
2012-09-17 Ben Noordhuisprocess: fix setuid() and setgid() error reporting
2012-09-14 Ben Noordhuistest: set rejectUnauthorized in tls/https tests
2012-09-14 Ben Noordhuistls, https: validate server certificate by default
2012-09-14 Bert Belderuv: upgrade to 3d9de13
2012-09-14 Bert Belderuv: upgrade to a28f145
2012-09-14 Ben Noordhuisfs: fix assert in fs.watch()
2012-09-14 Ben Noordhuisfs: don't segfault on deeply recursive stat()
2012-09-13 Nathan Rajlichv8: Replace VFP by VFP2 in common.gypi
2012-09-13 yangguo@chromium.orgv8: Relax requirement from VFP3 to VFP2 where possible.
next