1. 19 Apr, 2016 5 commits
  2. 18 Apr, 2016 2 commits
  3. 16 Apr, 2016 2 commits
  4. 15 Apr, 2016 3 commits
  5. 13 Apr, 2016 4 commits
  6. 12 Apr, 2016 8 commits
  7. 11 Apr, 2016 4 commits
    • Deomid Ryabkov's avatar
      Fix comment format in http.h · 76364af2
      Deomid Ryabkov authored
      Functions decl must follow comment to be correctly documented
      
      PUBLISHED_FROM=6ab035cda470c2c23240db4435abd8c241c71b0d
      76364af2
    • Alexander Alashkin's avatar
      Add UDP echo server Mongoose example · 0efa8f9d
      Alexander Alashkin authored
      PUBLISHED_FROM=c0ea72104da23a97c81c9f671c9b91d9df2541d1
      0efa8f9d
    • Deomid Ryabkov's avatar
      MSP432 port, step 1 · f36b452f
      Deomid Ryabkov authored
      Doesn't actually work yet, but bits common with CC3200 (SimpleLink) are
      moved out.
      
      PUBLISHED_FROM=9d9a51cf7d8262694199c46bfd0ac514fc88889e
      f36b452f
    • Dmitry Frank's avatar
      Improve Android app · 0be132f3
      Dmitry Frank authored
      Now it can talk to backend as well to the demo device: `LCD.AddLine`,
      `LED.Set`, `LED.Get`.
      
      PUBLISHED_FROM=40f493cdabe6ad23a6f26a4563366bebb5071529
      0be132f3
  8. 08 Apr, 2016 7 commits
  9. 06 Apr, 2016 2 commits
  10. 05 Apr, 2016 3 commits
    • Deomid Ryabkov's avatar
      Remove epoll() support · 19dd02ac
      Deomid Ryabkov authored
      1) It's broken; most likely in more ways than one
      2) It doesn't make much sense as long as we maintain MG_EV_POLL and
         have to traverse the list of connections anyway.
      3) In Mongoose, simplicity trumps performance.
      
      PUBLISHED_FROM=61d2aeee4f74678bc186063c0977e720a8a414cb
      19dd02ac
    • Deomid Ryabkov's avatar
      Fix AP configuration on CC3200 · 5e31914d
      Deomid Ryabkov authored
      Factor out MG task for clarity and ease of reuse.
      
      PUBLISHED_FROM=18f1aedd3c227b43a49f59a67076905917dd6cab
      5e31914d
    • Deomid Ryabkov's avatar
      Do not allocate connection state for MG timers · 8296e0f4
      Deomid Ryabkov authored
      PUBLISHED_FROM=c7cd64eea0ab7553450c452ac30bdd7a5032cbbe
      8296e0f4