summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix -Wsizeof-array-argument compiler warning.Andrew Paprocki2012-10-071-1/+1
| * repl: move "isSyntaxError()" definition to the bottomNathan Rajlich2012-10-051-12/+18
| * doc: document the custom "inspect()" function behaviorNathan Rajlich2012-10-051-0/+13
| * buffer: fix byteLength with UTF-16LEkoichik2012-10-042-32/+46
| * doc: better example for process.hrtime()Alex Kocharin2012-10-031-3/+4
| * doc: stream: clarify meaning of 'drain' some moreBen Noordhuis2012-10-031-0/+4
| * doc: stream: clarify meaning of 'drain' eventBen Noordhuis2012-10-031-2/+2
| * doc: Correct stream.write fd mentionisaacs2012-10-011-7/+1
| * repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich2012-10-012-1/+5
| * repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich2012-09-302-0/+5
| * blog: s/LibUV/libuv/isaacs2012-09-301-1/+1
| * blog: LXJS talk by @piscisaureusisaacs2012-09-301-0/+13
* | typed arrays: remove unnecessary special-casingDean McNamee2012-10-141-3/+2
* | typed arrays: simplify typed array get() and set()Dean McNamee2012-10-141-53/+5
* | crypto: sort return value of getCiphers/getHashesBen Noordhuis2012-10-132-2/+16
* | crypto: add crypto.getHashes()Ben Noordhuis2012-10-134-0/+51
* | crypto: add crypto.getCiphers()Ben Noordhuis2012-10-134-0/+48
* | dgram: remove stale codeBen Noordhuis2012-10-131-9/+0
* | lintisaacs2012-10-123-3/+4
* | string_decoder: Add 'end' method, do base64 properlyisaacs2012-10-117-2/+132
* | deps: upgrade libuv to 47b2cd3Ben Noordhuis2012-10-115-13/+13
* | util: add a "customInspect" option to `util.inspect()`Nathan Rajlich2012-10-103-1/+13
* | Update AUTHORS and .mailmapBen Noordhuis2012-10-102-4/+18
* | util: make `inspect()` accept an "options" argumentNathan Rajlich2012-10-103-20/+43
* | deps: upgrade libuv to cb03e3bBen Noordhuis2012-10-1012-37/+444
* | https: fix renegotation attack protectionBen Noordhuis2012-10-095-4/+17
* | tls: remove dead codeBen Noordhuis2012-10-091-6/+0
* | cluster: make 'listening' handler see actual portAaditya Bhatia2012-10-092-1/+45
* | buffer: include encoding value in exception when invalidRicky Ng-Adam2012-10-092-4/+40
* | windows: use USERPROFILE to get the user's home dirBert Belder2012-10-091-5/+13
* | tls: don't use a timer to track renegotiationsBen Noordhuis2012-10-082-8/+42
* | deps: upgrade libuv to 40134c3Ben Noordhuis2012-10-084-1/+13
* | test: write to temp dir, not fixtures dirBen Noordhuis2012-10-081-1/+1
* | repl: dynamically lookup the require extensions for tab completeNathan Rajlich2012-10-071-5/+1
* | Update LICENSE file.Ben Noordhuis2012-10-071-72/+1
* | deps: upgrade libuv to b9ed1a6Ben Noordhuis2012-10-0767-19300/+1958
* | Revert "http: make http.ServerResponse emit 'end'"isaacs2012-10-033-72/+2
* | streams: fix pipe is destructed by 'end' from destinationkoichik2012-10-032-12/+37
* | node_http_parser: fix whitespace errorsBen Noordhuis2012-10-021-13/+13
* | path: add platform specific path delimiterPaul Serby2012-10-013-8/+41
* | test: Fix stdin message testsisaacs2012-09-281-4/+4
* | test: Fix simple/test-http-client-timeout-agentisaacs2012-09-281-8/+4
* | Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs2012-09-28662-42916/+94096
|\ \ | |/
| * http: handle multiple Proxy-Authenticate valuesthewilli2012-09-272-0/+5
| * doc: Make the CLA more simple/saneisaacs2012-09-271-50/+48
| * blog: Post about 0.8.11isaacs2012-09-271-0/+63
| * Now working on 0.8.12isaacs2012-09-271-2/+2
| * Merge branch 'v0.8.11-release' into v0.8isaacs2012-09-272-1/+6
| |\
| | * 2012.09.27, Version 0.8.11 (Stable)v0.8.11v0.8.11-releaseisaacs2012-09-272-1/+6
| |/
| * test: pick another CNAME record to test dns queriesBert Belder2012-09-261-1/+1