6b7b802706
Fix a crash due to abort() called from TCP error callback ( #428 )
2015-09-28 16:05:23 +03:00
fb2545f72f
example was in wrong folder
2015-09-28 13:27:45 +02:00
98d2468edf
Merge remote-tracking branch 'esporigin/esp8266' into SPIFFS-OTA
2015-09-28 13:25:08 +02:00
001a129c3a
Fix heap node corruption ( #428 )
2015-09-28 11:59:34 +03:00
da7114cac9
add SPIFFS flashing over the air
2015-09-18 16:03:14 +02:00
5e3fb60390
Merge pull request #778 from CanTireInnovations/httpOptions
...
Adding support for OPTIONS requests to ESP8266WebServer
2015-09-18 09:54:50 +03:00
82bb82a931
Merge pull request #794 from paulmand3l/esp8266
...
Adding getMode() function to WiFi library so I can easily get the current mode of the wifi.
2015-09-18 09:54:40 +03:00
378ce87441
Merge pull request #789 from Juppit/esp8266
...
Remove unused include time.h from ssl.h
2015-09-18 09:54:19 +03:00
e0da5a284f
Merge pull request #753 from martinayotte/esp8266
...
add ESP8266WebServer::sendContent_P and ESP8266WebServer::send_P with contentLength
2015-09-18 09:54:04 +03:00
4719a31898
Rebasing into single commit
...
Adding getMode function to ESP8266WiFiClass.cpp
Adding getMode function to ESP8266WiFiClass.h
Changing return type of getMode to WiFiMode for clarity
Changing return type of getMode to WiFiMode for clarity
Add return typecast
2015-09-16 09:39:40 -07:00
5387b2286e
WiFiClientSecure::available fix
...
Attempt to read data from SSL engine inside WiFiClientSecure::available() if RX buffer is empty.
Fix #784 .
2015-09-16 16:24:52 +03:00
6d6a26aea0
Remove unused include time.h from ssl.h
...
This include is not used by ssl.h but can be annoying.
If there is need for time.h it should be located in the esp8266 tree.
2015-09-15 23:46:15 +02:00
c528a44f1a
Temporary fix for #780
2015-09-15 12:43:45 +03:00
e62d5a92b9
Fix ESP8266WebServer::serveStatic to work for both files and directories
2015-09-14 12:47:39 +03:00
f73d414f38
WiFiClientSecure: add certificate fingerprint verification ( #43 )
2015-09-14 10:22:54 +03:00
eb8c1faa51
Adding support for OPTIONS requests to ESP8266WebServer
2015-09-13 15:56:34 -04:00
c970dec6a7
Add HTTPS request sample ( #43 )
2015-09-13 22:50:14 +03:00
098c71ca02
Improve receive handling in TLS support ( #43 )
2015-09-13 22:49:30 +03:00
5cb086bc05
temporarly fix for handling PGM_P content_type properly in ESP8266WebServer::send_P() functions
2015-09-09 12:03:07 -04:00
348efba5b2
Merge remote-tracking branch 'upstream/esp8266' into esp8266
2015-09-09 10:54:30 -04:00
0fb1b07b2f
Merge pull request #757 from Links2004/esp8266
...
fix _useClientMode & _useApMode in SDK auto connect mode (#754 )
2015-09-09 01:52:14 +03:00
75843263f2
Remove DEBUG defined by default in library
...
DEBUG should be defined outside the library to enable it not enabled by
default in library itself
2015-09-07 23:24:27 +08:00
6a9eaca8b2
#754 fix _useClientMode & _useApMode in SDK auto connect mode
2015-09-07 17:11:30 +02:00
27b67f4adc
add ESP8266WebServer::send_P with contentLength argument
2015-09-06 14:17:23 -04:00
1c9456ac9d
fix bug in WiFiClient::write_P/ESP8266WebServer::sendContent_P introduced few minutes ago when changing memccpy_P to memcpy_P
2015-09-06 14:14:36 -04:00
e3e25da792
fix bug in WiFiClient::write_P/ESP8266WebServer::sendContent_P introduced few minutes ago when changing memccpy_P to memcpy_P
2015-09-06 14:04:57 -04:00
82748a872c
add ESP8266WebServer::sendContent_P with 'size_t size' argument for binary content
2015-09-06 13:27:12 -04:00
389107f09d
fix bug in WiFiClient::write_P when content was binary
2015-09-06 13:09:57 -04:00
e0b7e0443c
Merge pull request #736 from kzyapkov/avrisp
...
AVRISP: allow configuring active-high/low reset programatically
2015-09-01 20:47:23 +03:00
9a2f2f2849
Add axTLS, first draft of WiFiClientSecure ( #43 )
2015-09-01 15:45:12 +03:00
41fbe93560
AdvancedWebServer: remove mDNS from loop as well
2015-09-01 01:09:21 +03:00
143f29bc29
Fix mDNS library usage in ESP8266WebServer examples
2015-09-01 00:58:27 +03:00
cbbb379941
AVRISP: allow configuring active-high/low reset programatically
2015-08-31 14:28:24 +03:00
a9fbe27cba
Merge pull request #729 from Links2004/esp8266
...
fix mac 599 for ESP8266HTTPUpdate
2015-08-31 09:38:28 +03:00
33de15e616
Merge pull request #718 from sticilface/patch-1
...
Update Parsing.cpp
2015-08-31 09:37:31 +03:00
4995d03b20
Merge pull request #714 from martinayotte/esp8266
...
add toCharArray() to IPAddress class
2015-08-31 09:37:22 +03:00
f96ea403dd
port stopAllExcept to WiFiUDP to keep the interface the same
2015-08-29 15:39:12 +02:00
966bf45b35
rename stopAllexcepted to stopAllExcept and simplify the compare
2015-08-29 15:33:41 +02:00
79bec479b5
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
...
Conflicts:
hardware/esp8266com/esp8266/cores/esp8266/Updater.cpp
hardware/esp8266com/esp8266/libraries/ESP8266WiFi/src/include/ClientContext.h
2015-08-29 13:47:25 +02:00
8e50cdb190
Updater.cpp:
...
- use new AutoInterruptLock
- add delay to give the RTOS some time to handle TCP
WiFiClient.cpp
- add stopAllexcepted to cancel all TCP excepted one
ClientContext.h
- add getLocalPort()
ESP8266HTTPUpdate.cpp
- close all not needed TCP and UDP
osapi.h
- missing commit from SDK
2015-08-29 13:45:58 +02:00
00272ca5ae
Update Parsing.cpp
...
Remove DEBUG enabled by default
2015-08-23 23:48:50 +01:00
e89ae46a6b
add WiFiClient::write_P to be used with PROGMEM
2015-08-22 00:25:28 -04:00
0bb4fb2886
Better captive portal example.
...
This example serves a "hello world" on a WLAN and a SoftAP at the same
time.
The SoftAP allow you to configure WLAN parameters at run time. They are
not setup in the sketch but saved on EEPROM.
This is a captive portal because through the softAP it will redirect any
http request to http://192.168.4.1/ , served by the ESP8266 itself
2015-08-19 13:20:01 +03:00
5a91c66615
Host header support
2015-08-19 13:20:01 +03:00
acc34e2914
LocalIP/LocalPort support
2015-08-19 13:18:43 +03:00
a2f3637ed4
Fixes by SwiCago on DNSServer
...
Fixes by SwiCago on this forum comment
http://www.esp8266.com/viewtopic.php?p=23900#p23900
2015-08-19 13:18:43 +03:00
278c980ed8
Make file uploads using curl fail less often
2015-08-18 23:40:33 +03:00
43d80ee2ec
Fix forward declaration of FS
2015-08-12 22:40:21 +03:00
c5d7aead8e
Merge pull request #672 from timw1971/patch-1
...
Improvements to ESP8266WebServer::sendContent
2015-08-10 17:36:48 +03:00
6cf18ed1a2
Multicast in SoftAP mode ( #96 )
...
SDK 1.3 fixed a bug which caused multicast UDP to fail on SoftAP interface. Update MDNSResponder and documentation appropriately.
2015-08-10 16:14:26 +03:00