Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-03-12readline: consider newlines for cursor positionYazhong Liu
2014-03-11Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-03-11crypto: do not lowercase cipher/hash namesFedor Indutny
2014-03-11buffer: fix typo in `SlowBuffer`Vladimir Kurchatkin
2014-03-11buffer: allow toString to accept Infinity for endBrian White
2014-03-05child_process: fix sending handle twiceFedor Indutny
2014-03-04crypto: allow setting add'l authenticated dataBrian White
2014-03-04timer: don't reschedule timer bucket in a domainGreg Brail
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-02-27http: remove the circular dependencyNathan Rajlich
2014-02-27http, https: don't depend on `globalAgent`Nathan Rajlich
2014-02-26http: invoke createConnection when no agentNathan Rajlich
2014-02-26src: make stdout/sterr pipes blockingAlexis Campailla
2014-02-26tls: stop NodeBIO::Gets from reading off end of bufferMaxwell Krohn
2014-02-26net: fix listening on FDs on WindowsAlexis Campailla
2014-02-25assert: Ensure reflexivity of deepEqualMike Pennisi
2014-02-24stream: remove useless checkBrian White
2014-02-21debugger: don't set the `repl.prompt` stringNathan Rajlich
2014-02-19http: avoid duplicate keys in writeHeadDavid Björklund
2014-02-18child_process: execFileSync stderr should inheritTimothy J Fontaine
2014-02-18net: add localPort to connect optionsTimothy J Fontaine
2014-02-18crypto: allow custom generator for DiffieHellmanBrian White
2014-02-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-18debugger: Fix breakpoint not showing after restartFarid Neshat
2014-02-18lint: fix missing semi colon in replTimothy J Fontaine
2014-02-18readline: fix `line` event, if input emit 'end'Yazhong Liu
2014-02-18repl: remove a unnecessary concatenationYazhong Liu
2014-02-18repl: REPLServer inherits from readline.InterfaceYazhong Liu
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny
2014-02-16dgram: pass the bytes sent to the send callbackTimothy J Fontaine
2014-02-14cluster: handle bind errors on WindowsAlexis Campailla
2014-02-11child_process: js bits for spawnSync/execSyncTimothy J Fontaine
2014-02-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-10stream: use `errorEmitted` from `_writableState`Fedor Indutny
2014-02-10net: do not re-emit stream errorsFedor Indutny
2014-02-09dns: validate arguments in resolverKenan Sulayman
2014-02-09dns: verify argument is valid function in resolveKenan Sulayman
2014-02-09Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-08Revert "dns: validate arguments in resolve"Fedor Indutny
2014-02-08Revert "dns: verify argument is valid function in resolve"Fedor Indutny
2014-02-08dns: verify argument is valid function in resolveKenan Sulayman
2014-02-08dns: validate arguments in resolveKenan Sulayman
2014-02-06util: show meaningful values for boxed primitivesNathan Rajlich
2014-02-06fs: make unwatchFile() insensitive to pathiamdoron
2014-02-06src: move AsyncListener from process to tracingTrevor Norris
2014-02-05src: add v8.getHeapStatistics() functionBen Noordhuis
2014-02-05src: add tracing.v8.on('gc') statistics hooksBen Noordhuis
2014-02-05tls: more session configuration options, methodsFedor Indutny
2014-02-04zlib: separate sync/async methodsFedor Indutny
2014-02-03debugger: remove unused definition `currentSource`Oguz Bastemur