Eric Wilkison
|
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 |
|
Eric Wilkison
|
1c8f9f5468
|
Merge branch 'mdns-updates'
|
2015-12-17 14:35:06 -08:00 |
|
Eric Wilkison
|
f7d8a027e8
|
Fix begin overwriting instancename
|
2015-12-17 14:29:15 -08:00 |
|
Eric Wilkison
|
99b3e2df26
|
remove debug code
|
2015-12-17 14:13:03 -08:00 |
|
Eric Wilkison
|
8d9f174826
|
Add human readable instance name property
|
2015-12-15 13:29:59 -08:00 |
|
Eric Wilkison
|
971bd9b75c
|
Change addServiceTxt to key/val pair
|
2015-12-15 06:05:35 -08:00 |
|
Eric Wilkison
|
758107f35d
|
Add TXT support
|
2015-12-15 05:39:49 -08:00 |
|
Eric Wilkison
|
f34f84be74
|
Fix add multiple services
|
2015-12-15 05:17:53 -08:00 |
|
Eric Wilkison
|
d45294efff
|
fix invalid packets, removes compression
|
2015-12-15 05:07:57 -08:00 |
|
Ivan Grokhotkov
|
e7024fb5b4
|
SPIFFS: check if path length is valid (#1089)
|
2015-12-10 23:25:54 +03:00 |
|
Markus
|
703aaf60f4
|
Merge pull request #1192 from Links2004/master
doc better quality of update_memory_copy.png
|
2015-12-10 18:39:57 +01:00 |
|
Markus Sattler
|
6aa4f9e481
|
doc better quality of update_memory_copy.png
|
2015-12-10 18:06:56 +01:00 |
|
Markus
|
617f6cad1e
|
Merge pull request #1191 from Links2004/httpUpdate
fix update
|
2015-12-10 18:00:20 +01:00 |
|
Markus Sattler
|
f4deee6925
|
Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate
|
2015-12-10 17:38:08 +01:00 |
|
Markus
|
ba4b42529c
|
Merge pull request #1190 from Links2004/master
update ota docs
|
2015-12-10 17:37:46 +01:00 |
|
Markus Sattler
|
7ea4eb452d
|
fix String bug
length where returning something that is not 0 while buffer where NULL!?
|
2015-12-10 17:37:09 +01:00 |
|
Markus Sattler
|
49536c78d3
|
add more debug to Updater.cpp
|
2015-12-10 17:24:39 +01:00 |
|
Markus Sattler
|
38427333c5
|
update ota docs
|
2015-12-10 17:05:00 +01:00 |
|
Markus
|
a5c3aea98e
|
Merge pull request #1189 from Links2004/master
fix #1167 WiFiServer stop / close
|
2015-12-10 15:41:04 +01:00 |
|
Markus Sattler
|
0389657614
|
give the IP stack more time to handle the data
may help with #1157
|
2015-12-10 12:48:36 +01:00 |
|
Markus Sattler
|
9a096f828d
|
Merge remote-tracking branch 'remotes/esp8266/master'
|
2015-12-10 12:26:15 +01:00 |
|
Markus
|
086af80a23
|
Merge pull request #1188 from Links2004/httpUpdate
allow SPIFFS update over http
|
2015-12-10 12:25:01 +01:00 |
|
Markus Sattler
|
fdadadc787
|
add default values for updateSpiffs
|
2015-12-10 12:03:53 +01:00 |
|
Markus Sattler
|
55afeba174
|
see #1167
add close and stop as alias
|
2015-12-10 12:02:49 +01:00 |
|
Markus Sattler
|
839b150b97
|
Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate
|
2015-12-10 11:48:44 +01:00 |
|
Ivan Grokhotkov
|
33bc6f889e
|
Merge pull request #1186 from alltheblinkythings/for-upstream
Remove double include of cbuf.h.
|
2015-12-10 11:52:58 +03:00 |
|
Christopher Pascoe
|
a7609bce35
|
Remove double include of cbuf.h.
|
2015-12-09 22:17:50 -08:00 |
|
Markus Sattler
|
95089b75b9
|
fix startUpdate always false
|
2015-12-09 19:56:14 +01:00 |
|
Markus Sattler
|
b1ea7b602e
|
httpUpdate Improve error handling
|
2015-12-09 16:27:04 +01:00 |
|
Markus Sattler
|
ce4edcb423
|
Merge branch 'master' into httpUpdate
|
2015-12-09 15:41:55 +01:00 |
|
Markus
|
3f12831161
|
Merge pull request #1181 from Links2004/httpClient
HTTPClient add Authorization support
|
2015-12-09 15:40:52 +01:00 |
|
Markus Sattler
|
0a4da83243
|
HTTPClient add Authorization example
|
2015-12-09 14:27:51 +01:00 |
|
Markus Sattler
|
85341ff25a
|
HTTPClient phasing username + password from url
|
2015-12-09 14:19:28 +01:00 |
|
Markus Sattler
|
a9ce1b4f2e
|
add Authorization support for HTTP client
|
2015-12-09 13:51:55 +01:00 |
|
Markus Sattler
|
62f38bfef3
|
add base64 class
|
2015-12-09 13:51:39 +01:00 |
|
Markus Sattler
|
b1e3d2256a
|
add errorToString function
|
2015-12-09 13:05:29 +01:00 |
|
Markus Sattler
|
1dabac60a9
|
rework HTTPclient examples
|
2015-12-09 12:56:49 +01:00 |
|
Markus Sattler
|
e15c745e6f
|
remove some HTTP_CODE_UNASSIGNED
|
2015-12-09 12:50:55 +01:00 |
|
Markus Sattler
|
174d606759
|
Merge remote-tracking branch 'remotes/esp8266/master' into httpClient
|
2015-12-09 12:48:28 +01:00 |
|
Markus Sattler
|
8b161ecf16
|
add http codes as enum t_http_codes
|
2015-12-09 12:47:23 +01:00 |
|
Ivan Grokhotkov
|
5cd42a0316
|
WiFiClientSecure: don't trash certificate and private key on stop()
|
2015-12-09 09:23:47 +03:00 |
|
Ivan Grokhotkov
|
8f5a6fdf69
|
Merge pull request #1148 from Rodmg/espino-support
added ESPino to supported boards
|
2015-12-08 23:41:42 +03:00 |
|
Markus
|
0a9767d594
|
Merge pull request #1173 from Links2004/master
add define RANDOM_REG32 + update libraries.md
|
2015-12-08 12:04:44 +01:00 |
|
Markus Sattler
|
10967816e2
|
Merge remote-tracking branch 'remotes/esp8266/master'
|
2015-12-08 11:41:01 +01:00 |
|
Markus
|
2c38159c95
|
Merge pull request #1172 from tzapu/patch-1
Update libraries.md
|
2015-12-08 11:40:51 +01:00 |
|
Markus Sattler
|
22af40af18
|
add note about Adafruit_ILI9341
|
2015-12-08 11:35:14 +01:00 |
|
Markus Sattler
|
44af3d5e89
|
Merge remote-tracking branch 'remotes/esp8266/master'
|
2015-12-08 11:33:25 +01:00 |
|
Markus Sattler
|
02e22b38cb
|
add define RANDOM_REG32 ESP8266_DREG(0x20E44)
|
2015-12-08 11:33:15 +01:00 |
|
tzapu
|
a3c3c934bc
|
Update libraries.md
Added link to WiFiManager
|
2015-12-08 08:49:40 +02:00 |
|
Rodrigo Méndez
|
5163391492
|
Merge branch 'master' into espino-support
|
2015-12-07 17:42:44 -06:00 |
|