1. 14 Jun, 2011 28 commits
  2. 13 Jun, 2011 8 commits
  3. 08 Jun, 2011 4 commits
    • Łukasz Nowak's avatar
      Typo. · 9496d811
      Łukasz Nowak authored
      9496d811
    • Łukasz Nowak's avatar
      Check that it is impossible to trigger doubleclick. · 4afe99a5
      Łukasz Nowak authored
      Two different scenarios are checked, for each start and destroy:
      
       * two different transactions, so activity tag is used
       * same transaction, so serialize blocking call is called
      4afe99a5
    • Łukasz Nowak's avatar
      Protect against creating double packing lists. · 3bf29331
      Łukasz Nowak authored
      Whenever software instance is begin started or destroyed new packing list have
      to be created. But in both cases it is not desirable to have more then one
      active packing list related to current step of state. So dissallow it by
      passing tag and checking for its existence. Even more -- serialize in order to
      lock operation on one Software Instance in transaction.
      3bf29331
    • Łukasz Nowak's avatar
      Be more explicit. · fc89018d
      Łukasz Nowak authored
      Prepend with / in case of not matching in subdirectories.
      Append with / in case of directories.
      fc89018d