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/test
AgeCommit message (Expand)Author
2013-07-05Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-07-04stream: objectMode transform should allow falsey valuesJeff Barczewski
2013-07-04{stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris
2013-07-02test: fix tls-hello-parser-failure on smartosTimothy J Fontaine
2013-07-02http: use an unref'd timer to fix delay in exitPeter Rust
2013-07-02test: fix tls-hello-parser-failure on smartosTimothy J Fontaine
2013-07-01zlib: allow changing of level and strategyBrian White
2013-07-01zlib: allow custom flush type for flush()Brian White
2013-06-26src: break on uncaught exceptionMiroslav Bajtos
2013-06-25Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-06-21child_process: emit 'disconnect' asynchronouslyBen Noordhuis
2013-06-19buffer: implement new fill behaviorTrevor Norris
2013-06-19buffer: expose class methods alloc and disposeTrevor Norris
2013-06-19buffer: use smalloc as backing data storeTrevor Norris
2013-06-19smalloc: add api to manually dispose PersistentTrevor Norris
2013-06-19smalloc: initial implementationTrevor Norris
2013-06-17readline: strip ctrl chars for prompt width calcKrzysztof Chrapka
2013-06-17tls: session API returnsFedor Indutny
2013-06-17net: Do not destroy socket mid-writeisaacs
2013-06-16tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny
2013-06-15test: add https tls session reuse testBen Noordhuis
2013-06-13test: minor typo fixesVeres Lajos
2013-06-13Revert "http: remove bodyHead from 'upgrade' events"isaacs
2013-06-13string_bytes: write strings using new APITrevor Norris
2013-06-12test: fix up weakref.cc after v8 api changeBen Noordhuis
2013-06-11crypto: fix utf8/utf-8 encoding checkBen Noordhuis
2013-06-06Merge remote-tracking branch 'ry/v0.10'isaacs
2013-06-05net: Destroy when not readable and not writableisaacs
2013-06-04url: Properly parse certain oddly formed urlsisaacs
2013-06-03stream: unshift('') is a noopisaacs
2013-05-31Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-30process: remove maxTickDepth from _tickCallbackTrevor Norris
2013-05-30vm: fix race condition in watchdog cleanupAndrew Paprocki
2013-05-30repl: fix JSON.parse error checkBrian White
2013-05-30Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-05-28tls: invoke write cb only after opposite read endFedor Indutny
2013-05-28Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-25tls: retry writing after hello parse errorFedor Indutny
2013-05-25http: remove bodyHead from 'upgrade' eventsNathan Zadoks
2013-05-24buffer: special case empty string writesTimothy J Fontaine
2013-05-24http: Return true on empty writes, not falseisaacs
2013-05-22test: Fix test-deprecation-flagsisaacs
2013-05-22net: use timers._unrefActive for internal timeoutsTimothy J Fontaine
2013-05-22util: Add debuglog, deprecate console lookalikesisaacs
2013-05-21buffer: throw when writing beyond bufferTrevor Norris
2013-05-21Merge remote-tracking branch ry/v0.10 into masterisaacs
2013-05-21crypto: Clear error after DiffieHellman key errorsisaacs
2013-05-21string_bytes: strip padding from base64 stringsTrevor Norris
2013-05-20tls: add localAddress and localPort propertiesBen Noordhuis
2013-05-18module: use path.sep instead of a custom solutionRobert Kowalski