summaryrefslogtreecommitdiff
path: root/platform/darwin
Commit message (Expand)AuthorAgeFilesLines
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-221-43/+17
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-221-5/+3
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-12/+12
* [core] Eliminate RequestBaseJohn Firebaugh2016-01-211-2/+2
* [ios] Reset user tracking, respect content inset in resetPositionMinh Nguyễn2016-01-201-1/+1
* [osx] Fix loop closing with pending requestsThiago Marcos P. Santos2016-01-201-0/+7
* [core] Restore existing response bodyJohn Firebaugh2016-01-141-0/+2
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-10/+12
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-16/+0
* [ios, osx] Fixed Xcode 7.3 buildMinh Nguyễn2016-01-111-1/+1
* [core] Remove `Resource` dependency from low-level classesJohn Firebaugh2015-12-231-8/+7
* [ios, osx] Avoid transition to current cameraMinh Nguyễn2015-12-201-0/+24
* [ios, osx] Better zoom level–altitude conversionMinh Nguyễn2015-12-202-0/+43
* [ios, osx] Corrected MGLMapCamera debug descriptionMinh Nguyễn2015-12-191-2/+2
* [osx] Map cameraMinh Nguyễn2015-12-131-0/+101
* [osx] Documentation comments for public classesMinh Nguyễn2015-12-133-7/+32
* [osx] Commented private headers and implementation filesMinh Nguyễn2015-12-132-0/+19
* [osx] Added inline comments to MGLMapViewMinh Nguyễn2015-12-131-1/+6
* [osx] Rewrote platform-osx and osxappMinh Nguyễn2015-12-1313-0/+344
* [osx] Removed libuv dependency from HTTPNSUrl*Bruno de Oliveira Abinader2015-12-011-8/+5
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-4/+4
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-2/+2
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-18/+15
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-2/+2
* [iOS] Set application root as asset rootMinh Nguyễn2015-11-201-12/+1
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-135/+76
* [http] don't retry when there's already a request in progressKonstantin Käfer2015-10-271-2/+1
* [core] Move parseCacheControl() up in the class hierarchyThiago Marcos P. Santos2015-10-261-15/+0
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-1/+4
* [ios] [android] Use Response::NotFound in other HTTP implementations tooJohn Firebaugh2015-09-291-0/+3
* Fixed persistence of user tracking mode in iOSMinh Nguyễn2015-08-311-2/+2
* iOS perspective gesture supportJason Wray2015-08-261-0/+3
* GL is the library, SDK is the productJustin R. Miller2015-08-211-1/+1
* MGLUserTrackingModeFollowWithCourseMinh Nguyễn2015-08-141-1/+1
* s/HTTPContext/HTTPContextBase/Bruno de Oliveira Abinader2015-07-281-4/+4
* Replaced 'override' with 'final' for non-public interfacesBruno de Oliveira Abinader2015-07-281-1/+1
* Created HTTPRequestBase as base for HTTP requestsBruno de Oliveira Abinader2015-07-281-18/+18
* Moved ResponseStatus to its own headerBruno de Oliveira Abinader2015-07-281-30/+1
* compress_png: void* => const void*Konstantin Käfer2015-07-081-1/+1
* Namespaced reachability notification constantMinh Nguyễn2015-06-121-2/+2
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-262-7/+5
* prefix Reachability with "MGL" to avoid linking conflicts and app store rejec...Konstantin Käfer2015-05-261-5/+5
* update Reachability with latest versionKonstantin Käfer2015-05-261-143/+85
* Check account type before comparing hostnameMinh Nguyễn2015-05-191-6/+5
* Cache account type user defaultMinh Nguyễn2015-05-191-1/+4
* Compare hostname for adding events=trueMinh Nguyễn2015-05-191-9/+6
* #1596 - Adding mapbox.com checking to http requestsBrad Leege2015-05-191-6/+8
* Renamed settings keysMinh Nguyễn2015-05-081-1/+1
* Fixed NSMutableString leakMinh Nguyễn2015-05-051-4/+2
* lower thread priority of worker threadsKonstantin Käfer2015-05-041-0/+13