Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
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
{{ message }}
cppfool
/
poco
Public
forked from
pocoproject/poco
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
poco
Net
src
IPAddress.cpp
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 6, 2014
style fixes
obiltschnig
committed
22f3ee8
View commit details
Copy full SHA for 22f3ee8
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
Fix several issues of Poco::IPAddress with supporting for IPv6 format. In current implementation "scope" part of IPv6 is not taken into consideration in several parts of code.
Paruyr Gevorgyan
committed
cc86efe
View commit details
Copy full SHA for cc86efe
View code at this point
Browse repository at this point
Commits on Oct 16, 2014
Fix parsing issue with IPv6 format: propogating scopeId from IPv6AddressImpl to IPAddress.
Paruyr Gevorgyan
committed
49e856a
View commit details
Copy full SHA for 49e856a
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
fixed NetworkInterface for WinCE
Show description for 63f4bfa
obiltschnig
committed
63f4bfa
View commit details
Copy full SHA for 63f4bfa
View code at this point
Browse repository at this point
Commits on May 14, 2014
LICENSE: add info about SPDX-License-Identifier usage and use it
Show description for b058143
bufferoverflow
committed
b058143
View commit details
Copy full SHA for b058143
View code at this point
Browse repository at this point
Commits on May 4, 2014
LICENSE: add info about SPDX-License-Identifier usage and use it
Show description for 628a06f
bufferoverflow
committed
628a06f
View commit details
Copy full SHA for 628a06f
View code at this point
Browse repository at this point
Commits on Mar 15, 2014
Net: for for IPv4 case skipping 0.0.0.0
guruofquality
committed
1923c46
View commit details
Copy full SHA for 1923c46
View code at this point
Browse repository at this point
Commits on Jun 3, 2013
gcc alignment and warning suppression
aleks-f
committed
2823749
View commit details
Copy full SHA for 2823749
View code at this point
Browse repository at this point
Commits on May 30, 2013
removed Var iterators, fixed SOO alignment
Show description for e5eaffb
aleks-f
committed
e5eaffb
View commit details
Copy full SHA for e5eaffb
View code at this point
Browse repository at this point
Commits on Mar 17, 2013
GH #127: Eliminate -Wshadow warnings
Show description for 2392f34
aleks-f
committed
2392f34
View commit details
Copy full SHA for 2392f34
View code at this point
Browse repository at this point
Commits on Feb 4, 2013
IPAddress Mac clang compile
aleks-f
committed
1523a87
View commit details
Copy full SHA for 1523a87
View code at this point
Browse repository at this point
Commits on Jan 25, 2013
destructor call and some cleanup
aleks-f
committed
69f5d4e
View commit details
Copy full SHA for 69f5d4e
View code at this point
Browse repository at this point
Commits on Jan 16, 2013
First stab (Windows) at IPAddress SOO
aleks-f
committed
47af51f
View commit details
Copy full SHA for 47af51f
View code at this point
Browse repository at this point
Commits on Dec 19, 2012
Net Windows automatic (un)initialize
Show description for 8fe3a39
aleks-f
committed
8fe3a39
View commit details
Copy full SHA for 8fe3a39
View code at this point
Browse repository at this point
Commits on Sep 15, 2012
eliminate compiler warning
aleks-f
committed
f2e8cef
View commit details
Copy full SHA for f2e8cef
View code at this point
Browse repository at this point
Commits on Aug 11, 2012
- NetworkInterface Windows improvements (detect broadcast address rather than calculate it)
Show description for b5d704b
aleks-f
committed
b5d704b
View commit details
Copy full SHA for b5d704b
View code at this point
Browse repository at this point
Commits on Jul 31, 2012
fix for shifting prefix bits
aleks-f
committed
d1a1d54
View commit details
Copy full SHA for d1a1d54
View code at this point
Browse repository at this point
Commits on Jul 30, 2012
- added IPaddress::prefixLength
Show description for 219a945
aleks-f
committed
219a945
View commit details
Copy full SHA for 219a945
View code at this point
Browse repository at this point
Commits on Jul 26, 2012
OSX compile IPAddress fixes
aleks-f
committed
348ca08
View commit details
Copy full SHA for 348ca08
View code at this point
Browse repository at this point
Commits on Jul 21, 2012
IPAddress:
Show description for 2ebe065
aleks-f
committed
2ebe065
View commit details
Copy full SHA for 2ebe065
View code at this point
Browse repository at this point
Commits on Jun 12, 2012
Prefix-based constructors for IPAddress
aleks-f
committed
771d5ed
View commit details
Copy full SHA for 771d5ed
View code at this point
Browse repository at this point
Commits on Apr 29, 2012
change EOL to 'native'
aleks-f
committed
5a63907
View commit details
Copy full SHA for 5a63907
View code at this point
Browse repository at this point
Commits on Apr 23, 2012
new trunk (base for 1.5)
Show description for d75e68c
aleks-f
committed
d75e68c
View commit details
Copy full SHA for d75e68c
View code at this point
Browse repository at this point
removing old trunk files
aleks-f
committed
f9b6029
View commit details
Copy full SHA for f9b6029
View code at this point
Browse repository at this point
Commits on Sep 14, 2011
Net: near complete merge to 1.4.2
Marian Krivos
committed
b242f2c
View commit details
Copy full SHA for b242f2c
View code at this point
Browse repository at this point
Commits on Sep 4, 2009
SF [2851197] IPAddress ctor throw keyword missing
aleks-f
committed
5eb44ce
View commit details
Copy full SHA for 5eb44ce
View code at this point
Browse repository at this point
Commits on Jun 16, 2009
integrated changes from 1.3.5
obiltschnig
committed
c93c160
View commit details
Copy full SHA for c93c160
View code at this point
Browse repository at this point
Commits on Feb 23, 2009
NetSSL library refactoring
obiltschnig
committed
75a07d7
View commit details
Copy full SHA for 75a07d7
View code at this point
Browse repository at this point
Commits on Feb 21, 2009
integrated improvements from 1.3.4 (NumberFormatter::append(), DateTimeFormatter::append()
obiltschnig
committed
fa1658b
View commit details
Copy full SHA for fa1658b
View code at this point
Browse repository at this point
Commits on Jan 28, 2008
synced with main repository
obiltschnig
committed
2986d27
View commit details
Copy full SHA for 2986d27
View code at this point
Browse repository at this point
Commits on Jun 13, 2007
latest sources from main repository
obiltschnig
committed
f7b1357
View commit details
Copy full SHA for f7b1357
View code at this point
Browse repository at this point
Commits on May 4, 2007
latest changes from main rep
obiltschnig
committed
ed4789b
View commit details
Copy full SHA for ed4789b
View code at this point
Browse repository at this point
Commits on Apr 25, 2007
latest changes from main repository
obiltschnig
committed
ba1384e
View commit details
Copy full SHA for ba1384e
View code at this point
Browse repository at this point
Commits on Feb 27, 2007
changes from main repository
obiltschnig
committed
dfe559a
View commit details
Copy full SHA for dfe559a
View code at this point
Browse repository at this point
Commits on Feb 25, 2007
integrated changes from main rep
obiltschnig
committed
d6b783c
View commit details
Copy full SHA for d6b783c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.