// --- // Public exports from runtime // Compatible with Speedy's Runtime Environment and web browsers. export var $$m = "$primordials" in globalThis ? $primordials.require : SPEEDY_RUNTIME.$$m; export var __HMRModule = SPEEDY_RUNTIME.__HMRModule; export var __FastRefreshModule = SPEEDY_RUNTIME.__FastRefreshModule; export var __HMRClient = SPEEDY_RUNTIME.__HMRClient; export var __markAsModule = SPEEDY_RUNTIME.__markAsModule; export var $$lzy = SPEEDY_RUNTIME.$$lzy; export var __toModule = SPEEDY_RUNTIME.__toModule; export var __commonJS = SPEEDY_RUNTIME.__commonJS; export var __require = SPEEDY_RUNTIME.__require; export var __name = SPEEDY_RUNTIME.__name; export var __export = SPEEDY_RUNTIME.__export; export var __reExport = SPEEDY_RUNTIME.__reExport; Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/webdav/internal/xml/read.go (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-03-18Update .gitignoreGravatar Frédéric Guillot 2-5/+2
2018-03-18Add FreeBSD build targetGravatar MoritzFago 1-2/+6
2018-03-18Handle RSS author elements with inner HTMLGravatar Frédéric Guillot 2-3/+30
2018-03-17Fix typo in translationsGravatar Frédéric Guillot 5-13/+13
2018-03-17Add dutch translationsGravatar Daan Sprenkels 3-1/+444
2018-03-14Convert enclosure size field to bigintGravatar Frédéric Guillot 7-6/+9
2018-03-14Switch Travis to Go 1.10Gravatar Frédéric Guillot 1-1/+1
2018-03-14Fix broken OPML import with Go 1.10Gravatar Frédéric Guillot 1-1/+2
2018-03-05Update ChangeLog2.0.4Gravatar Frédéric Guillot 1-0/+14
2018-03-04Filter the list of timezonesGravatar Frédéric Guillot 1-4/+5
2018-03-04Show last login and session creation date in current timezoneGravatar Frédéric Guillot 6-6/+41
2018-03-01Fix typo in edit user templateGravatar Frédéric Guillot 2-4/+4
2018-03-01Improve for/range loop to avoid linter errorGravatar Frédéric Guillot 1-2/+2
2018-03-01Entries date should contains user timezone (API)Gravatar Frédéric Guillot 5-17/+146
2018-02-27Improve parser error messagesGravatar Frédéric Guillot 11-61/+61
2018-02-27Support localized feed errors generated by background workersGravatar Frédéric Guillot 18-65/+59
2018-02-27Add Simplified Chinese LocalizationGravatar ReVanTis, Zhao 3-1/+446
2018-02-25Add Nunux Keeper integrationGravatar Nicolas Carlier 20-16/+170
2018-02-23Remove parentheses around feed error messagesGravatar Frédéric Guillot 2-4/+4
2018-02-23Print info message if DATABASE_URL is not setGravatar Frédéric Guillot 2-5/+17
2018-02-19Update ChangeLog2.0.3Gravatar Frédéric Guillot 1-0/+10
2018-02-19Update Polish translationGravatar Sebastian Korotkiewicz 2-96/+96
2018-02-17Handle Atom feeds with HTML titleGravatar Frédéric Guillot 2-2/+92
2018-02-17There are more than 2 plurals in PolishGravatar Frédéric Guillot 2-8/+8
2018-02-17Add Polish translationGravatar Sebastian Korotkiewicz 3-1/+444
2018-02-10Change color of <q> tags for black themeGravatar Frédéric Guillot 2-3/+7
2018-02-10Add indexesGravatar Frédéric Guillot 3-2/+8
2018-02-09Update German translationGravatar stratmaster 2-10/+18
2018-02-08Improve error handling for HTTP clientGravatar Frédéric Guillot 5-7/+62
2018-02-08Add missing German stringGravatar stratmaster 2-4/+6
2018-02-07Strip invalid XML characters to avoid parsing errorsGravatar Frédéric Guillot 1-1/+26
2018-02-07Remove period for feed errorsGravatar Frédéric Guillot 4-23/+23
2018-02-07Improve error handling when the response is emptyGravatar Frédéric Guillot 5-6/+28
2018-02-07Add missing French translationGravatar stratmaster 2-2/+4
2018-02-05Update ChangeLog2.0.2Gravatar Frédéric Guillot 1-0/+14
2018-02-04Add support for Let's Encrypt http-01 challengeGravatar Frédéric Guillot 32-286/+2042
2018-02-04Move template functions outside engine (refactoring)Gravatar Frédéric Guillot 9-214/+254
2018-02-04Take timezone into consideration when calculating relative timeGravatar Frédéric Guillot 16-58/+91
2018-02-03Add support for HTTP Strict Transport Security headerGravatar Frédéric Guillot 4-3/+33
2018-02-03Add support for base URLs with subfoldersGravatar Frédéric Guillot 10-23/+105
2018-02-01Update German translationGravatar stratmaster 2-4/+12
2018-01-31Add missing about menu in settingsGravatar Frédéric Guillot 5-5/+29
2018-01-31Show API URL endpoints in user interfaceGravatar Frédéric Guillot 11-14/+99
2018-01-29Do not update entry date while refreshing a feedGravatar Frédéric Guillot 1-4/+5
We do not update the published date because some feeds do not contains any date, in this case it default to time.Now(), which could change the order of items on the history page.
2018-01-29Enable debug mode for integration testsGravatar Frédéric Guillot 1-1/+1
2018-01-29Add the possiblity to enable debug mode with an environment variableGravatar Frédéric Guillot 2-1/+6
2018-01-29Keep code base tidyGravatar Frédéric Guillot 5-18/+16
2018-01-29Add flag to enable debug loggingGravatar Rogier Lommers 2-7/+64
2018-01-25Improve unread counter updatesGravatar Mahendra Kalkura 1-6/+35