summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-15WindowServer: Fix window shadow rendering glitchTom
2021-04-15Everywhere: Add "free" warningsNicholas-Baron
2021-04-15LibWeb: Set Cookie header on remaining resource requestsTimothy Flynn
2021-04-15LibWeb: Set Cookie header on <img> and <object> resource requestsTimothy Flynn
2021-04-15LibWeb: Set Cookie header on <script> resource requestsTimothy Flynn
2021-04-15LibWeb: Helper for creating load requests with a Cookie headerTimothy Flynn
2021-04-15Browser: Implement spec-compliant cookie retrievalTimothy Flynn
2021-04-15Base: Update cookie test page to include unretrievable cookiesTimothy Flynn
2021-04-15LibJS: Use references in CallExpression::compute_this_and_callee()Linus Groh
2021-04-15Ports: Make sure we're building libvorbis before SDL2_mixerGunnar Beutner
2021-04-15Meta: Include queued checks in the discord notification's checks filterIdan Horowitz
2021-04-15LibPthread: Implement sem_getvalue()Gunnar Beutner
2021-04-15LibPthread: Don't hold sem->mtx after sem_wait()/sem_trywait()Gunnar Beutner
2021-04-15LibPthread: Improve error handling for the semaphore functionsGunnar Beutner
2021-04-15LibPthread: Ensure we're not overflowing the semaphore's valueGunnar Beutner
2021-04-15Ports: Use ftpmirror.gnu.org mirror server for GNU portsBrendan Coles
2021-04-15Base: Add documentation for `get_process_name`Nicholas-Baron
2021-04-15LibJS: Implement String.prototype.substr according to the specTimothy Flynn
2021-04-14Browser+LibWeb: Add support for spoofing the browser user agentIdan Horowitz
2021-04-14LibWeb: Implement the CanvasRenderingContext2D::rect path methodIdan Horowitz
2021-04-14LibWeb: Make CanvasRenderingContext2D::fill's fillRule argument optionalIdan Horowitz
2021-04-14LibWeb: Request repaint on canvas path finalizaiton via fill/strokeIdan Horowitz
2021-04-14LibGfx: initialize winding number to 1 for NonZero winding rulesIdan Horowitz
2021-04-14Ports: Remove obsolete patch for the oksh portGunnar Beutner
2021-04-14Ports: Add missing dependency for the gnupg portGunnar Beutner
2021-04-14Ports: Enable audio for the Super-Mario portGunnar Beutner
2021-04-14LibJS: Improve Reference::get() TypeError message for nullish baseLinus Groh
2021-04-14LibJS: Use reference in MemberExpression::execute()Linus Groh
2021-04-14Tests: fixed test-crypto wrong argument order that failed -daniel eliad
2021-04-14Kernel: Suppress maybe-uninitialized' warning s_syscall_table in gcc-10.3.0Brian Gianforcaro
2021-04-14Build: Update toolchain include path to gcc 10.3.0Brian Gianforcaro
2021-04-14Toolchain: Update to the latest gcc release 10.3.0Brian Gianforcaro
2021-04-14Toolchain: Update binutils to version to latest 2.36.1 releaseBrian Gianforcaro
2021-04-14Ports: Add emu2 DOS emulatorBrendan Coles
2021-04-14Ports: Don't export the DESTDIR variable by defaultGunnar Beutner
2021-04-14Ports: Remove obsolete patch for trGunnar Beutner
2021-04-14Ports: Fix building the mrsh portGunnar Beutner
2021-04-14LibC: Use __inline_isascii() in isascii()Gunnar Beutner
2021-04-14LibC: Add support for isblank()Gunnar Beutner
2021-04-14Ports: Fix building the dash portGunnar Beutner
2021-04-14Ports: Fix building the nano portGunnar Beutner
2021-04-14Ports: Link libarchive against pcre because the system's libregex doesn't sup...Gunnar Beutner
2021-04-14Ports: Add port for pcreGunnar Beutner
2021-04-14Ports: Remove obsolete _SC_CLK_TCK patch for hatariGunnar Beutner
2021-04-14LibC: Add missing macro for _SC_CLK_TCKGunnar Beutner
2021-04-14Ports: Fix building the ninja portGunnar Beutner
2021-04-14Ports: Add nethackGunnar Beutner
2021-04-14LibC: Turn regex_t and regmatch_t into typedefsGunnar Beutner
2021-04-14LibC: Change return type for sleep() to unsigned intGunnar Beutner
2021-04-14Ports: Add port for libicuGunnar Beutner