Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add bug notes about HTTP streams and throttling | Ryan Dahl | 2010-05-22 | 1 | -0/+9 |
| | |||||
* | Add assert.ifError | Mikeal Rogers | 2010-05-21 | 1 | -0/+3 |
| | |||||
* | bump versionv0.1.96 | Ryan Dahl | 2010-05-21 | 2 | -3/+3 |
| | |||||
* | Deprecate string interface for fs.read() | Felix Geisendörfer | 2010-05-20 | 1 | -5/+9 |
| | | | | | | | This patch makes buffers the preferred output for fs.read() and fs.readSync(). The old string interface is still supported by converting buffers to strings dynamically. This allows to remove the C++ code for string handling which is also part of this patch. | ||||
* | Revert "Deprecate string interface for fs.read()" | Ryan Dahl | 2010-05-20 | 1 | -9/+5 |
| | | | | This reverts commit cbbf9e43d1770047e98fe65d5f710815f432a5b4. | ||||
* | Deprecate string interface for fs.read() | Felix Geisendörfer | 2010-05-20 | 1 | -5/+9 |
| | | | | | | | This patch makes buffers the preferred output for fs.read() and fs.readSync(). The old string interface is still supported by converting buffers to strings dynamically. This allows to remove the C++ code for string handling which is also part of this patch. | ||||
* | Deprecate string interface for fs.write() | Felix Geisendörfer | 2010-05-19 | 1 | -4/+8 |
| | | | | | | | This patch makes buffers the preferred input for fs.write() and fs.writeSync(). The old string interface is still supported by converting strings to buffers dynamically. This allows to remove the C++ code for string handling which is also part of this patch. | ||||
* | Fix api for request.connection | Ryan Dahl | 2010-05-19 | 1 | -6/+7 |
| | |||||
* | Support arrays and strings in buffer constructor | Felix Geisendörfer | 2010-05-17 | 1 | -0/+8 |
| | | | | This is be very useful for testing code that deals with buffers. | ||||
* | Remove unused CSS reference. | Matt Ranney | 2010-05-14 | 1 | -1/+0 |
| | |||||
* | Add process.version description. | Matt Ranney | 2010-05-14 | 1 | -0/+6 |
| | |||||
* | bump versionv0.1.95 | Ryan Dahl | 2010-05-13 | 2 | -3/+3 |
| | |||||
* | Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test ↵ | Ben Noordhuis | 2010-05-12 | 1 | -4/+4 |
| | | | | cases, updated documentation. | ||||
* | Remove reference to C++ EventEmitter in docs | Ryan Dahl | 2010-05-12 | 1 | -5/+5 |
| | | | | I prefer ppl to use ObjectWrap | ||||
* | Add note about 'error' event to docs | Ryan Dahl | 2010-05-12 | 1 | -0/+11 |
| | |||||
* | Idle timeout changes | Ryan Dahl | 2010-05-12 | 1 | -5/+11 |
| | | | | | | | | | - setTimeout should active the timeout too. (test-net-set-timeout tests this.) - 'timeout' event is not automatically followed by an 'error' event. That is the user is now responsible for destroying the stream if there is an idle timeout. | ||||
* | fs.readFile uses a buffer internally and will return the raw buffer if no ↵ | Tim Caswell | 2010-05-06 | 1 | -1/+3 |
| | | | | encoding is specified. | ||||
* | bump versionv0.1.94 | Ryan Dahl | 2010-05-06 | 2 | -3/+3 |
| | |||||
* | Add proper HTML header for changelog so UTF-8 works. | Matt Ranney | 2010-05-04 | 2 | -0/+14 |
| | |||||
* | Added default CAs, updated openssl verify behaviour, added crypto and https ↵ | Rhys Jones | 2010-05-04 | 1 | -1/+155 |
| | | | | documentation | ||||
* | documentation typos and tweaks | Michaeljohn Clement | 2010-05-03 | 1 | -12/+12 |
| | |||||
* | GnuTLS -> OpenSSL on website | Ryan Dahl | 2010-05-02 | 1 | -1/+1 |
| | |||||
* | Fix a couple mistypes in API doc | dpb587 | 2010-05-01 | 1 | -2/+2 |
| | |||||
* | Documenting http.Server#event:upgrade | Micheil Smith | 2010-05-01 | 1 | -0/+16 |
| | |||||
* | Fix some styling in the docs | Ryan Dahl | 2010-04-30 | 1 | -3/+12 |
| | |||||
* | Add http server 'request' event to docs | Ryan Dahl | 2010-04-30 | 1 | -3/+10 |
| | |||||
* | http server emits 'clientError' | Ryan Dahl | 2010-04-30 | 1 | -0/+7 |
| | |||||
* | bump versionv0.1.93 | Ryan Dahl | 2010-04-29 | 2 | -3/+3 |
| | |||||
* | fix typos | Ryan Dahl | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Allow callers to disable PHP/Rails style parameter mungeing in ↵ | Thomas Lee | 2010-04-28 | 1 | -1/+29 |
| | | | | querystring.stringify | ||||
* | Properly handle child process exit codes | Felix Geisendörfer | 2010-04-28 | 1 | -7/+13 |
| | | | | | | | | | | The child process 'exit' was returning the status of the process, rather than the exit code. This patch properly deconstructs the status into the exit code and the term signal a process may have received. See: http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#Watcher_Specific_Functions_and_Data_-5 and waitpid(2) | ||||
* | fs.FileWriteStream -> fs.WriteStream, fs.FileReadStream -> fs.ReadStream | Ryan Dahl | 2010-04-27 | 1 | -6/+6 |
| | |||||
* | Remove callback argument to FileWriteStream.prototype.write | Ryan Dahl | 2010-04-27 | 1 | -3/+2 |
| | |||||
* | Shorten some long lines. | Matt Ranney | 2010-04-27 | 1 | -20/+26 |
| | |||||
* | More Buffer descriptions and examples. | Matt Ranney | 2010-04-27 | 1 | -137/+310 |
| | | | | Updated Script examples for New Script methods. | ||||
* | Fix typos | Ryan Dahl | 2010-04-25 | 1 | -2/+2 |
| | |||||
* | bump versionv0.1.92 | Ryan Dahl | 2010-04-23 | 2 | -4/+4 |
| | |||||
* | Link to old versions | Ryan Dahl | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | Update API doc | mape | 2010-04-23 | 3 | -192/+479 |
| | |||||
* | Add link to older tarball versions | Ryan Dahl | 2010-04-21 | 1 | -0/+2 |
| | |||||
* | add setKeepAlive function, which enables and sets the TCP keep-alive timer | Julian Lamb | 2010-04-20 | 1 | -0/+9 |
| | |||||
* | Add a note in the API docs about binding to ports and using strings. | Tim Caswell | 2010-04-19 | 1 | -0/+2 |
| | |||||
* | Add Buffer.byteLength docs | Tim Caswell | 2010-04-19 | 1 | -0/+12 |
| | |||||
* | Docs for Script class of 'evals' binding. | Herbert Vojčík | 2010-04-18 | 1 | -22/+125 |
| | |||||
* | Add docs for new REPL options and fill out description of commands. | Matt Ranney | 2010-04-15 | 1 | -26/+117 |
| | |||||
* | bump versionv0.1.91 | Ryan Dahl | 2010-04-15 | 2 | -3/+3 |
| | |||||
* | Add timeout and maxBuffer options to child_process.exec | Ryan Dahl | 2010-04-14 | 1 | -1/+15 |
| | |||||
* | Remove mixin from docs | Ryan Dahl | 2010-04-13 | 1 | -5/+0 |
| | |||||
* | doc typo | Ryan Dahl | 2010-04-12 | 1 | -3/+1 |
| | |||||
* | Add incoming.httpVersion | Ryan Dahl | 2010-04-11 | 1 | -1/+5 |
| |