test tls: make tests use new `tls.connect` API
[platform/upstream/nodejs.git] / src /
2012-01-05 Ben Noordhuischild_process: add isolates support
2012-01-05 Ben Noordhuisisolates: remove global isolates list
2012-01-05 Ben Noordhuisisolates: implement message passing
2012-01-05 Mikael Bourges-Sev... typed arrays: add Buffer -> TypedArray constructor
2012-01-05 Andreas Madsencluster improvements: Worker class and isolate internal...
2012-01-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2012-01-02 Ben Noordhuiscrypto: add SecureContext.clearOptions() method
2011-12-29 Ryan DahlMerge remote branch 'origin/isolates2'
2011-12-29 Ben Noordhuisdgram: fix memory leak in error path
2011-12-29 Ben NoordhuisMerge branch 'isolates2'
2011-12-29 Ben NoordhuisMerge branch 'v0.6'
2011-12-29 Ben NoordhuisInclude ngx-queue.h, fix Windows build.
2011-12-29 Ryan DahlAdd process.features.isolates
2011-12-29 Ryan Dahlmove isolate V8 functions out of node.cc
2011-12-29 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-29 Ryan DahlRemove node_isolate.h from node.h
2011-12-29 Ryan Dahlnode_file.cc should use NODE_LOOP()
2011-12-29 Ryan DahlJoin all threads at end of main thread
2011-12-29 Ryan DahlMove prog_start_time init after isolate assigned
2011-12-29 Ryan DahlAdd link-list of all isolates
2011-12-29 Ryan DahlMove uv loop initialization into isolate
2011-12-29 Ryan Dahlmove thread_id to node_isolate.cc
2011-12-29 Ben Noordhuisisolates: replace SLIST with ngx_queue_t
2011-12-29 Ben Noordhuisisolates: add process.tid property, pass args to isolate
2011-12-29 Ben Noordhuisisolates: have node::Isolate manage the v8::Context
2011-12-29 Ben Noordhuisisolates: rename node::Isolate member isolate_ to v8_is...
2011-12-29 Ben NoordhuisSeparate per-process and per-thread init logic.
2011-12-29 Ben NoordhuisRemove per-process globals from per-thread context.
2011-12-29 Ryan Dahlisolates have globals stored in struct globals
2011-12-29 Ben Noordhuisisolates: add _newIsolate() and _joinIsolate() to proce...
2011-12-29 Ben Noordhuisbuild: move internals to separate header file
2011-12-29 Ben Noordhuisisolates: add atexit() functionality for isolates
2011-12-29 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2011-12-28 Ben NoordhuisInclude ngx-queue.h, fix Windows build.
2011-12-28 Ryan DahlRevert "Add HandleScope to http-parser binding"
2011-12-27 Ryan DahlAdd process.features.isolates
2011-12-27 Ryan Dahlmove isolate V8 functions out of node.cc
2011-12-27 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-27 Ryan DahlRemove node_isolate.h from node.h
2011-12-27 Ryan Dahlnode_file.cc should use NODE_LOOP()
2011-12-27 Ryan DahlJoin all threads at end of main thread
2011-12-27 Ryan DahlMove prog_start_time init after isolate assigned
2011-12-27 Ryan DahlAdd link-list of all isolates
2011-12-27 Ryan DahlMove uv loop initialization into isolate
2011-12-27 Ryan Dahlmove thread_id to node_isolate.cc
2011-12-27 Ben Noordhuisisolates: replace SLIST with ngx_queue_t
2011-12-27 Ben Noordhuisisolates: add process.tid property, pass args to isolate
2011-12-27 Ben Noordhuisisolates: have node::Isolate manage the v8::Context
2011-12-27 Ben Noordhuisisolates: rename node::Isolate member isolate_ to v8_is...
2011-12-27 Ben NoordhuisSeparate per-process and per-thread init logic.
2011-12-27 Ben NoordhuisRemove per-process globals from per-thread context.
2011-12-27 Ryan Dahlisolates have globals stored in struct globals
2011-12-27 Ben Noordhuisisolates: add _newIsolate() and _joinIsolate() to proce...
2011-12-27 Ben Noordhuisbuild: move internals to separate header file
2011-12-27 Ben Noordhuisisolates: add atexit() functionality for isolates
2011-12-27 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-26 Ben Noordhuiswin: fix mismatched new[]/delete
2011-12-23 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-21 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-21 Ryan DahlAdd HandleScope to http-parser binding
2011-12-19 Ben NoordhuisAdd missing return statement in _debugPause() binding.
2011-12-19 Fedor Indutnypause command
2011-12-18 Ben Noordhuismodule: improve process.dlopen() error messages
2011-12-16 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-16 Dave Pachecosimple DTrace ustack helper
2011-12-16 Roman Shtylmancrypto: rewrite HexDecode without snprintf
2011-12-16 Igor ZinkovskyRemove platform files, and use uv platform api
2011-12-16 Ben Noordhuiscrypto: don't ignore DH init errors
2011-12-16 Igor Zinkovskyfix windows build
2011-12-15 isaacsnow working on 0.6.7
2011-12-15 isaacs2011.12.14, Version 0.6.6 (stable) v0.6.6
2011-12-15 Robert MustacchiAdd process.abort
2011-12-14 Ben Noordhuiscrypto: deduplicate encoding parsing logic
2011-12-14 Ben Noordhuiscrypto: deduplicate decipher logic
2011-12-13 Ben Noordhuiscrypto: fix memory leak when decrypting empty strings
2011-12-13 Ben Noordhuiscrypto: fix memory leaks in PBKDF2 error path
2011-12-13 Ben Noordhuisfs: fix typo in error message
2011-12-08 Ryan DahlMove lock back to node_crypto.cc
2011-12-08 Ryan DahlMove a few more global vars into struct
2011-12-08 Ryan Dahlmove global vars from platfrom, node_signal_watcher...
2011-12-08 Ryan DahlMove node_buffer.cc globals to struct
2011-12-07 Ryan Dahlmove global vars for node_file.cc, node_zlib.cc, and...
2011-12-07 Ben Noordhuisfs: fix fs.watch() segmentation fault
2011-12-07 Ryan DahlMove node_http_parser.cc global vars into node_vars.h
2011-12-07 Ryan DahlBegin moving static vars into struct for isolates.
2011-12-07 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-07 Ryan DahlDeshadow, denamespace variables in node.cc
2011-12-06 Ben NoordhuisRemove unused variable.
2011-12-06 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-06 Fedor Indutny[zlib] added dictionary support
2011-12-06 isaacsFix #2257 pause/resume semantics for stdin
2011-12-05 Ben Noordhuisprocess: fix stack overflow when recursively calling...
2011-12-05 Ben Noordhuiscli: fix output of --help
2011-12-04 Ryan DahlNow working on Node v0.6.6
2011-12-04 Ryan DahlBump version to v0.6.5 v0.6.5
2011-12-02 Ben NoordhuisMerge branch 'v0.6'
2011-12-02 Ben NoordhuisNow working on v0.6.5
2011-12-02 Ben NoordhuisBump version to v0.6.4 v0.6.4
2011-12-02 Bert BelderFix UVException errno bug
next