1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-10 14:42:08 +03:00
Commit Graph

569 Commits

Author SHA1 Message Date
c1711aa73d Merge remote-tracking branch 'esp8266/master' 2015-12-22 12:45:37 +02:00
05aed73bca Send the message count and chip ID with the request/response. 2015-12-21 19:00:44 +01:00
bcfdfb6b67 more bad definitions
interesting that they differ in issues with 1.3 over the same source
did pvPort* change in between?
2015-12-21 14:52:56 +02:00
0fd1201633 fix tcp status redefinition and bad mem definitions in lwip 2015-12-21 14:47:48 +02:00
2d81ee290a Merge pull request #1242 from edog1973/master
mDNS fixes and enhancements
2015-12-20 10:11:28 +03:00
5a4ced251d add check for magic header of bin before update is started.
see: #1250
2015-12-19 14:39:07 +01:00
5333ebfed7 add function peekBytes to WiFiClient/WiFiClientSecure to allow to peek multiple bytes if possible 2015-12-19 14:37:36 +01:00
c40cb79ec2 -replace char _hostName[63], char _instanceName[63], and char _txt[128] with Strings. Calling enableArduino allocates four TXT records, and there is quite an overhead of storing tcp_check=no inside an 128-byte buffer. Plus you gain flexibility by supporting TXT records larger than 128 bytes. Host and instance names should also be less than 63 characters most of the time.\n-move definitions of struct MDNSService and struct MDNSTxt to .cpp file, and use forward declaratio 2015-12-18 11:37:53 -08:00
02e6b2fc16 setMD5 has now returns bool
handle setMD5 failed in HTTP update
reset UpdaterClass when MD5 check failed
see: #1244
2015-12-18 08:30:35 +01:00
8f2ce1e7b9 Update GDBStub library with the source of esp-gdbstub 2015-12-18 10:00:44 +03:00
2b941f5e2c Merge pull request #1239 from esp8266/sdk-1.5
Update to SDK 1.5 (#1102)
2015-12-18 09:31:00 +03:00
fa485cd88f Merge pull request #1231 from Makuna/ServoDetachFixes
Fix detach and attach
2015-12-18 08:45:37 +03:00
695583ec62 Merge pull request #1220 from asez73/master
Skip ':' inside SHA1 signatures in WiFiClientSecure.cpp .
2015-12-18 08:45:04 +03:00
f7d8a027e8 Fix begin overwriting instancename 2015-12-17 14:29:15 -08:00
99b3e2df26 remove debug code 2015-12-17 14:13:03 -08:00
5b012b2040 Update heap function defines in LwIP headers 2015-12-17 23:29:29 +03:00
2425ee3413 Fix detach and attach
detaching could leave a running timer which would cause issues.
Further, detaching could truncate the last pulse causing a invalid
movement.
This change moves detaching into the ISR so it can maintain the last
pulse and not start any more timers if not needed.
2015-12-16 15:17:53 -08:00
28dd31a80f add advanced error handling for HTTP update
see: #1111
2015-12-16 23:05:23 +01:00
481d74ba86 add show_hidden argument to scanNetworks() 2015-12-16 12:06:29 -05:00
b9d0807a56 only malloc needed ram if we know the response size and its less then 1460 2015-12-16 00:48:35 +01:00
b8769bf5eb HTTP Client move buffer (1460 Byte) from stack to heap. 2015-12-16 00:36:11 +01:00
8d9f174826 Add human readable instance name property 2015-12-15 13:29:59 -08:00
971bd9b75c Change addServiceTxt to key/val pair 2015-12-15 06:05:35 -08:00
758107f35d Add TXT support 2015-12-15 05:39:49 -08:00
f34f84be74 Fix add multiple services 2015-12-15 05:17:53 -08:00
d45294efff fix invalid packets, removes compression 2015-12-15 05:07:57 -08:00
4be40bc5fa Skip ':' inside SHA1 signatures in WiFiClientSecure.cpp .
Improves the convenience of the verification of fingerprints.
As ':' are commonly inserted by web browser inside the SHA1 of https web sites, this created false problems with signatures "not matching".
Now, copied and pasted signature from Firefox simply because the verify function will skipped them...
2015-12-15 11:41:29 +01:00
4dd5d8cf7d allow control of restart on http update
#1202
2015-12-13 23:04:27 +01:00
9a096f828d Merge remote-tracking branch 'remotes/esp8266/master' 2015-12-10 12:26:15 +01:00
fdadadc787 add default values for updateSpiffs 2015-12-10 12:03:53 +01:00
55afeba174 see #1167
add close and stop as alias
2015-12-10 12:02:49 +01:00
839b150b97 Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate 2015-12-10 11:48:44 +01:00
a7609bce35 Remove double include of cbuf.h. 2015-12-09 22:17:50 -08:00
95089b75b9 fix startUpdate always false 2015-12-09 19:56:14 +01:00
b1ea7b602e httpUpdate Improve error handling 2015-12-09 16:27:04 +01:00
ce4edcb423 Merge branch 'master' into httpUpdate 2015-12-09 15:41:55 +01:00
0a4da83243 HTTPClient add Authorization example 2015-12-09 14:27:51 +01:00
85341ff25a HTTPClient phasing username + password from url 2015-12-09 14:19:28 +01:00
a9ce1b4f2e add Authorization support for HTTP client 2015-12-09 13:51:55 +01:00
b1e3d2256a add errorToString function 2015-12-09 13:05:29 +01:00
1dabac60a9 rework HTTPclient examples 2015-12-09 12:56:49 +01:00
e15c745e6f remove some HTTP_CODE_UNASSIGNED 2015-12-09 12:50:55 +01:00
174d606759 Merge remote-tracking branch 'remotes/esp8266/master' into httpClient 2015-12-09 12:48:28 +01:00
8b161ecf16 add http codes as enum t_http_codes 2015-12-09 12:47:23 +01:00
5cd42a0316 WiFiClientSecure: don't trash certificate and private key on stop() 2015-12-09 09:23:47 +03:00
3d1fbc60ab Replace chain of UDP pbufs with a single pbuf before sending (#1009)
Packets up to 1492 bytes may be sent this way.
Also reduced pbuf_unit_size to 128 bytes.
2015-12-06 20:22:54 +03:00
e166e85f73 oupps ! I forgot to set the timout value 2015-12-06 09:47:00 -05:00
6fa70bda01 replace delay with while loop in WiFiClient.ino 2015-12-06 09:42:51 -05:00
d8e3c766a3 ESP8266HTTPUpdate - improve error displaying 2015-12-06 11:07:25 +01:00
95d53c37c3 add httpUpdateSPIFFS.ino example 2015-12-05 20:47:58 +01:00