anschrammh
|
6c53ee40e7
|
Reworked the way the servers are started
|
2022-10-04 08:27:21 +02:00 |
|
|
380539e57e
|
Reworking the way the post body content is handled, not done yet
|
2022-05-01 16:27:36 +02:00 |
|
anschrammh
|
2449ab6013
|
Removed useless new line
|
2022-04-29 07:48:49 +02:00 |
|
|
453f4cdd6e
|
Replaced NULL with nullptr, removed constant value attribute initialization from the initializer list
|
2022-04-17 21:48:56 +02:00 |
|
|
460db55496
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
|
|
86074fbc67
|
Added debug printf to check malloc addresses
|
2021-01-27 17:07:02 +01:00 |
|
anschrammh
|
5627ebde48
|
Added the new enableTCPKeepAlive method which enable the feature for all new connected client after the call (this fixes a very annoying crash) and I corrected a bug with the maxClient setting
|
2020-12-16 00:40:54 +01:00 |
|
anschrammh
|
ea0c82d8e4
|
First part of the WEBServer crash fix :) not finished yet
|
2020-12-13 21:25:05 +01:00 |
|
anschrammh
|
0ead1e5600
|
Changed port data type from unsigned int to uint16_t as well as removed a redundant port information
|
2020-12-12 11:11:35 +01:00 |
|
anschrammh
|
ab6260a2ac
|
Updated the version history
|
2020-02-02 20:57:53 +01:00 |
|
anschrammh
|
6dfee719a9
|
Renamed a few methods for consistency
|
2020-01-20 08:03:28 +01:00 |
|
|
82db9489f7
|
Added a debug statement
|
2019-12-25 21:06:12 +01:00 |
|
anschrammh
|
b272ab0f22
|
Changed sdcard library driver, now using the one for the esp8266 which is mush better, also note that the WEBServerManager will be removed in a near future
|
2019-10-18 01:06:59 +02:00 |
|
anschrammh
|
ef0ab58add
|
Minor bug correction
|
2019-10-14 22:59:31 +02:00 |
|
anschrammh
|
c777e23a52
|
Updated TCPServer and WEBServer core logic
|
2019-10-13 16:43:54 +02:00 |
|
anschrammh
|
45b7a6245c
|
The board is now using the new WEBServer class which can handle more than one client and is non blocking even with big files
|
2019-10-10 18:19:44 +02:00 |
|