815 Commits (cbbf9e43d1770047e98fe65d5f710815f432a5b4)

Author SHA1 Message Date
Ryan 82d986db24 Add limits.h to src/node.cc for PATH_MAX 15 years ago
Ryan 78bb53b009 Set module.loaded=true for dll modules. 15 years ago
Ryan ed9c3362ee Remove --lib option since there is no more libnode 15 years ago
Ryan 8152f9cff2 Revert static library build. 15 years ago
Michael Carter 8ea6adcae6 Feature: add node.cwd() to access the current working directory. 15 years ago
Ryan fbf65b58f9 Use Error exceptions where possible in net.cc and file.cc 15 years ago
Ryan 3862fdade4 Throw Error exceptions from node.dlopen() 15 years ago
Ryan afd9e714d3 Stack traces for mjsunit errors, better error reporting function. 15 years ago
Ryan 7beea2cd5f Upgrade evcom; Add setTimeout method to node.tcp.Connection 15 years ago
Ryan a97dce7523 Build static executable. 15 years ago
Ryan b73264d9b3 Add command line arguments for accessing build flags. 15 years ago
Ryan 4d92199d18 Add pkgconfig files to help with dll builds. 15 years ago
Ryan 2b6d72431b First attempt at node.dlopen 16 years ago
Ryan 31db4f1ed8 bump version 15 years ago
Ryan ad9d683f9f API: rename node.Process to node.ChildProcess 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan 723c7d9f7c Replace onExit() with process.addListener("exit") 15 years ago
Ryan 6025da2153 Introduce 'process' object. Also is the global object. 15 years ago
Ryan 31265be4a6 Depreciate onLoad 15 years ago
Ryan 79f121044c Synchronous module loading. 15 years ago
Ryan 7e7deed510 Add node.assert for internal debugging. 15 years ago
Ryan 18d0511777 promise.block() renamed to promise.wait() 15 years ago
Ryan db42ad959d API: All EventEmitters emit "newListener" when listeners are added. 15 years ago
Ryan 19f182a39f Experimental support for Promise.block() 15 years ago
Ryan 82cb1b5acb API: Remove buffered file object (node.File) 15 years ago
Ryan 8658999c7d Refactor node.Process to take advantage of evcom_reader/writer. 15 years ago
Ryan 17c6a67f15 Introduce node.stdio 15 years ago
Ryan 316e2833f0 Use flat object instead of array-of-arrays for HTTP headers. 15 years ago
Ryan 9c97b1db30 bump version 15 years ago
Ryan a8813fcdf5 evcom upgrade - ignore sigpipe. remove error output. 15 years ago
Ryan a73998d6f4 bump version 15 years ago
Kevin van Zonneveld 8489bdbaeb Buggy connections could crash node.js. Now check connection before sending data every time 15 years ago
Ryan f7f11352b7 Don't Close TCP Connection/Server on destruction. 15 years ago
Ryan 368ea93bfe Upgrade evcom - fix API issues. 15 years ago
Ryan b590a45849 Return the EventEmitter from addListener for chaining. 15 years ago
Abe Fettig 53b3d6be35 Bugfix: stdin fd (0) being ignored by node.File. 15 years ago
Ryan 7aaab320b3 API: tcp.Connection "disconnect" event renamed to "close". 15 years ago
Ryan 0f888ed6de bump version 15 years ago
Ryan af40ae6b8f Remove debugging messages in HTTP client 15 years ago
Ryan 3b0408ec1c Sync evcom after refactor; fix binding issues 15 years ago
Ryan 0638a3a3ab Add IncomingMessage.prototype.pause() and resume(). 15 years ago
Ryan 94e8721771 Add connection.readPause() and connection.readResume() 15 years ago
Ryan 7d60998ee1 Upgrade evcom 15 years ago
Ryan ed8c43d2f3 Bugfix: Negative ints in HTTP's on_body and node.fs.read() 15 years ago
Ryan 75fc21537a Bugfix: response.setBodyEncoding("ascii") not working. 15 years ago
Ryan 78024fa689 Remove extra ev_timer_stop() in src/dns.cc 15 years ago
Ryan 7464d42310 bump version 15 years ago
Ryan b849d50288 Remove unused symbols. 15 years ago
Ryan 216fb3b9b2 Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not working 15 years ago
Ryan 9b3baf3d50 Bugfix: node.encodeUtf8 was broken. (Connor Dunn) 15 years ago