Skip to content
  1. Dec 06, 2011
  2. Dec 05, 2011
  3. Dec 04, 2011
  4. Dec 02, 2011
  5. Dec 01, 2011
  6. Nov 30, 2011
  7. Nov 29, 2011
  8. Nov 28, 2011
  9. Nov 27, 2011
  10. Nov 25, 2011
  11. Nov 24, 2011
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced with 2c905fd1 · f712ace9
      Daniel Stenberg authored
      f712ace9
    • Jonas Schnelli's avatar
      query-part: ignore the URI part for given protocols · 2c905fd1
      Jonas Schnelli authored
      By setting PROTOPT_NOURLQUERY in the protocol handler struct, the
      protocol will get the "query part" of the URL cut off before the data is
      handled by the protocol-specific code. This makes libcurl adhere to
      RFC3986 section 2.2.
      
      Test 1220 is added to verify a file:// URL with query-part.
      2c905fd1
    • Daniel Stenberg's avatar
      symbols.pl: provide LIBCURL_HAS macro for apps · 4403e82f
      Daniel Stenberg authored
      Experience has shown that the symbols-in-versions file is very useful to
      applications that want to build with a wide range of libcurl versions.
      It is however easy to get it wrong and the source gets a bit messy with
      all the fixed numerical comparisions.
      
      The point of this script is to provide an easy-to-use macro for libcurl-
      using applications to do preprocessor checks for specific libcurl
      defines, and yet make the code clearly show what the macro is used for.
      4403e82f