1. 10 Aug, 2017 5 commits
  2. 08 Aug, 2017 3 commits
    • Constantin Rack's avatar
      82c4792e
    • Luca Boccassi's avatar
      Problem: PGM/NORM builds broken due to i_engine API change · 75fba539
      Luca Boccassi authored
      Solution: implement get_endpoint in the NORM and PGM engines too
      75fba539
    • Simon Giesecke's avatar
      Problem: ZAP status codes != 200 do not result in an appropriate monitor event (#2665) · a6cef4ef
      Simon Giesecke authored
      * Problem: missing test for status code 300, inadequate assertion for status code 500
      
      Solution: add test, change assertion (currently test fails)
      
      * Problem: gcc compiler error deprecated conversion from string constant
      
      Solution: declare variable as const
      
      * Problem: in case of ZAP handler returning a status code other than 200, no appropriate event is emitted
      
      Solution: immediately emit event after receiving reply from ZAP handler
      
      * Problem: endpoint address is not included in zap-reply monitor event
      
      Solution: added functions to retrieve endpoint address in zmq::i_engine and zmq::session_base_t
      removed unused code block in zmq::stream_engine_t::next_handshake_command
      
      * Problem: wrong formatting
      
      Solution: fix formatting
      
      * Problem: test fails because of EPIPE
      
      Solution: add EPIPE/ECONNRESET/ECONNAGAIN handling for more test cases
      a6cef4ef
  3. 07 Aug, 2017 10 commits
  4. 06 Aug, 2017 1 commit
  5. 05 Aug, 2017 2 commits
  6. 04 Aug, 2017 18 commits
  7. 03 Aug, 2017 1 commit
    • Luca Boccassi's avatar
      Problem: OSX builds are very slow · 5b91eb54
      Luca Boccassi authored
      Solution: avoid running brew update and brew install binutils unless
      it's for the android cross-compilation, where it's necessary for
      greadelf.
      5b91eb54