Revision tags: curl-7_10_8 |
|
#
749f5387 |
| 14-Oct-2003 |
Daniel Stenberg |
Gisle Vanem's IPv6-on-Windows patch applied!
|
Revision tags: curl-7_10_7 |
|
#
02c78ecf |
| 14-Aug-2003 |
Daniel Stenberg |
allow out-of-memory testing by setting a limit. That number of memory allocation calls will succeed, the following will return NULL!
|
Revision tags: curl-7_10_6 |
|
#
308bc9d9 |
| 26-Jun-2003 |
Daniel Stenberg |
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
|
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 |
|
#
ba4e69be |
| 03-Sep-2002 |
Daniel Stenberg |
updated source code boilerplate/header
|
Revision tags: curl-7_9_8 |
|
#
105ec79b |
| 21-May-2002 |
Daniel Stenberg |
James Cone's efforts to add another netrc parsing "mode"
|
Revision tags: curl-7_9_7, curl-7_9_7-pre2, curl-7_9_6 |
|
#
974f314f |
| 19-Mar-2002 |
Daniel Stenberg |
copyright string (year) update
|
#
fe3c8740 |
| 08-Mar-2002 |
Daniel Stenberg |
detect fclose(NULL)
|
Revision tags: curl-7_9_5 |
|
#
cb85ca18 |
| 28-Feb-2002 |
Daniel Stenberg |
more fancy alloc, we store the size in each allocated block so that we can destroy the full allocated area just before we free it
|
#
0cacbc89 |
| 28-Feb-2002 |
Daniel Stenberg |
always allocates at least 64 bytes for real, and damages them before free
|
Revision tags: curl-7_9_5-pre4, curl-7_9_5-pre2 |
|
#
721b05e3 |
| 20-Feb-2002 |
Daniel Stenberg |
Nico Baggus' VMS tweaks
|
Revision tags: 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 |
|
#
cfdcf5c9 |
| 28-Nov-2001 |
Daniel Stenberg |
fill memory with junk on malloc()
|
Revision tags: curl-7_9_1 |
|
#
010044e0 |
| 17-Oct-2001 |
Daniel Stenberg |
the malloc debug system only logs data if the logfile FILE * is set, which makes it easier to disable debug output when built with debug functions
|
#
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
|
Revision tags: before_urldata_rename, curl-7_8_1 |
|
#
1a7e13e1 |
| 14-Aug-2001 |
Daniel Stenberg |
curl_memdebug takes a const argument now
|
#
5afc6948 |
| 14-Aug-2001 |
Daniel Stenberg |
const-ified lots of function arguments
|
Revision tags: curl-7_8_1-pre3, curl-7_8, curl-7_8-pre2, curl-7_7_3, curl-7_7_2, curl-7_7_1, curl-7_7, curl-7_7-beta5, curl-7_7-beta3, curl-7_7-beta2 |
|
#
3e7ebcd0 |
| 09-Mar-2001 |
Daniel Stenberg |
uses socklen_t now
|
Revision tags: curl-7_7-beta1, curl-7_7_alpha2 |
|
#
b6c5da33 |
| 02-Mar-2001 |
Daniel Stenberg |
strdup() takes a const char * now
|
Revision tags: 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_'
|
Revision tags: curl-7_5_2 |
|
#
24dee483 |
| 03-Jan-2001 |
Daniel Stenberg |
dual-license fix
|
Revision tags: pre-header-change |
|
#
3d8bb1c2 |
| 19-Dec-2000 |
Daniel Stenberg |
include unistd.h if present to prevent compiler warnings on close()
|
#
5594741a |
| 19-Dec-2000 |
Daniel Stenberg |
Added fopen() and fclose() leak tracking
|
#
184ad46a |
| 18-Dec-2000 |
Daniel Stenberg |
fixed accept() for memory debugging
|