1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
Commit Graph

70 Commits

Author SHA1 Message Date
Niklas Keller
3bb21b80f2 Discourage onReadable / onWritable and recommend amphp/byte-stream instead
This also documents the stream chunk size issue mentioned in #65.

Fixes #65.
2017-11-11 11:45:02 +01:00
Niklas Keller
6165e3afeb Update shared documentation files
This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.
2017-10-20 19:13:27 +02:00
Niklas Keller
2bdd2d1c95 Update shared documentation files
This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.
2017-10-20 18:33:29 +02:00
Niklas Keller
955e3e5d0a Add changelog entry for dummy driver in Loop::set() 2017-10-10 14:34:16 +02:00
Niklas Keller
458d8d152c Update shared documentation files
This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.
2017-09-27 15:07:06 +02:00
Niklas Keller
ad0a500b51 Fix shared asset path for docs 2017-09-27 13:49:15 +02:00
Niklas Keller
7c8a0deeb0 Use common shared asset path on production 2017-09-27 13:36:51 +02:00
Niklas Keller
3f7b8fac75 Update to new shared repository
amphp/website-shared has been merged into amphp/amphp.github.io.
2017-09-27 13:25:40 +02:00
Niklas Keller
f163aa9567 Update shared documentation files
This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.
2017-09-21 18:14:24 +02:00
Niklas Keller
7b257c561c Update shared documentation files
This is an automated commit. Please report any issues to https://github.com/amphp/website-tools.
2017-09-20 21:48:01 +02:00
sedat sevgili
96e23e2246 Change getProtocol => getProtocolVersion
In current("^3.0") amphp/artax version, there is no getProtocol method, instead of getProtocolVersion method exists in artax response.
2017-09-18 10:41:57 +02:00
Niklas Keller
eb646f7bdb Update shared documentation files 2017-09-14 18:13:02 +02:00
Christoffer Bubach
61b018b11f updated class spelling 2017-08-01 22:21:01 +02:00
Niklas Keller
fb2c8b8335 Unbreak logo text 2017-07-15 23:20:55 +02:00
Niklas Keller
3344b333c4 Use new logo \o/ 2017-07-15 23:08:21 +02:00
Niklas Keller
acd79411b4 Add note about yielding an array === Amp\Promise\all 2017-07-12 23:48:48 +02:00
Niklas Keller
a976a73cbc Fix promise combinator example to use Artax v3 2017-07-12 23:46:33 +02:00
Niklas Keller
5b2f54707c Use new logo for website 2017-06-16 10:51:26 +02:00
Niklas Keller
4c7f1a6104 Update shared documentation files 2017-06-14 13:11:01 +02:00
Niklas Keller
5d9cf8a11d Use absolute link to make it work on the website 2017-06-12 23:07:06 +02:00
Niklas Keller
140752b5ac Update shared documentation files 2017-06-09 17:22:21 +02:00
Niklas Keller
2a4ae8474b Fix typo 2017-06-04 11:45:26 +02:00
Niklas Keller
380a2fc4e0 Update .shared to work on mobile 2017-05-29 21:55:35 +02:00
Niklas Keller
78e7136cdb Update shared to be in .shared 2017-05-28 16:44:20 +02:00
Niklas Keller
5d9e76dd5b Add humans.txt to website 2017-05-28 16:07:07 +02:00
Niklas Keller
ec37c8c04c Add default page layout, update shared docs 2017-05-28 15:49:47 +02:00
Niklas Keller
9c17f02172 Improve cancellation documentation to reflect the latest features 2017-05-27 19:46:14 +02:00
Niklas Keller
a96d5c1d1b Improve promise documentation and document performance hack 2017-05-27 17:16:29 +02:00
Niklas Keller
a8717d3fd5 Order documentation menu 2017-05-27 10:48:04 +02:00
Niklas Keller
3d894c3067 Update documentation share 2017-05-26 21:50:56 +02:00
Niklas Keller
dba75b37a0 Improve introduction 2017-05-26 21:42:33 +02:00
Niklas Keller
bb4d338e1f Update documentation share 2017-05-26 21:19:15 +02:00
Niklas Keller
777590a9e5 Fix page titles to allow a menu 2017-05-26 21:13:34 +02:00
Niklas Keller
e5270ef46c Allow ./docs to be published as Jekyll page 2017-05-26 19:56:02 +02:00
Niklas Keller
28bb6068f1 Allow setting the loop driver via the env 2017-05-19 16:17:11 +02:00
Niklas Keller
47357f209d Add basic cancellation docs 2017-05-16 18:51:48 +02:00
Niklas Keller
d1ef36fa10 Add basic coroutine docs, closes #90 2017-05-04 12:23:54 +02:00
Niklas Keller
dae06d0afa Add notes about timer drift, fixes #80 2017-05-03 15:50:03 +02:00
Niklas Keller
e450bbe70a Document coroutine helpers, fixes #100 2017-05-03 15:12:15 +02:00
Niklas Keller
5f3c0620a6 Remove already documented items from managing-concurrency.md
Merged a small part into the initial docs/README.md, most parts were already documented elsewhere. Generator docs might be helpful for building the coroutines documentation.
2017-05-03 13:12:42 +02:00
Niklas Keller
73df7791f5 Add additional inter-docs links 2017-05-03 12:49:56 +02:00
Niklas Keller
1a7cff7121 Document Iterator\merge and Iterator\concat, fixes #106 2017-05-03 12:43:46 +02:00
Niklas Keller
8ac828db37 Document Iterator\map and Iterator\filter, fixes #105 2017-05-03 12:38:51 +02:00
Niklas Keller
93df316ca9 Document fromIterable 2017-05-03 12:30:26 +02:00
Niklas Keller
4f00323060 Improve iterator docs 2017-05-03 12:20:16 +02:00
Niklas Keller
c002f2b23e Document iterators, fixes #91, fixes #99 2017-05-03 12:12:39 +02:00
Niklas Keller
adf5014896 Add utils overview 2017-05-02 21:29:51 +02:00
Niklas Keller
137b423c11 Document CallableMaker, fixes #96 2017-05-02 21:25:51 +02:00
Niklas Keller
ec2889e633 🚚 Move util docs into their own directory 2017-05-02 21:14:29 +02:00
Niklas Keller
a4e0466d5b 📝 Add docs for setState and getState, fixes #89 2017-05-02 19:44:08 +02:00