| Commit message (Expand) | Author | Age | Files | Lines |
* | added comments | Daniel Stenberg | 2004-04-26 | 1 | -3/+13 |
* | New authentication code added, particularly noticable when doing POST or PUT | Daniel Stenberg | 2004-04-06 | 1 | -1/+1 |
* | Use more curl_off_t variables when doing the progress meter calculations and | Daniel Stenberg | 2004-03-10 | 1 | -2/+2 |
* | another include to prevent warnings | Daniel Stenberg | 2004-03-05 | 1 | -0/+1 |
* | more fixing to make the progress/getinfo stuff to work properly when doing | Daniel Stenberg | 2004-03-05 | 1 | -1/+6 |
* | include the proper header file too | Daniel Stenberg | 2004-03-04 | 1 | -0/+1 |
* | fix progress data to be updated properly for file: transfers, as reported | Daniel Stenberg | 2004-03-04 | 1 | -0/+7 |
* | rename struct FILE to FILEPROTO, to prevent it from causing trouble with | Daniel Stenberg | 2004-03-03 | 1 | -3/+2 |
* | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg | 2004-03-02 | 1 | -1/+1 |
* | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg | 2004-03-02 | 1 | -1/+1 |
* | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg | 2004-03-01 | 1 | -1/+1 |
* | the now and start variables were never really used | Daniel Stenberg | 2004-02-13 | 1 | -4/+0 |
* | I made the same fix here, that Tor already did in the ftp.c code. To make | Daniel Stenberg | 2004-02-13 | 1 | -2/+3 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -0/+1 |
* | attempt to fix 64bit seeking for Windows, does it work? | Daniel Stenberg | 2004-01-22 | 1 | -1/+4 |
* | use curl_off_t instead of off_t! | Daniel Stenberg | 2004-01-22 | 1 | -2/+2 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | David J Meyer's large file support. | Daniel Stenberg | 2004-01-05 | 1 | -4/+4 |
* | silly me, I was meaning to do this change already as discussed on the libcurl | Daniel Stenberg | 2003-10-30 | 1 | -3/+3 |
* | curl --head now reports info "headers" on file:// URLs as well | Daniel Stenberg | 2003-10-30 | 1 | -6/+41 |
* | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | 2003-10-14 | 1 | -1/+0 |
* | make sure the string is long enough | Daniel Stenberg | 2003-08-08 | 1 | -1/+2 |
* | David Byron's fix for file:// URLs with drive letters included. | Daniel Stenberg | 2003-08-08 | 1 | -3/+26 |
* | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg | 2003-07-25 | 1 | -1/+0 |
* | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | Dolbneff A.V and Spiridonoff A.V made the file:// code work with resumes | Daniel Stenberg | 2002-09-23 | 1 | -0/+14 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+2 |
* | use double where it is supposed to | Daniel Stenberg | 2002-04-22 | 1 | -2/+2 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 |
* | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | 2001-08-30 | 1 | -2/+2 |
* | size_t => ssize_t, removed the special VMS fix for that purpose | Daniel Stenberg | 2001-08-14 | 1 | -10/+3 |
* | VMS #ifdefs added. several related to size_t problems that we must address | Daniel Stenberg | 2001-08-06 | 1 | -1/+10 |
* | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg | 2001-04-18 | 1 | -2/+2 |
* | Jörn fixed it to compile on win32 again | Daniel Stenberg | 2001-03-14 | 1 | -2/+3 |
* | remade FILE:// support to look more as the other protocols | Daniel Stenberg | 2001-03-05 | 1 | -18/+40 |
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -7/+7 |
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -28/+11 |
* | removed #if 0 section | Daniel Stenberg | 2000-11-29 | 1 | -3/+0 |
* | Added the memdebug include file | Daniel Stenberg | 2000-11-27 | 1 | -0/+4 |
* | uses the new client_write() function | Daniel Stenberg | 2000-11-22 | 1 | -4/+5 |
* | Chris Faherty fixed a free-twice problem | Daniel Stenberg | 2000-11-13 | 1 | -2/+0 |
* | #include "setup.h" moved first of all includes | Daniel Stenberg | 2000-08-24 | 1 | -2/+2 |
* | Albert Chin-A-Young's fixes | Daniel Stenberg | 2000-08-23 | 1 | -0/+4 |
* | haxx.nu => haxx.se | Daniel Stenberg | 2000-06-20 | 1 | -2/+2 |
* | moved here from the newlib branch | Daniel Stenberg | 2000-05-22 | 1 | -15/+15 |