History log of /curl/tests/libtest/lib506.c (Results 26 – 50 of 57)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_37_0, curl-7_36_0, curl-7_35_0, curl-7_34_0, curl-7_33_0, curl-7_32_0
# 009d2336 01-Jul-2013 Marc Hoersken

lib506.c: Fixed possible use of uninitialized variables


Revision tags: curl-7_31_0
# 03a3dd9e 17-Jun-2013 Benjamin Gilbert

test506: verify that CURLOPT_COOKIELIST takes share lock

It doesn't right now: http://curl.haxx.se/bug/view.cgi?id=1215


Revision tags: curl-7_30_0, curl-7_29_0
# 4a5aa668 04-Jan-2013 Yang Tse

Revert changes relative to lib/*.[ch] recent renaming

This reverts renaming and usage of lib/*.h header files done
28-12-2012, reverting 2 commits:

f871de0... build: make use

Revert changes relative to lib/*.[ch] recent renaming

This reverts renaming and usage of lib/*.h header files done
28-12-2012, reverting 2 commits:

f871de0... build: make use of 76 lib/*.h renamed files
ffd8e12... build: rename 76 lib/*.h files

This also reverts removal of redundant include guard (redundant thanks
to changes in above commits) done 2-12-2013, reverting 1 commit:

c087374... curl_setup.h: remove redundant include guard

This also reverts renaming and usage of lib/*.c source files done
3-12-2013, reverting 3 commits:

13606bb... build: make use of 93 lib/*.c renamed files
5b6e792... build: rename 93 lib/*.c files
7d83dff... build: commit 13606bbfde follow-up 1

Start of related discussion thread:

http://curl.haxx.se/mail/lib-2013-01/0012.html

Asking for confirmation on pushing this revertion commit:

http://curl.haxx.se/mail/lib-2013-01/0048.html

Confirmation summary:

http://curl.haxx.se/mail/lib-2013-01/0079.html

NOTICE: The list of 2 files that have been modified by other
intermixed commits, while renamed, and also by at least one
of the 6 commits this one reverts follows below. These 2 files
will exhibit a hole in history unless git's '--follow' option
is used when viewing logs.

lib/curl_imap.h
lib/curl_smtp.h

show more ...


# f871de00 28-Dec-2012 Yang Tse

build: make use of 76 lib/*.h renamed files

76 private header files renamed to use our standard naming scheme.

This change affects 322 files in libcurl's source tree.


Revision tags: curl-7_28_1, curl-7_28_0, curl-7_27_0, curl-7_26_0, curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0, curl-7_22_0
# c8ba8740 06-Sep-2011 Yang Tse

test suite: libtest header inclusion cleanup

Added missing memoryTracking to test cases 560 and 583. If this triggers
leak detection on these, it only means that previously it was going

test suite: libtest header inclusion cleanup

Added missing memoryTracking to test cases 560 and 583. If this triggers
leak detection on these, it only means that previously it was going unnoticed.

show more ...


# ef217610 24-Jul-2011 Yang Tse

errno.h inclusion conditionally done in setup_once.h


Revision tags: curl-7_21_7, curl-7_21_6, curl-7_21_5
# 1aeb635c 10-Mar-2011 Daniel Stenberg

sources: update source headers

All C and H files now (should) feature the proper project curl source
code header, which includes basic info, a copyright statement and some
basic disc

sources: update source headers

All C and H files now (should) feature the proper project curl source
code header, which includes basic info, a copyright statement and some
basic disclaimers.

show more ...


Revision tags: curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


Revision tags: curl-7_20_0
# cad9c3f5 05-Feb-2010 Yang Tse

Addes OOM handling for curl_easy_setopt() calls in test


Revision tags: curl-7_19_7, curl-7_19_6, curl-7_19_5
# c5c03ac5 08-May-2009 Yang Tse

Fixes for non-ASCII platforms by David McCreedy


Revision tags: curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1
# 7beb473a 20-Sep-2008 Yang Tse

include "memdebug.h"


# f7ef60c1 18-Sep-2008 Yang Tse

fix compiler warning: external definition with no prior declaration


# 974145f6 15-Sep-2008 Dan Fandrich

Changed the test data file so it passes an XML syntax check


Revision tags: curl-7_19_0
# 1e7125ae 15-Jul-2008 Yang Tse

add comment for include paths


Revision tags: curl-7_18_2
# d31da176 22-May-2008 Dan Fandrich

Made sure to pass longs in to curl_easy_setopt where necessary in the
libtest code.


Revision tags: curl-7_18_1
# b12fef3f 27-Feb-2008 Daniel Stenberg

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 tags: curl-7_18_0, curl-7_17_1
# 16b95fc7 27-Sep-2007 Dan Fandrich

Enabled a few more gcc warnings with --enable-debug. Renamed a few
variables to avoid shadowing global declarations.


Revision tags: curl-7_17_0, curl-7_17_0-preldapfix
# 5ecd56d9 23-Jul-2007 Dan Fandrich

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 tags: curl-7_16_4, curl-7_16_3, curl-7_16_2
# a7748c20 04-Feb-2007 Gisle Vanem

Constify argument to suburl(). Remove trailing space.


Revision tags: curl-7_16_1, curl-7_16_0
# b4700f02 25-Oct-2006 Yang Tse

Add project notice and file Id


# 384c8f35 25-Oct-2006 Yang Tse

Use curl_global_init() and curl_global_cleanup().
Improve cleanup in case of initialization failure.


Revision tags: curl-7_15_6-prepipeline, curl-7_15_5
# 773bec5a 17-Jul-2006 Yang Tse

Fix compiler warning "enumerated type mixed with another type"


Revision tags: curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2, curl-7_12_1, pre-aifix, curl-7_12_0
# e2e593a0 14-May-2004 Daniel Stenberg

clean up properly on failure to enable easier libcurl leak detection


# 84b52e92 06-May-2004 Daniel Stenberg

simplied the creation of new urls


Revision tags: curl-7_11_2, c-ares-1_2_0
# 4e84ac4d 23-Mar-2004 Daniel Stenberg

minor edits to make picky compilers whine less


123