1. 25 Mar, 2011 2 commits
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced with 11c2db2a · 40256ec4
      Daniel Stenberg authored
      40256ec4
    • Daniel Stenberg's avatar
      fix: re-use of bound connections · 11c2db2a
      Daniel Stenberg authored
      When asked to bind the local end of a connection when doing a request,
      the code will now disqualify other existing connections from re-use even
      if they are connected to the correct remote host.
      
      This will also affect which connections that can be used for pipelining,
      so that only connections that aren't bound or bound to the same
      device/port you're asking for will be considered.
      11c2db2a
  2. 24 Mar, 2011 1 commit
  3. 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
  4. 22 Mar, 2011 3 commits
  5. 21 Mar, 2011 2 commits
  6. 20 Mar, 2011 5 commits
  7. 19 Mar, 2011 1 commit
  8. 18 Mar, 2011 6 commits
  9. 17 Mar, 2011 6 commits
  10. 15 Mar, 2011 10 commits