summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 2013.08.21, Version 0.11.7 (Unstable)v0.11.7v0.11.7-releaseTimothy J Fontaine2013-09-041-1/+1
* uv: upgrade to v0.11.13Ben Noordhuis2013-09-042-46/+37
* string_bytes: use extern for length and write utf8Trevor Norris2013-09-031-4/+10
* process: Add internal _rawDebug() methodisaacs2013-09-022-1/+31
* src: Remove outdated comment re assert()isaacs2013-09-021-3/+0
* uv: upgrade to v0.11.12Ben Noordhuis2013-09-038-99/+146
* src: clean up CLI argument parserBen Noordhuis2013-09-022-117/+133
* Revert "src: call uv_loop_delete() on exit in debug mode"Ben Noordhuis2013-08-301-1/+0
* Revert "src: close libuv handles on exit"Ben Noordhuis2013-08-301-71/+5
* src: close libuv handles on exitBen Noordhuis2013-08-301-5/+71
* src: remove unused Persistent<FunctionTemplate>Ben Noordhuis2013-08-291-2/+0
* crypto: remove NodeBIO::GetMethod()Ben Noordhuis2013-08-294-21/+25
* crypto: make root_cert_store variable externBen Noordhuis2013-08-292-1/+3
* crypto: remove misleading commentBen Noordhuis2013-08-291-3/+2
* crypto: make error buffer non-staticBen Noordhuis2013-08-291-1/+1
* vm: update API to use options argumentDomenic Denicola2013-08-282-42/+73
* pipe_wrap: squelch integer type conversion warningBert Belder2013-08-281-1/+1
* timer_wrap: Timer.now always update loop timeTimothy J Fontaine2013-08-281-0/+1
* crypto: make randomBytes/pbkdf2 cbs domain awareBen Noordhuis2013-08-281-0/+2
* vm: add isContext; prevent double-contextifyingDomenic Denicola2013-08-281-1/+22
* vm: use MakeWeak to fix leaking contextsDomenic Denicola2013-08-281-2/+13
* vm: rip out ObjectWrap from ContextifyContextDomenic Denicola2013-08-281-50/+27
* fs: Expose birthtime on stat objectsisaacs2013-08-271-0/+3
* src: remove two pointless globals from node.ccBen Noordhuis2013-08-271-16/+14
* src: call uv_loop_delete() on exit in debug modeBen Noordhuis2013-08-271-0/+1
* src: remove --max-stack-size optionBen Noordhuis2013-08-271-19/+0
* cares_wrap: drop UV_HANDLE_FIELDS from ares_task_tBen Noordhuis2013-08-271-1/+1
* src: fix up unused/unordered importsBen Noordhuis2013-08-275-6/+3
* buffer: add NativeBuffer APITrevor Norris2013-08-261-26/+8
* src: remove pointless node_os.h header fileBen Noordhuis2013-08-262-42/+5
* process_wrap: don't coerce process exit code to int32_tBert Belder2013-08-251-1/+1
* domain: move error handling directly into instanceTrevor Norris2013-08-231-50/+7
* process_wrap: update after libuv api changeBert Belder2013-08-231-1/+3
* vm: fix Persistent<Context> leakBen Noordhuis2013-08-231-3/+1
* vm: remove unnecessary Persistent<FunctionTemplate>Ben Noordhuis2013-08-231-7/+1
* vm: Put back display_errors flagisaacs2013-08-211-5/+24
* vm, core, module: re-do vm to fix known issuesDomenic Denicola2013-08-216-468/+496
* Now working on 0.11.7Timothy J Fontaine2013-08-211-2/+2
* 2013.08.21, Version 0.11.6 (Unstable)v0.11.6v0.11.6-releaseTimothy J Fontaine2013-08-211-1/+1
* smalloc: consistent-ify syntaxTrevor Norris2013-08-201-5/+5
* smalloc: length is byte size, not array lengthTrevor Norris2013-08-202-11/+30
* smalloc: expose ExternalArraySizeTrevor Norris2013-08-202-1/+6
* fixes #6031 spelling errorsMatthew Aynalem2013-08-191-2/+2
* buffer: lintTrevor Norris2013-08-191-1/+0
* crypto: don't touch ssl_ in ConnectionFedor Indutny2013-08-191-6/+0
* tls, crypto: deduplicate codeFedor Indutny2013-08-194-1353/+779
* src: move includes inside include guardBen Noordhuis2013-08-191-3/+3
* buffer: don't call ByteLength for simple encodingsTrevor Norris2013-08-161-3/+8
* crypto: fix memory leak in randomBytes() error pathBen Noordhuis2013-08-161-1/+3
* crypto: don't mix new[] and free()Ben Noordhuis2013-08-161-1/+8