3e24c6a9 | 31-Oct-2003 |
Daniel Stenberg |
Debian bug report #218046, a minor typo. |
00d2c9d9 | 31-Oct-2003 |
Daniel Stenberg |
removed compiler warnings from my latest fix |
bd383f0c | 31-Oct-2003 |
Daniel Stenberg |
numerical options check |
900cecae | 31-Oct-2003 |
Daniel Stenberg |
Added a new parse-numeric-parameters function so that options that take a numeric argument can better bail out if given a weird parameter. This catches situations such as "-y -Y 2000" or "-O
Added a new parse-numeric-parameters function so that options that take a numeric argument can better bail out if given a weird parameter. This catches situations such as "-y -Y 2000" or "-O -C [URL]" etc.
show more ...
|
ffc58c66 | 31-Oct-2003 |
Daniel Stenberg |
newer, nicer |
39f67387 | 30-Oct-2003 |
Daniel Stenberg |
Set version string to -CVS. This string is generated by maketgz at release- time. |
fe291202 | 30-Oct-2003 |
Daniel Stenberg |
Make the CVS version clone the libcurl version string, this is generated by the maketgz script so in releases this is replaced by an actual string. |
4606dc41 | 30-Oct-2003 |
Daniel Stenberg |
ignore .dist files here |
36d6b16c | 30-Oct-2003 |
Daniel Stenberg |
Made the dist-hook more generic for adding more files named .dist into the dist archive. Preparing for a new maketgz. |
b4d8108b | 30-Oct-2003 |
Daniel Stenberg |
--head on file://, some cleanups |
2c120aa0 | 30-Oct-2003 |
Daniel Stenberg |
more help text cleanups |
693df0fa | 30-Oct-2003 |
Daniel Stenberg |
silly me, I was meaning to do this change already as discussed on the libcurl list, we get the time in GMT and not localtime |
fb26b2bd | 30-Oct-2003 |
Daniel Stenberg |
curl --head now reports info "headers" on file:// URLs as well |
5554f1cc | 30-Oct-2003 |
Daniel Stenberg |
updated for the cut off GMT string |
46accd62 | 30-Oct-2003 |
Daniel Stenberg |
when getting headers only, stop pretending the reported time is GMT, as it isn't. In fact, it might be, but we have no idea. |
41535eae | 30-Oct-2003 |
Daniel Stenberg |
only use siginterrupt() if it really exists on the platform |
02437b2d | 30-Oct-2003 |
Daniel Stenberg |
Check for siginterrupt, used by the test suite web server sws. |
c964aedf | 30-Oct-2003 |
Daniel Stenberg |
Only compile the ipv6-section for ipv6-enabled libcurls. Should save us some trouble. |
5f4fb857 | 30-Oct-2003 |
Daniel Stenberg |
Added proper #ifdef's for the #include files when checking for in_addr_t, which made the test start working nicely on BeOS. Shard verified it. |
03345097 | 29-Oct-2003 |
Daniel Stenberg |
Stop using stunnel.pm, we pass in the path from the main script instead. Also made it easier to stop the test suite with control-c. |
aad70aa2 | 29-Oct-2003 |
Daniel Stenberg |
cleaned up the --help output. Tried to unify the language. Shortened a bunch of explanations. |
e9c835ad | 29-Oct-2003 |
Daniel Stenberg |
David Hull made the file: URL parser also accept the somewhat sloppy file syntax: file:/path. I added test case 203 to verify this. |
0701b973 | 29-Oct-2003 |
Daniel Stenberg |
stunnel.pm is no more |
ec59aa25 | 29-Oct-2003 |
Daniel Stenberg |
stunnel.pm is removed |
ffc6d062 | 29-Oct-2003 |
Daniel Stenberg |
now check for and use valgrind, inserted and modified the check for stunnel and we no longer use the stunnel.pm |