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
AgeCommit message (Expand)Author
2013-05-15Now working on v0.10.7isaacs
2013-05-15Merge branch 'v0.10.6-release' into v0.10isaacs
2013-05-15crypto: Pass encodings for Hmac digestisaacs
2013-05-152013.05.14, Version 0.10.6 (Stable)v0.10.6isaacs
2013-05-15crypto: Pass encodings to C++ for Sign/Verifyisaacs
2013-05-15crypto: use StringBytes::Encodeisaacs
2013-05-15crypto: Pass strings to binding layer directlyisaacs
2013-05-15buffer: DRY string encoding using StringBytesisaacs
2013-05-15src: use StringBytes for DecodeWrite/DecodeBytes/Encodeisaacs
2013-05-15src: Use StringBytes in StreamWrapisaacs
2013-05-15src: Add StringBytes static util classisaacs
2013-05-14tools: remove unnecessary cpplint rulesisaacs
2013-05-14stream: Make default encoding configurableisaacs
2013-05-14stream: don't create unnecessary buffers in Readableisaacs
2013-05-14lintisaacs
2013-05-14benchmark: hash streamisaacs
2013-05-14blog: Release v0.11.2isaacs
2013-05-14test: increase workers to 8 in cluster-disconnectBenoit Vallée
2013-05-14doc: clarify subsystems in CONTRIBUTING.mdBen Noordhuis
2013-05-13child_process: fix handle deliveryBen Noordhuis
2013-05-10doc: s/search.npmjs.org/npmjs.org/isaacs
2013-05-09test: fix pummel/test-net-many-clients.jsTimothy J Fontaine
2013-05-09doc: document stream.Writable 'error' eventRobert Kowalski
2013-05-08stream: make Readable.wrap support empty streamsDaniel Moore
2013-05-08stream: make Readable.wrap support objectModeDaniel Moore
2013-05-08test: don't use total_seconds() because of py2.6Timothy J Fontaine
2013-05-07test: report test duration in TAP progressTimothy J Fontaine
2013-05-06build: only use DESTDIR instead of PREFIX for pkgTimothy J Fontaine
2013-05-03doc: update options for exec and execFileKevin Locke
2013-05-03build: vcbuild.bat fix for Visual Studio 2012Miroslav Bajtoš
2013-05-03doc: document return values of EventEmitter methodsSam Roberts
2013-05-02doc: link joyent logo in website footerisaacs
2013-05-02debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš
2013-05-01Revert "deps: downgrade openssl to v1.0.0f"Ben Noordhuis
2013-04-30doc: Fix require.extensions documentationisaacs
2013-04-29deps: downgrade openssl to v1.0.0fBen Noordhuis
2013-04-29doc: cluster: s/server.destroy/server.close/Ben Noordhuis
2013-04-29doc: Deprecate require.extensionsisaacs
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš
2013-04-24ChangeLog: Merge in v0.8isaacs
2013-04-24blog: Post for v0.10.5isaacs
2013-04-24Now working on 0.10.6isaacs
2013-04-24Merge branch 'v0.10.5-release' into v0.10isaacs
2013-04-242013.04.23, Version 0.10.5 (Stable)v0.10.5isaacs
2013-04-23build: added support for Visual Studio 2012Miroslav Bajtoš
2013-04-23uv: Upgrade to 0.10.5isaacs
2013-04-22os: Fix uname() error handling on sunosisaacs
2013-04-22http: Don't try to destroy nonexistent socketsisaacs
2013-04-22test: fix dgram-bind-default-address on osxisaacs
2013-04-21crypto: LazyTransform on properties, not methodsisaacs