platform/upstream/nodejs.git
2013-08-03 Fedor Indutnycrypto: fix another over-run in bio
2013-08-02 Ben Noordhuissrc: remove non-isolate PersistentToLocal(), v2
2013-08-02 Trevor Norrisprocess: set key properties as ReadOnly
2013-08-02 Ben Noordhuissrc: remove non-isolate PersistentToLocal()
2013-08-02 Trevor Norrissmalloc: remove double checks
2013-08-02 Trevor Norrissmalloc: fix assertion fails/segfault
2013-08-02 Trevor Norrisutil: add isPrimitive check
2013-08-02 Ben Noordhuisbuild: fix --without-ssl build
2013-08-01 isaacssrc: Replace macros with util functions
2013-08-01 Trevor Norrisbenchmark: update misc to new v8 API
2013-08-01 Trevor Norristest: add mac to test-os
2013-08-01 Fedor Indutnytls_wrap: parse tls session ticket extension
2013-08-01 Brian Whiteos: add mac address to networkInterfaces() output
2013-08-01 Ben Noordhuiscpplint: exclude src/node_win32_perfctr_provider.cc
2013-08-01 Ben Noordhuissrc: don't include <string.h> twice in src/node.cc
2013-08-01 Bert Belderbuild: disable some msvc compiler warnings
2013-08-01 Bert Belderbuild: un-break the windows build
2013-07-31 Ben Noordhuissrc: more lint after cpplint tightening
2013-07-31 Ben Noordhuistools: cpplint: fix up build/include_order rule
2013-07-31 Antony Baileydoc: remove travis status image
2013-07-31 Fedor Indutnyetw_provider: unbreak windows build
2013-07-31 Fedor Indutnymake: add `cpplint` to `test` target
2013-07-31 Fedor Indutnysrc: lint c++ code
2013-07-31 Fedor Indutnycpplint: make lint rules closer to node's source
2013-07-31 Trevor Norrisnode: add inTick and lastThrew to infoBox
2013-07-29 Ben Noordhuisutil: don't throw on circular %j input to format()
2013-07-30 Trevor Norrisfs: write strings directly to disk
2013-07-30 Trevor Norrisstring_bytes: export GetExternalParts
2013-07-30 Ben Noordhuisdeps: upgrade libuv to joyent/libuv@4bdb7d8
2013-07-29 Ben Noordhuiscrypto: simplify DH modp group name matcher
2013-07-30 Ben Noordhuissrc: const-ify variables in src/node_crypto*
2013-07-30 Ben Noordhuissrc: remove unused import in src/node_os.cc
2013-07-30 Ben Noordhuisstring_bytes: don't use named imports in header
2013-07-30 Ben Noordhuisv8: upgrade v8 to 3.20.11
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-30 Ben Noordhuiscrypto: fix assert() on malformed hex input
2013-07-30 Ben Noordhuisstring_bytes: add StringBytes::IsValidString()
2013-07-30 Ben Noordhuisassert: replace !!!value with just !value
2013-07-29 Ben Noordhuisdgram: report send errors to cb, don't pass bytes
2013-07-29 Ben Noordhuissrc: don't use NewExternal() with unaligned strings
2013-07-29 Ben Noordhuisv8: upgrade to v8 3.20.9
2013-07-29 Andrew Paprockidoc: vm: fix incorrect API documentation
2013-07-29 Ben Noordhuischild_process: add 'shell' option to .exec()
2013-07-29 Fedor Indutnytest: loosen timeout in https-no-reader
2013-07-28 Ben Noordhuissrc: remove unused tick_spinner
2013-07-28 Ben Noordhuistest: cluster: add 'bind to privileged port' tests
2013-07-28 Ben Noordhuiscluster: fix shared handle bind error propagation
2013-07-28 Ben Noordhuiscluster: remove duplicate this.errno assignment
2013-07-27 Ben Noordhuisdoc: clarify fs.read() offset argument
2013-07-27 Andrew Chiltondoc: add nodejs.geek.nz to the community page
2013-07-27 Rod Vaggdoc: add nodejs.org.au to community listing
2013-07-27 Maciej Małeckidoc: document possible return values of os.arch()
2013-07-25 Dav Glassdoc: Fix missing backtick in debugger doc
2013-07-25 isaacsstreams: Don't emit 'end' until read() past EOF
2013-07-25 Fedor Indutnyopenssl: use asm for sha, md5, rmd
2013-07-25 Ben Noordhuistest: fix simple/test-setproctitle
2013-07-26 Timothy J Fontaineblog: Post for v0.10.15
2013-07-26 Timothy J FontaineNow working on 0.10.16
2013-07-26 Timothy J FontaineMerge branch 'v0.10.15-release' into v0.10
2013-07-25 Timothy J Fontaine2013.07.25, Version 0.10.15 (Stable) v0.10.15
2013-07-25 Ben Noordhuissrc: fix process.getuid() return value
2013-07-25 Ben Noordhuisdoc: document tls.Server 'secureProtocol' option
2013-07-25 Timothy J Fontaineblog: Post for v0.10.14
2013-07-25 Timothy J FontaineNow working on 0.10.15
2013-07-25 Timothy J FontaineMerge branch 'v0.10.14-release' into v0.10
2013-07-25 Timothy J Fontaine2013.07.25, Version 0.10.14 (Stable) v0.10.14
2013-07-25 Timothy J Fontaineuv: Upgrade to v0.10.13
2013-07-24 Fedor Indutnytls: share tls tickets key between cluster workers
2013-07-24 Fedor Indutnycluster: support setting data on shared server
2013-07-24 isaacsdoc: explicitly set industry logo height
2013-07-24 isaacsnpm: Upgrade to v1.3.5
2013-07-24 Ben Noordhuissrc: move NODE_MODULE_VERSION to node_version.h
2013-07-24 Ben Noordhuislib: macro-ify type checks
2013-07-24 Ben Noordhuistools: fix js2c macro expansion bug
2013-07-24 Ben Noordhuissrc: rename macros.py to notrace_macros.py
2013-07-24 Ben Noordhuissrc: cares_wrap: remove two unused variables
2013-07-24 Trevor Norrissmalloc: add external to alloc with callbacks
2013-07-23 Trevor Norrisbuffer: misc logic simplification
2013-07-23 Trevor Norrisbuffer: revert length and parent check
2013-07-23 Ben Noordhuissrc: os: use Number::New() for CPU info
2013-07-23 Ben Noordhuisfs: uids and gids must be unsigned ints
2013-07-23 David Björklundcrypto: Add test for sha.write(''); sha.end()
2013-07-23 Trevor Norrisbuffer: slice on zero length buffer
2013-07-22 isaacsstream: Simplify flowing, passive data listening
2013-07-22 Wyatt Preulutil: removed duplicated isArray check
2013-07-22 Ben Noordhuisv8: reapply floating patches
2013-07-22 Trevor Norrissrc: update v8 build requirements
2013-07-22 Trevor Norrisv8: upgrade to v8 3.20.7
2013-07-20 Ben Noordhuissrc: fix windows build error from 221c689e
2013-07-20 Ben Noordhuistest: move two tests from simple/ to internet/
2013-07-20 Ben Noordhuisbench: fix up benchmarks after internal api change
2013-07-20 Ben Noordhuistest: fix up tests after internal api change
2013-07-20 Ben Noordhuissrc, lib: update after internal api change
2013-07-20 Ben Noordhuissrc, lib: deduplicate errnoException
2013-07-20 Ben Noordhuissrc: add libuv bindings module
2013-07-20 Ben Noordhuisdeps: upgrade libuv to 3ee4d3f
2013-07-19 Ben Noordhuisudp_wrap, tcp_wrap: add out arg to AddressToJS
2013-07-19 Ben Noordhuissrc: ReqWrap now optionally accepts a wrap object
2013-07-19 Trevor Norrisbuffer: return offset for end of last write
2013-07-19 Ben Noordhuissrc: fix persistent handle lifecycle issue
next