1. 11 Aug, 2013 10 commits
  2. 14 Aug, 2013 4 commits
  3. 13 Aug, 2013 1 commit
  4. 11 Aug, 2013 8 commits
  5. 13 Aug, 2013 3 commits
  6. 10 Aug, 2013 1 commit
  7. 09 Aug, 2013 6 commits
  8. 07 Aug, 2013 5 commits
  9. 06 Aug, 2013 2 commits
    • Andrey Vagin's avatar
      test: check, that parasite can rollback itself (v2) · b95407e2
      Andrey Vagin authored
      This test uses systemtap to replace random parasite command on
      invalide command. The parasite code received this command and should
      rollback itself. CRIU didn't recived ack, should understand that
      something wrong and exits. The systemtap inverts exit code of criu.
      
      "zdtm.sh -d" is used for executing tests and testing that the state of
      processes don't corrupted.
      
      criu should be compiled without optimizations (make DEBUG=1)
      
      v2: randomize a command, which will be replaced
      Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      b95407e2
    • Andrew Vagin's avatar
      tcp: block connections in both directions · 0a1b70bb
      Andrew Vagin authored
      The packet can be retransmited after dumping the tcp connect.  The first
      one is that the connection is blocked for only one direction. The second
      one is that TCP timers continue work during dumping and they can send
      packets. tcp_timestamp is saved for each tcp connections and then it’s
      restored. So if a packet is sent after dumping, its timestamps is
      saved by another side and this timestamp is sent back in the next packet
      as the tsecr parameter. If this packet is received after restoring, it
      looks like a packets from the future.
      
      https://bugzilla.openvz.org/show_bug.cgi?id=2676Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      0a1b70bb