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 }}
githubwalker
/
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
fork-integration
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 10, 2010
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
Adding tests and support for UDP based resolving with the HTTP client.
deanberris
committed
5925e6f
View commit details
Copy full SHA for 5925e6f
View code at this point
Browse repository at this point
Commits on Dec 13, 2009
Changing tags::http to become tags::http_default_8bit_tcp_resolve, introducing tags::http_default_8bit_udp_resolve.
deanberris
committed
616ba6b
View commit details
Copy full SHA for 616ba6b
View code at this point
Browse repository at this point
Refactoring out resolver policy, using tag dispatching trait to choose correct implementation.
deanberris
committed
ddd7889
View commit details
Copy full SHA for ddd7889
View code at this point
Browse repository at this point
Fixing ODR violation with parse_specific and parse_url function.
deanberris
committed
7906db1
View commit details
Copy full SHA for 7906db1
View code at this point
Browse repository at this point
Merging http-server branch to trunk.
mikhail_beris
committed
fa0a950
View commit details
Copy full SHA for fa0a950
View code at this point
Browse repository at this point
Commits on Dec 4, 2009
Merging integration_0_4 r210 into trunk.
mikhail_beris
committed
5ad39cc
View commit details
Copy full SHA for 5ad39cc
View code at this point
Browse repository at this point
Commits on Oct 20, 2008
MIME is not yet supported by unit tests, so it won't go in the release.
glynos
committed
41b98e1
View commit details
Copy full SHA for 41b98e1
View code at this point
Browse repository at this point
Commits on Oct 19, 2008
Merged branches/http_integration-r72 and branches/docs-r78.
glynos
committed
d5bf9ad
View commit details
Copy full SHA for d5bf9ad
View code at this point
Browse repository at this point
Commits on Sep 2, 2008
Merged latest documentation from docs branch; minor changes to allow tests to compile with the gcc -pedantic flag. Works on gcc 4.3, needs double checking on other platforms.
glynos
committed
c810667
View commit details
Copy full SHA for c810667
View code at this point
Browse repository at this point
Commits on Aug 26, 2008
Merging from http_integration r1-r71 .
mikhail_beris
committed
603c71a
View commit details
Copy full SHA for 603c71a
View code at this point
Browse repository at this point
Commits on Mar 20, 2008
impl/request.hpp: roll back change in include header. Now includes
Show description for f0fcc16
divye
committed
f0fcc16
View commit details
Copy full SHA for f0fcc16
View code at this point
Browse repository at this point
Commits on Mar 6, 2008
Changed include header of fusion::map to conform to current header
Show description for 1192ce3
divye
committed
1192ce3
View commit details
Copy full SHA for 1192ce3
View code at this point
Browse repository at this point
Commits on Feb 28, 2008
Changes:
Show description for fb88282
mikhail_beris
committed
fb88282
View commit details
Copy full SHA for fb88282
View code at this point
Browse repository at this point
Commits on Oct 8, 2007
Added typename keyword in order to make the code compile on
glynos
committed
39757ee
View commit details
Copy full SHA for 39757ee
View code at this point
Browse repository at this point
Initial implementation of the HTTP 1.0 client, request, and response objects. Accompanying unit test at test/http_1_0_test.cpp shows basic usage scenarios.
mikhail_beris
committed
db3d633
View commit details
Copy full SHA for db3d633
View code at this point
Browse repository at this point
Commits on Aug 29, 2007
Implementing to_lower transformation.
mikhail_beris
committed
3375ab7
View commit details
Copy full SHA for 3375ab7
View code at this point
Browse repository at this point
Commits on Jul 7, 2007
Using non-ODR violating placeholder implementation -- thanks to Joaquin Lopez Munoz of the Boost C++ Library community for the pointers -- instead of extern placeholders. Uses a similar approach us…
Show description for 9e2824e
mikhail_beris
committed
9e2824e
View commit details
Copy full SHA for 9e2824e
View code at this point
Browse repository at this point
Commits on Jun 12, 2007
Fixed the following problem:
Show description for 843a3a4
liancheng
committed
843a3a4
View commit details
Copy full SHA for 843a3a4
View code at this point
Browse repository at this point
Commits on Jun 11, 2007
Implement to_upper transformer and basic transformation infrastructure.
mikhail_beris
committed
9dc07de
View commit details
Copy full SHA for 9dc07de
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.