about summary refs log tree commit diff stats
path: root/src/types
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some superfluous copiesbptato2025-05-112-2/+2
* fromjs: switch back res to `var' from `out'bptato2025-05-101-5/+3
* url: add schemeType, fix port bug on protocol assignmentbptato2025-05-032-97/+126
* url: simplify tuple originbptato2025-05-031-33/+8
* url, twtstr: misc cleanup, fix overflow check in parseUInt8bptato2025-05-011-108/+76
* myaddr: backport & switch to newSeqUninitbptato2025-04-301-1/+1
* pager, formdata: DynStream -> PosixStreambptato2025-04-141-2/+2
* formdata: avoid sending CRLF for epiloguebptato2025-04-101-2/+0
* url, twtstr: misc cleanupbptato2025-03-291-6/+2
* Re-add JSValueConstbptato2025-03-123-4/+4
* blob: default value for lastModified, misc cleanupbptato2025-03-052-24/+32
* blob: work around crash on nightly compilerbptato2025-03-041-1/+1
* Refactor bufreader, bufwriterbptato2025-03-013-42/+39
* dynstream: remove exceptionsbptato2025-02-261-5/+4
* color: small cleanupbptato2025-02-201-11/+9
* render, pager: fix canvas background painting orderbptato2025-02-191-7/+9
* csstree, layout: more refactoringbptato2025-02-131-0/+26
* dom, layout: fix empty canvas cache idsbptato2025-02-011-1/+1
* response: stub constructorbptato2025-02-011-0/+3
* buffer: support navigation on load/click, use origin for hover checkingbptato2025-01-241-5/+13
* Add annotations for move semanticsbptato2025-01-224-9/+11
* render: blend in paintBackgroundbptato2025-01-211-0/+24
* cssvalues: support percentage rgb colors, hsl & hslabptato2025-01-211-3/+21
* dom: CSSStyleDeclaration improvementsbptato2025-01-191-1/+4
* opt: remove value.ok, value.err overloads, use lentbptato2025-01-141-17/+5
* env: add media query matchingbptato2025-01-061-0/+10
* loader: add proper HTTP auth handlingbptato2025-01-031-0/+11
* url: do not rely on $ -> toString conversionbptato2025-01-011-2/+2
* dom, cssvalues: add getComputedStylebptato2024-12-301-2/+7
* cookie: add persistent cookies, misc refactoring/fixesbptato2024-12-292-255/+2
* cookie: remove redundant checkbptato2024-12-281-3/+1
* cookie: remove broken third-party-cookie optionbptato2024-12-271-20/+3
* Optimize some Option[string] outbptato2024-12-261-3/+5
* Strict def fixesbptato2024-12-221-2/+2
* cookie: fix another regressionbptato2024-12-191-1/+1
* cookie: fix regression in cookieJar.addbptato2024-12-191-1/+5
* cookie: small bugfix, misc refactoringbptato2024-12-171-21/+23
* default(T) -> T.default, add some strict defsbptato2024-12-172-6/+6
* url: fix file:/ serializationbptato2024-12-141-1/+1
* cookie: allow first-party cookies for subdomains with cookie sharingbptato2024-12-141-38/+50
* container, cookie: simplify extractCookies, cookieJar.addbptato2024-12-131-6/+1
* cookie: remove JS modulebptato2024-12-131-27/+17
* url: remove dead codebptato2024-12-121-5/+0
* response: simplify text()bptato2024-12-081-0/+7
* mimetypes: refactor, use mime.types for inline image extensionsbptato2024-12-051-1/+1
* layout, term, url: misc cleanupbptato2024-11-281-2/+0
* loader/* -> serverbptato2024-11-241-1/+1
* url: improve special scheme detectionbptato2024-11-161-62/+69
* url: fix serializeFormURLEncoded, refactorbptato2024-11-151-26/+17
* color: clean up dead codebptato2024-11-151-16/+4