summaryrefslogtreecommitdiff
path: root/platform/darwin
Commit message (Expand)AuthorAgeFilesLines
* [ios, osx] Compile http_request_nsurl.mm with ARCJohn Firebaugh2016-04-051-26/+2
* [ios, osx] Replace libuv with native implementationsJohn Firebaugh2016-04-013-0/+182
* [ios, osx, linux] Remove unused "applicationRoot" functionJohn Firebaugh2016-03-311-18/+0
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-3010-133/+482
|\
| * [ios, osx] Require progress to be requested manuallyMinh Nguyễn2016-03-294-23/+29
| * [ios, osx] Include progress in progress change notificationMinh Nguyễn2016-03-294-7/+70
| * [ios, osx] Secure coding, copying for offline regionsMinh Nguyễn2016-03-292-1/+55
| * [osx] Fixed build errorMinh Nguyễn2016-03-291-10/+9
| * [ios, osx] Clarified documentationMinh Nguyễn2016-03-293-6/+21
| * [ios, osx] Allow creating invalid offline packsMinh Nguyễn2016-03-293-8/+15
| * [ios, osx] Invalidate packs upon reloadMinh Nguyễn2016-03-292-1/+4
| * [ios, osx] More accurate KVO, private delegate, descriptive fallback name, fe...Minh Nguyễn2016-03-295-140/+221
| * [ios, osx] Centralized offline pack managementMinh Nguyễn2016-03-294-41/+125
| * [ios, osx] Exclude offline cache from backupsMinh Nguyễn2016-03-281-0/+6
| * [ios] Define C nullability block type qualifiers for Xcode 6.4Minh Nguyễn2016-03-251-0/+2
| * [ios, osx] Unified offline and ambient cachesMinh Nguyễn2016-03-181-6/+35
| * [ios, osx] Allow null completion handlers in MGLOfflineStorageMinh Nguyễn2016-03-141-2/+2
| * [ios, osx] Removed pack nil check from MGLOfflineRegionObserverMinh Nguyễn2016-03-141-6/+0
* | [core] split headless_view.cpp into implementation-specific filesKonstantin Käfer2016-03-222-0/+216
* | [ios, osx] Elaborate dependenciesMinh Nguyễn2016-03-211-3/+6
* | Add Darwin readmeTom MacWright2016-03-211-0/+7
* | [ios, osx] Allow null completion handlers in MGLOfflineStorageMinh Nguyễn2016-03-141-2/+2
* | [ios, osx] Removed pack nil check from MGLOfflineRegionObserverMinh Nguyễn2016-03-141-6/+0
|/
* [ios, osx] Renamed MGLOfflineTask to MGLOfflinePackMinh Nguyễn2016-03-108-311/+312
* [ios, osx] Avoid unregistering observer for invalid taskMinh Nguyễn2016-03-101-2/+4
* [ios, osx] Tightened offline task stateMinh Nguyễn2016-03-104-12/+43
* [ios, osx] Distinguish between unknown and inactive stateMinh Nguyễn2016-03-102-14/+31
* [ios, osx] Privatized offline region observerMinh Nguyễn2016-03-102-21/+15
* [ios, osx] Invalidate task immediately upon removalMinh Nguyễn2016-03-102-3/+8
* [ios, osx] Fixed crash interacting with MGLOfflineTaskMinh Nguyễn2016-03-101-5/+9
* [ios, osx] Documented offline APIsMinh Nguyễn2016-03-107-12/+320
* [ios, osx] Renamed offline classesMinh Nguyễn2016-03-1012-158/+158
* [osx] Added OS X support for offline downloadsMinh Nguyễn2016-03-109-2/+299
* [ios] Implemented offline API in iOS SDKMinh Nguyễn2016-03-1011-0/+532
* [ios] Add description strings to constituent classesJason Wray2016-03-104-2/+17
* [ios, osx] Don't delete a mutex with an active lockJohn Firebaugh2016-02-191-2/+9
* [ios, osx] Adjust HTTPNSURLRequest so that it may always delete itself immedi...John Firebaugh2016-02-161-21/+28
* Fix coordinate bounds documentation.Tom MacWright2016-02-151-2/+1
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-1233-0/+478
* [core] Throttle the number of concurrent requests to 20John Firebaugh2016-02-101-0/+4
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+2
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-101-4/+1
* [core] Remove Response::Error::Reason::CanceledJohn Firebaugh2016-02-041-3/+3
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-022-17/+12
* [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