1. 24 May, 2011 6 commits
  2. 23 May, 2011 6 commits
  3. 21 May, 2011 7 commits
  4. 20 May, 2011 3 commits
  5. 19 May, 2011 3 commits
  6. 18 May, 2011 6 commits
  7. 16 May, 2011 2 commits
  8. 13 May, 2011 1 commit
  9. 09 May, 2011 1 commit
    • Daniel Stenberg's avatar
      include: cleanup · 2ef7a28a
      Daniel Stenberg authored
      Made the public headers checksrc compliant
      
      Removed types.h (it's been unused since April 2004)
      
      Made the root makefile do make in include by default as well, so that
      TAGS and the checksrc will work better.
      2ef7a28a
  10. 06 May, 2011 3 commits
  11. 05 May, 2011 2 commits
    • Daniel Stenberg's avatar
      set_userpass: convert from protocol-specific to generic · 32001ac4
      Daniel Stenberg authored
      The protocol handler's flags field now can set that the protocol
      requires a password, so that the set_userpass function doesn't have to
      have the specific knowledge of which protocols that do.
      32001ac4
    • Daniel Stenberg's avatar
      RTSP: cleanups · 9c629e53
      Daniel Stenberg authored
      Made several functions static
      
      Made one function defined to nothing when RTSP is disabled to avoid
      the #ifdefs in code.
      
      Removed explicit rtsp.h includes
      9c629e53