Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-09 | I decided to make this list more complete. I took the 5-year anniversary list | Daniel Stenberg | |
from 2003 and added all names from all release notes in the CVS (there is a slight gap though). I removed names with only first names (Like "Chris" and "Ralph") , as that won't make anyone happy and we might list their full names as well anyway. This list is now intended to include _all_ people that contribute: big or small. 389 names at the time of this commit. | |||
2005-05-09 | no need to display src/config.h anymore since it is a duplicate of lib/config.h | Daniel Stenberg | |
but we could use having a look at ares/config.h when that is used | |||
2005-05-08 | silence compiler warnings | Daniel Stenberg | |
2005-05-07 | fix warnings about unused variables for non-debug builds | Daniel Stenberg | |
2005-05-07 | fix | Daniel Stenberg | |
2005-05-07 | January 2003. Started working on the distributed curl tests. The autobuilds. | Daniel Stenberg | |
2005-05-07 | DEBUGF() is a new conveniant macro to add infof() calls (or similar) for | Daniel Stenberg | |
debug builds only. Made the ftp code use it on several places. | |||
2005-05-07 | Added an active disconnected state, to make the code clearer. | Daniel Stenberg | |
2005-05-07 | removed unnecessary logging to ease REAL debuggin | Daniel Stenberg | |
2005-05-06 | one more command line option, fixed the AIX 4.3 enabled IPv6 build (it now | Daniel Stenberg | |
detects a bad Ipv6 situation and disables it automatically) | |||
2005-05-06 | Added two test cases for multipart formpost over a proxy with --anyauth. Our | Daniel Stenberg | |
HTTP test server is a bit limited though, as it never responds to the POST request until all data has been sent (and received)... | |||
2005-05-06 | When a server is clearly running, curl is now invoked to verify that it can | Daniel Stenberg | |
download a file from the server before the server is considered fine to use for the given test case. This should fix the cases where the server can run but curl cannot work with it. | |||
2005-05-05 | use calloc instead of malloc to save a call to memset() | Daniel Stenberg | |
2005-05-04 | now add --trace-time by default for curl tests | Daniel Stenberg | |
2005-05-04 | removed lots of (now) redundant logging | Daniel Stenberg | |
2005-05-04 | modify a value we are allowed to | Daniel Stenberg | |
2005-05-04 | improved logging (all FTP protocol data, both ways) to possibly help us realize | Daniel Stenberg | |
why sometimes the control connection dies after a RETR has been sent | |||
2005-05-04 | towards 7.14.0 - really | Daniel Stenberg | |
2005-05-04 | prevent memory leak when built SSL disabled | Daniel Stenberg | |
2005-05-03 | *MAN* was this hard to track down. Had I just read the docs properly from the | Daniel Stenberg | |
start... Anyway, fork() + exec() makes _two_ pids (in perl) that we need to track and kill after use. Thankyouverymuch. | |||
2005-05-03 | add more info to the log to ease debugging | Daniel Stenberg | |
2005-05-02 | improved failf() error messages | Daniel Stenberg | |
2005-05-02 | the new functions and the upcoming ipv6 calls for the next version to become | Daniel Stenberg | |
1.3.0 | |||
2005-05-02 | corrected copyright years | Daniel Stenberg | |
2005-05-02 | corrected copyright year | Daniel Stenberg | |
2005-05-02 | Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At | Daniel Stenberg | |
least it should no longer cause a compiler error. However, it does not have AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we use that for FTP PORT/EPRT)! So, I modified the configure check that checks if the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on AIX 4.3 and it will automatically build with IPv6 support disabled. | |||
2005-05-02 | Now configure checks for struct sockaddr_storage and the ftp code tries | Daniel Stenberg | |
to survive without it if not found. AIX 4.3 targetted adjustment. | |||
2005-05-02 | another <case> converted to sysread | Daniel Stenberg | |
2005-05-02 | read from the open2 filehandle with sysread, not <handle> | Daniel Stenberg | |
2005-05-02 | Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV. | Daniel Stenberg | |
Made the ftp server use the passed in pidfile name, and made runtests.pl pass it in properly. | |||
2005-05-02 | fix the server for the slow response case | Daniel Stenberg | |
2005-05-02 | Added --trace-time that when used adds a time stamp to each trace line that | Daniel Stenberg | |
--trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that HTTP requests etc look nicer in the -v output. | |||
2005-05-02 | When starting the ftp server, wait a few seconds to make really sure that | Daniel Stenberg | |
a pidfile for the server appears as otherwise it failed. | |||
2005-05-02 | Make sure there's no pidfile if we cannot start the initial sockfilt tool - | Daniel Stenberg | |
this happens for some ipv6-enabled hosts on which sockfilt cannot listen on ipv6. | |||
2005-05-02 | two bugfixes, one change and one test script modification | Daniel Stenberg | |
2005-05-02 | two bugs, one change | Daniel Stenberg | |
2005-05-02 | blank a few more environment variables before running a test | Daniel Stenberg | |
2005-05-02 | Made curl recognize the environment variables Lynx (and others?) support for | Daniel Stenberg | |
pointing out the CA cert path/file: SSL_CERT_DIR and SSL_CERT_FILE. If CURL_CA_BUNDLE is not set, they are checked afterwards. | |||
2005-05-02 | Bryan Henderson's fine update of SSL_VERIFYPEER and SSL_VERIFYHOST | Daniel Stenberg | |
2005-05-01 | prevent two compiler warnings on comparisons between signed and unsigned | Daniel Stenberg | |
2005-05-01 | fixed to use fork()+exec() to start test servers | Daniel Stenberg | |
2005-05-01 | always use the libcurl-provided *printf() functions | Daniel Stenberg | |
2005-05-01 | util.h added as "source" to make it get added in dist archives | Daniel Stenberg | |
2005-04-30 | logfile name is const | Daniel Stenberg | |
2005-04-30 | Moved common code to util.[ch] instead of having it duplicated in sws.c | Daniel Stenberg | |
and sockfilt.c. For good-to-have functions for the servers written in C. | |||
2005-04-30 | there cannot be chunked problem when no_body (HEAD) is true since without | Daniel Stenberg | |
body there is nothing chunked-encoded! | |||
2005-04-30 | singleipconnect() returns a socket descriptor, not a CURLcode (but perhaps | Daniel Stenberg | |
we should make it do that...) | |||
2005-04-29 | more fixes | Daniel Stenberg | |
2005-04-28 | Updated with (new and old) default config file search path explanation. | Daniel Stenberg | |
2005-04-28 | Set mode text on the section that is written by curl in text mode, to allow | Daniel Stenberg | |
the runtests.pl to check this differently on operating systems that differentiate on this. |