Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jdecked/HttpClient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nmattisson/HttpClient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 4 files changed
  • 7 contributors

Commits on Apr 27, 2015

  1. Configuration menu
    Copy the full SHA
    4fa52c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Fixed path for example "application.cpp"

    Hey, this looks good with one problem (fixed here). Examples actually need the path `Library_Name/Library.h` because of how the files are stored in the cloud. Increment your `spark.json`, reimport the library to build, and we're good to go!
    jenesaisdiq committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    61c55cd View commit details
    Browse the repository at this point in the history
  2. Fixed #include path in example

    and updated .json version
    jenesaisdiq committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    a6f4b16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request nmattisson#25 from jenesaisdiq/master

    Fixed #include path in example
    nmattisson committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    e7b1f31 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Merge pull request nmattisson#27 from jenesaisdiq/patch-1

    Thank you @jenesaisdiq! Fixed path for example "application.cpp"
    nmattisson committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    0440de1 View commit details
    Browse the repository at this point in the history
  2. Increment Version Number

    nmattisson committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    0f8cc22 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Fixed an issue where a null might be written outwith the intended buf…

    …fer destination when the buffer has reached capacity.
    
    Modified header/body detection to happen as the stream is being processed allowing the full size of the buffer to be used for the message body (after the status code has been extracted) and avoiding having to copy the entire buffer into a String for processing later.
    Undergrid committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    1324b05 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Merge pull request nmattisson#30 from Undergrid/master

    A small bugfix and a change in behaviour (which should be transparent to the user).
    nmattisson authored Jul 26, 2016
    Configuration menu
    Copy the full SHA
    988a481 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de42659 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb36a56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11d8b0f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. HTTP 1.1 is also supported

    I have tested the code for various REST APIs. It works well with HTTP
    1.1 as well. Don't Hesitate to try.
    sanket-nainani committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    6c7aa4d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Merge pull request nmattisson#32 from Sanket-Drake/master

    HTTP 1.1 is also supported
    nmattisson authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    1a214af View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    9c9d494 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nmattisson#33 from nmattisson/revert-32-master

    Revert "HTTP 1.1 is also supported"
    nmattisson authored Dec 9, 2016
    Configuration menu
    Copy the full SHA
    9a62131 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Hostname & Path changed to www.worldclockapi.com

    www.timeapi.org no longer exists & hence returns the following error
    Application>	Response status: -1
    Application>	HTTP Response Body:
    jonathanrjpereira authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    c8507fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb8021 View commit details
    Browse the repository at this point in the history
Loading