1. 23 Mar, 2011 4 commits
    • Daniel Stenberg's avatar
      rtsp: move protocol code to dedicated file · cc9e4321
      Daniel Stenberg authored
      The RTSP-specific function for checking for "dead" connection is better
      located in rtsp.c. The code using this is now written without #ifdefs as
      the function call is instead turned into a macro (in rtsp.h) when RTSP
      is disabled.
      cc9e4321
    • Daniel Stenberg's avatar
      MAIL-ETIQUETTE: intro and spam · 97058756
      Daniel Stenberg authored
      Added a little generic info section about the lists and a section about
      how to deal with trolls and spam on the lists.
      97058756
    • Daniel Stenberg's avatar
      TODO-RELEASE: 1 fixed, 1 notabug · 3a158f30
      Daniel Stenberg authored
      Fixed:
      
      271 - fix the IPv6-working probing to only exist at one place in the code and
            only get done once
      
      A problem not repeatable and no proper recipe given and therefore simply
      removed for now until we hear something else:
      
      282 - 100 Continue responses should return the "final" HTTP response code:
            "Getting the HTTP response code following a 100 Continue"
      3a158f30
    • Daniel Stenberg's avatar
      ipv6: only probe once · 67eb6792
      Daniel Stenberg authored
      Move ipv6-functional-probe into a single function that is used from all
      places that need to know.
      
      Make the probe function store the result in a static variable so that
      subsequent invokes just returns the previous result and won't have to
      probe again.
      67eb6792
  2. 22 Mar, 2011 3 commits
  3. 21 Mar, 2011 2 commits
  4. 20 Mar, 2011 5 commits
  5. 19 Mar, 2011 1 commit
  6. 18 Mar, 2011 6 commits
  7. 17 Mar, 2011 6 commits
  8. 15 Mar, 2011 13 commits