Projects with recent changes
aom
2 days ago lc-dec: Bias against rd cost of obmc motion mode (0dfe179f80)
12 hours ago Fixed memory leak that happens when we hit a list limit. (ad65a4cee)
12 hours ago Fix warnings about operations on volatiles that are deprecated in C++20. (#8502) (37922da74)
2 days ago Bump msys2/setup-msys2 from 2.29.0 to 2.30.0 (#8499) (f5a92111d)
libheif
2 days ago reduce header dependencies (8ac06a0a)
5 hours ago Fix register usage comment in ARMv8 Montgomery sqr asm. In the bn_sqr8x_mont function, a comment describing the accumulation step for the partial product a[1]*a[0] incorrectly referenced the low part ('lo') of the product. The value being added to the temporary register t[2] is actually the high part ('hi') of that multiplication. Correct the comment from "t[2]+lo(a[1]*a[0])" to "t[2]+hi(a[1]*a[0])". (7a53925198)
2 days ago SSL3 documentation nits (a11b5ae0d2)
2 days ago Add no-ssl3 back as a no-op (6821363f28)
2 days ago Add entry to CHANGES.md (b53d8bf168)
2 days ago Remove sslv3 flags from x86 CI jobs (0b271780ea)
2 days ago Update documentation using enable-ssl3 Configure flags (8d623d4979)
2 days ago Allow enabling deprecated flags that haven't been removed yet (357beec47f)
2 days ago Deprecate SSL3 Configure flags (8c108ae03b)
2 days ago Rename SSL3 error codes to TLS equivalents (b3d26e438a)
2 days ago Address SSLv3 removal nits (21fc75e49f)
2 days ago Remove unused SSLv3 specific error codes (4574e1b3cb)
2 days ago Remove support for SSLv3 (60c15b2aff)
2 days ago Constify return value of X509_get_X509_PUBKEY() (fc756e594e)
2 days ago Constify the return value of X509_get0_pubkey_bitstr() (f18816261e)
2 days ago Interop: c_rehash was removed; don't look for it (077e94f6e5)
2 days ago SHA512 performance optimized by RISCV RVV (93119bae7f)
2 days ago Added AVX2 encoding + scalar improvements (3a69b19028)
12 hours ago Merge branch 'PHP-8.5' (e861608eee7)
12 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (37fe144333a)
12 hours ago ext/pcntl: fix pcntl_getcpuaffinity() for solaris. (5faa54d93bd)
16 hours ago Merge branch 'PHP-8.5' (13411ef83a3)
16 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (ded206ee166)
16 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (7f56d4a23fc)
16 hours ago Fix NEWS formatting (494dd975214)
30 hours ago Merge branch 'PHP-8.5' (341d2d1bdcf)
30 hours ago Fix GH-20771: Assertion failure when getUnicodeHost() returns empty string (13d63d61055)
30 hours ago ext/session/mod_mm.c: add a few missing ZSTR macros (0eb6a4d32f9)
2 days ago Merge branch 'PHP-8.5' (f80338cb926)
2 days ago Merge branch 'PHP-8.4' into PHP-8.5 (0f01a011415)
2 days ago [ci skip] Add missing EXTENSIONS dependency to test (8c860ce66e3)
2 days ago pgsql: Don't allocate memory for default arguments (#20757) (ef87a146fb8)
3 days ago Merge branch 'PHP-8.5' (670d3004ed0)
3 days ago Merge branch 'PHP-8.4' into PHP-8.5 (ffc4701009c)
3 days ago Merge branch 'PHP-8.3' into PHP-8.4 (f46741e554e)
3 days ago Merge branch 'PHP-8.2' into PHP-8.3 (f3b9482ed56)
3 days ago [skip ci] Drop CI for 8.1 (4d9a038fd0b)
3 days ago Merge branch 'PHP-8.5' (c1e450d1d9f)
3 days ago Merge branch 'PHP-8.4' into PHP-8.5 (fd1e73078c0)
3 days ago Merge branch 'PHP-8.3' into PHP-8.4 (250fd028519)
3 days ago ext/posix: (Further) fix groups array creation on macos. (e63dae29419)
3 days ago Merge branch 'PHP-8.5' (4d1829cbf82)
3 days ago Merge branch 'PHP-8.4' into PHP-8.5 (c5f3614a45b)
3 days ago Merge branch 'PHP-8.3' into PHP-8.4 (2100ca08ece)
3 days ago Fix zend_vm_gen.php when executed with PHP 8.5 (d3ef80649e6)
3 days ago Merge branch 'PHP-8.5' (18c560d5734)
3 days ago Merge branch 'PHP-8.4' into PHP-8.5 (27d4e2f302f)
3 days ago Fix bug #74154: Phar extractTo creates empty files (e90b48c8e5d)
2 days ago Open 11.0 development tree (8dd5bceb2f)
2 days ago Update version for v10.2.0 release (698104725e)
tesseract
2 days ago Remove empty statements (0174c8bc)
woocommerce
2 days ago Fix: performance issue with filter data cache (#62575) (be151a6c76)
2 days ago Fix URL decoding for product variation attributes in REST API (#62562) (72a6b65c7a)
2 days ago Fix wp-editor script being enqueued on widgets screen (#62327) (#62438) (6a6312f06c)
2 days ago Include WooCommerce `src` Directory in Code Coverage (#62460) (7ff2029e13)
2 days ago Allow blank Flat rate cost in admin validation (#61313) (93e5cbfa6b)
3 days ago Send a Slack notification when the release assignment post is published (#62392) (8ac0f33cdf)
3 days ago Update changelog.txt after 10.4.3 (#62565) (417ae6e2cf)
3 days ago Update stable tag to 10.4.3 (trunk) (#62563) (46ec5472c1)
3 days ago Product Feed: Decrease expiration period, validate feed validity (#62537) (c42209f0ec)
3 days ago Wooplug 5884/product object cache (#62041) (1985a2981c)
3 days ago Release: Remove 10.4.3 change files from trunk (#62561) (cce8b94c26)
5 hours ago Tests: Rename the `admin/includesUser.php` test file to be more descriptive. (0bf74deeec)
11 hours ago Upgrade/Install: Correct and improve various docblocks relating to upgrades. (94401e78ce)
22 hours ago Export: Fix fatal error when passing `null` to `wxr_cdata()` by casting passed value to `string`. (4ab8f3d7f2)
31 hours ago Code Modernization: Replace `isset()` with null coalescing in `WP_Roles::get_role()`. (3429087f6c)
2 days ago Code Modernization: Replace some `isset()` ternary checks with null coalescing. (e1e3fc707b)
2 days ago Docs: Improve specificity of PHP types in `functions.wp-scripts.php` and `functions.wp-styles.php`. (a12a6154c3)
2 days ago Script Loader: Fix script module `fetchpriority` calculation when dependent with higher priority is not enqueued. (641cf5a127)
3 days ago Theme_JSON_Resolver: check for WP_Post in query. (36be5bb9ae)
3 days ago Widgets: Insert widgets into the selected sidebar correctly in accessibility mode. (1033c6c05e)