Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-26 | updated for the new SSL -k | Daniel Stenberg | |
added two new tests to test the absense of -k to insecure SSL sites | |||
2002-08-26 | add more things to do | Daniel Stenberg | |
2002-08-26 | don't attempt to ftp_cwd() on a NULL path | Daniel Stenberg | |
2002-08-26 | Andrew Francis removed the need for/use of MSVC pragmas | Daniel Stenberg | |
2002-08-26 | corrected the year string | Daniel Stenberg | |
2002-08-26 | don't close stdin, close the actual file handle we have! | Daniel Stenberg | |
Keith MacDonald found it. | |||
2002-08-22 | since 7.9.9-pre1 | Daniel Stenberg | |
2002-08-22 | Markus F.X.J. Oberhumer's cvsignore fixes | Daniel Stenberg | |
2002-08-22 | Markus F.X.J. Oberhumer added better NOSIGNAL description and fixed | Daniel Stenberg | |
spelling error | |||
2002-08-22 | Markus F.X.J. Oberhumer's added notes about NOSIGNAL in the TIMEOUT | Daniel Stenberg | |
descriptions, slightly edited by me. | |||
2002-08-22 | Markus F.X.J. Oberhumer added a section about NOSIGNAL and libcurl in | Daniel Stenberg | |
multi-threaded use | |||
2002-08-22 | Markus F.X.J. Oberhumer's added comment | Daniel Stenberg | |
2002-08-22 | Markus Oberhumer improved an out-of-memory check | Daniel Stenberg | |
I reformatted some functions using a different indent than the rest of the file. | |||
2002-08-22 | bug report #588027 converted to a KNOWN BUG, as we have no intention to | Daniel Stenberg | |
correct this problem within the nearest period | |||
2002-08-22 | allow undefined symbols! | Daniel Stenberg | |
2002-08-21 | NOSIGNAL, BUFFERSIZE and clarification for the PROGRESSFUNCTION | Daniel Stenberg | |
2002-08-21 | modified the copyright line and shortened the phrasing in this license to | Daniel Stenberg | |
become even shorter, but retaining the same meaning and effect for all users. | |||
2002-08-20 | Added three more pragmas for MSVC++ compiles. | Daniel Stenberg | |
We *really* need these sorted out. I'd prefer to have them all removed and the actual code corrected instead of just diabling the warnings and pretending that they don't exist. | |||
2002-08-20 | prevent compiler warnings | Daniel Stenberg | |
2002-08-20 | windows has stdlib.h | Daniel Stenberg | |
2002-08-15 | modified again to look better HTML converted | Daniel Stenberg | |
2002-08-15 | Leonce Limousin pointed out flaws | Daniel Stenberg | |
2002-08-14 | Wez Furlong's ideas and some cleaning up/clarifying | Daniel Stenberg | |
2002-08-14 | re-order the compiler arguments to keep more compiler happy | Daniel Stenberg | |
2002-08-13 | include curl-includes "local" instead of <curl/foo> | Daniel Stenberg | |
2002-08-13 | Sterling Hughes brings the share interface | Daniel Stenberg | |
2002-08-13 | gethostname is not used anymore so we can stop looking for it! ;-) | Daniel Stenberg | |
2002-08-13 | mr Hartroth correctly pointed out that poll() isn't really that portable | Daniel Stenberg | |
so we need to hack around it when not there | |||
2002-08-13 | check for poll() | Daniel Stenberg | |
2002-08-13 | change the resolver URL to the work-in-progress library project | Daniel Stenberg | |
2002-08-12 | 7.9.9-pre1 | Daniel Stenberg | |
2002-08-12 | fixed a Curl_connecthost() bug, we should default to set connected to false | Daniel Stenberg | |
2002-08-12 | added comment about CURLOPT_WRITEDATA for directing contents somewhere | Daniel Stenberg | |
2002-08-12 | multi asynch work committed | Daniel Stenberg | |
2002-08-12 | Initial fix to make the multi interface return control while waiting for | Daniel Stenberg | |
the initial connect to "come through". This should work fine for connect and for FTP-PASV connects. Needs massive testing. | |||
2002-08-12 | redirect stderr to /dev/null when testing for running test-servers | Daniel Stenberg | |
2002-08-12 | CURLOPT_NOSIGNAL added | Daniel Stenberg | |
2002-08-12 | ignore html too | Daniel Stenberg | |
2002-08-08 | ignore | Daniel Stenberg | |
2002-08-08 | more to ignore | Daniel Stenberg | |
2002-08-08 | ignore | Daniel Stenberg | |
2002-08-08 | all those ignores | Daniel Stenberg | |
2002-08-08 | ignore generated files | Daniel Stenberg | |
2002-08-08 | ignore these files | Daniel Stenberg | |
2002-08-08 | things to ignore | Daniel Stenberg | |
2002-08-08 | cvsignore files | Daniel Stenberg | |
2002-08-08 | makes things better | Daniel Stenberg | |
2002-08-08 | Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch | Daniel Stenberg | |
2002-08-08 | attempted hpux fix for resolves | Daniel Stenberg | |
2002-08-08 | fix the ansi/iso cpp check to work with c++ | Daniel Stenberg | |