1. 24 Sep, 2016 1 commit
  2. 23 Sep, 2016 1 commit
  3. 22 Sep, 2016 4 commits
  4. 21 Sep, 2016 2 commits
  5. 20 Sep, 2016 3 commits
  6. 19 Sep, 2016 7 commits
  7. 18 Sep, 2016 5 commits
  8. 16 Sep, 2016 4 commits
  9. 14 Sep, 2016 8 commits
  10. 13 Sep, 2016 1 commit
  11. 12 Sep, 2016 2 commits
  12. 11 Sep, 2016 2 commits
    • 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