1. 22 Eki, 2014 1 kayıt (commit)
  2. 16 Eki, 2014 8 kayıt (commit)
  3. 14 Eki, 2014 5 kayıt (commit)
  4. 04 Eki, 2014 1 kayıt (commit)
    • Heewa Barfchin's avatar
      Catch invalid path in build method · 39e19c18
      Heewa Barfchin yazdı
      The server responds with an unuseful message (server error EOF), which
      happens because an empty tar file is sent over. So check in the client,
      who knows why that's happening and tell the user.
      39e19c18
  5. 10 Eyl, 2014 1 kayıt (commit)
  6. 09 Eyl, 2014 2 kayıt (commit)
  7. 08 Eyl, 2014 5 kayıt (commit)
  8. 05 Eyl, 2014 1 kayıt (commit)
  9. 04 Eyl, 2014 1 kayıt (commit)
  10. 28 Agu, 2014 3 kayıt (commit)
  11. 27 Agu, 2014 1 kayıt (commit)
  12. 22 Agu, 2014 8 kayıt (commit)
  13. 20 Agu, 2014 2 kayıt (commit)
  14. 19 Agu, 2014 1 kayıt (commit)
    • Maxime Petazzoni's avatar
      Stop timeout should be added to the request timeout · 97366f6b
      Maxime Petazzoni yazdı
      Using the max of the stop timeout and request timeout did not entirely
      make sure that a stop timeout greater than a request timeout wouldn't
      fail prematurely with a HTTPTimeout exception. The correct behavior is
      to add the timeouts together, as the stop timeout is understood to be
      part of the "request processing time". Any transport-level timeout thus
      comes in addition to that.
      Signed-off-by: 's avatarMaxime Petazzoni <max@signalfuse.com>
      97366f6b