summaryrefslogtreecommitdiff
path: root/gyp/http-nsurl.gypi
Commit message (Collapse)AuthorAgeFilesLines
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-121-1/+1
|
* [core] Don't link with libuv on components not using it directlyThiago Marcos P. Santos2015-12-011-9/+0
|
* Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-041-3/+3
|
* make implementation files private headersKonstantin Käfer2015-04-131-0/+1
|
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-0/+10
| | | | | | | | | we are now scoping all file requests to an environment object. The FileSource implementation treats this as an opaque pointer, but allows canceling all Requests that are associated with that pointer. This is necessary to abort all file requests that originated from a particular Map object. Aborting a file request is different from canceling a file request: A canceled request doesn't have its callback called, while an aborted request will have its callback called with an error, indicating that the environment is going to be shut down.
* refactor makefileKonstantin Käfer2015-02-041-0/+43