| Make SSL connections work again |
|
More...
|
almost 12 years ago
|
| Updated Copyright years |
|
More...
|
almost 12 years ago
|
| Removed trailing spaces and converted from <CR><LF> to <LF> |
|
More...
|
almost 12 years ago
|
| Replaced tabs with spaces |
|
More...
|
almost 12 years ago
|
| Fixed compilation error with g++ |
|
More...
|
over 16 years ago
|
| * Fixed g++ warnings |
|
More...
|
over 16 years ago
|
| * Fixed warnings |
|
More...
|
over 16 years ago
|
| * Fixed compilation an error with G++ |
|
More...
|
over 16 years ago
|
| * define NOMINMAX and use std::min |
|
More...
|
over 16 years ago
|
| * Minor fix in the Asynchronous SOCKS5 implementation (sent too many bytes) |
|
More...
|
over 16 years ago
|
| * Better using STL algorithms for this purpose they are probably optimized |
|
More...
|
over 16 years ago
|
| * SSL working via SOCKS4 and SOCKS5 now in synchronous mode Also working now synchronous All this fuzz because of missing handshake ;-) (refs 2) |
|
More...
|
over 16 years ago
|
| * Added missing includes |
|
More...
|
over 16 years ago
|
| * Adding easy buffer writing utility |
|
More...
|
over 16 years ago
|
| * Added debug server to see what data are sent * Repaired SOCKS5 to some extend * SSL stuff is broken somehow. Async and without proxy works though but synchronous connections with SSL fail O.o |
|
More...
|
over 16 years ago
|
| * Added forward typedef for error_code -.- |
|
More...
|
over 16 years ago
|
| * In development phase of SOCKS Proxy implementations |
|
More...
|
over 16 years ago
|
| * Can now use sync and async connections via SOCKS4 (SSL still broken) |
|
More...
|
over 16 years ago
|
| * The proxy code is such a mess... |
|
More...
|
over 16 years ago
|
| * Changed code |
|
More...
|
over 16 years ago
|
| * Committing changes although containing a crash.... |
|
More...
|
over 16 years ago
|
| * file flags.. |
|
More...
|
over 16 years ago
|
| * Some further improvements |
|
More...
|
over 16 years ago
|
| * Hmm it was working now it doesn't.. need to check what changed. |
|
More...
|
over 16 years ago
|
| * First proxying of HTTPS via CONNECT worked :-) |
|
More...
|
over 16 years ago
|
| * Compilation and warnings fixed on g++ |
|
More...
|
over 16 years ago
|
| * And again access rights :-S |
|
More...
|
over 16 years ago
|
| * Proxy implementation improvements |
|
More...
|
over 16 years ago
|
| * Added proxy types * Moved proxy_socket and proxy_base to template<typename Tag> implementations (like the rest of the library) |
|
More...
|
over 16 years ago
|
| * access rights :S |
|
More...
|
over 16 years ago
|