Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Not yet seconds ago
False
Not yet seconds ago
Triggered text Ignored text Blocked text
8 hours ago
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
zeromq / libzmq Public
* Notifications You must be signed in to change notification settings
* Fork 2.5k
* Star 11k
* Code
* Issues 359
* Pull requests 19
* Actions
* Security and quality 5
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Actions
* Security and quality
* Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jul 26, 2026
* Problem: various small issues with vsock implementation
Show description for 4649337
remijouannet
authored
4649337 View commit details
Copy full SHA for 4649337
Browse repository at this point
Commits on Jul 20, 2026
* Merge pull request #4919 from bluca/adv
Show description for 6b708e4
somdoron
authored
6b708e4 View commit details
Copy full SHA for 6b708e4
Browse repository at this point
* Problem: only 2 maintainer get security reports, and via email
Show description for 834acae
bluca
committed
834acae View commit details
Copy full SHA for 834acae
Browse repository at this point
Commits on Jul 4, 2026
* Fix GSSAPI ZAP auth: honour negative ZAP responses
Show description for ba63f03
jake-scott
authored and
bluca
committed
ba63f03 View commit details
Copy full SHA for ba63f03
Browse repository at this point
* Add missing <new> includes for std::nothrow
Show description for 2e8a6cc
MarcoFalke
authored and
bluca
committed
2e8a6cc View commit details
Copy full SHA for 2e8a6cc
Browse repository at this point
Commits on Jul 3, 2026
* Problem: zmq_abort() may be called on Windows if polling fails (#4809)
Show description for 84eb461
dz-fsd
authored
84eb461 View commit details
Copy full SHA for 84eb461
Browse repository at this point
Commits on Jul 2, 2026
* Switch GHA docs job to newest actions
bluca
committed
51f3672 View commit details
Copy full SHA for 51f3672
Browse repository at this point
* Switch GHA from deprecated windows-2019 to windows-2025
bluca
committed
8cddbc1 View commit details
Copy full SHA for 8cddbc1
Browse repository at this point
* Switch GHA to actions/checkout@v7
bluca
committed
b3f93bc View commit details
Copy full SHA for b3f93bc
Browse repository at this point
* CI.yaml: drop trailing whitespace
bluca
committed
27d9343 View commit details
Copy full SHA for 27d9343
Browse repository at this point
* Free input buffer passed to gss_wrap
Show description for 80a4ac4
jake-scott
authored and
bluca
committed
80a4ac4 View commit details
Copy full SHA for 80a4ac4
Browse repository at this point
* Fix GSSAPI PUB/SUB subscription corruption on reconnection
Show description for ccfe508
jake-scott
authored and
bluca
committed
ccfe508 View commit details
Copy full SHA for ccfe508
Browse repository at this point
* fix double free in pipe_t::process_pipe_term_ack
ssam18
authored and
bluca
committed
acef50b View commit details
Copy full SHA for acef50b
Browse repository at this point
* Fix signed char sign extension in UDP engine in_event()
Show description for e357cd3
TristanInSec
authored and
bluca
committed
e357cd3 View commit details
Copy full SHA for e357cd3
Browse repository at this point
* Fix websocket address parsing
Puyunye
authored and
bluca
committed
0e61bce View commit details
Copy full SHA for 0e61bce
Browse repository at this point
* Fix memory leak in UDP engine on truncated group size
Show description for 3be093c
TristanInSec
authored and
bluca
committed
3be093c View commit details
Copy full SHA for 3be093c
Browse repository at this point
* Fix heap buffer overflow in UDP engine out_event()
Show description for af11df0
TristanInSec
authored and
bluca
committed
af11df0 View commit details
Copy full SHA for af11df0
Browse repository at this point
* fix(cmake): register missing fuzzer tests to avoid CTest warnings
Show description for 83d1849
eternamaze
authored and
bluca
committed
83d1849 View commit details
Copy full SHA for 83d1849
Browse repository at this point
* Don't use if_indextoname on Windows Server 2003
Andrea Magnetto
authored and
bluca
committed
095f0e6 View commit details
Copy full SHA for 095f0e6
Browse repository at this point
Commits on Apr 7, 2026
* build: default to epoll for MinGW on Windows (fix IPC/select issue)
Show description for b946c18
ynkan
authored and
bluca
committed
b946c18 View commit details
Copy full SHA for b946c18
Browse repository at this point
Commits on Mar 18, 2026
* Add VSOCK transport support on Linux
Show description for 7d95ac0
remijouannet
authored
7d95ac0 View commit details
Copy full SHA for 7d95ac0
Browse repository at this point
Commits on Mar 12, 2026
* AIX doesn't support MSG_DONTWAIT
Lakshmi-Surekha
authored and
bluca
committed
66f512b View commit details
Copy full SHA for 66f512b
Browse repository at this point
Commits on Mar 2, 2026
* TST: bind bsd socket to loopback instead of all interfaces
Show description for 3a1af92
minrk
authored and
bluca
committed
3a1af92 View commit details
Copy full SHA for 3a1af92
Browse repository at this point
Commits on Jan 23, 2026
* Problem: CACHELINE_SIZE conditions check string after numeric comparisons
Show description for 51a5a9c
jiridanek
authored and
bluca
committed
51a5a9c View commit details
Copy full SHA for 51a5a9c
Browse repository at this point
Commits on Jan 22, 2026
* test_mock_pub_sub: increase wait time in mock pub/sub test for loaded systems
Show description for 00f12d2
Thomas-Barbier-1A
authored and
bluca
committed
00f12d2 View commit details
Copy full SHA for 00f12d2
Browse repository at this point
Commits on Jan 10, 2026
* problem: no API to disconnect a specific peer by routing id
Show description for 900a548
somdoron
authored and
bluca
committed
900a548 View commit details
Copy full SHA for 900a548
Browse repository at this point
Commits on Sep 10, 2025
* CMake: fix installation of config files on MinGW
Show description for 7a7bfa1
carlo-bramini
authored and
bluca
committed
7a7bfa1 View commit details
Copy full SHA for 7a7bfa1
Browse repository at this point
Commits on Aug 8, 2025
* Update vmci_listener.cpp
Show description for aaf88cd
mgaertne
authored and
bluca
committed
aaf88cd View commit details
Copy full SHA for aaf88cd
Browse repository at this point
Commits on Jun 26, 2025
* The tests/test_radio_dish test implements is_multicast_available() to
Show description for 3e5ce5c
ellert
authored and
bluca
committed
3e5ce5c View commit details
Copy full SHA for 3e5ce5c
Browse repository at this point
Commits on Jun 25, 2025
* Problem: code coverage build fails
Show description for dd7369b
bluca
committed
dd7369b View commit details
Copy full SHA for dd7369b
Browse repository at this point
* cmake: add curve_keygen binary
Show description for f4329c5
xnox
authored and
bluca
committed
f4329c5 View commit details
Copy full SHA for f4329c5
Browse repository at this point
* Problem: clang-format CI job fails
Show description for dbbd240
crcunningham
authored
dbbd240 View commit details
Copy full SHA for dbbd240
Browse repository at this point
Commits on Jun 24, 2025
* set upper bound in cmake_minimum_required
Show description for b91a620
minrk
authored and
bluca
committed
b91a620 View commit details
Copy full SHA for b91a620
Browse repository at this point
Commits on Jun 15, 2025
* rename removesection macro to avoid duplicate conflict with nsis3
pimborman
authored and
bluca
committed
798a689 View commit details
Copy full SHA for 798a689
Browse repository at this point
Commits on Jun 6, 2025
* ANDROID: Support NDK r27x.
Show description for c2f7f8a
stephan57160
authored and
bluca
committed
c2f7f8a View commit details
Copy full SHA for c2f7f8a
Browse repository at this point
PreviousNext
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots.