2013-08-22 |
isaacs | vm: Put back display_errors flag |
tree | commitdiff |
2013-08-21 |
Domenic Denicola | vm, core, module: re-do vm to fix known issues |
tree | commitdiff |
2013-08-21 |
Timothy J Fontaine | Now working on 0.11.7 |
tree | commitdiff |
2013-08-21 |
Timothy J Fontaine | Merge branch 'v0.11.6-release' |
tree | commitdiff |
2013-08-21 |
Timothy J Fontaine | 2013.08.21, Version 0.11.6 (Unstable) v0.11.6 |
tree | commitdiff |
2013-08-21 |
isaacs | Merge remote-tracking branch 'ry/v0.10' |
tree | commitdiff |
2013-08-20 |
Trevor Norris | smalloc: consistent-ify syntax |
tree | commitdiff |
2013-08-20 |
Trevor Norris | smalloc: length is byte size, not array length |
tree | commitdiff |
2013-08-20 |
Trevor Norris | smalloc: expose ExternalArraySize |
tree | commitdiff |
2013-08-19 |
Matthew Aynalem | fixes #6031 spelling errors |
tree | commitdiff |
2013-08-19 |
isaacs | Merge remote-tracking branch 'ry/v0.10' |
tree | commitdiff |
2013-08-19 |
Trevor Norris | buffer: lint |
tree | commitdiff |
2013-08-19 |
Fedor Indutny | crypto: don't touch ssl_ in Connection |
tree | commitdiff |
2013-08-19 |
Fedor Indutny | tls, crypto: deduplicate code |
tree | commitdiff |
2013-08-19 |
Ben Noordhuis | src: move includes inside include guard |
tree | commitdiff |
2013-08-17 |
isaacs | Merge remote-tracking branch 'ry/v0.10' |
tree | commitdiff |
2013-08-16 |
isaacs | Now working on v0.10.17 |
tree | commitdiff |
2013-08-16 |
isaacs | Merge branch 'v0.10.16-release' into v0.10 |
tree | commitdiff |
2013-08-16 |
Trevor Norris | buffer: don't call ByteLength for simple encodings |
tree | commitdiff |
2013-08-16 |
isaacs | 2013.08.16, Version 0.10.16 (Stable) v0.10.16 |
tree | commitdiff |
2013-08-16 |
Ben Noordhuis | crypto: fix memory leak in randomBytes() error path |
tree | commitdiff |
2013-08-16 |
Ben Noordhuis | crypto: fix memory leak in randomBytes() error path |
tree | commitdiff |
2013-08-16 |
Ben Noordhuis | crypto: don't mix new[] and free() |
tree | commitdiff |
2013-08-15 |
Trevor Norris | node: remove duplicate infoBox checks |
tree | commitdiff |
2013-08-15 |
Ben Noordhuis | timers: dispatch ontimeout callback by array index |
tree | commitdiff |
2013-08-15 |
Ben Noordhuis | src: add MakeCallback() that takes an array index |
tree | commitdiff |
2013-08-15 |
Ben Noordhuis | smalloc: don't do Has(key), then Get(key) |
tree | commitdiff |
2013-08-14 |
Ben Noordhuis | zlib: replace C cast with static_cast |
tree | commitdiff |
2013-08-14 |
Ben Noordhuis | http: speed up callbacks, use array indices |
tree | commitdiff |
2013-08-14 |
Ben Noordhuis | src: remove redundant symbol init in node_file.cc |
tree | commitdiff |
2013-08-13 |
Ben Noordhuis | src: clean up FSReqWrap |
tree | commitdiff |
2013-08-13 |
Ben Noordhuis | src: move ReqWrap::data_ to FSReqWrap |
tree | commitdiff |
2013-08-13 |
Matthias Bartelmeß | crypto: add TLS 1.1 and 1.2 to secureProtocol list |
tree | commitdiff |
2013-08-12 |
Ben Noordhuis | crypto: use consistent conn object unwrapping |
tree | commitdiff |
2013-08-12 |
Ben Noordhuis | crypto: use consistent variable names |
tree | commitdiff |
2013-08-12 |
Ben Noordhuis | crypto: remove two unused static variables |
tree | commitdiff |
2013-08-12 |
Trevor Norris | src: fix build break from generic macro name |
tree | commitdiff |
2013-08-12 |
Ben Noordhuis | src: don't obj->Set(Integer::New(...), val) |
tree | commitdiff |
2013-08-12 |
Trevor Norris | src: centralize class wrap/unwrap |
tree | commitdiff |
2013-08-12 |
Ben Noordhuis | cares_wrap: remove unused function getHostByName() |
tree | commitdiff |
2013-08-12 |
Ben Noordhuis | cares_wrap: don't set oncomplete property from c++ |
tree | commitdiff |
2013-08-10 |
Ben Noordhuis | stream_wrap: use v8::Integer::NewFromUnsigned() |
tree | commitdiff |
2013-08-09 |
Trevor Norris | domain: share object and state with native land |
tree | commitdiff |
2013-08-09 |
Trevor Norris | node: remove domain nextTick |
tree | commitdiff |
2013-08-09 |
Ben Noordhuis | src: don't call v8::Object::SetHiddenValue() |
tree | commitdiff |
2013-08-09 |
Ben Noordhuis | src: fix windows build breakage from f674b09 |
tree | commitdiff |
2013-08-09 |
Ben Noordhuis | dgram: don't call into js when send cb is omitted |
tree | commitdiff |
2013-08-09 |
Ben Noordhuis | src: use v8::String::NewFrom*() functions |
tree | commitdiff |
2013-08-07 |
Trevor Norris | smalloc: allow different external array types |
tree | commitdiff |
2013-08-07 |
Trevor Norris | smalloc: cleanup checks/conversions |
tree | commitdiff |
2013-08-07 |
Ben Noordhuis | stream_wrap: fix long line introduced in da5ad92 |
tree | commitdiff |
2013-08-07 |
Ben Noordhuis | src: remove no-op HandleWrap::Initialize() |
tree | commitdiff |
2013-08-07 |
Ben Noordhuis | stream_wrap: add handle type checkers |
tree | commitdiff |
2013-08-07 |
Ben Noordhuis | stream_wrap: use getters, not direct field access |
tree | commitdiff |
2013-08-07 |
Ben Noordhuis | src: constify WITH_GENERIC_STREAM macro |
tree | commitdiff |
2013-08-07 |
Ben Noordhuis | src: add IsEmpty() check to HasInstance() |
tree | commitdiff |
2013-08-07 |
Timothy J Fontaine | Now working on 0.11.6 |
tree | commitdiff |
2013-08-07 |
Timothy J Fontaine | Merge branch 'v0.11.5-release' |
tree | commitdiff |
2013-08-06 |
Trevor Norris | domains: properly check if domains are being used |
tree | commitdiff |
2013-08-06 |
Timothy J Fontaine | 2013.08.06, Version 0.11.5 (Unstable) v0.11.5 |
tree | commitdiff |
2013-08-06 |
Timothy J Fontaine | Merge remote-tracking branch 'upstream/v0.10' |
tree | commitdiff |
2013-08-06 |
Ben Noordhuis | process_wrap: omit superfluous Number creation |
tree | commitdiff |
2013-08-06 |
Ben Noordhuis | src: fix WITH_GENERIC_STREAM() type check bug |
tree | commitdiff |
2013-08-06 |
Ben Noordhuis | crypto: fix signed/unsigned comparison warning |
tree | commitdiff |
2013-08-06 |
Fedor Indutny | tls: asynchronous SNICallback |
tree | commitdiff |
2013-08-06 |
Fedor Indutny | tls_wrap: DRY ClientHelloParser |
tree | commitdiff |
2013-08-03 |
Ben Noordhuis | src: use static_cast for void-to-T casts |
tree | commitdiff |
2013-08-03 |
Ben Noordhuis | src: use PersistentToLocal() in a few more places |
tree | commitdiff |
2013-08-03 |
Fedor Indutny | crypto: fix another over-run in bio |
tree | commitdiff |
2013-08-02 |
Ben Noordhuis | src: remove non-isolate PersistentToLocal(), v2 |
tree | commitdiff |
2013-08-02 |
Trevor Norris | process: set key properties as ReadOnly |
tree | commitdiff |
2013-08-02 |
Ben Noordhuis | src: remove non-isolate PersistentToLocal() |
tree | commitdiff |
2013-08-02 |
Trevor Norris | smalloc: remove double checks |
tree | commitdiff |
2013-08-02 |
Ben Noordhuis | build: fix --without-ssl build |
tree | commitdiff |
2013-08-01 |
isaacs | src: Replace macros with util functions |
tree | commitdiff |
2013-08-01 |
Fedor Indutny | tls_wrap: parse tls session ticket extension |
tree | commitdiff |
2013-08-01 |
Brian White | os: add mac address to networkInterfaces() output |
tree | commitdiff |
2013-08-01 |
Ben Noordhuis | src: don't include <string.h> twice in src/node.cc |
tree | commitdiff |
2013-08-01 |
Bert Belder | build: un-break the windows build |
tree | commitdiff |
2013-07-31 |
Ben Noordhuis | src: more lint after cpplint tightening |
tree | commitdiff |
2013-07-31 |
Fedor Indutny | etw_provider: unbreak windows build |
tree | commitdiff |
2013-07-31 |
Fedor Indutny | src: lint c++ code |
tree | commitdiff |
2013-07-31 |
Trevor Norris | node: add inTick and lastThrew to infoBox |
tree | commitdiff |
2013-07-30 |
Ben Noordhuis | crypto: fix assert() on malformed hex input |
tree | commitdiff |
2013-07-30 |
Ben Noordhuis | string_bytes: add StringBytes::IsValidString() |
tree | commitdiff |
2013-07-30 |
Trevor Norris | fs: write strings directly to disk |
tree | commitdiff |
2013-07-30 |
Trevor Norris | string_bytes: export GetExternalParts |
tree | commitdiff |
2013-07-29 |
Ben Noordhuis | crypto: simplify DH modp group name matcher |
tree | commitdiff |
2013-07-30 |
Ben Noordhuis | src: const-ify variables in src/node_crypto* |
tree | commitdiff |
2013-07-30 |
Ben Noordhuis | src: remove unused import in src/node_os.cc |
tree | commitdiff |
2013-07-30 |
Ben Noordhuis | string_bytes: don't use named imports in header |
tree | commitdiff |
2013-07-30 |
Ben Noordhuis | Merge remote-tracking branch 'origin/v0.10' |
tree | commitdiff |
2013-07-29 |
Ben Noordhuis | dgram: report send errors to cb, don't pass bytes |
tree | commitdiff |
2013-07-29 |
Ben Noordhuis | src: don't use NewExternal() with unaligned strings |
tree | commitdiff |
2013-07-28 |
Ben Noordhuis | src: remove unused tick_spinner |
tree | commitdiff |
2013-07-26 |
Timothy J Fontaine | Now working on 0.10.16 |
tree | commitdiff |
2013-07-26 |
Timothy J Fontaine | Merge branch 'v0.10.15-release' into v0.10 |
tree | commitdiff |
2013-07-25 |
Timothy J Fontaine | 2013.07.25, Version 0.10.15 (Stable) v0.10.15 |
tree | commitdiff |
2013-07-25 |
Ben Noordhuis | src: fix process.getuid() return value |
tree | commitdiff |
2013-07-25 |
Timothy J Fontaine | Now working on 0.10.15 |
tree | commitdiff |
next |