3258 Commits (6e453fad87c51dc15327628aa75886d3fbb3fa1c)

Author SHA1 Message Date
Domenic Denicola a3bf3d10ef vm: use MakeWeak to fix leaking contexts 12 years ago
Domenic Denicola a54f65ce75 vm: rip out ObjectWrap from ContextifyContext 12 years ago
isaacs 645418e9f1 fs: Expose birthtime on stat objects 12 years ago
Ben Noordhuis 8d567f43d0 src: remove two pointless globals from node.cc 12 years ago
Ben Noordhuis 556b890ad9 src: call uv_loop_delete() on exit in debug mode 12 years ago
Ben Noordhuis 3a87b31bfa src: remove --max-stack-size option 12 years ago
Ben Noordhuis 0523da64d2 cares_wrap: drop UV_HANDLE_FIELDS from ares_task_t 12 years ago
Ben Noordhuis 9fc006618f src: fix up unused/unordered imports 12 years ago
Trevor Norris 16a60ed2a3 buffer: add NativeBuffer API 12 years ago
Ben Noordhuis 9ac75d1f06 src: remove pointless node_os.h header file 12 years ago
Bert Belder 87405b0d98 process_wrap: don't coerce process exit code to int32_t 12 years ago
Trevor Norris 467e00ed02 domain: move error handling directly into instance 12 years ago
Bert Belder 7555227a12 process_wrap: update after libuv api change 12 years ago
Ben Noordhuis 48976d29f4 vm: fix Persistent<Context> leak 12 years ago
Ben Noordhuis 2891790dbd vm: remove unnecessary Persistent<FunctionTemplate> 12 years ago
isaacs eef552774e vm: Put back display_errors flag 12 years ago
Timothy J Fontaine 3c66b15789 Now working on 0.10.18 12 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 12 years ago
Timothy J Fontaine 469a4a5091 2013.08.21, Version 0.10.17 (Stable) 12 years ago
Timothy J Fontaine 3602d4c23b Now working on 0.11.7 12 years ago
Timothy J Fontaine 04018d4b39 2013.08.21, Version 0.11.6 (Unstable) 12 years ago
Trevor Norris 849cf1aa92 smalloc: consistent-ify syntax 12 years ago
Trevor Norris 6b5c43ed18 smalloc: length is byte size, not array length 12 years ago
Trevor Norris ed0677f427 smalloc: expose ExternalArraySize 12 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 12 years ago
Trevor Norris f97a1267e2 buffer: lint 12 years ago
Fedor Indutny 306f863438 crypto: don't touch ssl_ in Connection 12 years ago
Fedor Indutny b9a0eb0688 tls, crypto: deduplicate code 12 years ago
Ben Noordhuis 3e25ed905c src: move includes inside include guard 12 years ago
isaacs 0e043528a1 Now working on v0.10.17 12 years ago
Trevor Norris 2dd4a745b0 buffer: don't call ByteLength for simple encodings 12 years ago
isaacs 50b4c905a4 2013.08.16, Version 0.10.16 (Stable) 12 years ago
Ben Noordhuis f55aca6515 crypto: fix memory leak in randomBytes() error path 12 years ago
Ben Noordhuis ec548734ca crypto: fix memory leak in randomBytes() error path 12 years ago
Ben Noordhuis 9475ee41ad crypto: don't mix new[] and free() 12 years ago
Trevor Norris ab5dabf876 node: remove duplicate infoBox checks 12 years ago
Ben Noordhuis 0aa13357d6 timers: dispatch ontimeout callback by array index 12 years ago
Ben Noordhuis 7a3f7780dc src: add MakeCallback() that takes an array index 12 years ago
Ben Noordhuis 9c59978f49 smalloc: don't do Has(key), then Get(key) 12 years ago
Ben Noordhuis dce02a1055 zlib: replace C cast with static_cast 12 years ago
Ben Noordhuis 2669966e76 http: speed up callbacks, use array indices 12 years ago
Ben Noordhuis d684f50acb src: remove redundant symbol init in node_file.cc 12 years ago
Ben Noordhuis d2b80b8a60 src: clean up FSReqWrap 12 years ago
Ben Noordhuis ffc5d83568 src: move ReqWrap::data_ to FSReqWrap 12 years ago
Matthias Bartelmeß 4ac6912a77 crypto: add TLS 1.1 and 1.2 to secureProtocol list 12 years ago
Ben Noordhuis d4ad5d1151 crypto: use consistent conn object unwrapping 12 years ago
Ben Noordhuis 4901353b98 crypto: use consistent variable names 12 years ago
Ben Noordhuis 624938d052 crypto: remove two unused static variables 12 years ago
Trevor Norris 35f789b027 src: fix build break from generic macro name 12 years ago
Ben Noordhuis 5725864dfd src: don't obj->Set(Integer::New(...), val) 12 years ago