1. 14 Feb, 2019 5 commits
  2. 13 Feb, 2019 6 commits
  3. 12 Feb, 2019 12 commits
  4. 11 Feb, 2019 12 commits
  5. 10 Feb, 2019 2 commits
    • Daniel Stenberg's avatar
      cleanup: make local functions static · 05b100ae
      Daniel Stenberg authored
      urlapi: turn three local-only functions into statics
      
      conncache: make conncache_find_first_connection static
      
      multi: make detach_connnection static
      
      connect: make getaddressinfo static
      
      curl_ntlm_core: make hmac_md5 static
      
      http2: make two functions static
      
      http: make http_setup_conn static
      
      connect: make tcpnodelay static
      
      tests: make UNITTEST a thing to mark functions with, so they can be static for
      normal builds and non-static for unit test builds
      
      ... and mark Curl_shuffle_addr accordingly.
      
      url: make up_free static
      
      setopt: make vsetopt static
      
      curl_endian: make write32_le static
      
      rtsp: make rtsp_connisdead static
      
      warnless: remove unused functions
      
      memdebug: remove one unused function, made another static
      05b100ae
    • Dan Fandrich's avatar
      cirrus: Added FreeBSD builds using Cirrus CI. · 9a36c0ae
      Dan Fandrich authored
      The build logs will be at https://cirrus-ci.com/github/curl/curl
      
      Some tests are currently failing and so disabled for now. The SSH server
      isn't starting for the SSH tests due to unsupported options used in its
      config file. The DICT server also is failing on startup.
      9a36c0ae
  6. 09 Feb, 2019 2 commits
  7. 07 Feb, 2019 1 commit