Skip to content
Snippets Groups Projects
  1. Nov 14, 2016
  2. Nov 11, 2016
  3. Nov 10, 2016
  4. Nov 09, 2016
  5. Nov 08, 2016
  6. Nov 07, 2016
  7. Nov 06, 2016
  8. Nov 04, 2016
    • Dmitry Frank's avatar
      Add readme for nRF51 example · 84132b7b
      Dmitry Frank authored
      And pre-create directories for SDK for both nRF51 and nRF52.
      
      PUBLISHED_FROM=00caf156f48da92804c6af8efe323535fbc5497d
      84132b7b
    • Dmitry Frank's avatar
      Enable warnings on nRF5x examples · e69a7a1b
      Dmitry Frank authored
      Now all warnings are disabled on SDK files, and enabled on our
      application's files.
      
      Fixed a couple of things in nRF52 which were unnoticed because all
      warnings were disabled there from the beginning.
      
      PUBLISHED_FROM=a33ab22d0ce85efea364b80478986b88f4b0a3a2
      e69a7a1b
    • Dmitry Frank's avatar
      Fix nRF51 compiler flag for GCC · 7f2bdc21
      Dmitry Frank authored
      PUBLISHED_FROM=f8b4e8650d72c2ec5525e0510fbc8a80f8645a14
      7f2bdc21
    • Dmitry Frank's avatar
      Adjust udp_recv callback type for nRF5x · 76bb35d5
      Dmitry Frank authored
      PUBLISHED_FROM=66db56192ae710e3f865fef47593b49e0ed4f133
      76bb35d5
    • Dmitry Frank's avatar
      Make nRF51 example work with GCC · 0187f297
      Dmitry Frank authored
      Unfortunately it turns out Nordic's examples were able to build with GCC
      just because they suppressed all warnings; I had to do the same here
      because there are some macro redefinitions of arm-none-eabi-gcc and
      lwip.
      
      TODO: resolve that and do not suppress warnings.
      
      PUBLISHED_FROM=e65c7b0f2451f85765d958d7f67eb9262f7bc929
      0187f297
  9. Nov 03, 2016
  10. Nov 02, 2016
  11. Nov 01, 2016
    • Deomid Ryabkov's avatar
      Add text msgs for HTTP status codes 400 and 503 · 39a17f8a
      Deomid Ryabkov authored
      PUBLISHED_FROM=1bd3308933354e147c4e8aa375728a1ede6d8ab4
      39a17f8a
    • Deomid Ryabkov's avatar
      BREAKING: Set MG_F_SEND_AND_CLOSE on UDP conns · 78454da3
      Deomid Ryabkov authored
      Long-lived UDP "connections" i.e. interactions that involve more
      than one request and response are rare, most are transactional:
      response is sent and the "connection" is closed. Or - should be.
      But users (including ourselves) tend to forget about that part,
      because UDP is connectionless and one does not think about
      processing a UDP request as handling a connection that needs to be
      closed. Thus, we begin with SEND_AND_CLOSE flag set, which should
      be a reasonable default for most use cases, but it is possible to
      turn it off the connection should be kept alive after processing.
      
      PUBLISHED_FROM=1677d8024aa9afa7e18d8a04d829b699f7f2f103
      78454da3
    • Alexander Alashkin's avatar
      Handle MG_EV_CLOSE in examples · e62dc8f3
      Alexander Alashkin authored
      PUBLISHED_FROM=57c62a4123a54ecb455dbf91f3fe562fb0cf2ec2
      e62dc8f3
  12. Oct 31, 2016
  13. Oct 28, 2016
Loading