1. 27 Dec, 2011 1 commit
  2. 26 Dec, 2011 2 commits
  3. 25 Dec, 2011 3 commits
  4. 23 Dec, 2011 8 commits
  5. 21 Dec, 2011 6 commits
  6. 20 Dec, 2011 19 commits
  7. 19 Dec, 2011 1 commit
    • Alessandro Ghedini's avatar
      configure: add symbols versioning option · 7cc2e8b3
      Alessandro Ghedini authored
      Allow, at configure time, the production of versioned symbols. The
      symbols will look like "CURL_<FLAVOUR>_<VERSION> <SYMBOL>", where
      <FLAVOUR> represents the SSL flavour (e.g. OPENSSL, GNUTLS, NSS, ...),
      <VERSION> is the major SONAME version and <SYMBOL> is the actual symbol
      name. If no SSL library is enabled the symbols will be just
      "CURL_<VERSION> <SYMBOL>".
      7cc2e8b3