Markus Sattler
b2a6ab8059
#1499
2016-01-25 21:05:24 +01:00
Markus Sattler
bac5ce0490
make resize easier to read and add note
2016-01-23 23:23:02 +01:00
Markus Sattler
e2a73ef385
move function code of cbuf to cbuf.cpp
...
add peek for multiple bytes
add remove
add resizeAdd
add resize
2016-01-23 11:28:30 +01:00
Markus
d5d0d73aea
Merge pull request #1476 from obsoleted/debug_tls_mem
...
Add TLS Mem debug level option
2016-01-21 17:16:05 +01:00
Andre Price
1ca8a03970
Add TLS Mem debug option
...
- Added new option for Core + SSL + Tls Mem
- Added TLS Mem debuging when debugging All
2016-01-20 17:38:58 -08:00
Ivan Grokhotkov
0834ec62a1
Merge pull request #1467 from KaloNK/master
...
Document the new methods for mapping UART0 TX to GPIO2
2016-01-19 18:27:08 +03:00
Kaloyan Kovachev
fbc7eb9f85
Document the new methods for mapping UART0 TX to GPIO2
2016-01-19 15:57:38 +02:00
Ivan Grokhotkov
ecdbda8796
Merge pull request #1401 from lp0/webserver-async1
...
WebServer: handle initial read/close timeouts asynchronously
2016-01-18 20:45:41 +03:00
Ivan Grokhotkov
f14ecdb960
Merge pull request #1424 from KaloNK/master
...
Allow setting alternate TX for UART 0, so GPIO1 is available as SPI_CS1
2016-01-18 20:44:48 +03:00
Ivan Grokhotkov
e443b0ce3b
Merge pull request #1437 from timw1971/patch-2
...
Optimised _dirty flag.
2016-01-18 20:43:42 +03:00
Ivan Grokhotkov
a39b4825e0
Merge pull request #1440 from stefangordon/master
...
Include Arduino.h AFTER memory.h
2016-01-18 20:42:11 +03:00
Ivan Grokhotkov
8c3e1d00ee
Merge pull request #1451 from probonopd/patch-2
...
advertise all hosted services
2016-01-18 20:41:58 +03:00
Ivan Grokhotkov
27de48b03f
Merge pull request #1463 from andig/remove-onewire
...
Remove OneWire
2016-01-18 20:41:30 +03:00
andig
d605074005
Remove OneWire
2016-01-18 15:38:28 +01:00
Kaloyan Kovachev
8bd0b2a110
Merge remote-tracking branch 'upstream/master'
2016-01-18 13:14:35 +02:00
Stefan Gordon
80dc5c11a4
Merge branch 'master' into master
2016-01-17 16:54:02 -08:00
Markus
68701bf208
Merge pull request #1457 from martinayotte/master
...
manual merge of IPAddress from Arduino.cc
2016-01-17 16:15:15 +01:00
Martin Ayotte
c1e91c722f
manual merge of IPAddress from Arduino.cc e3909b4e2c
2016-01-17 09:43:07 -05:00
probonopd
b2a92963d3
Merge branch 'master' into patch-2
2016-01-16 22:09:45 +01:00
Markus
371c7881c0
Merge pull request #1445 from Links2004/master
...
fix #1368
2016-01-16 21:57:01 +01:00
probonopd
160f84a6f6
Make advertiseServices() private
2016-01-16 20:51:08 +01:00
probonopd
7a35ee4813
advertise all hosted services (written by me-no-dev)
2016-01-16 20:39:52 +01:00
probonopd
0b42f53bf4
advertise all hosted services
2016-01-16 20:37:06 +01:00
Markus Sattler
4247b646bb
Merge remote-tracking branch 'remotes/esp8266/master'
2016-01-16 14:01:19 +01:00
Markus Sattler
fb55e91118
fix #1368
2016-01-16 14:00:56 +01:00
Stefan Gordon
7f7a1ac420
Include Arduino.h AFTER memory.h
...
Arduino.h defines min/max which are then redefined with templates in stl_algobase.h imported from memory.h. This is the least impactful way I can find to get past this for now and unblock use of wificlient in more scenarios.
2016-01-15 12:02:08 -08:00
Markus
3873627249
Merge pull request #1432 from sfranzyshen/master
...
Update core_esp8266_phy.c
2016-01-15 16:25:43 +01:00
timw1971
b3a503a9ef
Optimised _dirty flag.
...
_dirty set only if the value being written is different from the existing value in the cache.
2016-01-15 15:15:22 +00:00
Scott Franzyshen
28c96179a0
Update core_esp8266_phy.c
...
add #include <string.h> to fix warning: incompatible implicit declaration of built-in function 'memcpy'
2016-01-14 16:30:26 -08:00
Kaloyan Kovachev
d68b9717b5
Use explicit TX pin number and add pins setting method
2016-01-14 17:55:57 +02:00
Kaloyan Kovachev
e97bc80cee
Allow setting alternate TX for UART 0, so GPIO1 is available as SPI_CS1
2016-01-14 14:18:52 +02:00
Ivan Grokhotkov
87c59b1ca2
Merge pull request #1413 from Links2004/master
...
fix unused warning #1407
2016-01-13 09:46:10 +03:00
Ivan Grokhotkov
a3a6c98390
Merge pull request #1415 from joostjager/my_changes_on_2.1.0-rc1
...
Accept-Encoding missing comma added
2016-01-13 09:46:00 +03:00
Joost Jager
3d4e4f8cda
Merge branch 'master' into my_changes_on_2.1.0-rc1
2016-01-12 21:26:09 +01:00
Joost Jager
ae1409125f
Accept-Encoding missing comma added
2016-01-12 21:25:27 +01:00
Ivan Grokhotkov
b4ef8cf0fa
Update arduino-esp8266fs-plugin link to 0.2.0
2016-01-12 17:59:09 +03:00
Markus Sattler
54b16b19b7
Merge remote-tracking branch 'remotes/esp8266/master'
2016-01-12 13:44:09 +01:00
Ivan Grokhotkov
2382d2d680
Merge pull request #1409 from plerup/master
...
Use SoftwareSerial version 2.2
2016-01-12 10:19:27 +03:00
Peter Lerup
486a31260b
Use SoftwareSerial version 2.2
2016-01-11 23:28:44 +01:00
Markus Sattler
b425eff683
#1407
2016-01-11 15:46:52 +01:00
Ivan Grokhotkov
fe558540f6
Merge pull request #1399 from wyattearp/master
...
Custom Device Type, Appropriate Responses, Custom TTL, and uint32_t Serial Number
2016-01-10 23:43:25 +03:00
Ivan Grokhotkov
47102201a8
Merge pull request #1096 from per1234/master
...
Unique Built-In libraries library.properties name
2016-01-10 23:41:54 +03:00
Ivan Grokhotkov
e8d60be62a
Merge pull request #1362 from shmuelzon/zero-content-length
...
A content length of zero should also be sent
2016-01-10 23:16:56 +03:00
Simon Arlott
d099404eb8
WebServer: handle initial read/close timeouts asynchronously
...
If there is a delay before data becomes available on a new connection
then the handler function blocks for up to 1 second, and there's another
wait on connection close for up to 2 seconds.
This doesn't make the whole server process asynchronous (there is another
delay between headers/data) but it helps when there are other events
that need attention while handling web requests.
2016-01-10 15:50:34 +00:00
Wyatt Neal
e34ded1821
Merge remote-tracking branch 'upstream/master'
2016-01-10 09:41:52 -05:00
Markus
95cf0553e4
Merge pull request #1398 from dpeckett/malformed-uri-scheme-handling
...
Fix typo causing crash on missing uri scheme
2016-01-10 13:10:47 +01:00
Assaf Inbal
9e61e60b0c
A content length of zero should also be sent
...
This is needed since when the content-length header is not sent the clients will
wait for data anyways. Sending a content length of zero will tell the client not
to expect any content and it will close the connection immediately.
2016-01-10 08:11:40 +02:00
Wyatt Neal
c85f582a1f
Merge branch 'master' of github.com:wyattearp/Arduino
2016-01-09 23:26:30 -05:00
Wyatt Neal
9b880e7af2
only respond to ssdp searches that match our type
2016-01-09 23:25:57 -05:00
Damian Peckett
ec1c90c545
Fix typo causing crash on missing uri scheme
2016-01-10 14:10:29 +11:00