| Commit message (Expand) | Author | Age | Files | Lines |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -9/+9 |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -4/+1 |
* | lib/socks.c: Merged two size variables into one | Marc Hoersken | 2012-10-04 | 1 | -16/+15 |
* | lib/socks.c: Avoid type conversions where possible | Marc Hoersken | 2012-10-04 | 1 | -16/+15 |
* | socks.c: Fixed warning: conversion to 'int' from 'long unsigned int' | Marc Hoersken | 2012-09-14 | 1 | -1/+1 |
* | socks.c: Check that IPv6 is enabled before using it's features | Marc Hoersken | 2012-09-14 | 1 | -0/+4 |
* | checksrc: Fixed line length and comment indentation | Marc Hoersken | 2012-09-14 | 1 | -3/+3 |
* | socks.c: Updated error messages to handle hostname and IPv6 | Marc Hoersken | 2012-09-14 | 1 | -1/+25 |
* | socks.c: Added support for IPv6 connections through SOCKSv5 proxy | Marc Hoersken | 2012-09-14 | 1 | -31/+34 |
* | SOCKS: truly disable it if CURL_DISABLE_PROXY is defined | Daniel Stenberg | 2012-09-06 | 1 | -1/+1 |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -1/+1 |
* | Curl_SOCKS4: minor code compression | Daniel Stenberg | 2011-08-18 | 1 | -4/+1 |
* | SOCKS: fix the connect timeout | Daniel Stenberg | 2011-08-08 | 1 | -24/+11 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -4/+0 |
* | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg | 2011-06-04 | 1 | -3/+3 |
* | socks: fix unaligned memory access | Yang Tse | 2011-05-26 | 1 | -9/+13 |
* | proxy: allow socks:// prefix in proxy string | Daniel Stenberg | 2011-04-28 | 1 | -1/+1 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -12/+13 |
* | async resolvers: further cleanups | Daniel Stenberg | 2011-04-25 | 1 | -2/+2 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -2/+2 |
* | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg | 2011-01-04 | 1 | -3/+3 |
* | fix compiler warning: enumerated type mixed with another type | Yang Tse | 2010-05-31 | 1 | -3/+3 |
* | sendrecv: split the I/O handling into private handler | Howard Chu | 2010-05-07 | 1 | -2/+4 |
* | socks5: please static code analyzer | Daniel Stenberg | 2010-04-24 | 1 | -4/+6 |
* | SOCKS4: Value stored to 'rc' is never read | Daniel Stenberg | 2010-04-16 | 1 | -2/+2 |
* | SOCKS5: when name resolves fail return immediately | Daniel Stenberg | 2010-04-16 | 1 | -1/+4 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | fix printf-style format strings | Yang Tse | 2010-02-04 | 1 | -2/+2 |
* | Fix compiler warning: conditional expression is constant | Yang Tse | 2010-02-02 | 1 | -2/+2 |
* | removed obsolete casts. | Gunter Knauf | 2009-08-29 | 1 | -2/+2 |
* | add casts to silent compiler warnings with 64bit systems. | Gunter Knauf | 2009-08-29 | 1 | -2/+2 |
* | - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for | Daniel Stenberg | 2009-07-09 | 1 | -7/+7 |
* | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse | 2009-04-21 | 1 | -3/+0 |
* | If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call | Gisle Vanem | 2009-03-15 | 1 | -1/+1 |
* | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg | 2009-01-28 | 1 | -20/+58 |
* | - Daniel Egger provided a patch that allows you to disable proxy support in | Daniel Stenberg | 2008-09-29 | 1 | -0/+4 |
* | - Made the SOCKS code use the new Curl_read_plain() function to fix the bug | Daniel Stenberg | 2008-09-22 | 1 | -1/+1 |
* | - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy | Daniel Stenberg | 2008-06-20 | 1 | -7/+9 |
* | Yang Tse pointed out a few remaining quirks from my timeout refactoring from | Daniel Stenberg | 2008-02-11 | 1 | -0/+12 |
* | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg | 2008-02-07 | 1 | -24/+2 |
* | fix compiler warning | Yang Tse | 2008-01-14 | 1 | -1/+1 |
* | fix compiler warning | Yang Tse | 2008-01-13 | 1 | -1/+1 |
* | fix compiler warning | Yang Tse | 2008-01-09 | 1 | -3/+3 |
* | Based on further discussion on curl-library, I reverted yesterday's SOCKS5 | Daniel Stenberg | 2008-01-05 | 1 | -1/+1 |
* | Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the | Daniel Stenberg | 2008-01-04 | 1 | -25/+85 |
* | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg | 2008-01-02 | 1 | -9/+40 |
* | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | 2007-11-05 | 1 | -23/+23 |
* | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich | 2007-08-27 | 1 | -2/+2 |
* | if we read zero bytes from the proxy, the connection is broken and we need | Daniel Stenberg | 2007-06-05 | 1 | -0/+5 |
* | - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a | Daniel Stenberg | 2007-04-16 | 1 | -2/+2 |