Age | Commit message (Expand) | Author |
2005-05-18 | Bug report #1204435 identified a problem with malformed URLs like | Daniel Stenberg |
2005-05-18 | ignore resolve too | Daniel Stenberg |
2005-05-18 | use less code and prevent compiler warning | Daniel Stenberg |
2005-05-17 | Made test case 241 precheck that the given name resolves to an ipv6 address, | Daniel Stenberg |
2005-05-17 | Moved more generic functions to util.[ch] | Daniel Stenberg |
2005-05-10 | prevent 64bit warnings | Daniel Stenberg |
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-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 |
2005-04-28 | AF_INET6 for ipv6 addresses! | Daniel Stenberg |
2005-04-27 | listen(..., 1) as 0 doesn't work on Tru64! | Daniel Stenberg |
2005-04-27 | display listening port in log | Daniel Stenberg |
2005-04-22 | copyright this year | Daniel Stenberg |
2005-04-18 | better fix for the socket -1 case | Daniel Stenberg |
2005-04-18 | ignore sockfilt | Daniel Stenberg |
2005-04-18 | safety measure to avoid using -1 as socket | Daniel Stenberg |
2005-04-18 | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel Stenberg |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg |
2005-03-28 | modified some log outputs, added comment about auth required as used in | Daniel Stenberg |
2005-02-24 | Fixed some compiler warnings. Fixed a low incidence memory leak in the test ... | Dan Fandrich |
2005-02-22 | Curl_base64_decode() now returns an allocated buffer | Daniel Stenberg |
2004-12-14 | make sure the ipv6 http server gets its pid stored in a separate file | Daniel Stenberg |
2004-12-13 | Fixed missing braces warning. | Gisle Vanem |
2004-12-12 | Missing 'in6addr_any' in MingW's lib. ld bug? | Gisle Vanem |
2004-12-11 | HTTP IPv6 support added to the test suite | Daniel Stenberg |
2004-12-09 | ignore the getpart tool | Daniel Stenberg |
2004-12-09 | close the connection when a bad test number was requested | Daniel Stenberg |
2004-12-02 | added comment about port number in CONNECT string being used as test number | Daniel Stenberg |
2004-11-29 | removed comment | Daniel Stenberg |
2004-11-29 | include setup.h first | Daniel Stenberg |
2004-11-29 | zero terminate the buffer spitout() returns, as the sws.c code depends on | Daniel Stenberg |
2004-11-29 | Enable test cases to provide sections base64-encoded to be able to test | Daniel Stenberg |
2004-11-29 | utility to base encode data passed on stdin | Daniel Stenberg |
2004-10-07 | use curlx_strnequal() from the private lib sources instead of strncasecmp() | Daniel Stenberg |
2004-06-22 | modified some logging output | Daniel Stenberg |
2004-06-21 | when the client disconnects prematurely, dump the request as received thus | Daniel Stenberg |
2004-06-15 | skip the pid from the logging | Daniel Stenberg |
2004-05-28 | delete trailing whitespace | Daniel Stenberg |
2004-05-06 | %ld for long | Daniel Stenberg |
2004-05-06 | int/long fix | Daniel Stenberg |
2004-04-30 | include the full size of the sent response in the log | Daniel Stenberg |
2004-04-21 | log the WAIT command | Daniel Stenberg |
2004-04-17 | Gisle Vanem: patches to make sws.c compile under MingW/MSVC is | Daniel Stenberg |
2004-04-16 | remade the logging function to better deal with removed logfiles during | Daniel Stenberg |
2004-03-31 | Added "swsbounce" magic: if this keyword is present in a <data> section it | Daniel Stenberg |
2004-03-23 | minor variable type cleanups | Daniel Stenberg |
2004-03-10 | use size_t for string lengths | Daniel Stenberg |