1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00
Commit Graph

1996 Commits

Author SHA1 Message Date
Markus Sattler
e6c661e7ba allow reuse of tcp connection to send multiple request to one server
add writeToStream function for easy payload usage
2015-11-22 15:34:10 +01:00
Markus Sattler
ca092f4754 fix warnings 2015-11-22 15:01:38 +01:00
Markus Sattler
464b9f2bfb improve error handling
add httpClient::sendRequest ( universal request send )
2015-11-22 15:00:14 +01:00
Markus Sattler
3b24638c50 Merge remote-tracking branch 'remotes/esp8266/master' into httpClient 2015-11-22 11:35:09 +01:00
Markus Sattler
0a8f5be257 add more documentation and cleanup the example 2015-11-22 11:27:32 +01:00
Markus Sattler
1e7b9688a5 add examples/BasicHttpClient/BasicHttpClient.ino
fix get size
only fingerprint when strlen > 0
2015-11-22 11:09:48 +01:00
Me No Dev
bc48022118 spend more time understanding the logic 2015-11-21 21:29:54 +02:00
Me No Dev
fe9dc913b4 unref udp if exists 2015-11-21 21:14:11 +02:00
Me No Dev
94a7f63cda fix static handler 2015-11-21 21:04:07 +02:00
Ivan Grokhotkov
4b8fb2093f Fix warning about gettimeofday (#1058) 2015-11-21 20:18:38 +03:00
Ivan Grokhotkov
ab16b2fe0d Fix typo 2015-11-21 20:09:18 +03:00
Ivan Grokhotkov
40da463ee6 ESP8266WiFi library: add persistent option, fix #1054 2015-11-21 20:06:10 +03:00
Ivan Grokhotkov
8bf1e98f24 Improve debug output on critical errors 2015-11-21 20:04:38 +03:00
Me No Dev
0063d80c74 "Fix" sketches and libs to use the new upload api 2015-11-19 23:20:03 +02:00
Me No Dev
b485a6c9b3 Merge branch 'master' into async-ota 2015-11-19 22:56:01 +02:00
Me No Dev
3e4418ac3f Merge branch 'master' into http-uploads 2015-11-19 22:55:00 +02:00
Me No Dev
50eb6d9ff2 Make RequestHandler handle uploads 2015-11-19 22:52:52 +02:00
Me No Dev
d2982d3555 Make ArduinoOTA AUTH async
still up to the user to call ArduinoOTA.handle() to start the upload
2015-11-19 22:49:40 +02:00
Ivan Grokhotkov
590eefa210 Merge pull request #1047 from krzychb/master
OTA doc - Initial release of Web Browser section
2015-11-19 23:49:07 +03:00
Me No Dev
20f372aefe Merge pull request #2 from esp8266/master
pull master
2015-11-19 22:31:08 +02:00
krzychb
51660bbfa2 Initial release of Web Browser section
Updated Introduction and Adruino IDE sections
Updated versions of platform packages
Addedd information about Digest-MD5 authentication and MD5 checksum
Updated TOC

Update ota_updates.md
2015-11-18 22:38:31 +01:00
Ivan Grokhotkov
3c7431b59c Allow package and docs to be hosted in different places 2015-11-18 12:02:49 +03:00
Markus Sattler
5e1a65609c Merge remote-tracking branch 'remotes/esp8266/master' into httpClient 2015-11-17 20:07:48 +01:00
Ivan Grokhotkov
948796ae90 Merge pull request #1036 from Links2004/master
fix eclipse + add missing WiFiClientSecure
2015-11-17 22:06:21 +03:00
Markus Sattler
37015f356a Merge branch 'master' into httpClient 2015-11-17 18:44:04 +01:00
Markus Sattler
7137ec5dac fix eclipse problem rename core.a to arduino.ar
see #948
2015-11-17 18:43:43 +01:00
Markus Sattler
74e6e9e1a9 Merge remote-tracking branch 'remotes/esp8266/master' 2015-11-17 18:42:14 +01:00
Markus Sattler
a359992fa4 Merge remote-tracking branch 'remotes/esp8266/master' into httpClient 2015-11-17 18:17:58 +01:00
Markus Sattler
70ca494a7f add Response header handling 2015-11-17 17:40:14 +01:00
themindfactory
254e4d9964 Update README.md 2015-11-17 11:19:49 -05:00
Ivan Grokhotkov
16a2cdcf41 Add script to merge boards manager packages 2.0.0-rc1 2015-11-17 15:42:20 +03:00
themindfactory
39cf5d6cd6 Update README.md 2015-11-16 20:26:07 -05:00
Ivan Grokhotkov
a2789df2a5 ESP8266httpUpdate: add method overload to allow updates using WiFiClientSecure 2015-11-17 03:13:37 +03:00
Ivan Grokhotkov
e9f0ea2afe WiFiClientSecure: handle full size TLS fragments (#43)
- free up some memory by getting rid of intermediate buffer
- libaxtls: update to 6830d98
    - allocate plaintext buffer in two stages: 4*MSS initially, grow to 16k after handshake
    - free certificate data after handshake is complete
    - preallocate some structures to reduce memory fragmentation
2015-11-17 02:47:57 +03:00
Markus Sattler
95dada180c first httpClient 2015-11-16 19:29:33 +01:00
Markus Sattler
83b452b824 add missing WiFiClientSecure include in ESP8266WiFi.h 2015-11-16 19:28:59 +01:00
Ivan Grokhotkov
74aec438ae Fix "invalid library found" errors with Arduino 1.6.6 (#965)
As per suggestion from @marvinroger
2015-11-16 00:39:54 +03:00
Ivan Grokhotkov
5b28ae23c2 Allow WiFiServer to bind to a specific address (#997)
In addition to the existing constructors (WiFiServer::WiFiServer(port) and WiFiWebServer::WiFiWebServer(port)), new constructors are added:
WiFiServer::WiFiServer(IPAddress, port) and WiFiWebServer::WiFiWebServer(IPAddress, port).
2015-11-15 20:35:52 +03:00
Ivan Grokhotkov
34045d4908 Merge pull request #1022 from wemos/master
add wemos d1 board description to package_esp8266com_index.template.json
2015-11-15 17:04:21 +03:00
Ivan Grokhotkov
b31d0ce67e Merge pull request #1012 from CanTireInnovations/custom_crash_callback
Add the ability to be called back when the device is about to reset
2015-11-15 17:02:25 +03:00
Markus
6d1d0ab363 Merge pull request #1024 from Links2004/docu
Included desription of ArduinoOTA support and other corrections listed
2015-11-15 13:30:22 +01:00
Ivan Grokhotkov
77428baddc WiFiClientSecure rx overflow fixes
- Increase plaintext rx buffer size to 4096
- Request more data from axtls only when rx buffer is empty
2015-11-15 22:38:06 +03:00
Markus Sattler
63d6de516f Merge remote-tracking branch 'remotes/esp8266/master' into docu 2015-11-15 13:15:47 +01:00
Markus Sattler
ad2a887abc removed paragraph see #1023 2015-11-15 13:13:03 +01:00
Markus Sattler
6fc15a2e18 Merge remote-tracking branch 'remotes/krzychb/master' into docu 2015-11-15 13:09:37 +01:00
krzychb
08f5e553aa Included desription of ArduinoOTA support and other corrections listed
1. Include ArduinoOTA as the way to go - http://www.esp8266.com/viewtopic.php?p=33231#p33231
2. Need to update boards.txt to have OTA for NodeMCU 1.0 in stable or staging platform package
3. Address possible confusion regarding DNS_SD_Arduino_OTA.ino - https://github.com/esp8266/Arduino/issues/1001 and https://github.com/esp8266/Arduino/pull/984#issuecomment-155805311

Next day cleaning review

Update ota_updates.md

Update ota_updates.md

Update ota_updates.md

Update ota_updates.md
2015-11-15 11:55:27 +01:00
wemos.cc
25eb1bd46e add wemos d1 to reference.md 2015-11-15 15:43:11 +08:00
wemos
5b68aa0c9c set WeMos D1 & D1 mini default upload rate to 921600 2015-11-15 15:36:00 +08:00
wemos.cc
2d172274eb Update boards.md 2015-11-15 10:03:15 +08:00
wemos
72a7300fd9 add wemos d1 board description to package_esp8266com_index.template.json 2015-11-15 09:54:38 +08:00