| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate some superfluous copies | bptato | 2025-05-11 | 2 | -2/+2 |
* | fromjs: switch back res to `var' from `out' | bptato | 2025-05-10 | 1 | -5/+3 |
* | url: add schemeType, fix port bug on protocol assignment | bptato | 2025-05-03 | 2 | -97/+126 |
* | url: simplify tuple origin | bptato | 2025-05-03 | 1 | -33/+8 |
* | url, twtstr: misc cleanup, fix overflow check in parseUInt8 | bptato | 2025-05-01 | 1 | -108/+76 |
* | myaddr: backport & switch to newSeqUninit | bptato | 2025-04-30 | 1 | -1/+1 |
* | pager, formdata: DynStream -> PosixStream | bptato | 2025-04-14 | 1 | -2/+2 |
* | formdata: avoid sending CRLF for epilogue | bptato | 2025-04-10 | 1 | -2/+0 |
* | url, twtstr: misc cleanup | bptato | 2025-03-29 | 1 | -6/+2 |
* | Re-add JSValueConst | bptato | 2025-03-12 | 3 | -4/+4 |
* | blob: default value for lastModified, misc cleanup | bptato | 2025-03-05 | 2 | -24/+32 |
* | blob: work around crash on nightly compiler | bptato | 2025-03-04 | 1 | -1/+1 |
* | Refactor bufreader, bufwriter | bptato | 2025-03-01 | 3 | -42/+39 |
* | dynstream: remove exceptions | bptato | 2025-02-26 | 1 | -5/+4 |
* | color: small cleanup | bptato | 2025-02-20 | 1 | -11/+9 |
* | render, pager: fix canvas background painting order | bptato | 2025-02-19 | 1 | -7/+9 |
* | csstree, layout: more refactoring | bptato | 2025-02-13 | 1 | -0/+26 |
* | dom, layout: fix empty canvas cache ids | bptato | 2025-02-01 | 1 | -1/+1 |
* | response: stub constructor | bptato | 2025-02-01 | 1 | -0/+3 |
* | buffer: support navigation on load/click, use origin for hover checking | bptato | 2025-01-24 | 1 | -5/+13 |
* | Add annotations for move semantics | bptato | 2025-01-22 | 4 | -9/+11 |
* | render: blend in paintBackground | bptato | 2025-01-21 | 1 | -0/+24 |
* | cssvalues: support percentage rgb colors, hsl & hsla | bptato | 2025-01-21 | 1 | -3/+21 |
* | dom: CSSStyleDeclaration improvements | bptato | 2025-01-19 | 1 | -1/+4 |
* | opt: remove value.ok, value.err overloads, use lent | bptato | 2025-01-14 | 1 | -17/+5 |
* | env: add media query matching | bptato | 2025-01-06 | 1 | -0/+10 |
* | loader: add proper HTTP auth handling | bptato | 2025-01-03 | 1 | -0/+11 |
* | url: do not rely on $ -> toString conversion | bptato | 2025-01-01 | 1 | -2/+2 |
* | dom, cssvalues: add getComputedStyle | bptato | 2024-12-30 | 1 | -2/+7 |
* | cookie: add persistent cookies, misc refactoring/fixes | bptato | 2024-12-29 | 2 | -255/+2 |
* | cookie: remove redundant check | bptato | 2024-12-28 | 1 | -3/+1 |
* | cookie: remove broken third-party-cookie option | bptato | 2024-12-27 | 1 | -20/+3 |
* | Optimize some Option[string] out | bptato | 2024-12-26 | 1 | -3/+5 |
* | Strict def fixes | bptato | 2024-12-22 | 1 | -2/+2 |
* | cookie: fix another regression | bptato | 2024-12-19 | 1 | -1/+1 |
* | cookie: fix regression in cookieJar.add | bptato | 2024-12-19 | 1 | -1/+5 |
* | cookie: small bugfix, misc refactoring | bptato | 2024-12-17 | 1 | -21/+23 |
* | default(T) -> T.default, add some strict defs | bptato | 2024-12-17 | 2 | -6/+6 |
* | url: fix file:/ serialization | bptato | 2024-12-14 | 1 | -1/+1 |
* | cookie: allow first-party cookies for subdomains with cookie sharing | bptato | 2024-12-14 | 1 | -38/+50 |
* | container, cookie: simplify extractCookies, cookieJar.add | bptato | 2024-12-13 | 1 | -6/+1 |
* | cookie: remove JS module | bptato | 2024-12-13 | 1 | -27/+17 |
* | url: remove dead code | bptato | 2024-12-12 | 1 | -5/+0 |
* | response: simplify text() | bptato | 2024-12-08 | 1 | -0/+7 |
* | mimetypes: refactor, use mime.types for inline image extensions | bptato | 2024-12-05 | 1 | -1/+1 |
* | layout, term, url: misc cleanup | bptato | 2024-11-28 | 1 | -2/+0 |
* | loader/* -> server | bptato | 2024-11-24 | 1 | -1/+1 |
* | url: improve special scheme detection | bptato | 2024-11-16 | 1 | -62/+69 |
* | url: fix serializeFormURLEncoded, refactor | bptato | 2024-11-15 | 1 | -26/+17 |
* | color: clean up dead code | bptato | 2024-11-15 | 1 | -16/+4 |