aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-11Add dicache meaning: decompressed image cacheRodrigo Arias Mallo
2025-08-11Add about:dicache for decompressed image cacheRodrigo Arias Mallo
2025-08-11Add about:cache page with cache statisticsRodrigo Arias Mallo
2025-08-11Add hit counter in cache entriesRodrigo Arias Mallo
2025-08-11Add dStr_shorten() to make strings shorterRodrigo Arias Mallo
2025-08-11Escape CSS % in printf formatRodrigo Arias Mallo
2025-08-08Search for fltk-config1.3 before fltk-configRodrigo Arias Mallo
2025-08-04Middle click in Home or Book opens in new tabRodrigo Arias Mallo
2025-08-04Focus the N-th tab with Alt-<number>Rodrigo Arias Mallo
2025-08-02Handle OpAbort from DPI CCC server sideRodrigo Arias Mallo
2025-07-26Add NetBSD default path for CA certificate bundleRodrigo Arias Mallo
2025-07-12Document developer options in configure helpRodrigo Arias Mallo
2025-07-12Separate developer options in configure summaryRodrigo Arias Mallo
2025-07-11Report if IPv6 support is enabled with the -v flagRodrigo Arias Mallo
2025-07-11Detect IPv6 support by defaultRodrigo Arias Mallo
2025-07-07Fix text-alignCameron Paul
2025-07-07Expand text-align-center test with more test casesCameron Paul
2025-07-02Don't change CFLAGS or LDFLAGS for custom Mbed TLSRodrigo Arias Mallo
2025-07-02Add options to search custom MbedTLS installationsAzamat H. Hackimov
2025-06-30Run dpidc stop only if dpid is runningNomarian
2025-06-29Fix webp and brotli status variable in configureRodrigo Arias Mallo
2025-06-29Fix compare output in HTML test driverRodrigo Arias Mallo
2025-06-29Set test wait time to 1 second but allow overrideRodrigo Arias Mallo
2025-06-29Add extra sleep after window appears in HTML testsCameron Paul
2025-06-29Poll for dillo window during HTML testsCameron Paul
2025-06-16Add HTML test for text-align: centerCameron Paul
2025-06-16Add multiple floats HTML testCameron Paul
2025-06-16Add margin rounding HTML testCameron Paul
2025-05-20Make Ctrl+A select input textRodrigo Arias Mallo
2025-05-18Only parse Content-Disposition for root URLsRodrigo Arias Mallo
2025-05-10Don't use assert to check if realloc() failedRodrigo Arias Mallo
2025-05-08Add Marginalia and Wiby search enginesRodrigo Arias Mallo
2025-05-08Make Ctrl+C copy selection into clipboardRodrigo Arias Mallo
2025-05-07Copy links to clipboard selection tooRodrigo Arias Mallo
2025-05-04Drop Google Search as it now requires JavaScriptRodrigo Arias Mallo
2025-05-02Print brotli version with -vRodrigo Arias Mallo
2025-05-01Add Content-Disposition support to ChangeLogRodrigo Arias Mallo
2025-05-01Allow whitespaces before separatorRodrigo Arias Mallo
2025-05-01Use simpler algorithm to remove bad charactersRodrigo Arias Mallo
2025-05-01Simplify algorithm to parse filenameRodrigo Arias Mallo
2025-05-01Flatten the conditionals so it is easier to readRodrigo Arias Mallo
2025-05-01Free memory before erasing the pointerRodrigo Arias Mallo
2025-05-01Make all pointers mandatory (not NULL)Rodrigo Arias Mallo
2025-05-01Move a_Misc_parse_content_disposition() to misc.hRodrigo Arias Mallo
2025-05-01Offer download if content disposition isn't recognizedCameron Paul
2025-05-01Re-enable failing tests and fix themCameron Paul
2025-05-01Fix disposition test linking and add more test casesCameron Paul
2025-05-01Add content disposition unit testRodrigo Arias Mallo
2025-05-01Fix off by one error with quoted filenamesCameron Paul
2025-05-01Handle quoted content dispositions and escape special filesystem charactersCameron Paul