1. 23 Mar, 2011 3 commits
    • 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
  9. 14 Mar, 2011 1 commit
    • Daniel Stenberg's avatar
      protocols: use CURLPROTO_ internally · 13b64d75
      Daniel Stenberg authored
      The PROT_* set of internal defines for the protocols is no longer
      used. We now use the same bits internally as we have defined in the
      public header using the CURLPROTO_ prefix. This is for simplicity and
      because the PROT_* prefix was already used duplicated internally for a
      set of KRB4 values.
      
      The PROTOPT_* defines were moved up to just below the struct definition
      within which they are used.
      13b64d75