summaryrefslogtreecommitdiff
path: root/platform/darwin/src
Commit message (Expand)AuthorAgeFilesLines
* [ios] Removed alternative to -ObjCMinh Nguyễn2016-04-167-22/+0
* [ios] Moved SDK from gyp into Xcode projectMinh Nguyễn2016-04-161-1/+0
* [all] Replace HTTPContextBase/HTTPRequestBase with FileSourceJohn Firebaugh2016-04-142-243/+228
* [core] Render from the main threadJohn Firebaugh2016-04-142-2/+2
* [darwin] use CFRunLoopSourceInvalidate() to also cancel any pending AsyncTask...Konstantin Käfer2016-04-121-1/+1
* [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-306-35/+278
|\
| * [ios, osx] Require progress to be requested manuallyMinh Nguyễn2016-03-293-14/+4
| * [ios, osx] Include progress in progress change notificationMinh Nguyễn2016-03-292-1/+20
| * [ios, osx] Secure coding, copying for offline regionsMinh Nguyễn2016-03-291-0/+54
| * [osx] Fixed build errorMinh Nguyễn2016-03-291-10/+9
| * [ios, osx] Clarified documentationMinh Nguyễn2016-03-292-0/+14
| * [ios, osx] Allow creating invalid offline packsMinh Nguyễn2016-03-292-6/+11
| * [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-293-55/+83
| * [ios, osx] Centralized offline pack managementMinh Nguyễn2016-03-292-12/+108
| * [ios, osx] Exclude offline cache from backupsMinh Nguyễn2016-03-281-0/+6
| * [ios, osx] Unified offline and ambient cachesMinh Nguyễn2016-03-181-6/+35
| * [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] Removed pack nil check from MGLOfflineRegionObserverMinh Nguyễn2016-03-141-6/+0
|/
* [ios, osx] Renamed MGLOfflineTask to MGLOfflinePackMinh Nguyễn2016-03-104-65/+65
* [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-101-1/+1
* [ios, osx] Privatized offline region observerMinh Nguyễn2016-03-102-21/+15
* [ios, osx] Invalidate task immediately upon removalMinh Nguyễn2016-03-101-1/+1
* [ios, osx] Fixed crash interacting with MGLOfflineTaskMinh Nguyễn2016-03-101-5/+9
* [ios, osx] Documented offline APIsMinh Nguyễn2016-03-103-5/+33
* [ios, osx] Renamed offline classesMinh Nguyễn2016-03-106-76/+76
* [osx] Added OS X support for offline downloadsMinh Nguyễn2016-03-108-2/+250
* [ios] Implemented offline API in iOS SDKMinh Nguyễn2016-03-106-0/+414
* [ios] Add description strings to constituent classesJason Wray2016-03-103-1/+16
* [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
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-1222-0/+1534