0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
James Yonan
fe6fcefa61 C++11 : rename NULL to nullptr 2015-05-17 02:53:37 -06:00
James Yonan
b90165405d Added InternalServerError to http/status.hpp. 2015-04-22 15:42:46 -06:00
James Yonan
3737007c8f Added HTTP::Status::to_string() method. 2015-04-18 19:10:47 -06:00
James Yonan
9684fbddd7 Added HTTP ReplyType and RequestType typedef containers. 2015-04-09 00:22:27 -06:00
James Yonan
0648246385 Fixed bug/typo in HTTP::Request::to_string() where formatted
URI was wrong.  This code is normally only used for debugging.
2015-03-19 14:00:02 -06:00
James Yonan
c2c7292a70 Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
James Yonan
d231f64715 In HTTP Proxy module (openvpn/transport/client/httpcli.hpp),
moved HTTP status constants out to common file.
2014-08-10 19:07:22 -06:00
James Yonan
21bf79007c Added HTTP::Header::get_value_trim method. 2014-08-10 18:39:31 -06:00
James Yonan
2c6d972ad6 Added AGPL copyright/licensing language. 2014-07-20 21:22:06 -06:00
James Yonan
4d9a751af2 Added head comments to all source files.
Minor reorganization of unicode code.
2012-11-23 06:18:43 +00:00
James Yonan
9c6d783134 Added HTTP Proxy Digest Auth support. 2012-10-26 12:36:40 +00:00
James Yonan
3ca3a857bd Initial HTTP proxy implementation in core, with support for
non-authenticated proxies and Basic Auth.

Includes new PROXY_ERROR and PROXY_NEED_CREDS events.

Still to do: Digest and NTLM auth.
2012-10-24 06:38:20 +00:00