summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 7.10.8!curl-7_10_8Daniel Stenberg2003-11-011-5/+7
* ftp goes UTCDaniel Stenberg2003-10-311-0/+5
* gmtime() really can't even return NULL, can it?Daniel Stenberg2003-10-311-4/+0
* back to GMT againDaniel Stenberg2003-10-311-1/+1
* assume that MDTM returns the timestamp as UTCDaniel Stenberg2003-10-311-5/+5
* my own system had a bad valgrind, so check that it works at least somewhatDaniel Stenberg2003-10-311-2/+10
* Debian bug report #218046, a minor typo.Daniel Stenberg2003-10-311-5/+11
* removed compiler warnings from my latest fixDaniel Stenberg2003-10-311-4/+4
* numerical options checkDaniel Stenberg2003-10-311-0/+8
* Added a new parse-numeric-parameters function so that options that takeDaniel Stenberg2003-10-311-8/+39
* newer, nicerDaniel Stenberg2003-10-311-19/+5
* Set version string to -CVS. This string is generated by maketgz at release-Daniel Stenberg2003-10-301-1/+1
* Make the CVS version clone the libcurl version string, this is generatedDaniel Stenberg2003-10-301-1/+1
* ignore .dist files hereDaniel Stenberg2003-10-302-0/+2
* Made the dist-hook more generic for adding more files named .dist into theDaniel Stenberg2003-10-301-2/+6
* --head on file://, some cleanupsDaniel Stenberg2003-10-301-11/+12
* more help text cleanupsDaniel Stenberg2003-10-301-9/+9
* silly me, I was meaning to do this change already as discussed on the libcurlDaniel Stenberg2003-10-301-3/+3
* curl --head now reports info "headers" on file:// URLs as wellDaniel Stenberg2003-10-303-8/+50
* updated for the cut off GMT stringDaniel Stenberg2003-10-301-1/+1
* when getting headers only, stop pretending the reported time is GMT, as itDaniel Stenberg2003-10-301-2/+2
* only use siginterrupt() if it really exists on the platformDaniel Stenberg2003-10-301-0/+2
* Check for siginterrupt, used by the test suite web server sws.Daniel Stenberg2003-10-301-0/+1
* Only compile the ipv6-section for ipv6-enabled libcurls. Should saveDaniel Stenberg2003-10-301-4/+9
* Added proper #ifdef's for the #include files when checking for in_addr_t,Daniel Stenberg2003-10-301-0/+10
* Stop using stunnel.pm, we pass in the path from the main script instead.Daniel Stenberg2003-10-293-25/+39
* cleaned up the --help output. Tried to unify the language. Shortened a bunchDaniel Stenberg2003-10-291-45/+45
* David Hull made the file: URL parser also accept the somewhat sloppy fileDaniel Stenberg2003-10-295-2/+58
* stunnel.pm is no moreDaniel Stenberg2003-10-291-1/+1
* stunnel.pm is removedDaniel Stenberg2003-10-291-1/+0
* now check for and use valgrind, inserted and modified the check for stunnelDaniel Stenberg2003-10-291-2/+27
* removed, functionality added to runtests.plDaniel Stenberg2003-10-291-11/+0
* Another glibc resolve name fixDaniel Stenberg2003-10-283-5/+28
* possibly uninitialized variableDaniel Stenberg2003-10-281-0/+2
* overlapping memory chunks with strcpy(), detected by the friendly valgrindDaniel Stenberg2003-10-281-1/+2
* slightly quieter torture test by defaultDaniel Stenberg2003-10-271-2/+2
* James Bursa's fix to prevent failf() to write outside its buffer boundaryDaniel Stenberg2003-10-271-1/+1
* James Bursa found an ERRORBUFFFER overflowDaniel Stenberg2003-10-262-1/+10
* snprintf() made a single-byte buffer overflow, as it could write a zeroDaniel Stenberg2003-10-261-18/+15
* avoid dependence on the order of the fields in the timeval struct, pointed outDaniel Stenberg2003-10-252-2/+8
* support building ares-enabled tooDaniel Stenberg2003-10-241-0/+18
* tests the new -C - fixDaniel Stenberg2003-10-242-1/+45
* HTTP resume fixDaniel Stenberg2003-10-242-2/+13
* Resuming a download of an already downloaded document, that is trying to getDaniel Stenberg2003-10-241-5/+13
* solaris build improvementDaniel Stenberg2003-10-242-1/+6
* Based on David Hull's fix in bug report 804599, we now check for solarisDaniel Stenberg2003-10-242-4/+23
* don't select() forever, set a timeout so at least the test fails niceDaniel Stenberg2003-10-242-12/+16
* better name, it isn't httpsDaniel Stenberg2003-10-241-1/+1
* c-ares is the new name and ares_version() was addedDaniel Stenberg2003-10-241-3/+6
* Introducing ares_version(), so that we can have apps get version info aboutDaniel Stenberg2003-10-243-1/+29