History log of /curl/tests/libtest/first.c (Results 26 – 50 of 63)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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
# 520bd9e4 23-Dec-2015 Marc Hoersken

tests first.c: fix calculation of sleep timeout on Windows

Not converting to double caused small timeouts to be skipped.


Revision tags: curl-7_46_0, curl-7_45_0, curl-7_44_0
# cd20e81e 14-Jul-2015 Kamil Dudka

libtest: call PR_Cleanup() on exit if NSPR is used

This prevents valgrind from reporting possibly lost memory that NSPR
uses for file descriptor cache and other globally allocated intern

libtest: call PR_Cleanup() on exit if NSPR is used

This prevents valgrind from reporting possibly lost memory that NSPR
uses for file descriptor cache and other globally allocated internal
data structures.

Reported-by: Štefan Kremeň

show more ...


Revision tags: curl-7_43_0, curl-7_42_1, curl-7_42_0, curl-7_41_0
# 83bb0702 03-Feb-2015 Daniel Stenberg

unit1600: unit test for Curl_ntlm_core_mk_nt_hash


Revision tags: curl-7_40_0, curl-7_39_0, curl-7_38_0, curl-7_37_1, curl-7_37_0
# 9e4f6c58 09-May-2014 Daniel Stenberg

libtests: add a wait_ms() function

This allows a libcurl test to portably sleep for a given number of
milliseconds.


Revision tags: curl-7_36_0
# 75f00de5 31-Jan-2014 Marc Hoersken

testsuite: use binary output mode for custom curl test tools

Do not try to convert line-endings to CRLF on Windows by setting stdout
to binary mode, just like the curl tool does if --asc

testsuite: use binary output mode for custom curl test tools

Do not try to convert line-endings to CRLF on Windows by setting stdout
to binary mode, just like the curl tool does if --ascii is not specified.

This should prevent corrupted stdout line-ending output like CRCRLF.

In order to make the previously naive text-aware tests work with
binary mode on Windows, text-mode is disabled for them if it is not
actually part of the test case and line-endings are corrected.

show more ...


Revision tags: 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
# 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
# ed036434 30-Dec-2011 Yang Tse

removed trailing whitespace


Revision tags: curl-7_23_1, curl-7_23_0
# 629d2e34 21-Oct-2011 Yang Tse

multi tests: OOM handling fixes

Additionally, improved error checking and logging.


Revision tags: curl-7_22_0
# 6b75d2c2 03-Sep-2011 Yang Tse

fix a bunch of MSVC compiler warnings


# 838dd8f5 21-Aug-2011 Yang Tse

MemoryTracking: adjust initialization calling - followup

Fix macro definition


# aaab5fa2 20-Aug-2011 Yang Tse

MemoryTracking: adjust initialization calling

Calling of curl_memdebug() was still done with a pending free()


Revision tags: curl-7_21_7
# 9f390a35 25-May-2011 Yang Tse

unit tests: build adjustment

Also define UNITTESTS macro when building unit test sources.

Fixing compiler warning: external definition with no prior declaration


Revision tags: 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
# 35e1d653 01-Jan-2011 Daniel Stenberg

unittest: framework for unit-testing

This is the first approach at doing fairly clean and easy to write and
debug unit tests.


Revision tags: curl-7_21_3
# 5db0a412 28-Nov-2010 Yang Tse

atoi: remove atoi usage


Revision tags: 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
# 6bb9ef8d 21-Jan-2009 Dan Fandrich

Call setlocale() for libtest tests to test the effects of locale-induced
libc changes on libcurl.


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

include "memdebug.h"


# 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, curl-7_18_1, curl-7_18_0, curl-7_17_1
# 059707be 02-Oct-2007 Yang Tse

Renamed a couple of global variables to avoid shadowing warnings


Revision tags: curl-7_17_0, curl-7_17_0-preldapfix
# 1da3192d 15-Jul-2007 Daniel Stenberg

let's just export the whole argc + argv pair globally so that each test tool
can take advantage of it however they see fit!


# 5ae21ebd 14-Jul-2007 Daniel Stenberg

add support for arg3 as the third argument...


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

Add project notice and file Id


123