Mike Dunston
|
f9e107cc52
|
Update AsyncClient::errorToString for esp-lwip constants
fix #45 by switching from hardcoded values to use the esp-lwip err enum constants
|
2019-06-25 06:02:52 -07:00 |
|
me-no-dev
|
1ad1280623
|
Code cleanup and restructure
|
2019-06-24 13:20:23 +02:00 |
|
me-no-dev
|
4b20e84027
|
abort and close are called without client in the server code
|
2019-06-24 12:31:00 +02:00 |
|
me-no-dev
|
4e7d1c3a2d
|
try to catch some edge cases between LwIP and Async tasks
|
2019-06-24 10:23:58 +02:00 |
|
me-no-dev
|
b5c6167a3f
|
Give WDT to the people already
|
2019-06-23 10:02:01 +02:00 |
|
me-no-dev
|
00d3009b0c
|
Enable WDT inside Arduino and PIO
|
2019-06-23 08:49:38 +02:00 |
|
me-no-dev
|
cefd9e46d1
|
Add options to select running core and to enable WDT for Async
|
2019-06-23 08:43:46 +02:00 |
|
me-no-dev
|
ff5c8b201d
|
Add proper travis script
|
2019-06-22 17:42:46 +02:00 |
|
me-no-dev
|
c9df7cdda6
|
Restyle and up lib version
|
2019-06-22 16:00:34 +02:00 |
|
me-no-dev
|
f1a801fe06
|
Attempt at fixing thenasty memory bug
Everything except some protected stuff now happens on LwIP thread (tcp API that is). Close and Accept logic has been adjusted. Fingers crossed...
|
2019-06-22 12:08:29 +02:00 |
|
Me No Dev
|
ac551716aa
|
Update library.properties
|
2019-01-12 19:04:22 +01:00 |
|
Me No Dev
|
b193bebb27
|
Update library.json
|
2019-01-12 19:04:10 +01:00 |
|
Me No Dev
|
1656fed6fb
|
Merge pull request #32 from me-no-dev/idf-update
Idf update
|
2019-01-12 19:03:46 +01:00 |
|
Me No Dev
|
952b7eb6ba
|
Update library.properties
|
2019-01-12 11:25:49 +01:00 |
|
Me No Dev
|
03b82885f4
|
Update library.json
|
2019-01-12 11:25:32 +01:00 |
|
Me No Dev
|
e1381d9295
|
Update library.properties
|
2019-01-12 11:24:56 +01:00 |
|
Me No Dev
|
0dfd5b647e
|
Merge pull request #30 from tantive/idf-update
Fixed "Guru Meditation Error: Core 1 panic'ed (LoadProhibited)"
|
2019-01-12 11:21:31 +01:00 |
|
tantive
|
29661a6308
|
Fixed "Guru Meditation Error: Core 1 panic'ed (LoadProhibited) . Exception was unhandled." (see https://github.com/espressif/esp-idf/issues/1467)
|
2019-01-03 20:40:57 +01:00 |
|
me-no-dev
|
6fab7724ab
|
Add changes to make compile succeed with the latest IDF
|
2018-09-06 23:42:16 +02:00 |
|
me-no-dev
|
5453ec2e3f
|
improve stability a bit more
|
2018-08-17 20:57:55 +02:00 |
|
me-no-dev
|
34a0320834
|
Connection close stability improvements
Should help with most of the exceptions that have been plaguing the ESP32 port
|
2018-08-16 22:19:50 +02:00 |
|
me-no-dev
|
2f76a9f5b6
|
fix case where connection is already freed
|
2018-07-24 21:09:37 +02:00 |
|
me-no-dev
|
42a3f3d8b8
|
Add support for single core mode
|
2018-07-09 21:49:40 +02:00 |
|
Me No Dev
|
f34763c0bf
|
Merge pull request #12 from copercini/master
Put the task in blocking mode when there aren't items in queue
|
2018-03-08 14:55:13 +01:00 |
|
copercini
|
69235b7060
|
Put the task in blocking mode when there is no items in queue
|
2018-03-08 10:07:46 -03:00 |
|
me-no-dev
|
75e2b15377
|
Add option to handle pbufs instead of buffers
|
2018-01-27 12:30:24 +01:00 |
|
Me No Dev
|
4dbbf10609
|
Merge pull request #9 from ivankravets/patch-2
Check for compatible framework and dev/platform before build
|
2017-11-25 23:51:36 +01:00 |
|
Ivan Kravets
|
ad72e65656
|
Check for compatible framework and dev/platform before build
|
2017-11-25 21:52:43 +02:00 |
|
me-no-dev
|
a1a184a953
|
Do not go through API if already on LwIP thread
|
2017-10-13 10:37:57 +03:00 |
|
Me No Dev
|
9d6150e855
|
Merge pull request #3 from andig/stage
Update library.json
|
2017-10-01 23:58:48 +08:00 |
|
andig
|
0d233e8984
|
Update library.json
|
2017-10-01 17:54:53 +02:00 |
|
Me No Dev
|
fd525d2aef
|
Merge pull request #1 from ivankravets/patch-1
Set compatibility only with Espressif 32
|
2017-09-11 15:18:01 +03:00 |
|
Ivan Kravets
|
72c28a4d95
|
Set compatibility only with Espressif 32
|
2017-09-11 14:38:58 +03:00 |
|
me-no-dev
|
af729ac1e4
|
Initial Import
|
2017-09-08 13:07:27 +03:00 |
|
Me No Dev
|
75900e3d60
|
Initial commit
|
2017-09-08 13:04:57 +03:00 |
|