Commit Graph

145 Commits

Author SHA1 Message Date
Charles b1492fc213 avoid client ID being 0
Prevent having clientID set to 0
When managing an array of different clientID, it's preferable to a valid
client not having it's ID set to 0
2016-05-06 16:54:15 +02:00
Me No Dev 8dfd328627 quiet debug and add access to the AsyncClient and it's IP/Port 2016-05-03 04:49:51 +03:00
Me No Dev 060183974c return json object by default 2016-05-03 03:59:49 +03:00
Me No Dev d74a84455f AsyncJson: add option to init with root as json array
ref: https://github.com/bblanchon/ArduinoJson/issues/272
2016-05-02 19:54:37 +03:00
Me No Dev 59732a09bd add proper credits 2016-04-23 17:20:51 +03:00
Me No Dev 3c3f38e6f6 fix printf eating the last charecter 2016-04-23 16:11:57 +03:00
Me No Dev 9d9c2b7bf4 add WebSocket info to readme 2016-04-23 15:47:27 +03:00
Me No Dev a0d975c157 fix travis build 2016-04-23 15:19:56 +03:00
Me No Dev 8d67809acf Add AsyncWebSocket plugin 2016-04-23 15:11:32 +03:00
Me No Dev d65e4bd4e5 collect all headers for the default handler 2016-04-20 22:26:19 +03:00
Me No Dev c45b4002e5 fix leaked response if source is invalid 2016-04-11 21:42:37 +03:00
Me No Dev b1e1450bfb stability improvements for low memory 2016-04-08 17:43:16 +03:00
Me No Dev ced8ac1c4c Send as much as possible from the response with the headers
related to: https://github.com/me-no-dev/ESPAsyncWebServer/issues/15
2016-04-08 14:55:41 +03:00
Me No Dev c0fd47bbf9 Merge pull request #18 from andig/fix-lowmem
Gracefully handle out of memory
2016-04-07 13:41:44 +03:00
andig 9a291c876c Gracefully handle out of memory 2016-04-07 12:39:07 +02:00
Me No Dev 61d6de91a6 Update README.md 2016-04-07 12:23:51 +03:00
Me No Dev e871a222fc clean onError 2016-04-05 11:22:23 +03:00
Me No Dev 7e22511258 Merge pull request #17 from Hopperpop/master
Fix authenticate.
2016-03-19 00:20:38 +02:00
Hopperpop 046716556e Fix buffer overflow in authenticate. 2016-03-18 22:34:18 +01:00
Me No Dev 024add39d3 more readme changes 2016-02-09 03:21:48 +02:00
Me No Dev 2ad9a2d2b5 missed mistakes in README 2016-02-09 03:06:39 +02:00
Me No Dev c05f719f32 fix whatever went wrong the previous time 2016-02-09 02:56:01 +02:00
Me No Dev 3bc54a8071 Revert "Merge pull request #13 from me-no-dev/improved-parsing"
This reverts commit c95ac73753, reversing
changes made to 97c938803c.
2016-02-09 02:32:14 +02:00
Me No Dev c95ac73753 Merge pull request #13 from me-no-dev/improved-parsing
Rearrange and rename files and add index to chunked responses
2016-02-09 01:55:09 +02:00
Me No Dev c80722cf2f remove blank line 2016-02-09 01:54:25 +02:00
Me No Dev 9296fb1b1e get the toolchain from the repo 2016-02-09 01:51:36 +02:00
Me No Dev 40d5d4415e Rearrange and rename files and add index to chunked responses 2016-02-09 01:47:03 +02:00
Me No Dev 97c938803c add gitter web hook and hopefully fix the build for ESP31B 2016-02-01 20:16:32 +02:00
Me No Dev 260e55c0bb esp31b keeps failing
let's hope chmoding and using the 64 bit toolchain will help
2016-02-01 20:09:43 +02:00
Me No Dev 9161dc9a6e travis again 2016-02-01 20:03:16 +02:00
Me No Dev 000aa908ca Travis: missed to rename the folder 2016-02-01 19:59:11 +02:00
Me No Dev d589ce35f8 travis can not find the linux toolchain 2016-02-01 19:57:35 +02:00
Me No Dev ce901540d5 typo and reorganization 2016-02-01 19:51:37 +02:00
Me No Dev a3854d40e9 Try to make travis build for ESP31B as well 2016-02-01 19:44:40 +02:00
Me No Dev 624f69d083 better way of filtering platform 2016-02-01 19:27:12 +02:00
Me No Dev c6decb73a3 Add travis build status 2016-02-01 18:39:46 +02:00
Me No Dev fd7855dd82 rookie typo 2016-02-01 18:33:36 +02:00
Me No Dev 566f9de92b travis is not detecting the libraries required to build the sketch 2016-02-01 18:31:12 +02:00
Me No Dev ab1badfb61 make both examples compile under travis 2016-02-01 18:11:09 +02:00
Me No Dev 50048babc2 some things would not have worked 2016-02-01 18:07:24 +02:00
Me No Dev 2b5d77bbef give travis a go 2016-02-01 18:00:53 +02:00
Me No Dev 09a3b9d3e8 readme add more Json stuff 2016-02-01 03:30:11 +02:00
Me No Dev f8deeee5bc Make response stream to not require content length
Update the example in ReadMe as well
2016-02-01 03:03:59 +02:00
Me No Dev d295256694 readme: fix buffers, add links 2016-02-01 02:09:49 +02:00
Me No Dev a2ac3c9102 update readme style and add some bad techniques 2016-02-01 01:54:52 +02:00
Me No Dev 729b9c223e Make ResponseStream resize when needed and actually work 2016-02-01 01:42:45 +02:00
Me No Dev b84fc1c976 fix chunked output 2016-02-01 01:08:33 +02:00
Me No Dev 085c280e6a readme edit: add missing request reference 2016-02-01 00:24:51 +02:00
Me No Dev c3a6cc8f1d add the callbacks so it will compile copy/pasted 2016-01-31 19:09:59 +02:00
Me No Dev ca9bcee8fa Add server setup to readme 2016-01-31 18:53:15 +02:00