2013-08-29 |
Ben Noordhuis | crypto: remove misleading comment
|
commit | commitdiff | tree |
2013-08-29 |
Ben Noordhuis | crypto: make error buffer non-static
|
commit | commitdiff | tree |
2013-08-28 |
Ben Noordhuis | crypto: make randomBytes/pbkdf2 cbs domain aware
|
commit | commitdiff | tree |
2013-08-28 |
Domenic Denicola | vm: add isContext; prevent double-contextifying
|
commit | commitdiff | tree |
2013-08-28 |
Domenic Denicola | vm: use MakeWeak to fix leaking contexts
|
commit | commitdiff | tree |
2013-08-28 |
Domenic Denicola | vm: rip out ObjectWrap from ContextifyContext
|
commit | commitdiff | tree |
2013-08-27 |
Ben Noordhuis | src: remove two pointless globals from node.cc
|
commit | commitdiff | tree |
2013-08-27 |
Ben Noordhuis | src: call uv_loop_delete() on exit in debug mode
|
commit | commitdiff | tree |
2013-08-27 |
Ben Noordhuis | src: remove --max-stack-size option
|
commit | commitdiff | tree |
2013-08-27 |
Ben Noordhuis | cares_wrap: drop UV_HANDLE_FIELDS from ares_task_t
|
commit | commitdiff | tree |
2013-08-26 |
Ben Noordhuis | src: fix up unused/unordered imports
|
commit | commitdiff | tree |
2013-08-26 |
Ben Noordhuis | src: remove pointless node_os.h header file
|
commit | commitdiff | tree |
2013-08-23 |
Ben Noordhuis | vm: fix Persistent<Context> leak
|
commit | commitdiff | tree |
2013-08-23 |
Ben Noordhuis | vm: remove unnecessary Persistent<FunctionTemplate>
|
commit | commitdiff | tree |
2013-08-23 |
Ben Noordhuis | buffer: fix regression in Buffer(buf) constructor
|
commit | commitdiff | tree |
2013-08-21 |
Ben Noordhuis | deps: upgrade http_parser to 303c4e4
|
commit | commitdiff | tree |
2013-08-20 |
Gil Pedersen | fs: use correct self reference for autoClose test
|
commit | commitdiff | tree |
2013-08-19 |
Fedor Indutny | tls, crypto: deduplicate code
|
commit | commitdiff | tree |
2013-08-19 |
Ben Noordhuis | src: move includes inside include guard
|
commit | commitdiff | tree |
2013-08-17 |
Ben Noordhuis | dgram: fix assertion on bad send() arguments
|
commit | commitdiff | tree |
2013-08-16 |
Ben Noordhuis | crypto: fix memory leak in randomBytes() error path
|
commit | commitdiff | tree |
2013-08-16 |
Ben Noordhuis | crypto: fix memory leak in randomBytes() error path
|
commit | commitdiff | tree |
2013-08-16 |
Ben Noordhuis | crypto: don't mix new[] and free()
|
commit | commitdiff | tree |
2013-08-15 |
Ben Noordhuis | test: update tests after internal api change
|
commit | commitdiff | tree |
2013-08-15 |
Ben Noordhuis | timers: dispatch ontimeout callback by array index
|
commit | commitdiff | tree |
2013-08-15 |
Ben Noordhuis | src: add MakeCallback() that takes an array index
|
commit | commitdiff | tree |
2013-08-15 |
Ben Noordhuis | smalloc: don't do Has(key), then Get(key)
|
commit | commitdiff | tree |
2013-08-15 |
Ben Noordhuis | tools: cpplint: fix NOLINT(build/include_order)
|
commit | commitdiff | tree |
2013-08-14 |
Ben Noordhuis | zlib: replace C cast with static_cast
|
commit | commitdiff | tree |
2013-08-14 |
Ben Noordhuis | http: speed up callbacks, use array indices
|
commit | commitdiff | tree |
2013-08-14 |
Ben Noordhuis | src: remove redundant symbol init in node_file.cc
|
commit | commitdiff | tree |
2013-08-13 |
Ben Noordhuis | src: clean up FSReqWrap
|
commit | commitdiff | tree |
2013-08-13 |
Ben Noordhuis | src: move ReqWrap::data_ to FSReqWrap
|
commit | commitdiff | tree |
2013-08-13 |
Matthias Bartelmeß | crypto: add TLS 1.1 and 1.2 to secureProtocol list
|
commit | commitdiff | tree |
2013-08-12 |
Ben Noordhuis | crypto: use consistent conn object unwrapping
|
commit | commitdiff | tree |
2013-08-12 |
Ben Noordhuis | crypto: use consistent variable names
|
commit | commitdiff | tree |
2013-08-12 |
Ben Noordhuis | crypto: remove two unused static variables
|
commit | commitdiff | tree |
2013-08-12 |
Ben Noordhuis | src: don't obj->Set(Integer::New(...), val)
|
commit | commitdiff | tree |
2013-08-12 |
Ben Noordhuis | cares_wrap: remove unused function getHostByName()
|
commit | commitdiff | tree |
2013-08-12 |
Ben Noordhuis | cares_wrap: don't set oncomplete property from c++
|
commit | commitdiff | tree |
2013-08-12 |
Ben Noordhuis | test: fix up internet/test-dns after api change
|
commit | commitdiff | tree |
2013-08-10 |
Ben Noordhuis | stream_wrap: use v8::Integer::NewFromUnsigned()
|
commit | commitdiff | tree |
2013-08-10 |
Ben Noordhuis | v8: fix openbsd build
|
commit | commitdiff | tree |
2013-08-10 |
Ben Noordhuis | v8: upgrade v8 to 3.20.14.1
|
commit | commitdiff | tree |
2013-08-10 |
Ben Noordhuis | build: disable SSLv2 by default
|
commit | commitdiff | tree |
2013-08-10 |
Ben Noordhuis | build: fix up style issues in configure script
|
commit | commitdiff | tree |
2013-08-10 |
Ben Noordhuis | configure: order configure switches alphabetically
|
commit | commitdiff | tree |
2013-08-10 |
Ben Noordhuis | build: make ninja build respect V=
|
commit | commitdiff | tree |
2013-08-10 |
Ben Noordhuis | build: don't auto-destroy existing configuration
|
commit | commitdiff | tree |
2013-08-09 |
Ben Noordhuis | src: don't call v8::Object::SetHiddenValue()
|
commit | commitdiff | tree |
2013-08-09 |
Ben Noordhuis | test: use common.PORT in simple/test-net-GH-5504
|
commit | commitdiff | tree |
2013-08-09 |
Ben Noordhuis | src: fix windows build breakage from f674b09
|
commit | commitdiff | tree |
2013-08-09 |
Ben Noordhuis | dgram: don't call into js when send cb is omitted
|
commit | commitdiff | tree |
2013-08-09 |
Ben Noordhuis | dgram: fix regression in string argument handling
|
commit | commitdiff | tree |
2013-08-09 |
Ben Noordhuis | src: use v8::String::NewFrom*() functions
|
commit | commitdiff | tree |
2013-08-07 |
Ben Noordhuis | stream_wrap: fix long line introduced in da5ad92
|
commit | commitdiff | tree |
2013-08-07 |
Ben Noordhuis | src: remove no-op HandleWrap::Initialize()
|
commit | commitdiff | tree |
2013-08-07 |
Ben Noordhuis | stream_wrap: add handle type checkers
|
commit | commitdiff | tree |
2013-08-07 |
Ben Noordhuis | stream_wrap: use getters, not direct field access
|
commit | commitdiff | tree |
2013-08-07 |
Ben Noordhuis | src: constify WITH_GENERIC_STREAM macro
|
commit | commitdiff | tree |
2013-08-07 |
Ben Noordhuis | src: add IsEmpty() check to HasInstance()
|
commit | commitdiff | tree |
2013-08-06 |
Ben Noordhuis | process_wrap: omit superfluous Number creation
|
commit | commitdiff | tree |
2013-08-06 |
Ben Noordhuis | src: fix WITH_GENERIC_STREAM() type check bug
|
commit | commitdiff | tree |
2013-08-06 |
Ben Noordhuis | crypto: fix signed/unsigned comparison warning
|
commit | commitdiff | tree |
2013-08-05 |
mstarzinger@chromium.org | v8: back-port fix for CVE-2013-2882
|
commit | commitdiff | tree |
2013-08-05 |
Forrest L Norvell | doc: document domain.enter() and domain.exit()
|
commit | commitdiff | tree |
2013-08-05 |
Sam Roberts | doc: fs.open, fix flag/mode confusion, etc.
|
commit | commitdiff | tree |
2013-08-05 |
Ben Noordhuis | v8: fix openbsd build
|
commit | commitdiff | tree |
2013-08-03 |
Ben Noordhuis | src: use static_cast for void-to-T casts
|
commit | commitdiff | tree |
2013-08-03 |
Ben Noordhuis | src: use PersistentToLocal() in a few more places
|
commit | commitdiff | tree |
2013-08-02 |
Ben Noordhuis | src: remove non-isolate PersistentToLocal(), v2
|
commit | commitdiff | tree |
2013-08-02 |
Ben Noordhuis | src: remove non-isolate PersistentToLocal()
|
commit | commitdiff | tree |
2013-08-02 |
Ben Noordhuis | build: fix --without-ssl build
|
commit | commitdiff | tree |
2013-08-01 |
Ben Noordhuis | test: future-proof simple/test-event-emitter-memory...
|
commit | commitdiff | tree |
2013-08-01 |
Ben Noordhuis | test: fix pummel/test-net-connect-memleak
|
commit | commitdiff | tree |
2013-08-01 |
Ben Noordhuis | events: fix memory leak, don't leak event names
|
commit | commitdiff | tree |
2013-08-01 |
Brian White | os: add mac address to networkInterfaces() output
|
commit | commitdiff | tree |
2013-08-01 |
Ben Noordhuis | cpplint: exclude src/node_win32_perfctr_provider.cc
|
commit | commitdiff | tree |
2013-08-01 |
Ben Noordhuis | src: don't include <string.h> twice in src/node.cc
|
commit | commitdiff | tree |
2013-07-31 |
Ben Noordhuis | src: more lint after cpplint tightening
|
commit | commitdiff | tree |
2013-07-31 |
Ben Noordhuis | tools: cpplint: fix up build/include_order rule
|
commit | commitdiff | tree |
2013-07-31 |
Antony Bailey | doc: remove travis status image
|
commit | commitdiff | tree |
2013-07-31 |
Ben Noordhuis | http: improve chunked res.write(buf) performance
|
commit | commitdiff | tree |
2013-07-30 |
Ben Noordhuis | crypto: fix assert() on malformed hex input
|
commit | commitdiff | tree |
2013-07-30 |
Ben Noordhuis | string_bytes: add StringBytes::IsValidString()
|
commit | commitdiff | tree |
2013-07-29 |
Ben Noordhuis | util: don't throw on circular %j input to format()
|
commit | commitdiff | tree |
2013-07-30 |
Ben Noordhuis | deps: upgrade libuv to joyent/libuv@4bdb7d8
|
commit | commitdiff | tree |
2013-07-29 |
Ben Noordhuis | crypto: simplify DH modp group name matcher
|
commit | commitdiff | tree |
2013-07-30 |
Ben Noordhuis | src: const-ify variables in src/node_crypto*
|
commit | commitdiff | tree |
2013-07-30 |
Ben Noordhuis | src: remove unused import in src/node_os.cc
|
commit | commitdiff | tree |
2013-07-30 |
Ben Noordhuis | string_bytes: don't use named imports in header
|
commit | commitdiff | tree |
2013-07-30 |
Ben Noordhuis | v8: upgrade v8 to 3.20.11
|
commit | commitdiff | tree |
2013-07-30 |
Ben Noordhuis | Merge remote-tracking branch 'origin/v0.10'
|
commit | commitdiff | tree |
2013-07-30 |
Ben Noordhuis | assert: replace !!!value with just !value
|
commit | commitdiff | tree |
2013-07-29 |
Ben Noordhuis | dgram: report send errors to cb, don't pass bytes
|
commit | commitdiff | tree |
2013-07-29 |
Ben Noordhuis | src: don't use NewExternal() with unaligned strings
|
commit | commitdiff | tree |
2013-07-29 |
Ben Noordhuis | v8: upgrade to v8 3.20.9
|
commit | commitdiff | tree |
2013-07-29 |
Andrew Paprocki | doc: vm: fix incorrect API documentation
|
commit | commitdiff | tree |
2013-07-29 |
Ben Noordhuis | child_process: add 'shell' option to .exec()
|
commit | commitdiff | tree |
2013-07-28 |
Ben Noordhuis | src: remove unused tick_spinner
|
commit | commitdiff | tree |
next |