summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-01-26LibEDID: Do not check if ${PNP_IDS_EXPORT_PATH} exists in pnp_ids.cmakeTimothy Flynn
2022-01-26LibEDID: Rename the downloaded PNP IDs fileTimothy Flynn
2022-01-26LibEDID: Use correct paths for LibEDID generated filesTimothy Flynn
2022-01-26Meta: Download PNP ID data with fallible download functionTimothy Flynn
2022-01-26Meta: Download TZDB data with fallible download functionTimothy Flynn
2022-01-26Meta: Download UCD and CLDR data with fallible download functionTimothy Flynn
2022-01-26Meta: Add a CMake function to download remote files during the buildTimothy Flynn
2022-01-25Tests+LibJS: Add very simple bytecode LibJS testsdavidot
2022-01-26Meta: Correct the PNP ID download conditionAli Mohammad Pur
2022-01-25LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::StyleTimothy Flynn
2022-01-25LibTimeZone: Handle time zones which begin the year in daylight savingsTimothy Flynn
2022-01-25LibTimeZone: Add an API to retrieve both daylight and standard offsetsTimothy Flynn
2022-01-25LibTimeZone: Slightly refactor the generated DST rule finding methodTimothy Flynn
2022-01-25LibTimeZone: Parse and generate time zone abbreviation format stringsTimothy Flynn
2022-01-25AK: Standardize the behaviour of GenericLexer::consume_until overloadsIdan Horowitz
2022-01-24Toolchain: Add support for building the userland with the mold linkerDaniel Bertalan
2022-01-23Meta+LibEDID: Download and generate the PNP ID databaseTom
2022-01-23LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructorIdan Horowitz
2022-01-23Everywhere: Convert VM::call() to JS::call()mjz19910
2022-01-23timezone: Add a command line utility to set the system time zoneTimothy Flynn
2022-01-23LibTimeZone: Add an API to retrieve a list of all known IANA time zonesTimothy Flynn
2022-01-23LibHTTP+AK: Rename CNETWORKJOB_DEBUG to NETWORKJOB_DEBUGNico Weber
2022-01-23LibHTTP+AK: Rename CHTTPJOB_DEBUG to HTTPJOB_DEBUGNico Weber
2022-01-22CI: Fail Lagom linters step as soon as any linter failsIdan Horowitz
2022-01-22Utilities+Lagom: Remove test-cryptoNico Weber
2022-01-22RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUGNico Weber
2022-01-22LibJS: Implement ImportCall and HostImportModuleDynamicallydavidot
2022-01-22Meta: Add JS_MODULE_DEBUG define flagdavidot
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-22LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)kleines Filmröllchen
2022-01-21adjtime: Port to LibMainmjz19910
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-20LibWeb: Remove Length::Type::Percentage :^)Sam Atkins
2022-01-20LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage typesSam Atkins
2022-01-19LibJS+LibUnicode: Return the appropriate time zone name depending on DSTTimothy Flynn
2022-01-19LibUnicode: Generate both standard and daylight time zone namesTimothy Flynn
2022-01-19LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DSTTimothy Flynn
2022-01-19LibJS+LibTimeZone: Begin handling DST when computing time zone offsetsTimothy Flynn
2022-01-19LibTimeZone: Parse and generate DST rule links for each ZONE entryTimothy Flynn
2022-01-19LibTimeZone: Begin parsing and generating DaylightSavings rulesTimothy Flynn
2022-01-18LibUnicode: Generate code point abbreviationsTimothy Flynn
2022-01-17LibJS+LibUnicode: Make static const Utf8View variables constexprIdan Horowitz
2022-01-17Meta: Add icons to online man pagesTobias Christiansen
2022-01-17Meta+Ports: Make 'package.sh showproperty' report multiple propertiesAli Mohammad Pur
2022-01-17Meta: Optimized lint-ports.py by avoiding duplicate execs of package.shBrian Gianforcaro
2022-01-17Meta: Skip shellcheck for Ports in pre-commit hookBrian Gianforcaro
2022-01-16Meta: Ensure that all port patches are documented in the linterAli Mohammad Pur
2022-01-15Meta: Make check-symbols.sh use the correct build directorycreator1creeper1
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14CI: Disallow test failures on macOS Lagom :^)Timothy Flynn