summaryrefslogtreecommitdiff
path: root/platform/node/src/node_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* [node] remove internal NodeRequest class from public APIMike Morris2016-10-201-4/+1
* [node] switch to NodeRequest member fn callbackThiago Marcos P. Santos2016-09-061-8/+6
* [core] Updated clang-tidy fixesBruno de Oliveira Abinader2016-08-051-2/+2
* [node] NodeRequest inherits from Nan::AsyncWorkerMike Morris2016-07-141-74/+66
* [node] don't fire callback for canceled AsyncRequestKonstantin Käfer2016-05-261-2/+35
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+4
* [node] Fix handling of response callback with no arguments; add testJohn Firebaugh2016-02-191-1/+1
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-3/+2
* [node] extract the error message from the Error objectKonstantin Käfer2016-01-141-2/+16
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-2/+5
* [node] Allow GC in spite of reference loops through the request methodJohn Firebaugh2015-11-201-1/+0
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-50/+18
* [core] Make DefaultFileSource react to all NetworkStatus changesKonstantin Käfer2015-11-021-6/+5
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-2/+2
* [node] Handle tiles which 404 betterbsudekum2015-09-291-1/+3
* [node] change request semanticsMike Morris2015-09-101-3/+1
* Nan 2.0John Firebaugh2015-09-091-46/+45
* Remove debug loggingJohn Firebaugh2015-08-311-3/+0
* more logging, don't respond to cancelled requestsMike Morris2015-08-271-2/+3
* add request/respond loggingMike Morris2015-08-271-1/+5
* move node-mbgl to platform/node/ directoryMike Morris2015-08-211-0/+142