1. 25 Aug, 2014 2 commits
    • Jakub Zakrzewski's avatar
      Cmake: Require at least CMake 2.8. · 14aa8f0c
      Jakub Zakrzewski authored
      CMake 2.6 is already a bit old. Many bugs have been fixed since
      its release. We use 2.8 in our company and we have no intention
      of polluting our environment with old software, so 2.6 would
      not be tested. This shouldn't be a problem since all one need
      to build CMake from source is C and C++ compiler.
      14aa8f0c
    • Daniel Stenberg's avatar
      disconnect: don't touch easy-related state on disconnects · 898808fa
      Daniel Stenberg authored
      This was done to make sure NTLM state that is bound to a connection
      doesn't survive and gets used for the subsequent request - but
      disconnects can also be done to for example make room in the connection
      cache and thus that connection is not strictly related to the easy
      handle's current operation.
      
      The http authentication state is still kept in the easy handle since all
      http auth _except_ NTLM is connection independent and thus survive over
      multiple connections.
      
      Bug: http://curl.haxx.se/mail/lib-2014-08/0148.html
      Reported-by: Paras S
      898808fa
  2. 22 Aug, 2014 5 commits
  3. 21 Aug, 2014 1 commit
  4. 20 Aug, 2014 2 commits
  5. 19 Aug, 2014 2 commits
  6. 18 Aug, 2014 1 commit
  7. 17 Aug, 2014 3 commits
  8. 16 Aug, 2014 7 commits
  9. 15 Aug, 2014 6 commits
  10. 14 Aug, 2014 8 commits
  11. 13 Aug, 2014 3 commits