Skip to content
Snippets Groups Projects
  1. Jan 13, 2017
    • Dmitry Frank's avatar
      Improve includes in the amalgamation script · ac921d46
      Dmitry Frank authored
      Now it also tries to find the included file relatively to the "parent"
      file. This is required for amalgamation of the frozen into mjs, since
      `frozen.c` includes `frozen.h` instead of `frozen/frozen.h`.
      
      PUBLISHED_FROM=8f670a1509a30cfdfb22e454b7851f4cf28fb98d
      ac921d46
  2. Jan 12, 2017
  3. Jan 11, 2017
  4. Jan 10, 2017
  5. Jan 09, 2017
  6. Dec 23, 2016
  7. Dec 21, 2016
    • Deomid Ryabkov's avatar
      Support MIOT app builds for ESP32 · 38298735
      Deomid Ryabkov authored
      PUBLISHED_FROM=44bcbb87c326a4e05e96dc0b094fd9dd1a9d4276
      38298735
    • Deomid Ryabkov's avatar
      Minor fixes to socket support when used with LWIP · 54ebcc5b
      Deomid Ryabkov authored
       - LWIP UDP sockets are always writable and they are not reported as
         such by select() (bug? featuyre?). TCP sockets are ok.
       - Always deliver MG_EV_POLL, whether we have other fd_events or not.
         Otherwise MG_EV_POLL would not be delivered at all to perma-writable
         UDP sockets (as they are on LWIP).
       - Ignore EAGAIN/EWOULDBLOCK errors while connecting, this happens
         during SSL handshake.
      
      PUBLISHED_FROM=3b1ee0d2b0c672512da5c9d6141aba1112983426
      54ebcc5b
  8. Dec 20, 2016
  9. Dec 15, 2016
  10. Dec 14, 2016
  11. Dec 13, 2016
  12. Dec 12, 2016
  13. Dec 10, 2016
  14. Dec 09, 2016
  15. Dec 08, 2016
  16. Dec 07, 2016
  17. Dec 02, 2016
  18. Dec 01, 2016
  19. Nov 29, 2016
Loading