-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: jcard0na/HttpClient
base: master
head repository: nmattisson/HttpClient
compare: master
- 15 commits
- 4 files changed
- 6 contributors
Commits on Apr 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4fa52c2 - Browse repository at this point
Copy the full SHA 4fa52c2View commit details
Commits on Aug 25, 2015
-
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!
Configuration menu - View commit details
-
Copy full SHA for 61c55cd - Browse repository at this point
Copy the full SHA 61c55cdView commit details
Commits on Feb 5, 2016
-
Merge pull request nmattisson#27 from jenesaisdiq/patch-1
Thank you @jenesaisdiq! Fixed path for example "application.cpp"
Configuration menu - View commit details
-
Copy full SHA for 0440de1 - Browse repository at this point
Copy the full SHA 0440de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8cc22 - Browse repository at this point
Copy the full SHA 0f8cc22View commit details
Commits on Jul 21, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1324b05 - Browse repository at this point
Copy the full SHA 1324b05View commit details
Commits on Jul 26, 2016
-
Merge pull request nmattisson#30 from Undergrid/master
A small bugfix and a change in behaviour (which should be transparent to the user).
Configuration menu - View commit details
-
Copy full SHA for 988a481 - Browse repository at this point
Copy the full SHA 988a481View commit details -
Configuration menu - View commit details
-
Copy full SHA for de42659 - Browse repository at this point
Copy the full SHA de42659View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb36a56 - Browse repository at this point
Copy the full SHA cb36a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d8b0f - Browse repository at this point
Copy the full SHA 11d8b0fView commit details
Commits on Sep 29, 2016
-
I have tested the code for various REST APIs. It works well with HTTP 1.1 as well. Don't Hesitate to try.
Configuration menu - View commit details
-
Copy full SHA for 6c7aa4d - Browse repository at this point
Copy the full SHA 6c7aa4dView commit details
Commits on Nov 15, 2016
-
Merge pull request nmattisson#32 from Sanket-Drake/master
HTTP 1.1 is also supported
Configuration menu - View commit details
-
Copy full SHA for 1a214af - Browse repository at this point
Copy the full SHA 1a214afView commit details
Commits on Dec 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9c9d494 - Browse repository at this point
Copy the full SHA 9c9d494View commit details -
Merge pull request nmattisson#33 from nmattisson/revert-32-master
Revert "HTTP 1.1 is also supported"
Configuration menu - View commit details
-
Copy full SHA for 9a62131 - Browse repository at this point
Copy the full SHA 9a62131View commit details
Commits on Dec 19, 2018
-
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:
Configuration menu - View commit details
-
Copy full SHA for c8507fd - Browse repository at this point
Copy the full SHA c8507fdView commit details -
Merge pull request nmattisson#41 from jonathanrjpereira/patch-1
Hostname & Path changed to www.worldclockapi.com
Configuration menu - View commit details
-
Copy full SHA for 5cb8021 - Browse repository at this point
Copy the full SHA 5cb8021View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master