summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* net_uv: handle read errorsRyan Dahl2011-08-221-1/+4
* Fixes #1531Mikeal Rogers2011-08-222-7/+18
* Fix #1546 some more. Remove expensive debug call.Ben Noordhuis2011-08-171-1/+0
* Merge remote branch 'origin/v0.4'Ryan Dahl2011-08-171-1/+0
|\
| * Fixes #1546. Remove expensive debug call.Ryan Dahl2011-08-171-1/+0
| * net: defer DNS lookup error events to next tickBen Noordhuis2011-08-121-1/+7
| * Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs2011-08-111-1/+1
* | http: improve compatibility of legacy APIkoichik2011-08-171-0/+2
* | Remove http.cat. fixes #1447Mikeal Rogers2011-08-161-82/+0
* | util: isRegExp() should not call toString() on its argumentNathan Rajlich2011-08-151-9/+2
* | path.js: correct three harmless .length typosThomas Shinnick2011-08-141-3/+3
* | crypto: PBKDF2 function from OpenSSLGlen Low2011-08-121-0/+3
* | Incorporate endianness into buffer.read* function names instead of passing in...Brian White2011-08-122-211/+269
* | net: defer DNS lookup error events to next tickBen Noordhuis2011-08-122-2/+14
* | net_uv: resume on closed net.Socket shouldn't crashRyan Dahl2011-08-111-1/+3
* | Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs2011-08-111-1/+1
* | http: destroy socket on errorBen Noordhuis2011-08-111-0/+1
* | net_uv: pipes don't have getsocknameRyan Dahl2011-08-111-3/+5
* | net: properly export remoteAddress to user landBen Noordhuis2011-08-112-1/+18
* | tcp: propagate libuv tcp accept() errors to net_uv.jsBen Noordhuis2011-08-111-0/+5
* | net_uv: Handle failed shutdown reqRyan Dahl2011-08-101-0/+9
* | net_uv: fix test/simple/test-pipe-file-to-http.jsRyan Dahl2011-08-101-0/+2
* | Add NPN and SNI documentation.Fedor Indutny2011-08-101-1/+1
* | Improve assert error messagesRyan Dahl2011-08-091-17/+28
* | Make buffer.INSPECT_MAX_BYTES public for mscdexRyan Dahl2011-08-081-3/+3
* | Truncate Buffer.inspect at 50 bytesRyan Dahl2011-08-081-0/+12
* | Fix test-http-upgrade-server and test-http-parserRyan Dahl2011-08-082-12/+8
* | Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi2011-08-082-195/+172
* | http2: reword confusing commentBen Noordhuis2011-08-081-1/+1
* | Improve util.format() compatibility with browser.koichik2011-08-081-1/+3
* | Fixes https host header default port handling.Mikeal Rogers2011-08-072-0/+2
* | Child processes: support windowsVerbatimArguments optionBert Belder2011-08-051-14/+37
* | child process: don't send signal if process is already terminatedBen Noordhuis2011-08-041-1/+1
* | net_uv: add listenFD shim that throws when calledBen Noordhuis2011-08-041-0/+5
* | child process: bind to libuv's kill process APIBen Noordhuis2011-08-041-3/+28
* | module: strip byte order marker when loading *.js and *.json filesBen Noordhuis2011-08-041-8/+20
* | Merge branch 'v0.4'Ryan Dahl2011-08-011-4/+4
|\ \ | |/
| * Fix http.ClientRequest crashes if end() was called twicekoichik2011-07-301-0/+3
| * Doc improvements and change argument name.koichik2011-07-251-4/+4
| * http: fix setting ServerResponse.statusCode in writeHeadTrent Mick2011-07-211-0/+1
* | win: fix test-child-process-exec-cwdRyan Dahl2011-08-011-1/+6
* | child_process_uv: fix test-child-process-stdin and -ipcRyan Dahl2011-08-011-1/+2
* | Remove debug codeRyan Dahl2011-08-011-5/+0
* | child_process_uv: Handle spawn errorsRyan Dahl2011-08-011-0/+33
* | child_process_uv: fix test/simple/test-child-process-envRyan Dahl2011-07-311-1/+9
* | child_process_uv: add exec, fix simple/test-child-process-exec-cwdRyan Dahl2011-07-311-0/+119
* | Forgot to add child_process_uv.jsRyan Dahl2011-07-311-0/+154
* | initial pass at lib/child_process_uv.jsRyan Dahl2011-07-312-5/+17
* | Add %% escape to util.format()koichik2011-07-301-1/+2
* | util: add sprintf-like format() functionBen Noordhuis2011-07-302-42/+39