1. 01 Feb, 2016 3 commits
  2. 28 Jan, 2016 1 commit
  3. 02 Jun, 2015 1 commit
  4. 22 Jul, 2014 1 commit
    • Ewen McNeill's avatar
      builds/zos/* portability files to z/OS UNIX · 6e0c1c0a
      Ewen McNeill authored
      builds/zos includes:
          README.md: Overview of z/OS UNIX System Services port (Markdown)
          makelibzmq: Compile src/*.cpp and make libzmq.a
          maketests:  Compile tests/*.cpp and make test_* executables
          runtests:   Run tests/test_* executables and report results
          makeclean:  Remove built files
          zc++: /bin/c++ wrapper supplying required build arguments
          cxxall: run zc++ for all *.cpp files in directory
      
          platform.hpp: pre-generated (and edited) src/platform.hpp for z/OS
          test_fork.cpp: updated tests/test_fork.cpp that completes on z/OS
      6e0c1c0a
  5. 02 Jan, 2014 1 commit
  6. 15 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Added z85 codec to ZMQ API · 576e3ca5
      Pieter Hintjens authored
      * Removed redundant Z85 code and include files from project
      * Simplified use of headers in test cases (now they all just use testutil.hpp)
      * Export zmq_z85_encode() and zmq_z85_decode() in API
      * Added man pages for these two functions
      576e3ca5
  7. 02 Sep, 2013 1 commit
    • Pieter Hintjens's avatar
      Fixed 'make check' failures · fba56120
      Pieter Hintjens authored
      - Split off NULL security check from PLAIN
      - Cleaned up test_linger code a little
      - Got all tests to pass, added TODOs for outstanding issues
      - Added ZAP authentication for NULL test case
      - NULL mechanism was not passing server identity - fixed
      - cleaned up test_security_plain and removed option double-checks (made code ugly)
      - lowered timeout on expect_bounce_fail to 150 msec to speed up checks
      - removed all sleeps from test_fork and simplified code (it still passes :-)
      fba56120
  8. 01 Sep, 2013 3 commits