Projects with recent changes
2 days ago res_fax.c: lower FAXOPT read warning to debug level (b0237143b2)
2 days ago endpoints: Remove need for stasis subscription. (27fbc166e1)
2 days ago app_queue: Allow stasis message filtering to work. (19b0636d3e)
25 hours ago Merge pull request #1599 from Cisco-Talos/CLAM-2882-dll-scan-performance (8475d4e65)
2 days ago Valgrind suppression for false positive in Rust png-decoder crate (4d45c0ac2)
2 days ago Fix embedded RAR archive extraction issue (50326da51)
2 days ago Update Rust dependencies; Fix image fuzzy hash values (b1c1f1840)
2 days ago Fix compiler warning (1a2515eea)
2 days ago Increase limit for finding PE files embedded in other PE files (0462dae12)
2 days ago Loosen restrictions on embedded file identification (3bd6c575c)
2 days ago Fix issue detecting VBA projects (63997273a)
2 hours ago [Build-System] Update OpenSSL to v3.4.3, bump libks to 2.0.7 on Windows. (#2934) (9b0bbeaac9)
2 days ago beta release (d56b6afca)
2 days ago release (47ef75820)
3 days ago Bump github/codeql-action from 3 to 4 (#8397) (e3e6b54ad)
kernel
2 days ago Merge tag 'nfsd-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux (9b332cece987)
2 days ago Merge tag 'for-linus-6.18-2' of https://github.com/cminyard/linux-ipmi (5bd0116d92a7)
3 hours ago APPS/cmp: fix wrong CLI option reference for -ref_cert (5eeeaa7da3)
3 hours ago APPS/ocsp: avoid memory leaks on error (7c168f55b1)
3 hours ago apps/cmp.c: must not try acting as server if -reqout_only option is given (82fb46debc)
3 hours ago apps/cmp.c and doc/man3: add clarifying comments and doc line on CMP context used in two function calls; move one of these calls (3e77acbff1)
7 hours ago Correct assembler version checking in perlasm scripts (9820582da3)
7 hours ago Add file and line number to test failure messages (e430609d26)
7 hours ago Allow us to pass NULL to have the current time, since CMP appears to be determined to do so (36b2777a12)
7 hours ago Catch the failing conversions due to limited time_t on NotBefore and NotAfter as well (8803efadad)
7 hours ago Windows is having issues, print the time it doesn't like when it fails (002a66cf66)
7 hours ago Add unit test for X509 temporal validity functions. (b0395cee13)
7 hours ago Also be pedantically RFC5280 compliant in ossl_x509_check_certificate_times. (a503e78be6)
7 hours ago Bring in boundary test from #28584 (e996ebabd7)
7 hours ago Be fully RFC 5280 pedantic about notAfter (3c963394d0)
7 hours ago Put an appropriate warning in the apps code for now (48a2d1e448)
7 hours ago Stop using X509_cmp_timeframe in cert_acceptible (6183a47fdc)
7 hours ago Stop using X509_cmp_timeframe in ossl_X509_check (57c4096b3d)
7 hours ago separate time validation and comparison (26b1640d3d)
7 hours ago Fix the documentation for X509_cmp_timeframe (3c8d25033f)
7 hours ago Deprecate X509_STORE_get0_objects() (09280480f9)
7 hours ago x509store: reduce lock contention in X509_STORE (04589b59ef)
7 hours ago Move handy test functions to testutil (0955904db1)
32 hours ago http_client.c: make sure to raise error 404 (also in case of further errors like content type mismatch) (5aaf9746f6)
2 days ago quic: pass is_write to quic_classify_stream in quic_get_stream_error_code (2466b57b89)
2 days ago Update size check condition for probable primes to align with FIPS 186-5. (1d0a29d557)
2 days ago ssl: call SSLfatal on realloc failures in extract_keyshares (43cddc534e)
2 days ago AEAD: Raise an error on EVP_DecryptFinal_ex() without the tag being set (b9e6d36010)
2 days ago Clarify that setpgpid() is optional if not provided by the platform (a64d3153c7)
2 days ago s_socket: continue in loop, on bind fail (694b4159ba)
2 days ago bio/dgram: use IPV6_PMTUDISC_* with IPV6_MTU_DISCOVER (e4b3f5fee9)
2 days ago bio/dgram: fix local addr clear for i-th message (ad26aee904)
32 minutes ago ext/phar: assert function are not passed NULL pointers (9a24c6a89f1)
32 minutes ago ext/phar: Improve signature tests (670a8f73ccf)
4 hours ago Merge branch 'PHP-8.5' (e5d0e62793e)
4 hours ago Fix getNamedItemNS() incorrect namespace check (8392633f97e)
23 hours ago ext/phar/phar_object.c: Refactor extraction code to use zend_string* (264d650117c)
23 hours ago ext/phar/phar.c: use zend_hash_str_exists() instead of fetching ptr and checking for NULL (bf44b6ec4e8)
23 hours ago ext/phar: pad _phar_archive_data struct (fb81bdd9fd2)
23 hours ago ext/phar: pad _phar_entry_info struct (6e6752fa61f)
23 hours ago ext/phar: pad phar globals struct (453f9e144f3)
23 hours ago ext/phar: use bool type instead of uint32_t (a5f61654b2e)
23 hours ago ext/phar: Return const char* as these are in the rodata section (75c1c32ddce)
23 hours ago ext/phar: use bool type instead of int (2e62399fc7d)
23 hours ago ext/phar: use zend_result type instead of int (68b419ab31d)
23 hours ago ext/phar: use uint32_t type instead of int (ebbe64b03af)
23 hours ago ext/phar: use %zu printf specifier for size_t (a3cf188568a)
24 hours ago Merge branch 'PHP-8.5' (8dc1a3da4c8)
24 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (0ef96a216f3)
24 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (8dd117f8016)
24 hours ago Fix GH-19722: Windows: _get_osfhandle asserts in debug mode when given a socket (94625a0e4ce)
25 hours ago ROR the callable_convert_cache key for better hash distribution (#20052) (bbe2191002b)
25 hours ago Merge branch 'PHP-8.5' (f9678e7b908)
25 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (dd609116e37)
25 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (aa82c9c325d)
25 hours ago Fix GH-8978: MySQLi: SSL certificate verification fails (port doubled) (472f2fe0a3a)
26 hours ago Merge branch 'PHP-8.5' (108b90da276)
26 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (f238665be38)
26 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (d1018bec6d2)
26 hours ago exif: Fix possible memory leak when tag is empty (56af25cc1c7)
27 hours ago Upgrade nightly macOS version to macos 15 (#20159) (e3e37c801fd)
27 hours ago Merge branch 'PHP-8.5' (cfcfc6f366a)
23 hours ago Merge tag 'pull-loongarch-20251015' of https://github.com/bibo-mao/qemu into staging (8109ebdb95)
2 days ago hw/loongarch/virt: Sort order by hardware device base address (a9c5e0ed9b)
2 days ago hw/loongarch/virt: Remove header file ls7a.h (52d9074163)
2 days ago target/loongarch: Skip global TLB when calculating replaced TLB (f72848e31f)
2 days ago target/loongarch: Add missing TLB flush with different asid (2e9ff01a91)
2 days ago Merge tag 'pull-tcg-20251014' of https://gitlab.com/rth7680/qemu into staging (3bf5c57a11)
2 days ago accel/tcg: Hoist first page lookup above pointer_wrap (ec03dd9723)
2 days ago linux-user: Support MADV_DONTDUMP, MADV_DODUMP (a79fbb6988)
2 days ago accel/tcg: Add clear_flags argument to page_set_flags (f55fc1c092)
2 days ago Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (b2d86f1c54)
2 days ago Merge tag 'hw-misc-20251013' of https://github.com/philmd/qemu into staging (2953fba3ba)
2 days ago Merge tag 'pull-aspeed-20251013' of https://github.com/legoater/qemu into staging (b905ac657b)
2 days ago rust: migration: implement ToMigrationState as part of impl_vmstate_bitsized (7ee5875d42)
3 days ago timer: constify some functions (67913e95bf)
3 days ago rust: qemu-macros: add ToMigrationState derive macro (29cf500e3b)
3 days ago rust: migration: add high-level migration wrappers (44a9d1b86c)
3 days ago rust: move VMState from bql to migration (4526418aff)
3 days ago rust: migration: extract vmstate_fields_ref (8999ca00a4)
3 days ago rust: migration: validate termination of subsection arrays (5b4fa97807)
3 days ago rust: migration: do not store raw pointers into VMStateSubsectionsWrapper (64bce66d6f)
3 days ago rust: migration: do not pass raw pointer to VMStateDescription::fields (5c776a7677)
3 days ago rust: bql: add BqlRefCell::get_mut() (818231bc6d)
3 days ago accel/kvm: Factor kvm_cpu_synchronize_put() out (0de36ecb2b)
3 days ago accel/kvm: Introduce KvmPutState enum (665a8035b7)
3 days ago monitor: generalize query-mshv/"info mshv" to query-accelerators/"info accelerators" (71d5babbd6)
3 days ago monitor: clarify "info accel" help message (2808652b4f)
3 days ago target/i386: user: do not set up a valid LDT on reset (58aa1d08bb)
3 days ago async: access bottom half flags with qatomic_read (5142397c79)
3 days ago target/i386: fix access to the T bit of the TSS (0d22b621b7)
3 days ago target/i386: fix x86_64 pushw op (5a2faa0a0a)
7 hours ago Merge branch 'python-decorators' (6b6bec7295)
woocommerce
82 minutes ago Updated `@wordpress/env` to v10.32.0 (#61439) (0eab0ff8b6)
3 hours ago Fix typos in docs (#60978) (64bdbc0263)
6 hours ago Always Announce Status Transitions on Order Save (#61459) (3a6b3ce4d2)
7 hours ago Fixes CSV import failure with brands (#61366) (797ff55fb9)
8 hours ago Add missing dependency to email editor's dependency list (#61441) (9437841f0a)
12 hours ago [NOX In-Context] Fix onboarding for Singapore and UAE (#61448) (3a3301a816)
13 hours ago Fix broken pagination on wc analytics variations endpoint (#61410) (ce69a6b95e)
14 hours ago Fix PHP CodeSniffer memory exhaustion and improve linting performance (#61411) (3b861868c3)
15 hours ago Update PayPal Standard method description (#61347) (cc1ca7e94c)
28 hours ago WPS Migration: Remove feature flag (#61418) (932c01c333)
31 hours ago e2e tests: Add JUnit reporter configuration for Playwright test results (#61450) (56aedb6ba4)
32 hours ago dev: Update Evaluate Project Job Statuses to run for all trigger types (#61449) (b238ec0bd8)
32 hours ago Fix the email editor to fit in the preview column (#61442) (04fe6a06d8)
32 hours ago Add v4 REST API controller and schemas for payment gateway settings. (#61278) (3ec1893069)
34 hours ago WC_REST_Orders_V2_Controller: Call get_product less often (#61438) (ef17d49186)
34 hours ago Handle legacy → HPOS sync when order was deleted while sync was off (#61290) (845cdc8fe1)
34 hours ago Improve 'can add custom product attributes' flaky test (II) (#61404) (b97c36c6a8)
2 days ago Wooplug 5655/defer term counting for batch product editing (#61383) (6d0562432a)
2 days ago Consolidate API for email settings to follow V4 design (#61423) (c50fb3d119)
2 days ago Add support for storing COGS values for orders when HPOS is disabled (#61307) (a7ba89bc0c)
2 days ago Use exact text matching to find cart/checkout blocks in template tests (#61420) (8761e2246b)
2 days ago Update autocomplete docs to clarify they apply to Checkout block too (#61430) (df710da0e5)
2 days ago Fix issue with duplicate tax rows, by matching tax rate id (#61400) (d80cd1d615)
3 days ago Agentic Commerce: Fix textdomain loading warning in AgenticController (#61424) (dafb3381f8)
3 days ago ACP: Add util is_agentic_commerce_request (#61399) (07260bd3cf)
3 days ago Optimize caching of price data for variations (#61286) (57f7f14e1d)
3 days ago Remove notice to downgrade from Product Collection to Products (Beta) block (#61203) (1f6c6fbd8b)
3 days ago Don't trigger block hooks manually in WooCommerce templates on WordPress 6.9 or higher (#61392) (70b8c72554)
33 minutes ago General: Remove support for IE conditional comments. (83f64ea185)
49 minutes ago External Libraries: Backport upstream PHP 8.5 fixes for SimplePie. (f651889a66)
2 hours ago Block Bindings: Add `core/term-data` source; extend `core/post-data`. (bab1a65f89)
3 hours ago General: Fix PHP 8.5 deprecation warning in unit test. (89e168ae28)
12 hours ago Docs: fix typo in `wp_should_output_buffer_template_for_enhancement` docblock. (5c820c168d)
20 hours ago Theme Editor: Add additional notice and warning when editing a CSS file. (e9bd8510b6)
20 hours ago Date/Time: Add indication of site language default date/time format in General Settings. (8eddfadd6f)
21 hours ago Users: Add caching to `count_many_users_posts()`. (7c4b25b036)
21 hours ago Bundled Themes: Add missing `svn:ignore` for Twenty Twenty-Two and Twenty Twenty-Five. (7b245a5c37)
23 hours ago Blocks: Introduce WP_Block_Processor for efficiently parsing blocks. (d9547eadf7)
23 hours ago Docs: Correct the tag order for `site_status_good_response_time_threshold` filter. (c02580e18b)
24 hours ago REST API: Allow comment content to be updated to empty when allow_empty_comment filter returns true (b7b8b2080e)
27 hours ago General: Introduce output buffering for template enhancements. (e40914625b)
2 days ago Bundled Themes: Add `path` data to block theme stylesheets so they can be inlined. (0eb047a704)
2 days ago Bundled Themes: Introduce stylesheet minification for core block themes. (68b667c5f5)
2 days ago Taxonomy: Bypass clearing taxonomy hierarchy for non-hierarchical taxonomies. (e2880aa7ef)
2 days ago Coding Standards: Use more meaningful variable names in Theme Editor. (6f89fc8d45)
3 days ago Script Loader: Propagate `fetchpriority` from dependents to dependencies. (7b5a81698f)
3 days ago Editor: Avoid enqueueing assets for blocks which do not render content. (08402d39f6)
3 days ago Coding Standards: Revert the renaming of `$s` variable in `wp-admin/plugins.php`. (0b137f6348)
3 days ago Coding Standards: Use more meaningful variable names in Plugin Editor. (ea487bcb18)
3 days ago Coding Standards: Rename abbreviated variables in `WP_Query`. (b0e11252f9)