1. 30 Jan, 2012 1 commit
  2. 28 Jan, 2012 1 commit
  3. 27 Jan, 2012 10 commits
  4. 26 Jan, 2012 1 commit
  5. 19 Jan, 2012 1 commit
  6. 09 Jan, 2012 1 commit
  7. 03 Jan, 2012 2 commits
  8. 21 Dec, 2011 1 commit
  9. 19 Dec, 2011 1 commit
  10. 18 Dec, 2011 4 commits
  11. 17 Dec, 2011 2 commits
  12. 16 Dec, 2011 1 commit
  13. 15 Dec, 2011 2 commits
    • Stuart Webster's avatar
      Added MSVC10 solution and project files for Windows · 3fb5c11b
      Stuart Webster authored
      These include configurations for both Win32 and x64 platforms. All project
      settings have been normalised in property sheets (the ".props" files under
      builds/msvc/properties) to simplify maintenance. Build artefacts are all
      generated in platform-specific subfolders of bin, lib and obj directories.
      
      Also enables the use of precompiled headers with MSVC10.
      
      This significantly reduces the time required to compile libzmq with Visual
      Studio on Windows. It should have no impact on other platforms.
      Signed-off-by: 's avatarStuart Webster <sw_webster@hotmail.com>
      3fb5c11b
    • Martin Lucina's avatar
      A synchronous connect() failure in ipc_connecter can result in Assertion · a9e03336
      Martin Lucina authored
      failed: s == retired_fd (ipc_connecter.cpp:174), as reported in LIBZMQ-294.
      
      This patch fixes the bug, and also an identical problem in tcp_connecter
      which has not hit people since TCP connect() usually completes via the
      asynchronous code path (poll, out_event).
      Signed-off-by: 's avatarMartin Lucina <martin@lucina.net>
      a9e03336
  14. 03 Dec, 2011 3 commits
  15. 22 Nov, 2011 1 commit
  16. 21 Nov, 2011 2 commits
  17. 19 Nov, 2011 2 commits
  18. 16 Nov, 2011 1 commit
  19. 15 Nov, 2011 2 commits
  20. 14 Nov, 2011 1 commit