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
2013-11-20child_process: deliver ENOENT on nextTickTimothy J Fontaine
2013-11-19events: do not accept NaN in setMaxListenersFedor Indutny
2013-11-19Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-15buffer: convert values to uint, not intTrevor Norris
2013-11-15src: make buffer size errors more explicitTrevor Norris
2013-11-15buffer: no warning when encoding isn't passedTrevor Norris
2013-11-14smalloc: check if object has external memoryTrevor Norris
2013-11-13tls: handle `ssl.start()` errorsFedor Indutny
2013-11-13events: don't call once twiceTim Wood
2013-11-12repl: do not insert duplicates into completionsMaciej MaƂecki
2013-11-09tls: prevent stalls by using read(0)Fedor Indutny
2013-11-07http: force socket encoding to be nullisaacs
2013-11-07http: cleanup freeSockets when socket destroyedfengmk2
2013-11-05tls: more accurate wrapping of connecting socketFedor Indutny
2013-11-04http: make DELETE requests set `req.method`Nathan Rajlich
2013-10-30tls: add ECDH ciphers supportErik Dubbelboer
2013-11-01domain: use AsyncListener APITrevor Norris
2013-11-01async-wrap: add methods to udp/tcp/pipe/timersTrevor Norris
2013-11-01node: add AsyncListener supportTrevor Norris
2013-10-31tls: do not default to 'localhost' servernameFedor Indutny
2013-10-31tls: reuse hostname from underlying net.SocketFedor Indutny
2013-10-31fs: add recursive subdirectory support to fs.watchNick Simmons
2013-10-29src: accept passphrase when crypto signing with private keyThom Seddon
2013-10-29dgram: send() can accept stringsTrevor Norris
2013-10-28http: remove MethodToString()Ben Noordhuis
2013-10-28http: expose supported methodsBen Noordhuis
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-10-25debugger: Fix bug in sb() with unnamed scriptMaxim Bogushevich
2013-10-24http client: pull last chunk on socket closeisaacs
2013-10-17http: add statusMessagePatrik Stutz
2013-10-17http: provide backpressure for pipeline floodisaacs
2013-10-16dns: set hostname property on error objectBen Noordhuis
2013-10-16dns: rename domain to hostnameBen Noordhuis
2013-10-16http: provide backpressure for pipeline floodisaacs
2013-10-16crypto: add SPKAC supportJason Gerfen
2013-10-16Revert "crypto: add SPKAC support"isaacs
2013-10-13crypto: add SPKAC supportJason Gerfen
2013-10-15util: format as Error if instanceof ErrorRod Vagg
2013-10-14cluster: fix premature 'disconnect' eventBen Noordhuis
2013-10-11assert: indicate if exception message is generatedGlen Mailer
2013-10-09tls: fix premature connection terminationBen Noordhuis
2013-10-08fs: fix fs.truncate() file content zeroing bugBen Noordhuis
2013-10-06debugger: count space for line numbers correctlyAlex Kocharin
2013-10-01debugger: show current line, fix for #6150Alex Kocharin
2013-10-01debugger: repeat last commandAlex Kocharin
2013-09-27tls: fix sporadic hang and partial readsFedor Indutny
2013-09-27fs: remove duplicate !options caseJeff Switzer
2013-09-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-09-25lint: fix a few semicolonsTrevor Norris
2013-09-24tls: wrap tls inside tls using legacy APIFedor Indutny