The Wayback Machine - https://web.archive.org/web/20201201012043/https://github.com/microsoft/cpprestsdk/pull/1182/commits
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CURL based HTTP client #1182

Merged
merged 42 commits into from Sep 27, 2019
Merged

Commits on Sep 2, 2019

  1. Restore ifdef

    franksinankaya committed Sep 2, 2019
  2. Remove printfs

    franksinankaya committed Sep 2, 2019
  3. Exit on build error

    franksinankaya committed Sep 2, 2019
  4. Use nullize_newlines

    franksinankaya committed Sep 2, 2019
  5. More cleanup

    - static analysis
    - hide copy constructors
    - Remove terminatestring function and size the buffers appropriately
    - No need for empty string initialization
    - Use references instead of copies where possible
    - replace atoi with stoi
    - No need to check null pointer on delete
    - Fix copy paste mistake
    - Support older curl versions
    - More read function unifications
    franksinankaya committed Sep 2, 2019
  6. Fix typo

    franksinankaya committed Sep 2, 2019
  7. Support proxies

    franksinankaya committed Sep 2, 2019
  8. Fix spacing

    franksinankaya committed Sep 2, 2019
  9. Move winhttppal to its own library

    franksinankaya committed Sep 2, 2019
  10. Delta

    Platform category
    franksinankaya committed Sep 2, 2019

Commits on Sep 3, 2019

  1. Implement auth scheme

    franksinankaya committed Sep 3, 2019
  2. sudo install

    franksinankaya committed Sep 3, 2019
  3. Undo warning suppress

    franksinankaya committed Sep 3, 2019
  4. Fix capitalization

    franksinankaya committed Sep 3, 2019

Commits on Sep 27, 2019

You can’t perform that action at this time.