summaryrefslogtreecommitdiff
path: root/platform/darwin/src/http_file_source.mm
Commit message (Collapse)AuthorAgeFilesLines
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-081-3/+2
| | | | The X.Y.Z version portion was unreliable, as it pulled from the latest tag regardless of platform. Set version to 0.0.0 and retrieve only the hash, which allows us to drop the node/npm dependency.
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-11/+11
|
* [darwin] HttpFileSource - rate limitIvo van Dongen2016-09-131-0/+17
|
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-141-2/+2
| | | | Also renamed as many references to OS X as possible to macOS in documentation.
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+2
|
* [build/osx] Fix missing generated header include pathBruno de Oliveira Abinader2016-04-181-1/+1
|
* [ios, osx] Include app/OS name/version in user agentMinh Nguyễn2016-04-171-2/+94
| | | | Fixes #3997.
* [all] Replace HTTPContextBase/HTTPRequestBase with FileSourceJohn Firebaugh2016-04-141-0/+228