about summary refs log tree commit diff stats
path: root/src/types
Commit message (Expand)AuthorAgeFilesLines
* Move http out of main binarybptato2023-12-132-5/+74
* Enable finger protocol by defaultbptato2023-12-101-0/+4
* color: fix rgbToEightBit parenthesesbptato2023-11-261-1/+1
* twtstr: remove tolower, isWhitespacebptato2023-11-203-5/+6
* renderdocument, cell: fix FormatCell bugsbptato2023-11-201-3/+12
* urimethodmap: do not escape substituted URIbptato2023-11-171-1/+1
* color: fix 3/6-digit hex color parsingbptato2023-11-111-2/+4
* renderdocument: slightly refactor, optimize addLinesbptato2023-10-261-0/+3
* reduce new() usagebptato2023-10-252-5/+6
* Remove trailing spacesbptato2023-10-232-2/+2
* urimethodmap fixesbptato2023-10-011-7/+6
* Add w3m-cgi-compat optionbptato2023-10-012-21/+26
* url: fix file slash state mistakebptato2023-10-011-2/+2
* Get rid of unicode.toLowerbptato2023-10-012-3/+3
* Add urimethodmap supportbptato2023-09-301-0/+68
* buffer: improve submitFormbptato2023-09-301-4/+4
* buffer: simplify contentType handlingbptato2023-09-271-1/+1
* response: add blob() functionbptato2023-09-171-5/+6
* javascript: static methods, URL.canParsebptato2023-09-171-5/+12
* move around more modulesbptato2023-09-144-2/+409
* color: fix parseLegacyColor bugsbptato2023-09-131-4/+4
* blob: use JSDictbptato2023-09-091-10/+14
* url: simplifybptato2023-09-081-26/+10
* URL: fix missing searchParams when baseURL is givenbptato2023-09-081-0/+3
* url: optimizebptato2023-09-071-15/+21
* url: fix \n, \t not being properly removedbptato2023-09-071-1/+3
* url: remove validation error commentsbptato2023-09-011-76/+9
* url: format codebptato2023-09-011-97/+130
* url: fix opaque host parsing, add has to auth casebptato2023-09-011-6/+7
* javascript: factor out fromJSbptato2023-08-292-0/+2
* refactor: Result[T, JSError] -> JSResult[T]bptato2023-08-281-1/+1
* javascript: refactorbptato2023-08-283-2/+5
* color: use parseRGBAColor for string parsingbptato2023-08-281-1/+1
* config: allow modification through JSbptato2023-08-271-4/+54
* Move charsets into chakasubptato2023-08-141-1/+2
* Add mailcap, mime.types & misc refactoringsbptato2023-08-134-66/+2
* Fix toHex weirdnessbptato2023-07-071-4/+5
* url: fix empty hostnames being acceptedbptato2023-07-071-1/+1
* Fixes in ipv6 parser and serializerbptato2023-07-071-11/+10
* Add separate type for premultiplied colorbptato2023-07-071-10/+16
* color: replace straight alpha table with bit shifting magicbptato2023-07-061-14/+11
* Fix CastSize warningsbptato2023-07-031-1/+5
* return Result[T, JSError] from fromJSbptato2023-07-022-2/+0
* Add finalizer to WebFilebptato2023-07-021-0/+6
* use =destroy instead of finalizersbptato2023-07-014-0/+11
* Add window.locationbptato2023-06-291-21/+50
* Factor out map search, remove sugarbptato2023-06-291-158/+155
* term: convert 8-bit colors to ANSIbptato2023-06-271-0/+3
* Support 8-bit output colorsbptato2023-06-261-22/+54
* cookie: return error on invalid domainbptato2023-06-251-4/+5