| |
|
|
|
Log of /tests/libtest/lib506.c
Revision 1.24 - (view) (download) (annotate) - [select for diffs] Fri Feb 5 18:07:19 2010 UTC (6 weeks, 1 day ago) by yangtse Branch: MAIN CVS Tags: HEAD, curl-7_20_0 Changes since 1.23: +7 -5 lines Diff to previous 1.23 Addes OOM handling for curl_easy_setopt() calls in test Revision 1.23 - (view) (download) (annotate) - [select for diffs] Fri May 8 02:14:50 2009 UTC (10 months, 1 week ago) by yangtse Branch: MAIN CVS Tags: curl-7_19_5, curl-7_19_6, curl-7_19_7 Changes since 1.22: +2 -2 lines Diff to previous 1.22 Fixes for non-ASCII platforms by David McCreedy Revision 1.22 - (view) (download) (annotate) - [select for diffs] Sat Sep 20 04:26:57 2008 UTC (17 months, 4 weeks ago) by yangtse Branch: MAIN CVS Tags: curl-7_19_1, curl-7_19_2, curl-7_19_3, curl-7_19_4 Changes since 1.21: +3 -1 lines Diff to previous 1.21 include "memdebug.h" Revision 1.21 - (view) (download) (annotate) - [select for diffs] Thu Sep 18 19:17:28 2008 UTC (18 months ago) by yangtse Branch: MAIN Changes since 1.20: +3 -3 lines Diff to previous 1.20 fix compiler warning: external definition with no prior declaration Revision 1.20 - (view) (download) (annotate) - [select for diffs] Mon Sep 15 22:35:09 2008 UTC (18 months ago) by danf Branch: MAIN Changes since 1.19: +3 -3 lines Diff to previous 1.19 Changed the test data file so it passes an XML syntax check Revision 1.19 - (view) (download) (annotate) - [select for diffs] Tue Jul 15 05:46:50 2008 UTC (20 months ago) by yangtse Branch: MAIN CVS Tags: curl-7_19_0 Changes since 1.18: +2 -2 lines Diff to previous 1.18 add comment for include paths Revision 1.18 - (view) (download) (annotate) - [select for diffs] Thu May 22 21:49:52 2008 UTC (21 months, 4 weeks ago) by danf Branch: MAIN CVS Tags: curl-7_18_2 Changes since 1.17: +2 -2 lines Diff to previous 1.17 Made sure to pass longs in to curl_easy_setopt where necessary in the libtest code. Revision 1.17 - (view) (download) (annotate) - [select for diffs] Wed Feb 27 09:06:15 2008 UTC (2 years ago) by bagder Branch: MAIN CVS Tags: curl-7_18_1 Changes since 1.16: +5 -5 lines Diff to previous 1.16 Michal Marek's cleanup of how curl_easy_setopt() is used in examples and test code. Thanks to his curl_easy_setopt() typechecker work... Revision 1.16 - (view) (download) (annotate) - [select for diffs] Thu Sep 27 01:45:23 2007 UTC (2 years, 5 months ago) by danf Branch: MAIN CVS Tags: curl-7_17_1, curl-7_18_0 Changes since 1.15: +3 -3 lines Diff to previous 1.15 Enabled a few more gcc warnings with --enable-debug. Renamed a few variables to avoid shadowing global declarations. Revision 1.15 - (view) (download) (annotate) - [select for diffs] Mon Jul 23 18:51:22 2007 UTC (2 years, 7 months ago) by danf Branch: MAIN CVS Tags: curl-7_17_0, curl-7_17_0-preldapfix Changes since 1.14: +8 -15 lines Diff to previous 1.14 Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed some few internal identifiers to avoid conflicts, which could be useful on other platforms. Revision 1.14 - (view) (download) (annotate) - [select for diffs] Sun Feb 4 12:12:02 2007 UTC (3 years, 1 month ago) by giva Branch: MAIN CVS Tags: curl-7_16_2, curl-7_16_3, curl-7_16_4 Changes since 1.13: +15 -15 lines Diff to previous 1.13 Constify argument to suburl(). Remove trailing space. Revision 1.13 - (view) (download) (annotate) - [select for diffs] Wed Oct 25 09:20:44 2006 UTC (3 years, 4 months ago) by yangtse Branch: MAIN CVS Tags: curl-7_16_0, curl-7_16_1 Changes since 1.12: +10 -0 lines Diff to previous 1.12 Add project notice and file Id Revision 1.12 - (view) (download) (annotate) - [select for diffs] Wed Oct 25 05:59:47 2006 UTC (3 years, 4 months ago) by yangtse Branch: MAIN Changes since 1.11: +24 -5 lines Diff to previous 1.11 Use curl_global_init() and curl_global_cleanup(). Improve cleanup in case of initialization failure. Revision 1.11 - (view) (download) (annotate) - [select for diffs] Mon Jul 17 14:32:19 2006 UTC (3 years, 8 months ago) by yangtse Branch: MAIN CVS Tags: curl-7_15_5, curl-7_15_6-prepipeline Changes since 1.10: +23 -9 lines Diff to previous 1.10 Fix compiler warning "enumerated type mixed with another type" Revision 1.10 - (view) (download) (annotate) - [select for diffs] Fri May 14 09:22:12 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN CVS Tags: before_ftp_statemachine, curl-7_12_0, curl-7_12_1, curl-7_12_2, curl-7_12_3, curl-7_13_0, curl-7_13_1, curl-7_13_2, curl-7_14_0, curl-7_14_1, curl-7_15_0, curl-7_15_1, curl-7_15_2, curl-7_15_3, curl-7_15_4, pre-sockfilt Changes since 1.9: +11 -5 lines Diff to previous 1.9 clean up properly on failure to enable easier libcurl leak detection Revision 1.9 - (view) (download) (annotate) - [select for diffs] Thu May 6 13:29:04 2004 UTC (5 years, 10 months ago) by bagder Branch: MAIN Changes since 1.8: +7 -13 lines Diff to previous 1.8 simplied the creation of new urls Revision 1.8 - (view) (download) (annotate) - [select for diffs] Tue Mar 23 08:46:08 2004 UTC (5 years, 11 months ago) by bagder Branch: MAIN CVS Tags: curl-7_11_2 Changes since 1.7: +5 -6 lines Diff to previous 1.7 minor edits to make picky compilers whine less Revision 1.7 - (view) (download) (annotate) - [select for diffs] Wed Feb 25 15:43:15 2004 UTC (6 years ago) by bagder Branch: MAIN CVS Tags: curl-7_11_1 Changes since 1.6: +1 -1 lines Diff to previous 1.6 typecast to int when printfing CURLcode Revision 1.6 - (view) (download) (annotate) - [select for diffs] Thu Feb 19 13:03:04 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.5: +6 -0 lines Diff to previous 1.5 provide protos to the functions to prevent warnings Revision 1.5 - (view) (download) (annotate) - [select for diffs] Fri Feb 13 12:18:34 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.4: +1 -1 lines Diff to previous 1.4 return an int Revision 1.4 - (view) (download) (annotate) - [select for diffs] Mon Feb 9 08:25:48 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.3: +1 -1 lines Diff to previous 1.3 Uninitialized variable set. Revision 1.3 - (view) (download) (annotate) - [select for diffs] Thu Feb 5 12:34:17 2004 UTC (6 years, 1 month ago) by bagder Branch: MAIN Changes since 1.2: +1 -1 lines Diff to previous 1.2 changed the test() function to return type int Revision 1.2 - (view) (download) (annotate) - [select for diffs] Tue Dec 16 09:49:36 2003 UTC (6 years, 3 months ago) by bagder Branch: MAIN CVS Tags: curl-7_11_0 Changes since 1.1: +21 -7 lines Diff to previous 1.1 modified and corrected test 506 Revision 1.1 - (view) (download) (annotate) - [select for diffs] Mon Aug 11 06:44:46 2003 UTC (6 years, 7 months ago) by bagder Branch: MAIN CVS Tags: curl-7_10_7, curl-7_10_8 test case 506 added, written by Dirk Manske This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision. |
Page updated November 16, 2009.
web site info