2013-03-05 |
Ben Noordhuis | Merge remote-tracking branch 'origin/v0.8' |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Ben Noordhuis | cluster: propagate bind errors |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Felix Böhm | events: loop backwards in removeListener |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Trevor Norris | events: code consistency |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Trevor Norris | events: remove type check for event type |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Ben Noordhuis | doc: add url.resolve() usage examples |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Bert Belder | win/msi: make msi build work when spaces are present... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
isaacs | stream: Don't require read(0) to emit 'readable' event |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Xidorn Quan | dns: fix ReferenceError in resolve() error path |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Rod Vagg | link to LevelUP modules wiki page, not level-hooks |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Rod Vagg | link to LevelUP modules wiki page, not level-hooks |
commit | commitdiff | tree | snapshot |
2013-03-04 |
isaacs | cluster: Rename destroy() to kill(signal=SIGTERM) |
commit | commitdiff | tree | snapshot |
2013-03-04 |
isaacs | stream: Writable.end(chunk) after end is an error |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Aaron Cannon | doc: Add crypto.pseudoRandomBytes, fix typo |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Dave Olszewski | make repl compatible with domains |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Ben Noordhuis | Revert "stream: Writable.end(chunk) after end is an... |
commit | commitdiff | tree | snapshot |
2013-03-03 |
isaacs | doc: Typo in ChangeLog |
commit | commitdiff | tree | snapshot |
2013-03-03 |
isaacs | stream: Writable.end(chunk) after end is an error |
commit | commitdiff | tree | snapshot |
2013-03-02 |
isaacs | events: Handle emit('error') before ctor |
commit | commitdiff | tree | snapshot |
2013-03-02 |
isaacs | events: Handle emit before constructor call |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Ben Noordhuis | Merge remote-tracking branch 'origin/v0.8' |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Ben Noordhuis | test: make simple/test-dgram-pingpong respect PORT |
commit | commitdiff | tree | snapshot |
2013-03-02 |
isaacs | net: s/closed/ended/ in write-after-fin message |
commit | commitdiff | tree | snapshot |
2013-03-02 |
isaacs | net: Provide better error when writing after FIN |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Raymond Feng | windows/msi: fix msi build issue with WiX 3.7/3.8 |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Timothy J Fontaine | test: optionally set common.PORT via env variable |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Ben Noordhuis | test: unlink temp file at test start |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Trevor Norris | events: add type checks to once |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Trevor Norris | events: emit cleanup |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Trevor Norris | events: additional type check for addListener |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Trevor Norris | events: _events to object and undefined not null |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Trevor Norris | events: removeListener add checks and cleanup |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Trevor Norris | events: type check listeners |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Trevor Norris | events: simplify removeAllListeners logic |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Trevor Norris | events: type check setMaxListeners, cleanup throws |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Trevor Norris | events: ensure usingDomain is always boolean |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Trevor Norris | events: add check for listeners length |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Ben Noordhuis | crypto: don't assert when calling Cipher#final() twice |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Ben Noordhuis | deps: upgrade libuv to 7e59f9b |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Lars-Magnus... | doc change for Readable._read() |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | doc: Clarify advisory-ness of stream._read() argument |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Gil Pedersen | doc: Update to reflect new _read() interface |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Evan Oxfeld | doc: Fix readable.unshift() example |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Scott Blomquist | build/windows: don't use wrong version number |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | blog: Post about v0.9.11 |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | doc: Correct version in changelog |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | Now working on 0.9.12 |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | Merge branch 'v0.9.11-release' |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | 2013.03.01, Version 0.9.10 (Unstable) v0.9.11 |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | blog: Do not pass undefined to path.join |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | fs: Support mode/flag options to read/append/writeFile |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | test: Put fs write test files in tmp |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Ben Noordhuis | http: use socket.once, not socket.on |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Timothy J Fontaine | build: windows should append date if nightly |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | doc: Provide 2 examples of SimpleProtocol parser |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | stream: There is no _read cb, there is only push |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | stream: Add stream.unshift(chunk) |
commit | commitdiff | tree | snapshot |
2013-03-01 |
isaacs | stream: Break up the onread function |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Ben Noordhuis | net: omit superfluous 'connect' event |
commit | commitdiff | tree | snapshot |
2013-03-01 |
Ben Noordhuis | deps: upgrade libuv to 2a8d2a5 |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Ben Noordhuis | test: disable simple/test-process-getgroups on os x |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Eugene Girshov | doc: remove note about close event |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Ben Noordhuis | Merge remote-tracking branch 'origin/v0.8' |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Timothy J Fontaine | test: fix tap output on windows |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Ben Noordhuis | lib, src: remove errno global |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Scott Blomquist | test: add cleanup to long path test |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Ben Noordhuis | Merge remote-tracking branch 'origin/v0.8' |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Ben Noordhuis | build, windows: disable SEH |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Ben Noordhuis | doc: update instructions on home page |
commit | commitdiff | tree | snapshot |
2013-02-28 |
Trevor Norris | process: separate nextTick domain logic |
commit | commitdiff | tree | snapshot |
2013-02-28 |
isaacs | core: Remove the nextTick for running the main file |
commit | commitdiff | tree | snapshot |
2013-02-27 |
isaacs | core: Mark exit() calls with status codes |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Ben Noordhuis | crypto: clear error stack |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Scott Blomquist | openssl: regenerate asm files for openssl 1.0.1e |
commit | commitdiff | tree | snapshot |
2013-02-27 |
isaacs | stream: Writables are not pipe()able |
commit | commitdiff | tree | snapshot |
2013-02-27 |
isaacs | test: Use common.PORT in simple/test-http-timeout |
commit | commitdiff | tree | snapshot |
2013-02-27 |
isaacs | test: Move test-net-connect-timeout to test/internet |
commit | commitdiff | tree | snapshot |
2013-02-27 |
isaacs | test: Use common.PORT to determine debugger port |
commit | commitdiff | tree | snapshot |
2013-02-27 |
isaacs | test: Fix debugger repl tests |
commit | commitdiff | tree | snapshot |
2013-02-27 |
isaacs | test: catch break in simple/test-debugger-client |
commit | commitdiff | tree | snapshot |
2013-02-27 |
isaacs | core: Use a uv_signal for debug listener |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Ben Noordhuis | deps: upgrade libuv to a0c1d84 |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Ben Noordhuis | test: merge environment, don't overwrite |
commit | commitdiff | tree | snapshot |
2013-02-26 |
yangguo@chromium.org | v8: Hardfloat does not imply VFPv3, only VFPv2. |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Ben Noordhuis | v8: work around String::WriteAscii segfault |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Timothy J Fontaine | test: optionally set common.PORT via env variable |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Andrei Sedoi | mips: fix openssl build |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Timothy J Fontaine | build: automatically add tag for nightly builds |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Ben Noordhuis | http: fix case in 505 response status line |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Fedor Indutny | v8: fix postmortem and dtrace helper build |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Fedor Indutny | Revert "sunos: unbreak build after v8 downgrade" |
commit | commitdiff | tree | snapshot |
2013-02-26 |
isaacs | bench: Make http easier to profile |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Ben Noordhuis | sunos: unbreak build after v8 downgrade |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Ben Noordhuis | src, test: downgrade to v8 3.14 api |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Ben Noordhuis | v8: reapply floating patches |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Ben Noordhuis | deps: downgrade v8 to 3.14.5 |
commit | commitdiff | tree | snapshot |
2013-02-25 |
isaacs | blog: Update with EINPROGRESS changelog item |
commit | commitdiff | tree | snapshot |
2013-02-25 |
isaacs | ChangeLog: Missed item about EINPROGRESS |
commit | commitdiff | tree | snapshot |
2013-02-25 |
isaacs | blog: Post for v0.8.21 |
commit | commitdiff | tree | snapshot |
2013-02-25 |
isaacs | Now working on 0.8.22 |
commit | commitdiff | tree | snapshot |
next |