1. 10 Jun, 2012 3 commits
  2. 09 Jun, 2012 4 commits
  3. 08 Jun, 2012 8 commits
  4. 06 Jun, 2012 7 commits
  5. 05 Jun, 2012 9 commits
  6. 04 Jun, 2012 5 commits
  7. 03 Jun, 2012 4 commits
    • Ian Barber's avatar
      Rebinding on reconnection to allow for the pipe blocking will set the event sink… · 1566091b
      Ian Barber authored
      Rebinding on reconnection to allow for the pipe blocking will set the event sink again, which will cause an assert to be triggered. I have modified that to allow for setting the same sink to be OK. I believe this should be ok - on termination, if a pipe hasn't reconnected, it would just attempt to be erased from the pipes list again, which is reasonable
      1566091b
    • Ian Barber's avatar
      Fix whitespace in test · 0b3478d6
      Ian Barber authored
      0b3478d6
    • Ian Barber's avatar
      Fix condition so that PGM and EPGM sockets always create pipes immediately, even… · b5ace39e
      Ian Barber authored
      Fix condition so that PGM and EPGM sockets always create pipes immediately, even if delay_attach_on_connect is set. This allows passing through the icanhasall flag, and is realistic given the fact those protocols should be able to connect immediately
      b5ace39e
    • Ian Barber's avatar
      Fix a number of whitespace issues in various parts of the code, add validation… · 6f6466f0
      Ian Barber authored
      Fix a number of whitespace issues in various parts of the code, add validation to most calls on the test and take a first stab at implementing the reconnection pipe blocking.
      
      It didn't seem straightforward to use any of the existing process calls, so I have added a new command to command_t and friends called detach. This instructs the socket_base to remove the pipe from it's pipe list. The session base stores a copy of the outpipe, and will resend the bind command on reconnection. This should allow balancing again.
      6f6466f0