1. 13 Dec, 2016 1 commit
    • Laughing's avatar
      misuse of 'close' · a4e448d5
      Laughing authored
      use 'pollset_destroy' instead of 'close' to release pollset_fd
      a4e448d5
  2. 11 Dec, 2016 1 commit
  3. 10 Dec, 2016 5 commits
  4. 09 Dec, 2016 4 commits
  5. 08 Dec, 2016 2 commits
  6. 07 Dec, 2016 1 commit
  7. 06 Dec, 2016 3 commits
  8. 05 Dec, 2016 3 commits
  9. 04 Dec, 2016 1 commit
  10. 03 Dec, 2016 2 commits
  11. 02 Dec, 2016 2 commits
  12. 01 Dec, 2016 2 commits
    • Luca Boccassi's avatar
      Problem: CMake build uses library version as the ABI version · abeaba15
      Luca Boccassi authored
      Solution: set SOVERSION in CMakeLists to match the SONAME generated
      by libtool so that there is no mismatch between the output of the
      *NIX build systems.
      
      Before:
      $ ls -l
      total 2696
      lrwxrwxrwx 1 luca luca      15 Dec  1 22:36 libzmq.so -> libzmq.so.4.2.0
      lrwxrwxrwx 1 luca luca      15 Dec  1 22:36 libzmq.so.4.2.0 -> libzmq.so.4.2.1
      -rwxr-xr-x 1 luca luca  906168 Dec  1 22:36 libzmq.so.4.2.1
      $ readelf -d libzmq.so.4.2.1 | grep SONAME
       0x000000000000000e (SONAME)    Library soname: [libzmq.so.4.2.0]
      
      After:
      $ ls -l
      total 2700
      lrwxrwxrwx 1 luca luca      15 Dec  1 22:31 libzmq.so -> libzmq.so.5.1.0
      -rwxr-xr-x 1 luca luca  906168 Dec  1 22:31 libzmq.so.4.2.1
      lrwxrwxrwx 1 luca luca      15 Dec  1 22:31 libzmq.so.5.1.0 -> libzmq.so.4.2.1
      $ readelf -d libzmq.so.4.2.1 | grep SONAME
       0x000000000000000e (SONAME)    Library soname: [libzmq.so.5.1.0]
      abeaba15
    • Laughing's avatar
      bug fix: AIX pollset error (#2233) · febf8015
      Laughing authored
      * bug fix: AIX pollset error
      
      buf fix:  AIX only, pollset 'rm_fd' set fd_table to null first then set pe->fd to retired_fd
      
      * remove extra spaces
      
      remove extra spaces
      febf8015
  13. 30 Nov, 2016 2 commits
  14. 24 Nov, 2016 3 commits
  15. 21 Nov, 2016 4 commits
  16. 20 Nov, 2016 4 commits