Activity

From 06/24/2014 to 07/23/2014

07/23/2014

04:41 PM Revision 61ddad13 (main_repo): querystring: do not add sep for empty array
Currently, stringification of an empty array outputs a single
separator character. This commit causes an empty array ...
cjihrig
03:55 PM Revision 338ba2bc (main_repo): test: fix test-https-foafssl
Fedor Indutny
03:51 PM Revision 93390ffc (main_repo): test: fix test-tls-server-verify
fix #7963 Fedor Indutny
03:44 PM Revision e1ce8ba6 (main_repo): net: add remoteFamily for socket
Signed-off-by: Fedor Indutny <fedor@indutny.com> Jackson Tian
03:43 PM Revision 2bb48673 (main_repo): tls: fix to send TLS Alert before socket destroyed
When TLS Alert is occured in handshake, ClearOut only write it into
wbio and does not flush to socket. TLS Alert shou...
Shigeki Ohtsu
03:42 PM Revision 300dd349 (main_repo): gyp: fix ARM build
According to V8 changelog, `armv7` config variable was replaced by
`arm_version`, with value either '7', '6' or 'defa...
Maciej Małecki
03:39 PM Revision ea89fdfe (main_repo): child_process: do not access stderr when stdio set to 'ignore'
Currently, checkExecSyncError() attempts to access the contents
of stderr. When stdio is set to 'ignore', this causes...
cjihrig
03:09 PM Revision 96b166f2 (main_repo): doc: console.trace takes a message format
Documentation claimed it accepted a single label argument, as time and
timeEnd do, which was incorrect.
Signed-off-b...
Sam Roberts
03:08 PM Revision 2f0017aa (main_repo): deps: update http_parser to 2.3.0
Fedor Indutny
02:47 PM Revision ba094094 (main_repo): src: export additional startup functions
This allows embedders enough control to initialize node, run the
event loop, and cleanly exit (including calling hand...
Dean McNamee
10:56 AM Revision eba7aae1 (main_repo): gyp: fix post-mortem in v0.11
Expose missing constants and keep symbols on OSX. Fedor Indutny
08:25 AM Revision 4c48df5a (main_repo): gyp: fix post-mortem in v0.11
Expose missing constants and keep symbols on OSX. Fedor Indutny

07/18/2014

06:57 AM Revision 3530fa9c (main_repo): deps: backport 4ed5fde4f from v8 upstream
Original commit message:
Fix x64 MathMinMax for negative untagged int32 arguments.
An untagged int32 has ze...
Fedor Indutny

07/17/2014

07:16 AM Revision 1d3d8c0e (main_repo): gyp: do not let `v8dbg_` slip away on osx
Pass `-force_load` to linker when linking to `libv8_base` to preserve
`v8dbg_` symbols, which are useful for debugging.
Fedor Indutny
12:46 AM Revision 857975d5 (main_repo): tls_wrap: remove unused variable
Closes #7957. Brian White

07/15/2014

04:43 AM Revision 9d9fc3fa (main_repo): lib: jslint string_decoder.js
Fedor Indutny
04:38 AM Revision a96d6603 (main_repo): stream2: flush extant data on read of ended stream
A ReadableStream with a base64 StringDecoder backed by only
one or two bytes would fail to output its partial data be...
Chris Dickinson

07/14/2014

04:12 PM Revision 04d6fc2c (main_repo): cluster: include settings object in 'setup' event
Emits on every call to cluster.setupMaster(), even if no new settings
are given. This is because calling cluster.setu...
Ryan Graham
04:12 PM Revision b96e38ac (main_repo): cluster: allow multiple calls to setupMaster()
Only attributes of 'cluster.settings' will be modified after the first
call, leaving all other cluster initialization...
Ryan Graham

07/13/2014

03:15 PM Revision b6924937 (main_repo): test: fix regress-GH-1726
Fedor Indutny
03:07 PM Revision da30c008 (main_repo): src: pass the v8::Context to CreateEnvironment
Pass in the v8::Context, instead of creating it
within CreateEnvironment. This allows callers
to use a pre-existing ...
Dean McNamee

07/12/2014

05:46 AM Revision c4e5fde3 (main_repo): child_process: copy spawnSync() cwd option to proper buffer
The spawnSync() cwd option was being copied to the incorrect
location. This commit copies to the correct location.
C...
cjihrig
05:35 AM Revision 7f86baf5 (main_repo): child_process: handle writeUtf8String error
When handling `writeUtf8String` error, return after emitting it.
Otherwise a runtime failure can occur.
fix #7923
Fedor Indutny

07/10/2014

08:21 AM Revision b87ca794 (main_repo): lib: remove and restructure calls to isNaN()
Switch condition order to check for null before calling isNaN().
Also remove two unnecessary calls to isNaN() that ar...
cjihrig
08:20 AM Revision 9452ea2e (main_repo): doc: re-org child_process into async/sync
Cleaner separation between the traditional non-blocking functions and
the new blocking variants.
Signed-off-by: Fedo...
Ryan Graham
08:07 AM Revision a7b14f7a (main_repo): test: Remove references to customFds
Option has been deprecated since v0.5.11
Signed-off-by: Fedor Indutny <fedor@indutny.com>
Ryan Graham
08:07 AM Revision 24546958 (main_repo): lib: noisy deprecation of child_process customFds
Use a util.deprecate wrapper to issue warnings like any other
deprecated API. The option has been marked as deprecate...
Ryan Graham
08:07 AM Revision feac62d8 (main_repo): doc: remove customFds mentions
The feature has been marked as deprecated since v0.5.11.
Signed-off-by: Fedor Indutny <fedor@indutny.com>
Ryan Graham
06:28 AM Revision e1fec22f (main_repo): streams: set default hwm properly for Duplex
Default highWaterMark is now set properly when using stream Duplex's
writableObjectMode and readableObjectMode option...
Andrew Oppenlander

07/08/2014

02:43 PM Revision 832d4db5 (main_repo): contextify: remove useless header file
fix #7910 Fedor Indutny

07/07/2014

07:19 AM Revision fc6eae8d (main_repo): readme: added g++ requirement
Signed-off-by: Fedor Indutny <fedor@indutny.com> John Albietz
06:40 AM Revision 46ccb201 (main_repo): module: don't require fs several times
As we are going to need fs in any case, just require it at the
beginning of the file.
Signed-off-by: Fedor Indutny <...
Robert Kowalski
05:00 AM Revision 71fc4d94 (main_repo): doc: added X.json to the LOAD_AS_FILE sudo code
Signed-off-by: Fedor Indutny <fedor@indutny.com> Maurice Butler
01:44 AM Revision e2f2a202 (main_repo): doc: fix console.assert docs, message is a format
Documentation for console.assert incorrectly described message as a
single message, but it is a format.
Signed-off-b...
Sam Roberts

07/03/2014

07:06 AM Revision df205360 (main_repo): net: reset `errorEmitted` on reconnect
Fix for `error` events emitting only once when reconnecting
a single instance of net.Socket.
Fixes joyent/node#7888
...
Ed Umansky
12:02 AM Revision 803c3f0a (main_repo): lint: fix indentation
Trevor Norris
11:59 PM Revision a382c9a9 (main_repo): udp: make it possible to receive empty udp packets
A udp packet can have 0 content. In that case nread will be equal to 0,
but addr != NULL.
Add test case for empty da...
Andrius Bentkus

07/02/2014

04:46 PM Revision 11337db3 (main_repo): deps: cherry-pick eca441b2 from OpenSSL
Original commit message:
bn_exp.c: fix x86_64-specific crash with one-word modulus.
PR: #3397
Signed-off-b...
Fedor Indutny
04:45 PM Revision 20247064 (main_repo): deps: cherry-pick eca441b2 from OpenSSL
Original commit message:
bn_exp.c: fix x86_64-specific crash with one-word modulus.
PR: #3397
Signed-off-b...
Fedor Indutny
04:41 PM Revision e3452535 (main_repo): tls: better error reporting at cert validation
fix #7417
Signed-off-by: Fedor Indutny <fedor@indutny.com>
Fedor Indutny
04:32 PM Revision 449ffecb (main_repo): configure: fix v8 overriding commands on build
V8 seems to ignore the default value for want_separate_host_toolset and
would override it at build time. Instead alwa...
Trevor Norris
04:02 PM Revision c7c904b1 (main_repo): doc: fix createCipher description
Signed-off-by: Trevor Norris <trev.norris@gmail.com> Brian White
04:01 PM Revision ae1e325e (main_repo): child_process: accept uid/gid everywhere
Accept uid/gid option in every execute/spawn call (including
cluster.fork). Add documentation where needed.
fix #788...
Fedor Indutny
03:49 PM Revision 9cbfd6ef (main_repo): constants: add O_NONBLOCK constant
It appears that it is defined unconditionally on all supported unixes.
fix #7867 #7855
Signed-off-by: Trevor Norris...
Fedor Indutny
03:49 PM Revision 7cb38309 (main_repo): Revert "constants: export O_NONBLOCK"
This reverts commit 00890e43fb935c8bc5dc150f0f2c96bc465d8a4d.
Signed-off-by: Trevor Norris <trev.norris@gmail.com>
Fedor Indutny
03:49 PM Revision 47ee9a48 (main_repo): Revert "src: fix _XOPEN_SOURCE redefinition warning"
This reverts commit 885142a5edc2c803fa8b9d92b5d0771379237764.
Signed-off-by: Trevor Norris <trev.norris@gmail.com>
Fedor Indutny
03:35 PM Revision 1100f3de (main_repo): net: don't emit listening if handle is closed
Fixes #7834
Signed-off-by: Trevor Norris <trev.norris@gmail.com>
Eli Skeggs

07/01/2014

11:04 AM Revision 613654e8 (main_repo): test: fix multiple_line problem in match
Signed-off-by: Fedor Indutny <fedor@indutny.com> Yazhong Liu
08:28 AM Revision 02b8109c (main_repo): docs: highlight shell-codes in CONTRIBUTING.md
Signed-off-by: Fedor Indutny <fedor@indutny.com> Ionică Bizău
07:48 AM Revision 423725b3 (main_repo): configure: better detect windows 'bitness' (WOW64)
Signed-off-by: Fedor Indutny <fedor@indutny.com> Refael Ackermann
07:45 AM Revision 1c0ec717 (main_repo): events: Output the event that is leaking
Signed-off-by: Fedor Indutny <fedor@indutny.com> Arnout Kazemier

06/30/2014

05:06 AM Revision 4128d4d2 (main_repo): Revert "stream: start old-mode read in a next tick"
This reverts commit 2efe4ab7616669448f873b0417e9aa81221324e2. Fedor Indutny
05:04 AM Revision b5175003 (main_repo): repl: fix multi-line input
The refactor in 3ae0b17c broke the multiline input's visual appearence.
While actually switching to this mode, the `....
Fedor Indutny
04:45 AM Revision 7fa4a969 (main_repo): stream: only end reading on null, not undefined
The [Stream documentation for .push](http://nodejs.org/api/stream.html#stream_readable_push_chunk_encoding)
explicitl...
Jonathan Reem

06/27/2014

09:02 AM Revision a97bdef0 (main_repo): zlib: do not crash on write after close
fix #7767
Signed-off-by: Fedor Indutny <fedor@indutny.com>
Fedor Indutny
09:00 AM Revision 73343d5c (main_repo): http: remove unused code block
fix #7769
Signed-off-by: Fedor Indutny <fedor@indutny.com>
Fedor Indutny
08:09 AM Revision 6b09f9cd (main_repo): node: fix #7841 by overlooking the spare sourceline
Signed-off-by: Fedor Indutny <fedor@indutny.com> Yazhong Liu
06:22 AM Revision c94afdcc (main_repo): util.h: interface compatibility
Signed-off-by: Fedor Indutny <fedor@indutny.com> Oguz Bastemur
05:36 AM Revision 2cae44f1 (main_repo): buffer: construct new buffer from buffer toJSON() output
Creating a new buffer from the toJSON() output of another
buffer does not currently work. This commit adds that
suppo...
cjihrig
08:44 PM Revision 1a1b1a75 (main_repo): deps: update libuv to v0.11.26
Fedor Indutny
08:02 PM Revision 35b9580c (main_repo): dns: introduce lookupService function
Uses getnameinfo to resolve an address an port into a hostname and
service.
Signed-off-by: Fedor Indutny <fedor@indu...
Saúl Ibarra Corretgé

06/25/2014

06:50 AM Revision 922afd91 (main_repo): deps: build v8 with disassembler support
Signed-off-by: Fedor Indutny <fedor@indutny.com> Fedor Indutny
06:47 AM Revision c147e810 (main_repo): crypto: add `honorCipherOrder` argument
Add `honorCipherOrder` argument to `crypto.createCredentials`.
fix #7249
Fedor Indutny
06:11 AM Revision e50749bb (main_repo): doc: document `tls.createSecureContext`
Fedor Indutny
03:17 AM Revision 56d767fd (main_repo): test: fix tls-client-default-ciphers
The test execution should not depend on the servers running locally.
fix #7832
Fedor Indutny
08:08 PM Revision 61baefce (main_repo): dns: send lookup c-ares errors to callback
Calling dns.lookup with arguments that generate an error from c-ares
previously sent those errors back to the callbac...
Chris Dickinson

06/24/2014

12:26 PM Revision a55c60c7 (main_repo): module: document important methods
Signed-off-by: Fedor Indutny <fedor@indutny.com> Fred K. Schott
12:25 PM Revision 16ed1946 (main_repo): doc: typos in child_process
Signed-off-by: Fedor Indutny <fedor@indutny.com> Kyle Robinson Young
12:21 PM Revision ad5e8ec3 (main_repo): doc: process: Document process.mainModule
Instrumentation code might need to find out the entry point of the
process in a global context.
Documenting the exist...
Jan Krems
01:55 AM Revision fcbffa71 (main_repo): tls: using %StringSplit to split `cert.subjectaltname`
Signed-off-by: Fedor Indutny <fedor@indutny.com> Yazhong Liu
12:45 AM Revision be8114e5 (main_repo): child_process: don't throw on EAGAIN
Signed-off-by: Fedor Indutny <fedor@indutny.com> Charles
12:44 AM Revision c08da463 (main_repo): child_process: use full path for cmd.exe on Win32
Currently child_process.exec() assumes that cmd.exe is on the PATH,
and fails with a spawn ENOENT error if it is not....
Ed Morley
 

Also available in: Atom