1. 01 Apr, 2016 12 commits
  2. 25 Mar, 2016 8 commits
  3. 22 Mar, 2016 4 commits
  4. 21 Mar, 2016 10 commits
  5. 17 Mar, 2016 5 commits
    • 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
  6. 15 Mar, 2016 1 commit