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
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
{{ message }}
giacomini
/
cpp-netlib
Public
forked from
cpp-netlib/cpp-netlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cpp-netlib
boost
on
0.5-devel
User selector
All users
All time
Commit history
Commits on Jan 29, 2010
Adding explicit calls to close sockets from the client side.
deanberris
committed
16a6627
View commit details
Copy full SHA for 16a6627
View code at this point
Browse repository at this point
Commits on Jan 28, 2010
Minor doc updates; Replaced from all examples.
glynos
authored and
deanberris
committed
4d336e7
View commit details
Copy full SHA for 4d336e7
View code at this point
Browse repository at this point
Commits on Jan 26, 2010
Merging from 0.5-devel for eventual beta testing and release.
deanberris
committed
974cd12
View commit details
Copy full SHA for 974cd12
View code at this point
Browse repository at this point
Commits on Jan 25, 2010
Fixes bug with PUT/POST handling.
Show description for 08c04cc
deanberris
committed
08c04cc
View commit details
Copy full SHA for 08c04cc
View code at this point
Browse repository at this point
Commits on Jan 24, 2010
Fixing problem with run-over buffer reads.
deanberris
committed
0c062a8
View commit details
Copy full SHA for 0c062a8
View code at this point
Browse repository at this point
Merge branch '0.5-devel' of git@github.com:mikhailberis/cpp-netlib into 0.5-devel
deanberris
committed
a17616a
View commit details
Copy full SHA for a17616a
View code at this point
Browse repository at this point
Fixing bugs with HTTP Server implementation.
deanberris
committed
3562f27
View commit details
Copy full SHA for 3562f27
View code at this point
Browse repository at this point
Commits on Jan 23, 2010
Moving out TCP_NODELAY setting from connection constructor.
Show description for d3f9ce2
deanberris
committed
d3f9ce2
View commit details
Copy full SHA for d3f9ce2
View code at this point
Browse repository at this point
Commits on Jan 21, 2010
Applying typedef patch from Jeroen.
Show description for c356c16
deanberris
committed
c356c16
View commit details
Copy full SHA for c356c16
View code at this point
Browse repository at this point
Applying patch to port type issue.
Show description for 2fd6e28
deanberris
committed
2fd6e28
View commit details
Copy full SHA for 2fd6e28
View code at this point
Browse repository at this point
Commits on Jan 13, 2010
Fixing error with MSVC not recognizing or as a keyword; fixes #2.
deanberris
committed
a90e34b
View commit details
Copy full SHA for a90e34b
View code at this point
Browse repository at this point
Commits on Jan 11, 2010
Addressing ODR violation for message swap across compilation units.
Show description for 6512d4c
deanberris
committed
6512d4c
View commit details
Copy full SHA for 6512d4c
View code at this point
Browse repository at this point
Addressing multiple definition bug for boost::network::swap.
Show description for cfe2ced
deanberris
committed
cfe2ced
View commit details
Copy full SHA for cfe2ced
View code at this point
Browse repository at this point
Commits on Jan 10, 2010
Making socket shutdown explicit.
Show description for 01313fb
deanberris
committed
01313fb
View commit details
Copy full SHA for 01313fb
View code at this point
Browse repository at this point
Attempts at build time optimization.
Show description for a947e52
deanberris
committed
a947e52
View commit details
Copy full SHA for a947e52
View code at this point
Browse repository at this point
Applying patch by Jeroen Habraken; fixes #1
deanberris
committed
9ffb3b1
View commit details
Copy full SHA for 9ffb3b1
View code at this point
Browse repository at this point
Fixing operator> usage in favor of operator>>
deanberris
committed
963a7ef
View commit details
Copy full SHA for 963a7ef
View code at this point
Browse repository at this point
Revert "changed from operator > to >> as > throws"
Show description for 6745707
deanberris
committed
6745707
View commit details
Copy full SHA for 6745707
View code at this point
Browse repository at this point
Revert "changed from operator > to >> as > throws"
Show description for 6c3d96b
deanberris
committed
6c3d96b
View commit details
Copy full SHA for 6c3d96b
View code at this point
Browse repository at this point
changed from operator > to >> as > throws
Jeroen Habraken
authored and
deanberris
committed
fce4924
View commit details
Copy full SHA for fce4924
View code at this point
Browse repository at this point
Commits on Jan 8, 2010
Fixing left-in merge markers.
deanberris
committed
743dd78
View commit details
Copy full SHA for 743dd78
View code at this point
Browse repository at this point
Merging a checkpoint from 0.5-devel to master.
deanberris
committed
4e69162
View commit details
Copy full SHA for 4e69162
View code at this point
Browse repository at this point
Fixing HTTP 1.1 pipelining support implementation, so it does not fail when it tries to re-use a connection when the server gives up.
deanberris
committed
01140d2
View commit details
Copy full SHA for 01140d2
View code at this point
Browse repository at this point
Commits on Jan 4, 2010
Implementing support for HTTP 1.1 chunked encoding, and keepalive connections.
deanberris
committed
0aed5d1
View commit details
Copy full SHA for 0aed5d1
View code at this point
Browse repository at this point
Using correct traits for defining the string type and the vector type, making stock_reply creation easier.
deanberris
committed
c3eeb92
View commit details
Copy full SHA for c3eeb92
View code at this point
Browse repository at this point
Commits on Dec 22, 2009
minor path update
Jeroen Habraken
authored and
deanberris
committed
25d9366
View commit details
Copy full SHA for 25d9366
View code at this point
Browse repository at this point
implemented userinfo, fixed path, I hope
Jeroen Habraken
authored and
deanberris
committed
b45be23
View commit details
Copy full SHA for b45be23
View code at this point
Browse repository at this point
Switched to RFC 3986, path component
Jeroen Habraken
authored and
deanberris
committed
0cf2ddd
View commit details
Copy full SHA for 0cf2ddd
View code at this point
Browse repository at this point
Prevent modification of the scheme
Jeroen Habraken
authored and
deanberris
committed
0a4504d
View commit details
Copy full SHA for 0a4504d
View code at this point
Browse repository at this point
Improvements as mentioned on the mailing list, cleanup
Jeroen Habraken
authored and
deanberris
committed
ae9371d
View commit details
Copy full SHA for ae9371d
View code at this point
Browse repository at this point
Commits on Dec 21, 2009
Checking in implementation of HTTPS server and client tests; HTTPS localhost is still broken.
deanberris
committed
e70b277
View commit details
Copy full SHA for e70b277
View code at this point
Browse repository at this point
Commits on Dec 18, 2009
Implementing keep-alive connections in HTTP 1.1, but no chunked transfer encoding support yet.
deanberris
committed
4831538
View commit details
Copy full SHA for 4831538
View code at this point
Browse repository at this point
Commits on Dec 17, 2009
Refactoring implementation (incomplete) to support SSL; lots broken still more work to do -- this is a checkpoint commit, please bear with me.
Dean Michael Berris
committed
6add11d
View commit details
Copy full SHA for 6add11d
View code at this point
Browse repository at this point
Commits on Dec 14, 2009
Refactoring to move request/response types into both client and server types sharing the same base template.
deanberris
committed
ec5996d
View commit details
Copy full SHA for ec5996d
View code at this point
Browse repository at this point
Refactoring connection management out of the basic_client implementation.
deanberris
committed
b8bb431
View commit details
Copy full SHA for b8bb431
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.