Revision tags: curl-7_11_0 |
|
#
053f6c85 |
| 07-Jan-2004 |
Daniel Stenberg |
updated year in the copyright string
|
#
b60e0fa9 |
| 05-Jan-2004 |
Daniel Stenberg |
David J Meyer's large file support.
|
Revision tags: curl-7_10_8 |
|
#
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
|
#
749f5387 |
| 14-Oct-2003 |
Daniel Stenberg |
Gisle Vanem's IPv6-on-Windows patch applied!
|
Revision tags: curl-7_10_7 |
|
#
514a8739 |
| 08-Aug-2003 |
Daniel Stenberg |
make sure the string is long enough
|
#
9273096a |
| 08-Aug-2003 |
Daniel Stenberg |
David Byron's fix for file:// URLs with drive letters included.
|
Revision tags: curl-7_10_6 |
|
#
f0278ca1 |
| 25-Jul-2003 |
Daniel Stenberg |
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't need it.
|
#
db566c54 |
| 26-Jun-2003 |
Daniel Stenberg |
use CURLDEBUG instead of MALLOCDEBUG
|
Revision tags: curl-7_10_5, curl-7_10_4 |
|
#
a7c72b7a |
| 29-Jan-2003 |
Daniel Stenberg |
removed the local variables for emacs and vim, use the new sample.emacs way for emacs, and vim users should provide a similar non-polluting style
|
#
f26a338a |
| 16-Jan-2003 |
Daniel Stenberg |
copyright year update in the source header
|
Revision tags: curl-7_10_3, curl-7_10_2, curl-7_10_1, curl-7_10 |
|
#
cbc0f65f |
| 23-Sep-2002 |
Daniel Stenberg |
Dolbneff A.V and Spiridonoff A.V made the file:// code work with resumes in the same style other code does.
|
#
ba4e69be |
| 03-Sep-2002 |
Daniel Stenberg |
updated source code boilerplate/header
|
Revision tags: curl-7_9_8 |
|
#
08ef208f |
| 11-Jun-2002 |
Daniel Stenberg |
added disable-[protocol] support, largely provided by Miklos Nemeth
|
Revision tags: curl-7_9_7, curl-7_9_7-pre2 |
|
#
192606bc |
| 22-Apr-2002 |
Daniel Stenberg |
use double where it is supposed to
|
Revision tags: curl-7_9_6 |
|
#
974f314f |
| 19-Mar-2002 |
Daniel Stenberg |
copyright string (year) update
|
Revision tags: curl-7_9_5, curl-7_9_5-pre4, curl-7_9_5-pre2, curl-7_9_4, curl-7_9_3, curl-7_9_3-pre3, curl-7_9_3-pre2, curl-7_9_3-pre1, pre-host-cache, curl-7_9_2, curl-7_9_1 |
|
#
8e91d5de |
| 11-Oct-2001 |
Sterling Hughes |
looks nicer and is better compatible with older vim versions
|
Revision tags: curl-7_9, Curl_easy_1-1-8, Curl_easy_1-1-7 |
|
#
61478798 |
| 07-Sep-2001 |
Sterling Hughes |
Added formatting sections for emacs and vim
|
#
0ece1b5c |
| 30-Aug-2001 |
Daniel Stenberg |
Major rename and redesign of the internal "backbone" structs. Details will be posted in a minute to the libcurl list.
|
Revision tags: before_urldata_rename, curl-7_8_1 |
|
#
e9e5197c |
| 14-Aug-2001 |
Daniel Stenberg |
size_t => ssize_t, removed the special VMS fix for that purpose
|
#
1400561a |
| 06-Aug-2001 |
Daniel Stenberg |
VMS #ifdefs added. several related to size_t problems that we must address globally anyway... check these as soon as the size_t fixes are in place
|
Revision tags: curl-7_8_1-pre3, curl-7_8, curl-7_8-pre2, curl-7_7_3, curl-7_7_2 |
|
#
3fd65fb7 |
| 18-Apr-2001 |
Daniel Stenberg |
Remade resume stuff to keep data in the connectdata struct instead of the main handle struct to work with persistant connections
|
Revision tags: curl-7_7_1, curl-7_7, curl-7_7-beta5, curl-7_7-beta3 |
|
#
0a1e002c |
| 14-Mar-2001 |
Daniel Stenberg |
J�rn fixed it to compile on win32 again
|
Revision tags: curl-7_7-beta2, curl-7_7-beta1 |
|
#
84e94fda |
| 05-Mar-2001 |
Daniel Stenberg |
remade FILE:// support to look more as the other protocols
|
Revision tags: curl-7_7_alpha2, curl-7_6_1, curl-7_6_1-pre3, curl-7_6_1-pre2, curl-7_6_1-pre1, curl-7_6, curl-7_6-pre4, curl_7_6-pre3 |
|
#
40311044 |
| 05-Jan-2001 |
Daniel Stenberg |
Internal symbols that aren't static are now prefixed with 'Curl_'
|