summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.4.0 prepscares-1_4_0Daniel Stenberg2007-06-083-1/+27
* Changed the opens to work on older versions of perl.Dan Fandrich2007-06-071-65/+63
* Fixed a compiler warning on uClibc.Dan Fandrich2007-06-071-1/+1
* bug #1720605, There seems to be a problem when connecting to the Microsoft te...Daniel Stenberg2007-06-071-0/+3
* Daniel S (6 June 2007)Daniel Stenberg2007-06-072-0/+10
* Renamed the sshd log file to sshd.log.Dan Fandrich2007-06-071-34/+50
* Cleaned up SOCKS tests. Use a magic port number instead of killserverDan Fandrich2007-06-076-31/+18
* Fixed some problems in starting SSH for use in SOCKS.Dan Fandrich2007-06-072-6/+11
* make -s/--silent properly toggle as it is documentedDaniel Stenberg2007-06-061-1/+1
* the revertDaniel Stenberg2007-06-051-0/+10
* added 703: a socks5 version of 702Daniel Stenberg2007-06-052-1/+40
* Daniel Black's test suite fixes and initial test cases for SOCKS4/5 usingDaniel Stenberg2007-06-0511-72/+438
* if we read zero bytes from the proxy, the connection is broken and we needDaniel Stenberg2007-06-051-0/+5
* mark connect failures as non-connected when ConnectPlease() fails, like whenDaniel Stenberg2007-06-051-0/+2
* Revered Ashish Sharma's multiple entries patch, as it caused memory madnessDaniel Stenberg2007-06-041-119/+20
* minor edit since getting an ID seems pointless when failure happensDaniel Stenberg2007-06-041-2/+2
* fix the bad bad bad mess this caused on name resolves returning more thanDaniel Stenberg2007-06-041-4/+2
* Brad Spencer found and fixed three flaws in the code, found with the newDaniel Stenberg2007-06-023-3/+7
* Brad House fixed VS2005 compiler warnings due to time_t being 64bit.Daniel Stenberg2007-06-024-4/+13
* Ashish Sharma provided a patch for supporting multiple entries in theDaniel Stenberg2007-06-025-21/+138
* ares_destroy_options() and ares_save_options() man pages by Brad HouseDaniel Stenberg2007-06-023-2/+90
* ouch, two conditionals were turned backwards!Daniel Stenberg2007-06-011-2/+2
* do the update timer stuff even when CURLM_CALL_MULTI_PERFORM is returnedDaniel Stenberg2007-06-011-6/+6
* When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg2007-05-318-263/+92
* Feng Tu made (lib)curl support "upload" resuming work for file:// URLs.Daniel Stenberg2007-05-313-2/+40
* make next version 1.4.0Daniel Stenberg2007-05-301-3/+3
* first take at detecting a random device and seeding the random key using dataDaniel Stenberg2007-05-302-2/+30
* Shmulik Regev brought cryptographically secure transaction IDsDaniel Stenberg2007-05-304-13/+173
* Brad House added ares_save_options() and ares_destroy_options() that can beDaniel Stenberg2007-05-304-2/+133
* Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for settingDaniel Stenberg2007-05-306-9/+50
* In case of test failure, try not to show log files of other testsYang Tse2007-05-301-0/+3
* added ares_process_fd() to allow applications to ask for processing onDaniel Stenberg2007-05-305-37/+118
* remove really annoying debug output that makes life miserable when you doDaniel Stenberg2007-05-301-3/+0
* When working with a problem Stefan Becker had, I found an off-by-one bufferDaniel Stenberg2007-05-262-0/+7
* Primarily this fixes an off-by-one buffer overwrite (rare but still existing).Daniel Stenberg2007-05-261-6/+13
* Clarify a bit about the fact that easy handles remain in the multi stack whenDaniel Stenberg2007-05-261-0/+6
* make it a WARNING since this hits people hard in their facesDaniel Stenberg2007-05-261-2/+2
* Rob Crittenden fixed bug #1705802Daniel Stenberg2007-05-254-5/+16
* updatedDaniel Stenberg2007-05-251-1/+11
* Ravi Pratap fixed a flaw in the init_by_resolv_conf() function for windowsDaniel Stenberg2007-05-252-0/+8
* Song Ma filed bug report #1724016Daniel Stenberg2007-05-242-0/+8
* stay within 80 colsDaniel Stenberg2007-05-241-2/+2
* 'mytx' in bug report #1723194 (http://curl.haxx.se/bug/view.cgi?id=1723194)Daniel Stenberg2007-05-242-0/+10
* TFTP transfers are also blockingDaniel Stenberg2007-05-231-0/+1
* fix the formatting of the trailing listDaniel Stenberg2007-05-231-0/+2
* Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failedDaniel Stenberg2007-05-223-1/+3
* Andre Guibert de Bruet fixed a memory leak in the function that verifies theDaniel Stenberg2007-05-223-6/+15
* WaitForSingleObject() uses a millisecond timeout and CURL_TIMEOUT_RESOLVE isDaniel Stenberg2007-05-201-1/+1
* better fix for the dl/ul countersDaniel Stenberg2007-05-181-5/+9
* Feng Tu reported that curl -w did wrong on TFTP transfers inDaniel Stenberg2007-05-184-7/+20