| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios, osx] Compile http_request_nsurl.mm with ARC | John Firebaugh | 2016-04-05 | 1 | -26/+2 |
* | [ios, osx] Replace libuv with native implementations | John Firebaugh | 2016-04-01 | 3 | -0/+182 |
* | [ios, osx, linux] Remove unused "applicationRoot" function | John Firebaugh | 2016-03-31 | 1 | -18/+0 |
* | Merge branch 'release-ios-3.2.0-android-4.0.0' | John Firebaugh | 2016-03-30 | 10 | -133/+482 |
|\ |
|
| * | [ios, osx] Require progress to be requested manually | Minh Nguyễn | 2016-03-29 | 4 | -23/+29 |
| * | [ios, osx] Include progress in progress change notification | Minh Nguyễn | 2016-03-29 | 4 | -7/+70 |
| * | [ios, osx] Secure coding, copying for offline regions | Minh Nguyễn | 2016-03-29 | 2 | -1/+55 |
| * | [osx] Fixed build error | Minh Nguyễn | 2016-03-29 | 1 | -10/+9 |
| * | [ios, osx] Clarified documentation | Minh Nguyễn | 2016-03-29 | 3 | -6/+21 |
| * | [ios, osx] Allow creating invalid offline packs | Minh Nguyễn | 2016-03-29 | 3 | -8/+15 |
| * | [ios, osx] Invalidate packs upon reload | Minh Nguyễn | 2016-03-29 | 2 | -1/+4 |
| * | [ios, osx] More accurate KVO, private delegate, descriptive fallback name, fe... | Minh Nguyễn | 2016-03-29 | 5 | -140/+221 |
| * | [ios, osx] Centralized offline pack management | Minh Nguyễn | 2016-03-29 | 4 | -41/+125 |
| * | [ios, osx] Exclude offline cache from backups | Minh Nguyễn | 2016-03-28 | 1 | -0/+6 |
| * | [ios] Define C nullability block type qualifiers for Xcode 6.4 | Minh Nguyễn | 2016-03-25 | 1 | -0/+2 |
| * | [ios, osx] Unified offline and ambient caches | Minh Nguyễn | 2016-03-18 | 1 | -6/+35 |
| * | [ios, osx] Allow null completion handlers in MGLOfflineStorage | Minh Nguyễn | 2016-03-14 | 1 | -2/+2 |
| * | [ios, osx] Removed pack nil check from MGLOfflineRegionObserver | Minh Nguyễn | 2016-03-14 | 1 | -6/+0 |
* | | [core] split headless_view.cpp into implementation-specific files | Konstantin Käfer | 2016-03-22 | 2 | -0/+216 |
* | | [ios, osx] Elaborate dependencies | Minh Nguyễn | 2016-03-21 | 1 | -3/+6 |
* | | Add Darwin readme | Tom MacWright | 2016-03-21 | 1 | -0/+7 |
* | | [ios, osx] Allow null completion handlers in MGLOfflineStorage | Minh Nguyễn | 2016-03-14 | 1 | -2/+2 |
* | | [ios, osx] Removed pack nil check from MGLOfflineRegionObserver | Minh Nguyễn | 2016-03-14 | 1 | -6/+0 |
|/ |
|
* | [ios, osx] Renamed MGLOfflineTask to MGLOfflinePack | Minh Nguyễn | 2016-03-10 | 8 | -311/+312 |
* | [ios, osx] Avoid unregistering observer for invalid task | Minh Nguyễn | 2016-03-10 | 1 | -2/+4 |
* | [ios, osx] Tightened offline task state | Minh Nguyễn | 2016-03-10 | 4 | -12/+43 |
* | [ios, osx] Distinguish between unknown and inactive state | Minh Nguyễn | 2016-03-10 | 2 | -14/+31 |
* | [ios, osx] Privatized offline region observer | Minh Nguyễn | 2016-03-10 | 2 | -21/+15 |
* | [ios, osx] Invalidate task immediately upon removal | Minh Nguyễn | 2016-03-10 | 2 | -3/+8 |
* | [ios, osx] Fixed crash interacting with MGLOfflineTask | Minh Nguyễn | 2016-03-10 | 1 | -5/+9 |
* | [ios, osx] Documented offline APIs | Minh Nguyễn | 2016-03-10 | 7 | -12/+320 |
* | [ios, osx] Renamed offline classes | Minh Nguyễn | 2016-03-10 | 12 | -158/+158 |
* | [osx] Added OS X support for offline downloads | Minh Nguyễn | 2016-03-10 | 9 | -2/+299 |
* | [ios] Implemented offline API in iOS SDK | Minh Nguyễn | 2016-03-10 | 11 | -0/+532 |
* | [ios] Add description strings to constituent classes | Jason Wray | 2016-03-10 | 4 | -2/+17 |
* | [ios, osx] Don't delete a mutex with an active lock | John Firebaugh | 2016-02-19 | 1 | -2/+9 |
* | [ios, osx] Adjust HTTPNSURLRequest so that it may always delete itself immedi... | John Firebaugh | 2016-02-16 | 1 | -21/+28 |
* | Fix coordinate bounds documentation. | Tom MacWright | 2016-02-15 | 1 | -2/+1 |
* | [ios, osx] Consolidate remaining files in platform/{ios,osx} | John Firebaugh | 2016-02-12 | 33 | -0/+478 |
* | [core] Throttle the number of concurrent requests to 20 | John Firebaugh | 2016-02-10 | 1 | -0/+4 |
* | [all] Don't interpret 404s on non-tile resources as "no content" | John Firebaugh | 2016-02-10 | 1 | -0/+2 |
* | [all] Do not set Response data for 404s | John Firebaugh | 2016-02-10 | 1 | -4/+1 |
* | [core] Remove Response::Error::Reason::Canceled | John Firebaugh | 2016-02-04 | 1 | -3/+3 |
* | [core] Improve LatLngBounds API | John Firebaugh | 2016-02-02 | 2 | -17/+12 |
* | [core] Include prior values of caching headers in Resource | John Firebaugh | 2016-01-22 | 1 | -43/+17 |
* | [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their API | John Firebaugh | 2016-01-22 | 1 | -5/+3 |
* | [core] Use better types for modified / expires / etag | John Firebaugh | 2016-01-21 | 1 | -12/+12 |
* | [core] Eliminate RequestBase | John Firebaugh | 2016-01-21 | 1 | -2/+2 |
* | [ios] Reset user tracking, respect content inset in resetPosition | Minh Nguyễn | 2016-01-20 | 1 | -1/+1 |
* | [osx] Fix loop closing with pending requests | Thiago Marcos P. Santos | 2016-01-20 | 1 | -0/+7 |