1. 22 Jul, 2016 3 commits
    • Marko Mikulicic's avatar
      Skip C build if not changed - step 1 · e8a97f12
      Marko Mikulicic authored
      Note: this is only the first step; the C sources won't be built until
      the second step is done.
      
      The actual build takes about 1.3s on cloud2 which still runs the docker
      containers and image layers on the very slow spinning disk. cloud3 has
      docker mounted on the SSD disk; measured speedups of 20-30%
      
      PUBLISHED_FROM=c5acef1d64ebc8dca8ed31f51685c8b3090c5767
      e8a97f12
    • Evelyn's avatar
      Update mg_mgr_init.md · 06aabdef
      Evelyn authored
      06aabdef
    • Deomid Ryabkov's avatar
      Use rand() instead of random(), it's more standard · 15643f8e
      Deomid Ryabkov authored
      Remove the random() stubs from the codebase
      
      PUBLISHED_FROM=0f56ec7dffa0af1f5061a17d8801239d6f0e32a5
      15643f8e
  2. 21 Jul, 2016 7 commits
  3. 20 Jul, 2016 2 commits
  4. 15 Jul, 2016 2 commits
  5. 14 Jul, 2016 1 commit
    • Deomid Ryabkov's avatar
      Fix SSL stuff · 9f78a290
      Deomid Ryabkov authored
      Do not use CA bundle on CC3200, it doesn't work.
      Make ssl_ca_cert = "*" mean "no verification" and make sure
      SSL is enabled on the connection when it's required, even w/o verification.
      
      PUBLISHED_FROM=c8710a5d24ecfe174ef45b7f81c114d41faf5c12
      9f78a290
  6. 13 Jul, 2016 2 commits
  7. 12 Jul, 2016 3 commits
  8. 11 Jul, 2016 1 commit
    • Deomid Ryabkov's avatar
      Properly override rename on Newlib · 459cd1b0
      Deomid Ryabkov authored
      Newlib implements rename as _link and _unlink, not _rename.
      There is no _link on either SLFS or SPIFFS, so override rename directly.
      
      PUBLISHED_FROM=ebb54664f8a3c8664ecab1fac021bef286a0e230
      459cd1b0
  9. 08 Jul, 2016 1 commit
  10. 07 Jul, 2016 1 commit
  11. 06 Jul, 2016 5 commits
  12. 01 Jul, 2016 1 commit
  13. 29 Jun, 2016 1 commit
  14. 28 Jun, 2016 3 commits
  15. 27 Jun, 2016 1 commit
  16. 24 Jun, 2016 1 commit
    • Deomid Ryabkov's avatar
      Ignore SL_ENOPROTOOPT w/ DOMAIN_NAME_VERIFICATION · 5a19135c
      Deomid Ryabkov authored
      Domain name verification feature was added in NWP service pack
      (reported version: 2.6.0.5). Older versions do not support it.
      There's not much we can do about it, so we just ignore the error.
      
      PUBLISHED_FROM=9495250de1945aae4f2bdf7dddcd7bf1248e24c2
      5a19135c
  17. 22 Jun, 2016 2 commits
  18. 20 Jun, 2016 1 commit
  19. 15 Jun, 2016 2 commits