1. 16 Sep, 2013 3 commits
  2. 14 Sep, 2013 19 commits
  3. 13 Sep, 2013 6 commits
  4. 12 Sep, 2013 1 commit
  5. 10 Sep, 2013 5 commits
  6. 04 Sep, 2013 4 commits
  7. 03 Sep, 2013 2 commits
    • Pavel Emelyanov's avatar
      criu: Version 0.7 release · 74070c84
      Pavel Emelyanov authored
      * Quite a lot of bugfixes and improvements in documentation, thanks to
      feedback from users.
      
      * New notable features include TUN devices, shared and master/slave
      mounts and alternative signal stack (sigaltstack) support.
      
      * Memory tracking is now upstream.
      
      * This is the last release, that is tied to kernel release. The next
      one will happen as soon as we decide it's worth doing so, not after
      the linux-3.12.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      74070c84
    • Andrey Vagin's avatar
      parasite: take into account the fact that a file descriptor can be zero · c8f22f96
      Andrey Vagin authored
      6. Condition "rst > 0", taking false branch
      7. off_by_one: Testing whether handle "rst" is strictly greater than
         zero is suspicious. Did you intend to include equality with zero?
         "rst" leaks when it is zero.
      
      CID 1072986 (#3 of 4): Resource leak (RESOURCE_LEAK)
      12. leaked_handle: Handle variable "rst" going out of scope leaks the
      handle.
      Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      c8f22f96