summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add bug notes about HTTP streams and throttlingRyan Dahl2010-05-221-0/+9
|
* Add assert.ifErrorMikeal Rogers2010-05-211-0/+3
|
* bump versionv0.1.96Ryan Dahl2010-05-212-3/+3
|
* Deprecate string interface for fs.read()Felix Geisendörfer2010-05-201-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 Dahl2010-05-201-9/+5
| | | | This reverts commit cbbf9e43d1770047e98fe65d5f710815f432a5b4.
* Deprecate string interface for fs.read()Felix Geisendörfer2010-05-201-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örfer2010-05-191-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.connectionRyan Dahl2010-05-191-6/+7
|
* Support arrays and strings in buffer constructorFelix Geisendörfer2010-05-171-0/+8
| | | | This is be very useful for testing code that deals with buffers.
* Remove unused CSS reference.Matt Ranney2010-05-141-1/+0
|
* Add process.version description.Matt Ranney2010-05-141-0/+6
|
* bump versionv0.1.95Ryan Dahl2010-05-132-3/+3
|
* Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test ↵Ben Noordhuis2010-05-121-4/+4
| | | | cases, updated documentation.
* Remove reference to C++ EventEmitter in docsRyan Dahl2010-05-121-5/+5
| | | | I prefer ppl to use ObjectWrap
* Add note about 'error' event to docsRyan Dahl2010-05-121-0/+11
|
* Idle timeout changesRyan Dahl2010-05-121-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 Caswell2010-05-061-1/+3
| | | | encoding is specified.
* bump versionv0.1.94Ryan Dahl2010-05-062-3/+3
|
* Add proper HTML header for changelog so UTF-8 works.Matt Ranney2010-05-042-0/+14
|
* Added default CAs, updated openssl verify behaviour, added crypto and https ↵Rhys Jones2010-05-041-1/+155
| | | | documentation
* documentation typos and tweaksMichaeljohn Clement2010-05-031-12/+12
|
* GnuTLS -> OpenSSL on websiteRyan Dahl2010-05-021-1/+1
|
* Fix a couple mistypes in API docdpb5872010-05-011-2/+2
|
* Documenting http.Server#event:upgradeMicheil Smith2010-05-011-0/+16
|
* Fix some styling in the docsRyan Dahl2010-04-301-3/+12
|
* Add http server 'request' event to docsRyan Dahl2010-04-301-3/+10
|
* http server emits 'clientError'Ryan Dahl2010-04-301-0/+7
|
* bump versionv0.1.93Ryan Dahl2010-04-292-3/+3
|
* fix typosRyan Dahl2010-04-291-1/+1
|
* Allow callers to disable PHP/Rails style parameter mungeing in ↵Thomas Lee2010-04-281-1/+29
| | | | querystring.stringify
* Properly handle child process exit codesFelix Geisendörfer2010-04-281-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.ReadStreamRyan Dahl2010-04-271-6/+6
|
* Remove callback argument to FileWriteStream.prototype.writeRyan Dahl2010-04-271-3/+2
|
* Shorten some long lines.Matt Ranney2010-04-271-20/+26
|
* More Buffer descriptions and examples.Matt Ranney2010-04-271-137/+310
| | | | Updated Script examples for New Script methods.
* Fix typosRyan Dahl2010-04-251-2/+2
|
* bump versionv0.1.92Ryan Dahl2010-04-232-4/+4
|
* Link to old versionsRyan Dahl2010-04-231-1/+1
|
* Update API docmape2010-04-233-192/+479
|
* Add link to older tarball versionsRyan Dahl2010-04-211-0/+2
|
* add setKeepAlive function, which enables and sets the TCP keep-alive timerJulian Lamb2010-04-201-0/+9
|
* Add a note in the API docs about binding to ports and using strings.Tim Caswell2010-04-191-0/+2
|
* Add Buffer.byteLength docsTim Caswell2010-04-191-0/+12
|
* Docs for Script class of 'evals' binding.Herbert Vojčík2010-04-181-22/+125
|
* Add docs for new REPL options and fill out description of commands.Matt Ranney2010-04-151-26/+117
|
* bump versionv0.1.91Ryan Dahl2010-04-152-3/+3
|
* Add timeout and maxBuffer options to child_process.execRyan Dahl2010-04-141-1/+15
|
* Remove mixin from docsRyan Dahl2010-04-131-5/+0
|
* doc typoRyan Dahl2010-04-121-3/+1
|
* Add incoming.httpVersionRyan Dahl2010-04-111-1/+5
|