summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-30LibGfx: Load correct durations for gifsBen Wiederhake
2021-05-30Fuzz+LibGfx: When fuzzing GIFLoader, try to load all framesBen Wiederhake
2021-05-30AK: Fix accidentally-quadratic behavior in StringBuilderBen Wiederhake
2021-05-30AK+Userland: Use akaster@serenityos.org for my copyright headersAndrew Kaster
2021-05-30WebServer: Exit when the given port is invalidLinus Groh
2021-05-30WebServer: Replace printf()/fprintf(stderr) with outln()/warnln()Linus Groh
2021-05-30which: Replace printf() with outln()/warnln()Linus Groh
2021-05-30userdel: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-30ntpquery: Replace printf()/fprintf(stderr) with out{,ln}()/warnln()Linus Groh
2021-05-30AK: Make HashTable::operator=(HashTable&&) clear the moved-from tableAndreas Kling
2021-05-30Toolchain: Check whether required tools and libraries are availableGunnar Beutner
2021-05-30WebServer: Add optional listen address argumentEdwin Hoksberg
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-30AK: Declare malloc_good_size as extern "C"sin-ack
2021-05-30pls: Unveil search paths with browse permissionsBrendan Coles
2021-05-30LibTest+test-js: Add back the lost test262 parser test optionAli Mohammad Pur
2021-05-30LibJS: Make missing variable decls in for..in/of a syntax errorAli Mohammad Pur
2021-05-30LibJS: Don't try to parse binding patterns after a syntax errorAli Mohammad Pur
2021-05-30LibJS: Add String.prototype.anchor & friendsIdan Horowitz
2021-05-30LibGUI: Don't scroll TreeView horizontally to bring index into viewAndreas Kling
2021-05-30LibGUI: Avoid a bunch of virtual calls during TreeView paintingAndreas Kling
2021-05-30LibC: openpty error handling updateDavid Carlier
2021-05-30LibGL: Implement glBindTexture()Stephan Unverwerth
2021-05-30LibGL: Introduce Texture base class for all texture typesStephan Unverwerth
2021-05-29LibJS: Add Date.prototype.{get, set}Year()Idan Horowitz
2021-05-29LibJS: Replace the broken and unused Date::year getterIdan Horowitz
2021-05-29Everywhere: Sort out superfluous QuickSort.h importsBen Wiederhake
2021-05-30LibWasm: Make f32-add/sub actually perform addition/subtractionAli Mohammad Pur
2021-05-30LibWasm: Avoid OOB accesses caused by user inputAli Mohammad Pur
2021-05-29Kernel: Ensure that an unveil node with no permission is never acceptedAli Mohammad Pur
2021-05-29LibWasm: Fix logic error in Limits::parse()Ali Mohammad Pur
2021-05-29LibJS: Add tests for destructuring assignments and function parametersAli Mohammad Pur
2021-05-29LibJS: Implement destructuring assignments and function parametersAli Mohammad Pur
2021-05-29Kernel: Convert Process::get_syscall_path_argument() to KStringAndreas Kling
2021-05-29AK: Move RefCountedBase definitions out-of-lineAndreas Kling
2021-05-29Userland: Check sudoers file perms and owner in plsJesse Buhagiar
2021-05-29Userland: Implement `pls`, a sudo cloneJesse Buhagiar
2021-05-29LibC: Don't leak memory for realloc(p, 0)Gunnar Beutner
2021-05-29Meta/CI: Remove IRC notificationsAndrew Kaster
2021-05-29LibGUI/TreeView: Implement Home/End/PageUp/PageDn navigationJelle Raaijmakers
2021-05-29LibCore: Do not write disabled spwd values in generate_shadow_filebrapru
2021-05-29LibGL: Rewrite error handling according to specStephan Unverwerth
2021-05-29LibGL: Update rasterizer options in glDisable()Stephan Unverwerth
2021-05-29LibGL: Add macro for error checkingStephan Unverwerth
2021-05-29LibGfx: Switch to modern dbgln logging in ICOLoaderIdan Horowitz
2021-05-29LibGfx: Reject ICOs with height == NumericLimits<i32>::min()Idan Horowitz
2021-05-29CI: Use builtin clang-11, clang-12, npm, and libstdc++-10-dev packagesAndrew Kaster
2021-05-29LibJS: Instrument HeapBlock cell allocation for ASANAndrew Kaster
2021-05-29LibJS: Expose minimum possible cell size of JS::HeapAndrew Kaster
2021-05-29LibJS: Remove unused HeapBlock private member functionAndrew Kaster