Skip to content
  1. Sep 24, 2016
  2. Sep 23, 2016
  3. Sep 22, 2016
  4. Sep 21, 2016
  5. Sep 20, 2016
  6. Sep 19, 2016
  7. Sep 18, 2016
  8. Sep 16, 2016
  9. Sep 14, 2016
  10. Sep 13, 2016
  11. Sep 12, 2016
  12. Sep 11, 2016
    • Jay Satiro's avatar
      CODE_STYLE: add column alignment section · 27c2131b
      Jay Satiro authored
      Note that since the added examples are for column alignment I had to
      encapsulate with ~~~c markdown to preserve their alignment.
      27c2131b
    • Peter Wu's avatar
      cmake: fix curl-config --static-libs · 2f3feda2
      Peter Wu authored
      The `curl-config --static-libs` command should not output paths like
      -l/usr/lib/libssl.so, instead print the absolute path without `-l`.
      
      This also removes the confusing message "Static linking is broken" which
      was printed because curl-config --static-libs was disfunctional even
      though the static libcurl.a library works properly.
      
      Fixes https://github.com/curl/curl/issues/841
      2f3feda2