Skip to content
  1. Mar 23, 2011
    • 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. Mar 22, 2011
  3. Mar 21, 2011
  4. Mar 20, 2011
  5. Mar 19, 2011
  6. Mar 18, 2011
  7. Mar 17, 2011
  8. Mar 15, 2011