The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src @ f230a1cf

Name Size
  res
async-wrap-inl.h 6.36 KB
async-wrap.h 3.03 KB
cares_wrap.cc 29.5 KB
env-inl.h 8.8 KB
env.h 15.2 KB
fs_event_wrap.cc 5.88 KB
handle_wrap.cc 3.68 KB
handle_wrap.h 2.87 KB
node.cc 86.6 KB
node.d 12 KB
node.h 9.47 KB
node.js 30.1 KB
node.stp 3.95 KB
node_buffer.cc 18.5 KB
node_buffer.h 3.3 KB
node_constants.cc 18.9 KB
node_constants.h 1.32 KB
node_contextify.cc 20.6 KB
node_contextify.h 1.34 KB
node_counters.cc 4.12 KB
node_counters.h 1.96 KB
node_crypto.cc 110 KB
node_crypto.h 17.3 KB
node_crypto_bio.cc 9.49 KB
node_crypto_bio.h 3.41 KB
node_crypto_clienthello-inl.h 2.23 KB
node_crypto_clienthello.cc 7.09 KB
node_crypto_clienthello.h 3.81 KB
node_crypto_groups.h 23 KB
node_dtrace.cc 10.2 KB
node_dtrace.h 2.78 KB
node_extensions.cc 2.28 KB
node_extensions.h 3.26 KB
node_file.cc 30.2 KB
node_file.h 1.3 KB
node_http_parser.cc 16.4 KB
node_http_parser.h 1.34 KB
node_internals.h 6.8 KB
node_javascript.cc 2.04 KB
node_javascript.h 1.35 KB
node_main.cc 2.53 KB
node_object_wrap.h 3.86 KB
node_os.cc 9.37 KB
node_provider.d 3.54 KB
node_root_certs.h 233 KB
node_stat_watcher.cc 4.28 KB
node_stat_watcher.h 1.97 KB
node_version.h 2.57 KB
node_watchdog.cc 2.57 KB
node_watchdog.h 1.65 KB
node_win32_etw_provider-inl.h 11.2 KB
node_win32_etw_provider.cc 6.13 KB
node_win32_etw_provider.h 3.58 KB
node_win32_perfctr_provider.cc 11.5 KB
node_win32_perfctr_provider.h 2.02 KB
node_wrap.h 2.88 KB
node_zlib.cc 16.9 KB
notrace_macros.py 475 Bytes
perfctr_macros.py 451 Bytes
pipe_wrap.cc 9.2 KB
pipe_wrap.h 2.24 KB
process_wrap.cc 10.1 KB
queue.h 4.81 KB
req_wrap.h 2.05 KB
signal_wrap.cc 4 KB
smalloc.cc 14.9 KB
smalloc.h 4.09 KB
stream_wrap.cc 16.9 KB
stream_wrap.h 5.92 KB
string_bytes.cc 19.3 KB
string_bytes.h 2.9 KB
tcp_wrap.cc 14.1 KB
tcp_wrap.h 2.68 KB
timer_wrap.cc 5.57 KB
tls_wrap.cc 20 KB
tls_wrap.h 4.31 KB
tree.h 51.6 KB
tty_wrap.cc 5.75 KB
tty_wrap.h 2.03 KB
udp_wrap.cc 13 KB
udp_wrap.h 3.57 KB
util-inl.h 3.69 KB
util.h 3.58 KB
uv.cc 2.23 KB
v8abbr.h 5.01 KB
v8ustack.d 21.3 KB
weak-object-inl.h 2.2 KB
weak-object.h 1.83 KB

Latest revisions

# Date Author Comment
f230a1cf 11/10/2013 08:40 PM Ben Noordhuis

v8: upgrade to 3.22.24

This commit removes the simple/test-event-emitter-memory-leak test for
being unreliable with the new garbage collector: the memory pressure
exerted by the test case is too low for the garbage collector to kick
in. It can be made to work again by limiting the heap size with the...

a12870c8 11/09/2013 05:46 PM Ben Noordhuis

crypto: update root certificates

Update the list of root certificates in src/node_root_certs.h with
tools/mk-ca-bundle.pl and update src/node_crypto.cc to make use of
the new format.

Fixes #6013.

0619467b 11/08/2013 04:26 PM Ben Noordhuis

src: remove container_of, use CONTAINER_OF

CONTAINER_OF was introduced a while ago but was not used consistently
everywhere yet. This commit fixes that.

Why CONTAINER_OF instead of container_of? The former makes it crystal
clear that it's a macro, not a function.

3facd4e1 11/08/2013 11:50 AM Ben Noordhuis

crypto: unbreak build with no-NPN shared openssl

Unbreak the build when linking against a shared version of OpenSSL that
doesn't support NPN (Next Protocol Negotiation.)

Fixes the following build error:

../src/node_crypto.cc:140: error: no member function...
014ab772 11/08/2013 08:01 AM Fedor Indutny

crypto: try moving read head in Peek()

Otherwise it might get stall (`Peek()` will return zero-length chunk)
in following situation:

1. `Write(kBufferLength)`
2. `Read(kBufferLength)`
3. `Write(anything)`
4. `Peek()` => `len=0`

515607a7 11/05/2013 02:27 AM Ben Noordhuis

fs: make fs.watch() non-recursive by default

Fixes a behavioral regression introduced in commit 691b9eb.

7acdabbf 11/04/2013 04:44 PM Ben Noordhuis

src: fix whitespace/braces lint error from 962686b

Silly warning. One day I'll probably remove it altogether, see if I
don't.

962686b6 11/03/2013 03:06 PM Ben Noordhuis

src: squelch unused variable warning

|i| and |j| arent't used when building without crypto support. Hat tip
to Brian White.

Rename |l| to |k| while we're here because it's quite hard to discern
from |i| or |j| with some fonts.

bc39bdd9 10/31/2013 07:34 PM Trevor Norris

domain: use AsyncListener API

The domain module has been switched over to use the domain module API as
much as currently possible. There are still some hooks in the
EventEmitter, but hopefully we can remove those in the future.

fbe7eec1 10/31/2013 07:34 PM Trevor Norris

cares: add AsyncListener support

View revisions

Also available in: Atom