History log of /curl/tests/server/util.h (Results 26 – 50 of 50)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_51_0
# 07b95ea2 31-Oct-2016 Daniel Stenberg

tests/util: get a private strncasecompare clone

... since the curlx_* code no longer provides one and we don't link
libcurl to these test servers.


Revision tags: curl-7_50_3, curl-7_50_2, curl-7_50_1, curl-7_50_0, curl-7_49_1, curl-7_49_0, curl-7_48_0, curl-7_47_1
# 4af40b36 02-Feb-2016 Daniel Stenberg

URLs: change all http:// URLs to https://


Revision tags: curl-7_47_0, curl-7_46_0, curl-7_45_0, curl-7_44_0, curl-7_43_0, curl-7_42_1, curl-7_42_0, curl-7_41_0, curl-7_40_0, curl-7_39_0, curl-7_38_0, curl-7_37_1, curl-7_37_0, curl-7_36_0, curl-7_35_0, curl-7_34_0, curl-7_33_0, curl-7_32_0, curl-7_31_0, curl-7_30_0, curl-7_29_0, curl-7_28_1, curl-7_28_0, curl-7_27_0, curl-7_26_0
# 4d3fb91f 10-Apr-2012 Yang Tse

test servers: build adjustment

Undefine CURL_HIDDEN_SYMBOLS libcurl private preprocessor macro that might
leak from lib/setup.h into source files where this should not be defined.


Revision tags: curl-7_25_0, curl-7_24_0
# 82180643 17-Dec-2011 Daniel Stenberg

test proxy supports CONNECT

There's a new 'http-proxy' server for tests that runs on a separate port
and lets clients do HTTP CONNECT to other ports on the same host to
allow us to t

test proxy supports CONNECT

There's a new 'http-proxy' server for tests that runs on a separate port
and lets clients do HTTP CONNECT to other ports on the same host to
allow us to test HTTP "tunneling" properly.

Test cases now have a <proxy> section in <verify> to check that the
proxy protocol part matches correctly.

Test case 80, 83, 95, 275, 503 and 1078 have been converted. Test 1316
was added.

show more ...


Revision tags: curl-7_23_1, curl-7_23_0, curl-7_22_0, curl-7_21_7, curl-7_21_6, curl-7_21_5, 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, curl-7_19_7, curl-7_19_6, curl-7_19_5, curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1
# a6c915aa 18-Sep-2008 Yang Tse

fix compiler warning: external declaration in primary source file


Revision tags: curl-7_19_0, curl-7_18_2
# 96edebf4 23-Apr-2008 Yang Tse

improve synchronization between test harness runtests.pl script
and test harness servers to minimize risk of false test failures.

http://curl.haxx.se/mail/lib-2008-04/0392.html


Revision tags: curl-7_18_1
# 3d746499 28-Feb-2008 Yang Tse

avoid inclusion of setup.h in util.h


# ed63d9d4 28-Feb-2008 Yang Tse

header inclusion cleanup


# 0d09f342 26-Feb-2008 Yang Tse

refactor some code out to write_pidfile() in util.c


# c9eb41c0 18-Feb-2008 Yang Tse

Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt listener socket.

Log some more error descriptions.


Revision tags: curl-7_18_0, curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix
# 0878b14f 12-Jul-2007 Gunter Knauf

added time loop to sockfilt.c in order to wait for SO_REUSEADDR;
added go_sleep() to util.c.


Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2
# 69565afa 22-Feb-2007 Yang Tse

Check for stdbool.h at configuration stage, and include it if available.

Check for lowercase 'bool' type at configuration stage. If not available
provide a suitable replacement with a ty

Check for stdbool.h at configuration stage, and include it if available.

Check for lowercase 'bool' type at configuration stage. If not available
provide a suitable replacement with a type definition of 'unsigned char'
in setup_once.h

Move definitions of TRUE and FALSE to setup_once.h

show more ...


# d9bf5557 17-Feb-2007 Yang Tse

Move portable error number symbolic name definitions to setup_once.h


# a1d59839 16-Feb-2007 Yang Tse

use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling


# 4894ce16 16-Feb-2007 Yang Tse

use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling


Revision tags: curl-7_16_1, curl-7_16_0
# 772a985d 27-Oct-2006 Yang Tse

Update copyright year, since the file has been modified


# 5df4be11 18-Oct-2006 Yang Tse

Check for USE_WINSOCK instead of WIN32 where the check was done
to verify winsock API availability.


# e150150d 11-Oct-2006 Yang Tse

Remove redundant __CYGWIN__ symbol check


# 56bf97ff 13-Sep-2006 Gisle Vanem

'in6addr_any' must be placed in .c-file. Added 'REAL_WIN32' for
all Win32 targets except CygWin. Cleanup.


Revision tags: curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2
# d6c5d24a 18-Dec-2005 Yang Tse

Cleanup windows header includes. Where aplicable, inclusion of
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h


Revision tags: curl-7_15_1, curl-7_15_0
# 9542dfdc 15-Sep-2005 Daniel Stenberg

moved test2file() to util.c


Revision tags: curl-7_14_1, c-ares-1_3_0
# 6ff092f1 19-May-2005 Daniel Stenberg

removed duplicate


# 84fd4686 17-May-2005 Daniel Stenberg

Moved more generic functions to util.[ch]
Added resolve.c to simply resolve a given host name


Revision tags: curl-7_14_0
# 23da55a9 30-Apr-2005 Daniel Stenberg

Moved common code to util.[ch] instead of having it duplicated in sws.c
and sockfilt.c. For good-to-have functions for the servers written in C.


12