Skip to content
Snippets Groups Projects
  1. Mar 21, 2016
  2. Mar 17, 2016
    • Marko Mikulicic's avatar
      Fix url path parsing · 29d6c4ac
      Marko Mikulicic authored
      The url parser had two bugs:
      - `http://example.com` -> `GET // HTTP/1.1`
      - `foo://bar/baz` -> path is `"baz"` instead of `"/baz"`
      
      Now the path returned by  `mg_http_common_url_parse` always
      starts with `/`.
      
      Closes cesanta/mongoose#631
      
      PUBLISHED_FROM=f56ed97361ca14ee31d6ed26cf7afe5cd11e0dc5
      29d6c4ac
    • Deomid Ryabkov's avatar
      SJ timer API cleanup; added setInterval and clear* · 8148b6d0
      Deomid Ryabkov authored
      Timers/intervals are now implemented on top of Mongoose.
      Got rid of all the platform-specific code (yay!)
      
      Added interval support and ability to clear previously added timeouts.
      
      PUBLISHED_FROM=93866dd80b95b0fa6e137d87f86138330e720154
      8148b6d0
    • Deomid Ryabkov's avatar
      Make it legal to have a conn with INVALID_SOCKET · 3327e0e8
      Deomid Ryabkov authored
      E.g. a timer-only connection
      
      PUBLISHED_FROM=e8d4d2b6e5e0dfa8e8f987b2ded6b973c39e2919
      3327e0e8
    • Alexander Alashkin's avatar
      Fix boundary problem · 0456f0f5
      Alexander Alashkin authored
      PUBLISHED_FROM=b78c97a337208007e1f622fde072cd59664ef76f
      0456f0f5
    • Deomid Ryabkov's avatar
      CC3200 fixes · 72cf78de
      Deomid Ryabkov authored
      Increase heap size to 44K (13K free after init)
      Add File.list() support
      Fix a bunch of bugs in file support
      Disable sys_init.js, there just isn't enough RAM...
      
      PUBLISHED_FROM=2121b8758f0596da39c3eafcfff36337a1b90b74
      72cf78de
  3. Mar 15, 2016
  4. Mar 14, 2016
  5. Mar 13, 2016
  6. Mar 10, 2016
  7. Mar 08, 2016
  8. Mar 04, 2016
  9. Mar 03, 2016
  10. Mar 01, 2016
  11. Feb 29, 2016
Loading