1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-01 03:26:58 +03:00

Commit Graph

  • b0bb1e144f Fix issue with UdpContext.h comment (#4068) letsbuildit 2018-01-02 05:16:06 -08:00
  • 06f21f28b4 bump version number Ivan Grokhotkov 2018-01-02 07:37:22 +08:00
  • 4ceabea9c3 bump version for platformio 2.4.0 Ivan Grokhotkov 2018-01-02 07:26:39 +08:00
  • 8941404e63 get.py: identify aarch64 properly (#4050) Lazar Obradovic 2018-01-02 00:17:21 +01:00
  • ed83304179 Python 3.6 invalid escape sequence deprecation fixes Ville Skyttä 2017-05-30 12:09:23 +03:00
  • 7dca0727e1 Python 3 syntax fixes Ville Skyttä 2017-05-30 12:05:46 +03:00
  • 8edeac0cf4 sdk: rename hostname and default_hostname symbols (#1281) Ivan Grokhotkov 2017-12-31 22:52:00 +08:00
  • 9183366734 fix IDE's OTA when using MSS != 1460 david gauchard 2017-12-31 02:27:33 +01:00
  • f9c60a226a Prevent endless loop in run_scheduled_functions (#4048) hreintke 2017-12-31 07:53:42 +01:00
  • b2e2d2272f lwip2: fix minor "C" conflict (#4052) david gauchard 2017-12-31 03:46:42 +01:00
  • b4653f4d44 Fix URL parameter decoding in web server (#3313) Ville Skyttä 2017-12-30 19:24:37 +02:00
  • 4ab89d07fc ESP8266WiFiMulti: Add count function (#3073) Patrick José Pereira 2017-12-30 14:16:47 -02:00
  • a2d16f38d4 Extern C blocks (#1352) (#4044) Develo 2017-12-30 02:03:26 -03:00
  • 1cd4a00cff Remove compiler warnings (#4043) liebman 2017-12-29 08:14:56 -08:00
  • a71118caeb Improve error messages (#2800) Joey Babcock 2017-12-29 06:49:29 -08:00
  • 2b868aac00 allow disabling global Serial and Serial1 object (#2807) Victor Tseng 2017-12-29 22:11:00 +08:00
  • 28803540a2 Added String hostname support to WiFiClient and WiFiClientSecure (#3349) Rick van Schijndel 2017-12-29 05:58:36 +01:00
  • 0b2df35117 follow arduino API: pure virtual Stream::flush() moved to empty virtual Print::flush() (#4029) david gauchard 2017-12-29 05:16:41 +01:00
  • 370e75cb47 multi-mss menus for lwip2, remove lwip xcc variant, lwip2 readme, updates and fixes (#4039) david gauchard 2017-12-29 04:48:31 +01:00
  • 02d6bb27ff Merge branch 'master' into bugfix/hardwareserial_swap bugfix/hardwareserial_swap Develo 2017-12-28 12:28:24 -03:00
  • 1540369c40 Set architecture=esp8266 for bundled SD and Ethernet libraries (#4035) Ivan Grokhotkov 2017-12-28 16:21:55 +01:00
  • 7dd50360b9 Fix bug in WiFiClientBasic.ino (#3902) Hans Winzell 2017-12-28 13:47:10 +01:00
  • 3838e58f62 WiFiClientSecure: don't use the broken max_fragment_length extension (#4033) Ivan Grokhotkov 2017-12-28 05:45:49 +01:00
  • a7984b65dc Update a02-my-esp-crashes.rst (#3950) Develo 2017-12-28 00:41:45 -03:00
  • 237f7d9b18 ESP8266HTTPClient: allow changing connection timeout using setTimeout (#4038) Ivan Grokhotkov 2017-12-28 03:53:31 +01:00
  • 7fc23c6f7a WiFiUDP: fix crash when calling destinationIP with no packet available (#4036) Ivan Grokhotkov 2017-12-28 03:15:11 +01:00
  • db1cfc7772 handle empty uri http.begin("http://www.google.com") yields an empty uri and makes a broken request "GET HTTPi/1.1" Christopher Liebman 2017-12-04 12:24:08 -08:00
  • 4c08389961 ESP8266WebServer: send empty chunk when done sending chunked response Ivan Grokhotkov 2017-12-14 11:10:01 +08:00
  • 9b3583d227 ESP8266WebServer: add CONTENT_LENGTH_UNKNOWN keyword Ivan Grokhotkov 2017-12-14 11:10:47 +08:00
  • fac64900dd Configurable WiFiClientSecure connect timeout, better default value (#4027) Ivan Grokhotkov 2017-12-26 18:01:28 +01:00
  • ddda374985 WiFiClientSecure: don't trash unread decrypted data when writing (#4024) Ivan Grokhotkov 2017-12-26 15:28:18 +01:00
  • e4043e9ba7 Fix boundary condition on resize (#4016) OverEasy 2017-12-25 22:38:07 -05:00
  • 9913e52107 handle tv.tv_usec in settimeofday() (#4001) david gauchard 2017-12-24 21:48:25 +01:00
  • d5bb4a99f6 in example properly wait for NTP to be set (#4000) david gauchard 2017-12-21 20:27:58 +01:00
  • d0a4900e2d * extra validation breaking POST/DELETE rest calls (#4003) Virgil Borcea 2017-12-21 03:28:37 +02:00
  • 355232ff6d boards.txt: missing -DESP8266 + debug menu for -DNDEBUG (#3974) david gauchard 2017-12-18 14:35:47 +01:00
  • 022ea5a872 consequence of ::flush() update: fix potential double free (#3990) david gauchard 2017-12-18 12:56:18 +01:00
  • f8b577b6c3 fix WiFiClient::availableForWrite() with no connexion (#3985) david gauchard 2017-12-18 04:47:56 +01:00
  • 08cdf153d4 added int16_t i2s_available(); it returns the number of samples than can be (#3988) aguaviva 2017-12-18 01:34:38 +01:00
  • 26980b39e3 fix #1002 ::Flush() wait for empty send buffer (#3967) david gauchard 2017-12-17 17:16:41 +01:00
  • affd1b37b8 Update generic-class.rst (#3875) Doanh Văn Lương 2017-12-17 10:00:09 +07:00
  • 291fdfc141 Update client-secure-examples.rst (#3907) Rotzbua 2017-12-17 00:01:50 +01:00
  • 89e5a481a7 increase HTTP SEND/POST timeout to 5s (#3971) david gauchard 2017-12-16 04:01:43 +01:00
  • 58937dd489 check nullptr in ESP8266WebServer (#3958) david gauchard 2017-12-14 07:38:44 +01:00
  • 4a0cdca28c Export pgmspace symbols to C (#3955) Sebastian Andersson 2017-12-14 07:38:09 +01:00
  • cc9e799fc1 ci: split into multiple jobs Ivan Grokhotkov 2017-12-13 21:54:52 +08:00
  • cb723a5960 realloc bug: fix #3953 (#3957) david gauchard 2017-12-13 14:30:33 +01:00
  • bd261c05f1 update and fix current generated boards.txt (#3940) david gauchard 2017-12-12 01:20:01 +01:00
  • 7df2858285 Fix comment misnomer (#3939) Develo 2017-12-08 15:58:46 -03:00
  • 7ff3ee91c4 [doc] update client-secure-class.rst (#3924) Rotzbua 2017-12-08 08:25:18 +01:00
  • 31abb6e5e1 [doc] update HTTPSRequest.ino (#3925) Rotzbua 2017-12-08 07:38:19 +01:00
  • 3b0c395837 cleanup warnings (#3934) liebman 2017-12-07 21:08:54 -08:00
  • eb494065b4 Merge pull request #3894 from esp8266/ivankravets-patch-2 Ivan Kravets 2017-11-30 01:23:25 +02:00
  • 6e75ae49ad CI: Use updated staging dev/platform without "_stage" suffix Ivan Kravets 2017-11-30 00:10:50 +02:00
  • 7b09ae5f69 Bug #3795 (#3858) Shawn A 2017-11-22 16:01:22 -06:00
  • c40d8a990e adds WiFi.getPersistent() (#3857) Shawn A 2017-11-22 15:08:28 -06:00
  • fecacf167c Added Serial.setRxBufferSize method description in libraries reference document (#3862) Alessio Leoncini 2017-11-22 18:30:11 +01:00
  • 9dcc580aef Add compatibility check for ::config() method with arduino arg order (#3860) Develo 2017-11-22 10:22:11 -03:00
  • 7de58d9671 Fixed broken links in ota_updates/readme.rst Michael 2017-11-15 18:57:09 +01:00
  • 03f1a540ca Added constant time string comparison to avoid possible time-based attacks. (#3836) Alessio Leoncini 2017-11-21 05:56:05 +01:00
  • cbfbc1ad63 lwip2 fixes and time/ntp management core: +settimeofday() core: +coredecls.h +sntp-lwip2.c core: fix clock_gettime() with micros64() core: honor DST in configTime() core: internal clock is automatically started examples: +esp8266/NTP-TZ-DST.ino lwip2: sntp client removed lwip2: fix crashing with WiFi.softAPConfig(ip,ip,ip) fix #3852 david gauchard 2017-11-14 22:34:43 +01:00
  • 2f09ea7117 refactor of WiFiMulti::run to reduce complexity and remove dead code (#3847) Develo 2017-11-20 21:46:12 -03:00
  • cb0a30c22b Removed unused function that serves no purpose (#3854) Develo 2017-11-20 17:51:25 -03:00
  • 422f35938a Added length and operator[] methods, added some constness, missed dirty clear (#3855) Develo 2017-11-20 16:25:52 -03:00
  • 1b76e9bf72 Clear dirty flag in begin and reallocate only if necessary, add getConstDataPtr method (#2217) (#3849) Develo 2017-11-20 14:39:27 -03:00
  • 117bc875ff Fix too wide 'word' type -- it should be 16-bit instead of 32-bit (#3851) Mystic-Mirage 2017-11-20 00:42:15 +02:00
  • 78b0f44348 fixes #3795 (#3796) Shawn A 2017-11-17 17:28:34 -06:00
  • bec6a4d302 Fix ESP8266NetBIOS to compile with lwip V2 (#3823) Luc 2017-11-17 22:02:22 +01:00
  • 397592fce7 fixes #3793 (#3794) Shawn A 2017-11-17 12:20:40 -06:00
  • d1e8fe99a2 Fix compilation with LWIP v2 (#3822) Luc 2017-11-17 04:33:19 +01:00
  • 9f2dcd6892 Fix ESP8266LLMNR for build with lwip2 (#3821) Develo 2017-11-16 13:41:24 -03:00
  • 5b925697ec Added micros64 and used to fix and improve gettimeofday. Brandon White 2017-11-10 08:53:49 -06:00
  • 303a71deea Servo: fix arg types for std::min/max devyte 2017-11-05 02:19:46 -03:00
  • 7ad89e58cd Use isnan and isinf from std:: Ivan Grokhotkov 2016-05-10 21:39:02 +08:00
  • dfcaa1b854 Use min and max from std:: Ivan Grokhotkov 2016-05-10 21:26:38 +08:00
  • 063c2379a4 Update POLICY.md Develo 2017-11-02 01:36:18 -03:00
  • 23ceb828c5 Update and rename Policy.md to POLICY.md Develo 2017-09-26 14:52:46 -03:00
  • 32ec86e7de Create Policy.md Develo 2017-09-26 14:46:44 -03:00
  • 7315095e46 lwip2: build: include and lib david gauchard 2017-11-01 22:12:20 +01:00
  • 84cf2f4b5e lwip2: automatically clone lwip's git david gauchard 2017-11-01 22:03:48 +01:00
  • 32f6826dcf lwip2 integration david gauchard 2017-11-01 21:14:55 +01:00
  • 5c01841430 sdk: update to v2.1.0-14-g33f234f Ivan Grokhotkov 2017-10-31 02:05:40 +08:00
  • e71ec77a00 minimize number of exit paths in ESP8266WebServer::handleClient (#2557) Christian Schuster 2017-10-17 22:08:50 +02:00
  • 2fbc619569 allocate HTTPUpload struct on demand (#2557) Christian Schuster 2017-10-17 22:07:17 +02:00
  • 20b7e480b5 Make ESP8266mDNS debug output like other ESP libs Bryce Schober 2017-09-22 16:38:08 -07:00
  • 42aa983628 Make DNSServer debug output like other ESP libs Bryce Schober 2017-09-22 16:37:45 -07:00
  • 2abbc36da4 Put WiFi into station mode in examples (#3731) James Stanley 2017-10-22 06:53:01 +01:00
  • 098172c5e4 Increase version for PlatformIO (#3742) Julian Wolter 2017-10-22 07:51:30 +02:00
  • fdac1a2653 Update SoftwareSerial to 3.3.0 (#3727) Peter Lerup 2017-10-22 07:32:53 +02:00
  • 5397813e5c Minimal file with a few ESP8266-specific keywords - github issue #3701 vdeconinck 2017-10-21 22:20:41 +02:00
  • 0c897c37a6 ci: add skip_cleanup for release deployment 2.4.0-rc2 Ivan Grokhotkov 2017-10-15 15:33:00 +08:00
  • 53d7cc01cf Optimize EEPROM::put (#2487) ittacco 2017-10-15 09:16:42 +02:00
  • 9fce9c792c Add a workaround-delay in Serial.flush() (#3714) WereCatf 2017-10-15 10:05:49 +03:00
  • b81ef01ef7 Fix for redirect of HTTP Update, so that it always returns to the root / instead of /update (#3420) E. van Harten 2017-10-15 09:03:28 +02:00
  • 80aeacfb80 Fix erase size in ESP.eraseConfig Ivan Grokhotkov 2017-09-22 15:52:00 +08:00
  • 93ad1fb3b6 fix link from md to rst (#3704) BSCheshir 2017-10-15 10:01:12 +03:00
  • 84512ec811 fixes for SDK update Ivan Grokhotkov 2017-10-15 14:59:37 +08:00
  • 1c8bcf6cb2 fix gettimeofday() Juppit 2017-10-13 12:44:18 +02:00
  • c83e17b31e WiFiUpd: fix warning Ivan Grokhotkov 2017-10-15 14:41:50 +08:00
  • d24a358817 esptool: update to 0.4.12 Ivan Grokhotkov 2017-10-15 14:04:05 +08:00