2013-08-23 |
Ben Noordhuis | buffer: fix regression in Buffer(buf) constructor |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Timothy J Fontaine | util: pass opts to custom inspect functions |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Trevor Norris | buffer: fix inspect throw if slice length too long |
commit | commitdiff | tree | snapshot |
2013-08-22 |
Timothy J Fontaine | buffer: adhere to INSPECT_MAX_BYTES |
commit | commitdiff | tree | snapshot |
2013-08-22 |
isaacs | vm: Put back display_errors flag |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Domenic Denicola | vm, core, module: re-do vm to fix known issues |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Timothy J Fontaine | Now working on 0.11.7 |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Timothy J Fontaine | Merge branch 'v0.11.6-release' |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Timothy J Fontaine | 2013.08.21, Version 0.11.6 (Unstable) v0.11.6 |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Timothy J Fontaine | uv: Upgrade to v0.11.8 |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Timothy J Fontaine | test: net-GH-5504 child env needs NODE_COMMON_PORT |
commit | commitdiff | tree | snapshot |
2013-08-21 |
isaacs | Merge remote-tracking branch 'ry/v0.10' |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Fedor Indutny | test: fix test failure on linux after edd2fcc |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Ben Noordhuis | deps: upgrade http_parser to 303c4e4 |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Fedor Indutny | tls: fix assertion when ssl is destroyed at read |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Trevor Norris | smalloc: consistent-ify syntax |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Trevor Norris | smalloc: length is byte size, not array length |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Trevor Norris | smalloc: expose ExternalArraySize |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Trevor Norris | util: isObject should always return boolean |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Vsevolod Strukchinsky | net: family option in net.connect |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Gil Pedersen | fs: use correct self reference for autoClose test |
commit | commitdiff | tree | snapshot |
2013-08-20 |
isaacs | doc: Minor typos in dgram doc |
commit | commitdiff | tree | snapshot |
2013-08-20 |
isaacs | test: Remove unnecessary assertion |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Raynos | events: have events module exports EventEmitter |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Matthew Aynalem | fixes #6031 spelling errors |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Duan Yao | doc: Add callback parameter to dgram socket.bind() |
commit | commitdiff | tree | snapshot |
2013-08-19 |
ChrisWren | doc: fixed syntax error in stream.Transform |
commit | commitdiff | tree | snapshot |
2013-08-19 |
James Halliday | http: removed headers stay removed |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Edward Hutchins | Added documentation for process.execArgv |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Eivind Uggedal | doc: add missing word in Transform stream intro |
commit | commitdiff | tree | snapshot |
2013-08-19 |
isaacs | Merge remote-tracking branch 'ry/v0.10' |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Trevor Norris | buffer: lint |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Fedor Indutny | buffer: lint |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Fedor Indutny | crypto: don't touch ssl_ in Connection |
commit | commitdiff | tree | snapshot |
2013-08-19 |
isaacs | stream: Throw on 'error' if listeners removed |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Fedor Indutny | tls, crypto: deduplicate code |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Ben Noordhuis | src: move includes inside include guard |
commit | commitdiff | tree | snapshot |
2013-08-17 |
isaacs | Merge remote-tracking branch 'ry/v0.10' |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Ben Noordhuis | dgram: fix assertion on bad send() arguments |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Daniel Chatfield | readline: pause stdin before turning off terminal raw... |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Daniel Chatfield | readline: pause stdin before turning off terminal raw... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
isaacs | blog: v0.10.16 |
commit | commitdiff | tree | snapshot |
2013-08-16 |
isaacs | Now working on v0.10.17 |
commit | commitdiff | tree | snapshot |
2013-08-16 |
isaacs | Merge branch 'v0.10.16-release' into v0.10 |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Trevor Norris | buffer: don't call ByteLength for simple encodings |
commit | commitdiff | tree | snapshot |
2013-08-16 |
isaacs | 2013.08.16, Version 0.10.16 (Stable) v0.10.16 |
commit | commitdiff | tree | snapshot |
2013-08-16 |
isaacs | npm: Upgrade to 1.3.8 |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Ben Noordhuis | crypto: fix memory leak in randomBytes() error path |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Ben Noordhuis | crypto: fix memory leak in randomBytes() error path |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Ben Noordhuis | crypto: don't mix new[] and free() |
commit | commitdiff | tree | snapshot |
2013-08-16 |
isaacs | test: Remove hard-coded port |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Brian White | cluster: variable is not global |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Brian White | buffer: remove unused parameters |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Brian White | lib: remove unused variables and functions |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | http: Prefer 'binary' over 'ascii' |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | http: Simplify IncomingMessage._dump method |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | http: Consistent 'finish' event semantics |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | http: make OutgoingMessage._flush inline-able |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | http: Add write()/end() callbacks |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | http: Write hex/base64 chunks properly |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | http: Handle hex/base64 encodings properly |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | doc: http rawHeaders/rawTrailers |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | http: provide access to raw headers/trailers |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | doc: http keepalive, agent options |
commit | commitdiff | tree | snapshot |
2013-08-15 |
isaacs | http: add agent.maxFreeSockets option |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Ben Noordhuis | test: update tests after internal api change |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Trevor Norris | node: remove duplicate infoBox checks |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Ben Noordhuis | timers: dispatch ontimeout callback by array index |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Ben Noordhuis | src: add MakeCallback() that takes an array index |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Ben Noordhuis | smalloc: don't do Has(key), then Get(key) |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Ben Noordhuis | tools: cpplint: fix NOLINT(build/include_order) |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Ben Noordhuis | zlib: replace C cast with static_cast |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Fedor Indutny | tls: handle errors on socket before releasing it |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Ben Noordhuis | http: speed up callbacks, use array indices |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Ben Noordhuis | src: remove redundant symbol init in node_file.cc |
commit | commitdiff | tree | snapshot |
2013-08-13 |
Ben Noordhuis | src: clean up FSReqWrap |
commit | commitdiff | tree | snapshot |
2013-08-13 |
Ben Noordhuis | src: move ReqWrap::data_ to FSReqWrap |
commit | commitdiff | tree | snapshot |
2013-08-13 |
Matthias Bartelmeß | crypto: add TLS 1.1 and 1.2 to secureProtocol list |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Ben Noordhuis | crypto: use consistent conn object unwrapping |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Ben Noordhuis | crypto: use consistent variable names |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Trevor Norris | util: fix isPrimitive check |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Ben Noordhuis | crypto: remove two unused static variables |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Trevor Norris | src: fix build break from generic macro name |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Ben Noordhuis | src: don't obj->Set(Integer::New(...), val) |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Trevor Norris | src: centralize class wrap/unwrap |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Ben Noordhuis | cares_wrap: remove unused function getHostByName() |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Ben Noordhuis | cares_wrap: don't set oncomplete property from c++ |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Ben Noordhuis | test: fix up internet/test-dns after api change |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Ben Noordhuis | stream_wrap: use v8::Integer::NewFromUnsigned() |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Ben Noordhuis | v8: fix openbsd build |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Ben Noordhuis | v8: upgrade v8 to 3.20.14.1 |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Ben Noordhuis | build: disable SSLv2 by default |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Ben Noordhuis | build: fix up style issues in configure script |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Ben Noordhuis | configure: order configure switches alphabetically |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Ben Noordhuis | build: make ninja build respect V= |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Ben Noordhuis | build: don't auto-destroy existing configuration |
commit | commitdiff | tree | snapshot |
2013-08-09 |
Trevor Norris | domain: share object and state with native land |
commit | commitdiff | tree | snapshot |
2013-08-09 |
Trevor Norris | node: remove domain nextTick |
commit | commitdiff | tree | snapshot |
2013-08-09 |
Ben Noordhuis | src: don't call v8::Object::SetHiddenValue() |
commit | commitdiff | tree | snapshot |
2013-08-09 |
Ben Noordhuis | test: use common.PORT in simple/test-net-GH-5504 |
commit | commitdiff | tree | snapshot |
next |