1. 06 Jul, 2012 7 commits
  2. 04 Jul, 2012 3 commits
  3. 03 Jul, 2012 1 commit
  4. 02 Jul, 2012 3 commits
  5. 26 Jun, 2012 4 commits
  6. 25 Jun, 2012 2 commits
  7. 24 Jun, 2012 1 commit
  8. 23 Jun, 2012 1 commit
    • MinRK's avatar
      forward-declare struct iovec · a1788171
      MinRK authored
      avoids warnings of the form:
      
      warning: 'struct iovec' declared inside parameter list
      warning: its scope is only this definition or declaration, which is probably not what you want
      
      when building downstream projects
      a1788171
  9. 20 Jun, 2012 1 commit
  10. 19 Jun, 2012 5 commits
  11. 18 Jun, 2012 1 commit
  12. 17 Jun, 2012 1 commit
  13. 16 Jun, 2012 5 commits
  14. 15 Jun, 2012 3 commits
  15. 14 Jun, 2012 2 commits
    • Martin Hurton's avatar
      Simplify {tcp|ipc}_connecter · e0fed9d2
      Martin Hurton authored
      The patch is meant to make the code easier to understand.
      The 'wait' attribute is replaced by 'delayed_start'
      and 'timer_started' attributes. The former is constant and
      is initialized in the constructor. The latter is a flag
      reflecting whether a timer has been started and changes during
      the lifetime of the object.
      e0fed9d2
    • Pieter Hintjens's avatar
      Merge pull request #380 from jlopex/master · c8d0d684
      Pieter Hintjens authored
      current libzmq not compiling with android NDK
      c8d0d684