1. 02 Jun, 2017 1 commit
    • laplaceyang's avatar
      fix bug: coredump if set linger and immediate together · 67a6594f
      laplaceyang authored
      In function session_base_t::reconnect, if we set immediate to 1 and set linger, we will get into first block of reconnect function, and set pipe to NULL, but we forget to cancel timer of linger. Once timer tiggered, we will get coredump. Solution: cancel timer in the end of set pipe to NULL
      67a6594f
  2. 23 May, 2017 2 commits
  3. 20 May, 2017 2 commits
    • Constantin Rack's avatar
      Merge pull request #2583 from timou/wincmake · ec56eaae
      Constantin Rack authored
      Suppress linker warning 4221 for MSVC
      ec56eaae
    • Tim Ebringer's avatar
      Suppress linker warning 4221 for MSVC · 293a1825
      Tim Ebringer authored
      Some #define switches cause the body of entire files to be omitted. This
      causes a linker warning on Visual Studio 2017, for example
      
          warning LNK4221: This object file does not define any previously
          undefined public symbols, so it will not be used by any link
          operation that consumes this library
      
      Since this is warning us about something that shouldn't be
      earth-shattering news, we add a linker flag to suppress this warning on
      MSVC builds.
      293a1825
  4. 18 May, 2017 4 commits
  5. 17 May, 2017 4 commits
  6. 16 May, 2017 3 commits
  7. 10 May, 2017 3 commits
  8. 08 May, 2017 2 commits
  9. 07 May, 2017 2 commits
  10. 06 May, 2017 2 commits
  11. 05 May, 2017 1 commit
  12. 03 May, 2017 2 commits
  13. 01 May, 2017 12 commits