Age | Commit message (Expand) | Author |
2004-05-05 | fix_hostname() now (void)s the conn argument to prevent warnings on non-idn | Daniel Stenberg |
2004-05-05 | prevent warnings when using the gcc option -Wunreachable-code | Daniel Stenberg |
2004-05-04 | General HTTP authentication cleanup and fixes | Daniel Stenberg |
2004-04-29 | fixed the host/proxy name issue when re-using a connection and made IDN names | Daniel Stenberg |
2004-04-29 | encode the correct name | Daniel Stenberg |
2004-04-27 | Made host name and proxy name get stored in a 'struct hostname' and set | Daniel Stenberg |
2004-04-26 | made the verbose connect use the proper host name string even when using | Daniel Stenberg |
2004-04-26 | NI_MAXHOST is not generally available, we use plain 256 bytes for the hostname | Daniel Stenberg |
2004-04-26 | Made defines instead of plain numbers for the Curl_resolv() return code to | Daniel Stenberg |
2004-04-26 | IDN adjustments and host cleanups by Gisle | Daniel Stenberg |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg |
2004-04-21 | typecast tolower/toupper arguments to int to make picky compilers complain | Daniel Stenberg |
2004-04-20 | Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed- | Daniel Stenberg |
2004-04-13 | proper typecast to prevent compiler warning | Daniel Stenberg |
2004-04-13 | remove an long time #defined struct member and use the actual "real" name | Daniel Stenberg |
2004-04-13 | Moved the 'tcp_nodelay' member to the proper 'UserDefined' struct within the | Daniel Stenberg |
2004-04-06 | New authentication code added, particularly noticable when doing POST or PUT | Daniel Stenberg |
2004-03-31 | Use the new HAVE_NI_WITHSCOPEID define instead of merely checking for the | Daniel Stenberg |
2004-03-31 | Fixed how the user name is extracted from http_proxy environment variable | Daniel Stenberg |
2004-03-25 | tcp-nodelay patch by Joe Halpin | Daniel Stenberg |
2004-03-12 | Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the | Daniel Stenberg |
2004-03-11 | Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets. | Daniel Stenberg |
2004-03-10 | curl_socket_t mistakes cleanup | Daniel Stenberg |
2004-03-04 | prevent harmless compiler warning | Daniel Stenberg |
2004-03-02 | corrected the reuse_fresh condition | Daniel Stenberg |
2004-03-02 | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg |
2004-03-02 | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg |
2004-03-01 | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg |
2004-03-01 | Only consider the fresh-connection option on the first connection made, not | Daniel Stenberg |
2004-03-01 | in Curl_disonnect(): call the protocol-specific disconnect function before we | Daniel Stenberg |
2004-02-22 | the missing part of Gisle Vanem's connect-timeout fix for win32 | Daniel Stenberg |
2004-02-16 | Make the 'areschannel' get created in the curl_easy_init() and re-use that | Daniel Stenberg |
2004-02-16 | Fix verbosconnect() when ipv6-enabled to not assume that conn->serv_addr | Daniel Stenberg |
2004-02-16 | Jeff Lawson pointed out that we need to check for a '5' in the version field | Daniel Stenberg |
2004-02-13 | in the socks code, make sure we receive Curl_read results in ints and | Daniel Stenberg |
2004-02-12 | No longer receive the return code in ConnectionKillOne() that wasn't dealt | Daniel Stenberg |
2004-02-11 | #if-check for SIGALRM before assuming it is present | Daniel Stenberg |
2004-02-05 | options we get as longs need to be typecasted when assigned to prevent | Daniel Stenberg |
2004-02-02 | when including ca-bundle.h, don't look in the current dir first, simply use | Daniel Stenberg |
2004-01-26 | when saving in a cookie jar fails, include the file name in the error message | Daniel Stenberg |
2004-01-23 | Proxy username and password on persistant connections could easily get | Daniel Stenberg |
2004-01-23 | check the arguments to the socks5 function, as the name and password might | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-22 | use the proper type for formposts, not the deprecated one | Daniel Stenberg |
2004-01-11 | Dominick Meglio pointed out FTPS should use default port 990 according to | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2003-12-19 | Make setopt() support CURLOPT_IPRESOLVE... | Daniel Stenberg |
2003-12-19 | Gisle Vanem's minor fixes | Daniel Stenberg |
2003-12-15 | added a library-wide interface for doing dns cache pruning, and no longer | Daniel Stenberg |