summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.05.30, Version 0.10.9 (Stable)v0.10.9v0.10.9-releaseisaacs2013-05-303-2/+20
* npm: Upgrade to 1.2.24isaacs2013-05-30280-895/+20530
* doc: remove `bufferSize` optionKiyoshi Nomo2013-05-301-1/+0
* repl: fix JSON.parse error checkBrian White2013-05-302-2/+4
* tls: proper .destroySoonFedor Indutny2013-05-301-22/+33
* doc: sending dgram handles only works on unixBen Noordhuis2013-05-291-1/+1
* https: Add `secureProtocol` docsDaniel G. Taylor2013-05-281-0/+4
* tls: Add `secureProtocol` docsDaniel G. Taylor2013-05-281-0/+5
* uv: Upgrade to v0.10.9isaacs2013-05-285-11/+43
* tls: invoke write cb only after opposite read endFedor Indutny2013-05-282-27/+144
* tls: ignore .shutdown() syscall errorFedor Indutny2013-05-283-11/+47
* doc: add link to Brazilian Node communityRafael Henrique Moreira2013-05-251-2/+4
* doc: remove broken links on community pageRafael Henrique Moreira2013-05-251-8/+0
* blog: Post for v0.10.8isaacs2013-05-241-0/+75
* Now working on 0.10.9isaacs2013-05-241-2/+2
* Merge branch 'v0.10.8-release' into v0.10isaacs2013-05-243-2/+26
|\
| * 2013.05.24, Version 0.10.8 (Stable)v0.10.8v0.10.8-releaseisaacs2013-05-243-2/+26
|/
* doc: Minor fixup in http doc re bodyHeadisaacs2013-05-241-1/+0
* tls: retry writing after hello parse errorFedor Indutny2013-05-242-1/+58
* npm: Upgrade to 1.2.23isaacs2013-05-24106-114/+115
* uv: upgrade to 0.10.8isaacs2013-05-248-32/+136
* http: remove bodyHead from 'upgrade' eventsNathan Zadoks2013-05-246-17/+28
* buffer: special case empty string writesTimothy J Fontaine2013-05-232-1/+16
* http: Return true on empty writes, not falseisaacs2013-05-232-1/+96
* v8: re-apply floating patchesTimothy J Fontaine2013-05-2310-31/+48
* v8: fix GetLocalizedMessage usageTimothy J Fontaine2013-05-231-1/+1
* v8: update to 3.14.5.9Timothy J Fontaine2013-05-2313-49/+49
* http: save roundtrips, convert buffers to stringsBen Noordhuis2013-05-232-2/+87
* doc: the build requires gcc 4.2 or newerBen Noordhuis2013-05-221-0/+1
* configure: respect the --dest-os flag consistentlyNathan Rajlich2013-05-211-13/+19
* net: use timers._unrefActive for internal timeoutsTimothy J Fontaine2013-05-212-7/+54
* timers: internal unref'd timer for api timeoutsTimothy J Fontaine2013-05-211-0/+108
* buffer: throw when writing beyond bufferTrevor Norris2013-05-202-0/+13
* crypto: Clear error after DiffieHellman key errorsisaacs2013-05-202-12/+21
* string_bytes: strip padding from base64 stringsTrevor Norris2013-05-202-8/+11
* src: Remove superfluous static_castisaacs2013-05-171-2/+1
* blog: Release 0.10.7isaacs2013-05-171-0/+65
* Now working on 0.10.8isaacs2013-05-171-2/+2
* Merge branch 'v0.10.7-release' into v0.10isaacs2013-05-173-2/+17
|\
| * 2013.05.17, Version 0.10.7 (Stable)v0.10.7v0.10.7-releaseisaacs2013-05-173-2/+17
|/
* doc: Fix link to open issues on GitHub.Brandon Frohs2013-05-171-2/+2
* crypto: Don't ignore verify encoding argumentisaacs2013-05-171-1/+1
* buffer, crypto: fix default encoding regressionBen Noordhuis2013-05-163-13/+16
* doc: fix missing Class in headerRyuichi Okumura2013-05-161-1/+1
* doc: fix the link to Stream documentRyuichi Okumura2013-05-161-2/+2
* timers: fix setInterval() assertBen Noordhuis2013-05-162-12/+32
* doc: improve exports/module.exports consistencyRyan Graham2013-05-151-4/+4
* doc: clarify exports and module.exportsRyan Graham2013-05-152-4/+19
* uv: upgrade to v0.10.7Bert Belder2013-05-143-2/+48
* uv: Upgrade to 0.10.6isaacs2013-05-1417-109/+395