1. 18 2月, 2021 1 次提交
  2. 21 12月, 2020 1 次提交
  3. 17 9月, 2019 1 次提交
  4. 15 4月, 2019 1 次提交
  5. 03 12月, 2018 1 次提交
  6. 27 11月, 2018 1 次提交
  7. 19 11月, 2018 1 次提交
  8. 14 5月, 2018 1 次提交
  9. 16 4月, 2018 1 次提交
  10. 14 4月, 2018 1 次提交
  11. 18 1月, 2018 1 次提交
    • L
      WiFiClientSecure::lastError() method (#945) · d650ac6c
      lbernstone 提交于
      * Added a lastError method to WiFiClientSecure so that a connection error from mbedTLS can be retrieved if connection fails (and then presented to a user).
      
      * Changed to dos CRLF
      
      * Made buffer size a const\nMore cleanup to match source
      d650ac6c
  12. 19 12月, 2017 1 次提交
  13. 19 5月, 2017 1 次提交
    • C
      HTTPClient Port (#347) · 51a4432c
      copercini 提交于
      * Fix possible infinite loop in the example
      
      * Remove workaround of sockets always return -76 
      
      Remove workaround of sockets always return -76 (because it's fixed on IDF now)
      Remove delay during handshake (improving stability)
      
      * Remove unusable mbedtls_net of context creation
      
      * Fix bad destructor
      
      * Compatibility with WiFiClient for HTTPClient
      
      * Initial port from ESP8266
      
      Changed SHA1 fingerprint by Root CA verification
      Changed log system
      
      * Remove deprecated function
      51a4432c
  14. 10 3月, 2017 1 次提交
  15. 11 2月, 2017 1 次提交
  16. 06 10月, 2016 1 次提交