2004-04-19  Pascal Obry  <pascal@obry.org>

	* makefile:
	(clean): Update rule.

2004-04-06  Pascal Obry  <p.obry@wanadoo.fr>

	* generate.adb:
	Fix previous check-in which was premature.
	
2004-04-06  Pascal Obry  <p.obry@wanadoo.fr>

	* generate.adb:
	Enclose all tests inside an exception handler. Ensure that even if
	 a test fails the test suite continue to run.
	
2004-04-06  Pascal Obry  <pascal.obry@edf.fr>

	* makefile:
	(RT_STD): Add smtp.

	* smtp.adb, smtp.out:
	Initial revision.

2004-04-05  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* makefile:
	Use libpoll.a instead of poll.o for optional linking.

2004-03-25  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Do not use GNU/date as it is not available on all OS by default
	 and it is quite easy to avoid it.

2004-03-23  Pascal Obry  <p.obry@wanadoo.fr>

	* wsdl_3.ads, wsdl_3.adb, wsdl_3_main.adb:
	Enable commented-out code as now Character inside record is
	 properly supported.

	* wsdl_3.out:
	Update to new output.

2004-03-23  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add stream_response.

	* stream_response.adb, stream_response.out:
	Initial revision.

2004-03-23  Pascal Obry  <p.obry@wanadoo.fr>

	* ssock2.adb:
	Fix copyright notice.

2004-03-23  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* ssock2.adb, ssock2.out, makefile:
	New regtession test taken from sock2 but over SSL socket.

2004-03-22  Pascal Obry  <p.obry@wanadoo.fr>

	* wsdl_7_main.adb:
	Update to use the generated CB and Server services.

2004-03-22  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP_ASIS): Add wsdl_7.
	(init): Redirect some output to /dev/null.

	* wsdl_b.out:
	Update output.

	* wsdl_7.ads, wsdl_7.adb, wsdl_7.out, wsdl_7_main.adb:
	Initial revision.

2004-03-21  Pascal Obry  <p.obry@wanadoo.fr>

	* upload2.adb:
	Another attempt to ensure stable regtest output.

2004-03-19  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Do not output diff only if files differ.

	* upload2.adb:
	Properly serialize the output to avoid line swaping.

2004-03-19  Pascal Obry  <p.obry@wanadoo.fr>

	* generate.adb:
	Add instruction null at the end of the procedure.

	* makefile:
	(RT_SOAP): Removes test_speed by default, add only if EXTRA_TESTS
	 is defined.
	(RT_STD_ALONE): Removes tlog by default, add only if EXTRA_TESTS
	 is defined.
	
2004-03-19  Pascal Obry  <p.obry@wanadoo.fr>

	* alldifs.out:
	Initial revision.
	
	* makefile:
	(run): Check that alldiffs is fine to ensure we return an error
	 otherwise.

2004-03-03  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* wait.adb:
	Call Net.Free routine after Net.Shutdown.

	* zopen.adb:
	Do not use AWS.Services.Files.

	* check_mem.adb:
	Do not use AWS.Services.Files.

	* makefile:
	Add ../lib/poll.o to the linker.
	Add wait.adb regression test.

	* sock2.adb:
	Fix copyright years.
	Fix typo in comments.

2004-03-03  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* wait.adb, wait.out:
	Ready to use.

2004-03-01  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* wait.adb:
	Test for wait on group of sockets. Still under development,
	because of problem shutdown detection under Win32.

2004-02-02  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* auth2.out, cert.out, compress.out, dirop.out, get_post.out,
	  googlesearch.out, multiple.out, sback.out, server_config.out,
	  sessions.out, ssback.out, tcom.out, test_soap2.out, test_soap3.out,
	  wsdl_1.out, wsdl_2.out, wsdl_5.out, wsdl_6.out, zopen.out:
	Remove DOS style CR at end of line.

2004-02-01  Pascal Obry  <obry@act-europe.fr>

	* makefile:
	Change check_mem ports.

2004-01-31  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add sessions4.

	* regtests.gpr:
	(Languages): Add.
	(Compiler): Do not import the Shared one, we want only partial
	 style checks on the regtest module.

	* sessions4.adb, sessions4.out:
	Initial revision.

2004-01-28  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* eres.adb, sock2.adb:
	Remove DOS style CR at end of line.

2004-01-28  Pascal Obry  <p.obry@wanadoo.fr>

	* regtests.gpr:
	Initial revision.

	* auth.adb:
	Minor reformatting.
        Update copyright notice.

2004-01-26  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Minor reformatting.

2004-01-25  Pascal Obry  <p.obry@wanadoo.fr>

	* sessions.adb:
	Change port.
	(Server): Add exception handler.

2004-01-22  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(clean): Fix regexp to remove the Emacs temp files.

2004-01-21  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(Clean): Fix remove for test-dir?.

2004-01-15  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* tlog.adb:
	Rollback previous modification, it does not help for stabilize linux
	 output. No way to stabilize linux http log sequence, because server
	 answering before writting to log.

2004-01-14  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* tlog.adb:
	Auto_Flush server log for stable output in Linux.

2004-01-13  Dmitriy Anisimkov <anisimkov@yahoo.com>

	dirop.out, dirop.tmplt, makefile:
	Add regression test for browse directory entries.

2004-01-08  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* sock2.adb, sock2.out, makefile:
	New regression test.

2004-01-06  Pascal Obry  <p.obry@wanadoo.fr>

	* cert.adb:
	Fix copyright notice.

	* makefile:
	(clean): Do not remove spec files as these are not generated now.
	(check_mem): Ensure that the rule never fails even if there is
	 some differences.

	* generate.adb:
	Do not generate unnedded spec files.
	Update copyright notice.

	* sessions2.adb:
	Add missing with for Ada.Exceptions.
	Update copyright notice.

2004-01-06  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* makefile:
	Restore dropped OTH_TESTS.

2004-01-06  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Fix output problems introduced in previous check-in.
	Put in UNIX format.

	* generate.adb:
	(Test): Update output. Cleaner.

2004-01-05  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* makefile:
	Concatenate most regression tests into single executable file.
	Add note about test restriction for some test sections.

2004-01-05  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* generate.adb:
	Remove DOS style CR at the end of line.

2004-01-02  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* generate.adb:
	Get test list from command line.

2003-12-31  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* strm.adb, strm.out:
	Add non keep-alive tests.

2003-12-24  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* makefile:
	Move embedded resources build for zres, file2 and eres to the init
	 section.

2003-12-23  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* dummy.adb, dummy.out, zstrm2.adb, zstrm2.out:
	Add dummy output.

	* generate.adb:
	Generator for the fast test executor.

2003-12-22  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* eres.adb, eres.out, makefile:
	Test for AWS.Resources.Exist routine.

2003-12-19  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* tmem.adb:
	Test new Constant_Access type and Trim parameter.

2003-12-18  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* zres.adb, zres.out:
	Add test getting compressed disk files.

	* file2.adb, file2.out:
	New test for gzipped files transfer.

	* tmem.adb, tmem.out:
	Test generic memory stream interface.

	* makefile:
	Include tmem and file2 tests.
	Add file2 from zres dependence, file2 use the same embedded
	 resources.

2003-12-17  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD_SEC): Add new test cert.

	* client.pem:
	Initial revision.

	* cert.adb, cert.out:
	Initial revision.

2003-12-12  Pascal Obry  <p.obry@wanadoo.fr>

	* timer.adb:
	Properly update the current time variable in the loop to avoid
	 infinite loop.

2003-12-10  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add timer.

	* timer.adb, timer.out:
	Initial revision.

2003-12-08  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(init): Redirect output of gzip to /dev/null.

2003-12-03  Pascal Obry  <p.obry@wanadoo.fr>

	* check_mem.adb:
	(CB): Add handling of file[abc].txt.
	(Check_ZOpen): New procedure.
	Call ZOpen in main loop.

	* makefile:
	(RT_STD): Remove zres, add zopen.
	(OTH_TESTS): Add zres.
	(init): Generate file[abc].txt for the ZOpen regression test.
	(clean): Add file[abc].txt*

	* zopen.adb, zopen.out:
	Initial revision.

2003-12-03  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(zres): Add compressed file.tmplt.

	* zres.out:
	Update to new output.

	* zres.adb:
	Update test. Add test for compressed templates.

2003-12-02  Pascal Obry  <p.obry@wanadoo.fr>

	* zstrm3.adb:
	Removed.

	* makefile:
	(RT_STD): Remove zstrm3 add zres.

	* zres.adb, zres.out:
	Initial revision.

2003-12-02  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add zstrm3.

	* zstrm3.adb, zstrm3.out:
	Initial revision.

2003-12-02  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* *.ads, *.adb:
	Fix typo in Anisimkov surname.

2003-12-01  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add get_post.

	* get_post.adb, get_post.out:
	Initial revision.

2003-11-26  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP_ASIS_PARSE): Add wsdl_b.
	($(ASIS2_TESTS)): Use verbose mode for ada2wsdl.

	* wsdl_a.out:
	Update to new output (ada2wsdl used with verbose mode).

	* wsdl_b.ads, wsdl_b.adb, wsdl_b_pck.ads, wsdl_b.out:
	Initial revision.

2003-11-25  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(clean): Add wsdl4*

	* test_wsdl4.adb, test_wsdl4.wsdl, test_wsdl4.out:
	Initial revision.

2003-11-24  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	($(ASIS_TESTS)): Use lower-case for AWS directories (fix GNU/Linux
	 regression introduced in previous check-in).

	* zstrm.adb:
	(ZStrm): Fix code introduced in previous check-in.

2003-11-23  Pascal Obry  <p.obry@wanadoo.fr>

	* tsgetparam.adb, tgetparam.adb, head.adb:
	Remove use of 'Img.
	Update copyright notice.

	* zstrm.adb, strm.adb, interoplab_main.adb, dispatch_method.adb,
	  compress.adb, check_mem.adb:
	Remove use of 'Img.

2003-11-23  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(GARGS): Removes -i, this was the cause of the recompilation of
	 all AWS components after a non-regression test run.
	(check_mem): Removes all AWS components recompiled for this test.

2003-11-23  Pascal Obry  <p.obry@wanadoo.fr>

	* wsdl_6.out:
	Update to new output.

	* makefile:
	($(ASIS_TESTS)): Call ada2wsdl with $(INCLUDES) and -I for AWS
	 packages.

	* wsdl_6.adb:
	(Echo_Complex_Rec): New routine.

	* wsdl_6.ads:
	(Complex_Rec): New record containing an array safe pointer.
	(Echo_Complex_Rec): New routine.

	* wsdl_6_main.adb, wsdl_6.java:
	Add test for array in record.

2003-11-20  Pascal Obry  <p.obry@wanadoo.fr>

	* wsdl_6.java:
	Add check for array of records.

	* makefile:
	Initialize WSDL2AWS variable.

	* wsdl_6.out:
	Update output.

	* wsdl_6.ads, wsdl_6.adb:
	(Set_Of_Rec): New type.
	(Echo_Set_Rec): New routine.

	* wsdl_6_main.adb:
	Add check for array of records.

2003-11-19  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Use gnatmake's -m option everywhere.

	* wsdl_6.adb:
	(Echo_Set): New procedure.

	* wsdl_6.ads:
	(Set_Of_Int): New type.
	(Echo_Set): New procedure.

	* wsdl_6.java:
	Add test for array.

	* wsdl_6_main.adb:
	Add test for array.

	* wsdl_6.out:
	Update output.

	* makefile:
	(clean): Add WSDL_6 and wsdl_6.class.

2003-11-19  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP_ASIS): Add wsdl_6.

	* wsdl_6_main.adb:
	Add support for option -j to be able to run this as a server only
	 program to test the Java client (wsdl_6.java).

	* wsdl_6.java:
	Initial revision. This file is the Java program equivalent to
	 wsdl_6_main.adb. It is not run automatically and requires
	 Axis/Tomcat installed. This is used to check interoperability of
	 AWS with others SOAP/WSDL implementation.

2003-11-19  Pascal Obry  <p.obry@wanadoo.fr>

	* wsdl_6.ads, wsdl_6.adb, wsdl_6.out, wsdl_6_main.adb:
	Initial revision.

2003-11-15  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	($(ASIS_TESTS)): Remove wsdl2aws's -a option.

2003-11-15  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP_ASIS): Add wsdl_5.
	($(ASIS_TESTS)): Add wsdl2aws's -cb option.

	* wsdl_5.ads, wsdl_5.adb, wsdl_5.out:
	Initial revision.

	* wsdl_5_main.adb:
	Initial revision.

	* wsdl_5_server.ads, wsdl_5_server.adb:
	Initial revision.

2003-11-14  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(WSDL2AWS): New variable.
	($(WSDL2AWS)): New targets.

	* wsdl_parse_1.wsdl, wsdl_parse_1.out:
	Initial revision.

	* wsdl_parse_2.wsdl, wsdl_parse_2.out:
	Initial revision.

	* wsdl_parse_3.wsdl, wsdl_parse_3.out:
	Initial revision.

	* wsdl_parse_4.wsdl, wsdl_parse_4.out:
	Initial revision.

	* wsdl_4.out:
	Update output.

	* wsdl_4_server.adb:
	Handle new Try4 routine.

	* wsdl_4_main.adb:
	Test all routines in WSDL_4.

	* wsdl_4.adb:
	(Try): First implementation.
	(Try2): First implementation.
	(Try4): New routine.

	* wsdl_4.ads:
	(Try4): New routine. Function with no input parameter and a
	 derived returned type.

2003-11-13  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP_ASIS): Add wsdl_4.

	* wsdl_4.ads, wsdl_4.adb:
	Initial revision.

	* wsdl_4_main.adb, wsdl_4.out:
	Initial revision.

	* wsdl_4_server.ads, wsdl_4_server.adb:
	Initial revision.

2003-11-12  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP_ASIS): Add wsdl_3.
	(RT_STD): Add once.
	(build): Sort tests except $(OTH_TESTS).

	* check_mem.ini:
	Initial revision.

	* once.adb, once.out:
	Initial revision.

	* wsdl_3_main.adb, wsdl_3_server.ads, wsdl_3_server.adb:
	Initial revision.

	* wsdl_3.ads, wsdl_3.adb, wsdl_3.out:
	Initial revision.

	* error_strm.ads, error_strm.adb:
	(Reset): New routine.

	* user_strm.ads, user_strm.adb:
	(Reset): New routine.

2003-11-10  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add zstrm2.

	* check_mem.adb:
	(Check_Transient): New procedure.

	* split.adb:
	Do not add the '/' in URI, this is already in the transient URI.

	* zstrm2.adb, zstrm2.out:
	Initial revision.

2003-11-08  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add split.

	* split.adb, split.tmplt, split.out:
	Initial revision.

2003-11-03  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Fix previous check-in. Most regtests were deactivated.

2003-11-03  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP_ASIS): Document.
	(RT_SOAP_ASIS_PARSE): Document.
	(RT_SOAP_ASIS_PARSE): New variable.
	(ASIS2_TESTS): New variable.
	($(ASIS2_TESTS)): New targets.

	* wsdl_a.ads, wsdl_a_pck.ads, wsdl_a.out:
	Initial revision.

2003-11-02  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP_ASIS): Add comment about naming scheme.
	($(ASIS_TESTS)): Compute port using test filename.

	* wsdl_1_main.adb:
	Set server port to 7701.

	* wsdl_2_main.adb:
	Set server port to 7702.

2003-11-02  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	($(ASIS_TESTS)): Add -types option to wsdl2aws.

	* interoplab_main.adb, test_wsdl2.adb, test_wsdl3.adb:
	Add suffix _Type to array type and constructor.

	* wsdl_2.ads:
	(Complex): X and Y are not Long_Float. This is what an xsd:float
	 should be on the Ada side.

	* wsdl_2_server.adb:
	(Add_Wrapper): Removed.
	(Sum_Wrapper): Removed.
	These routines are not needed anymore as wsdl2aws can now directly
	 use types from an Ada spec.

2003-11-01  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP_ASIS): Add wsdl_2.
	(build): Put $(ASIS_TESTS) before $(OTH_TESTS).
	(clean): Remove wsdl_?_service* (files generated for the wsdl_?
	 regtests).

	* wsdl_1_main.adb:
	Remove with WSDL_1 unit, not needed.

	* wsdl_2_server.ads, wsdl_2_server.adb:
	Initial revision.

	* wsdl_2_main.adb:
	Initial revision.

	* wsdl_2.out:
	Initial revision.

	* wsdl_2.ads, wsdl_2.adb:
	Initial revision.

2003-10-31  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP_ASIS): New target.
	(ASIS_TESTS): New variable.
	(build): Add $(ASIS_TESTS)
	($(ASIS_TESTS)): New target.

	* wsdl_1_server.ads, wsdl_1_server.adb:
	Initial revision.

	* wsdl_1_main.adb:
	Initial revision.

	* wsdl_1.out:
	Initial revision.

	* wsdl_1.ads, wsdl_1.adb:
	Initial revision.

2003-10-15  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* makefile:
	Remove Windows_NT checking for same command regarding SSL linking mode.

2003-10-10  Pascal Obry  <p.obry@wanadoo.fr>

	* strm.adb, tlog.adb:
	Changed to use AWS.Server.Log.

2003-10-09  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add dispatch, dispatch_method, dispatch_vh

	* dispatch.adb, dispatch.out, dispatch.ini:
	Initial revision.

	* dispatch_method.adb, dispatch_method.out, dispatch_method.ini:
	Initial revision.

	* dispatch_vh.adb, dispatch_vh.out, dispatch_vh.ini:
	Initial revision.

	* zapp.adb:
	Use another port.

2003-10-08  Pascal Obry  <p.obry@wanadoo.fr>

	* compress.adb, check_mem.adb:
	(Test): Fix test due to change of routine's interface in
	 AWS.Translator.

2003-10-08  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* check_mem.adb:
	(Check_Dynamic_Message): Use Message_Body with array instead of access
	 parameter.
	(Check_Memory_Streams): Use Append with array instead of access
	 parameter.

	* zbig.adb:
	Use Append with array instead of access parameter.

2003-10-08  Pascal Obry  <p.obry@wanadoo.fr>

	* strm.adb, zapp.adb, check_mem.adb:
	Change references to Content_Encoding type now in AWS.Messages.
	Fix typo in comment.

2003-10-08  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* check_mem.adb:
	Add test for memory leak in the creation of message body from
	 dynamically allocated data.

2003-10-07  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* check_mem.adb:
	Add test for memory leak in the memory streams.

2003-10-06  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* zstrm.adb, zstrm.out, makefile:
	New regression test for compression/decompression of user defined
	 streams.

	* strm.adb, strm.out:
	Add compression mode for user defined stream test.

	* zbig.out:
	Update output. Previous one was without flush.

2003-10-06  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add zfile.

	* zfile.adb, zfile.out:
	Initial revision.

2003-10-05  Pascal Obry  <p.obry@wanadoo.fr>

	* zapp.adb:
	Change Set.Append_Encode by Set.Data_Encoding.
	Minor reformatting.

	* zbig.adb:
	Reorder with clauses.
	Free buffer after last use.

2003-10-05  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* append.adb:
	Fix server name.

	* zbig.adb, zbig.out:
	New regression test.

	* zapp.adb, zapp.out:
	New regression test.

	* makefile:
	Add zapp and zbig to regression tests.

2003-10-04  Pascal Obry  <p.obry@wanadoo.fr>

	* check_mem.adb:
	Add procedure to check the ZLib stream based implementation.

	* compress.adb, compress.out:
	Initial revision.

	* makefile:
	(LARGS): Simplify handling of this variable. Add -lz.
	(RT_STD): Add compress.

2003-10-02  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Complete previous check-in.

2003-10-02  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(LARGS): Change -L../win32 to -L../lib

	* sessions3.adb:
	(Server): Fix output to ensure that the order does not depends on
	 the scheduling.

2003-10-01  Pascal Obry  <p.obry@wanadoo.fr>

	* shutdown.adb:
	Change port used (was 8080 and 8081 which are common ports).

	* sback.adb, ssback.adb:
	(Wait_Call): Add entry stopped.
	Wait 1 second before quitting.

2003-10-01  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* huge_response.adb:
	Change creation of the huge unbouded string from Append in loop
	 to multiplication. Append in loop was too long under GNAT 3.15.

2003-09-30  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* append.adb, append.out, makefile:
	New regression test for Response.Set.Append_Body.

2003-09-23  Pascal Obry  <p.obry@wanadoo.fr>

	* test_wsdl2.wsdl, test_wsdl3.wsdl:
	Remove space before http in href.
	Add missing wsdl shema detected by XmlAda v1.0 (prepare migration).

	* test_wsdl.wsdl:
	Remove space before http in href.

2003-09-23  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* hval.adb, hval.out:
	Add tests for parse Accept-XXXX header values.

2003-09-22  Pascal Obry  <p.obry@wanadoo.fr>

	* sback.adb:
	Add routine header box.

2003-09-21  Pascal Obry  <p.obry@wanadoo.fr>

	* sback.out, ssback.out:
	Update output.

	* sback.adb, ssback.adb:
	Fix this regression test to pass on UNIX. Serialize IO to have
	 always the same output. Close persistent connection and shutdown
	 the server.

2003-09-18  Pascal Obry  <p.obry@wanadoo.fr>

	* server_info.adb:
	Use 6 simultaneous connections otherwise AWS will try to release
	 one as soon as only a single one is free.

2003-09-18  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* sback.adb, sback.out, ssback.adb, ssback.out, makefile:
	New regression tests for AWS.Server.Give_Back_Socket routine.

2003-09-09  Pascal Obry  <p.obry@wanadoo.fr>

	* server_info.adb:
	Slight change to ensure the connections are really active before
	 getting the current number of connections. Fix failure on UNIX.

	* sessions3.adb:
	Use port 1260 for this test.

2003-09-07  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add sessions3.

	* sessions3.adb, sessions3.out:
	Initial revision.

2003-09-06  Pascal Obry  <p.obry@wanadoo.fr>

	* dirop.adb:
	Set Result to constant.

	* makefile:
	(RT_STD): Add server_config.

	* aws.ini:
	Initial revision.

	* server_config.adb, server_config.out, server_config.ini:
	Initial revision.

2003-09-06  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add server_info.

	* server_info.adb, server_info.out:
	Initial revision.

	* sessions.adb:
	Add missing with clause for Ada.Exceptions. Was not detected by GNAT.

2003-09-04  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add huge_response.

	* huge_response.adb, huge_response.out:
	Initial revision.

2003-09-03  Pascal Obry  <p.obry@wanadoo.fr>

	* test_speed.adb:
	If test fails display the Max_Time variable (time allowed to run
	 the test).

2003-08-29  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP): Add soap4.

	* soap4.adb, soap4.out:
	Initial revision.

	* soap2.out, testxml.out, workorder.out:
	Update to match latest implementation for array component type.

2003-07-28  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(build): Put $(OTH_TESTS) at the end. check_mem should be at the
	 end as it modify a source and will trigger many recompilations.

2003-07-03  Pascal Obry  <p.obry@wanadoo.fr>

	* strm.adb:
	Update copyright header.

2003-07-03  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* strm.adb, strm2.adb:
	Use modified user defined stream interface.

	* user_strm.ads, user_strm.adb:
	(Size): New routine.
	(Create): New parameter Undefined_Size for emulate
	 undefined length stream.

2003-06-24  Pascal Obry  <p.obry@wanadoo.fr>

	* disp_soap.adb:
	Change port used (must be uniq in the regtest run).
	Minor reformatting.
	Fix copyright header.

	* test_soap5.adb:
	Change port used (must be uniq in the regtest run).

2003-06-24  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* disp_soap.adb, disp_soap.out:
	New regression test.

	* makefile:
	New regression test disp_soap.

2003-06-22  Pascal Obry  <p.obry@wanadoo.fr>

	* test_soap5.out:
	Update output.

	* test_soap5.adb:
	Add a non SOAP call between 2 SOAP calls.

2003-06-22  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP): Add test_soap5.adb.

	* test_soap5.adb, test_soap5.out:
	Initial revision.

2003-06-21  Pascal Obry  <p.obry@wanadoo.fr>

	* interoplab_main.adb:
	(CB): Pass the SOAPAction and Payload to all SOAP callbacks
	 generated from WSDL document.

	* test_wsdl.adb, test_wsdl2.adb, test_wsdl3.adb:
	(SOAP_Wrapper): New function used to call the new WSDL generated
	 callbacks.

2003-06-18  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(WSDL_TESTS): Add googlesearch test (using the Google API wsdl).
	(clean): Add clean-up for googlesearch test.

	* googlesearch.adb, googlesearch.out, googlesearch.wsdl:
	Initial revision.

2003-05-21  Pascal Obry  <p.obry@wanadoo.fr>

	* soap1.out, soap2.out, soap3.out, testxml.out, workorder.out:
	Update output (XML encoding).

2003-04-21  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add sessions2.

	* check_mem.adb:
	Add session support.

	* sessions2.adb, sessions2.out:
	Initial revision.

2003-03-31  Pascal Obry  <obry@act-europe.fr>

	* tmime.out:
	Update output.

2003-03-31  Pascal Obry  <obry@act-europe.fr>

	* makefile:
	(RT_STD): Add tmime.

	* tmime.adb, tmime.out:
	Initial revision.

2003-03-29  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP): Add test_soap4.

	* test_soap4.adb, test_soap4.out:
	Initial revision.

2003-03-27  Pascal Obry  <p.obry@wanadoo.fr>

	* check_mem.adb:
	Add checks for Templates.Clear.

2003-03-25  Pascal Obry  <p.obry@wanadoo.fr>

	* check_mem.tmplt:
	Add include.

	* cm_include.tmplt:
	Initial revision.

2003-03-22  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	$(WSDL_TESTS): Change -rpc option by -doc.
	$(WSDL_ATESTS): Idem.

2003-03-20  Pascal Obry  <p.obry@wanadoo.fr>

	* auth2.adb:
	Change server port used.

2003-03-20  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add auth2.

	* auth2.adb, auth2.out:
	Initial revision.

2003-03-20  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* makefile:
	Executable file name check_mem in the gnatmem parameters is with the
	 ./ now, resolve make problem in GNAT 5.0 in case of ./ not in the
	 path.

2003-03-19  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add multiple and tcom.

	* tcom.adb, tcom.out:
	Initial revision.

	* multiple.adb:
	Change server port used.

2003-03-19  Pascal Obry  <p.obry@wanadoo.fr>

	* multiple.adb, multiple.out:
	Initial revision.

2003-03-18  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP): Add test_soap3.

	* test_soap3.adb, test_soap3.out:
	Initial revision.

2003-03-15  Pascal Obry  <p.obry@wanadoo.fr>

	* interoplab_main.adb:
	(T_echoStruct): Add pragma Warnings Off to workaorund a wrong
	 warnings issued by GNAT. Fixed in 3.17.

2003-03-15  Pascal Obry  <p.obry@wanadoo.fr>

	* interoplab_main.out:
	Update output.

	* interoplab_main.wsdl:
	Activate the echoVoid routine.

	* interoplab_main.adb:
	Add test for the echoVoid SOAP/WSDL test.

2003-03-14  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP): Add test_soap2.

	* test_soap2.adb, test_soap2.out:
	Initial revision.

2003-03-13  Pascal Obry  <p.obry@wanadoo.fr>

	* interoplab_main.adb, interoplab_main.out:
	Add test for echoStructArray SOAP service.

2003-03-12  Pascal Obry  <p.obry@wanadoo.fr>

	* interoplab_main.out:
	Update to new output.

	* interoplab_main.adb:
	Put test for almost all routines (stub and skeleton).

	* interoplab_main.wsdl:
	Use localhost on port 9112 for the test.

2003-03-12  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(WSDL_TESTS): Add interoplab_main.
	(WSDL_TESTS): Generate SOAP spec with -rpc option.
	(clean): Add interoplab-* interoplab.ad*.

	* interoplab_main.adb, interoplab_main.out, interoplab_main.wsdl:
	Initial revision.

2003-03-11  Pascal Obry  <p.obry@wanadoo.fr>

	* test_wsdl2.adb, test_wsdl3.adb:
	Use new safe array reference.

2003-03-10  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* makefile:
	Use touch command to set GMT timestamp to the files for the dirop
	 regression test.

	* dirop.out:
	Update to new output.

	* dirop.adb:
	Restore complete time output.

2003-03-09  Pascal Obry  <p.obry@wanadoo.fr>

	* dirop.out:
	Update to new output.

	* dirop.adb:
	Change all times with xx:xx:xx, test is now time-zone independant.

	* strm2.adb:
	Use port 1259 (1245 already used in tres.adb).

	* tlog.adb:
	Use port 1251 (1246 already used in tres.adb).

	* test_wsdl3.wsdl:
	Use port 9123 (9122 already used in test_wsdl2.wsdl).

	* sp.adb:
	Use port 1249 (1244 already used by head.adb).

2003-03-09  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* test_wsdl2.out, test_wsdl3.out:
	Remove DOS style CR from end of line.

	* dirop.tmplt:
	Ignore CVS directory.

	* makefile:
	Put dirop regtest to the regular way.

	* dirop.out
	Change the original file times to odd value, could avoid regression
	 fail under non Win32 OS-es.

2003-03-08  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add sessions.

	* sessions.adb, sessions.out:
	Initial revision.

	* test_speed.adb:
	(Check_Computer_Speed): Add allocation as this does have a big
	 impact on the gdb speed.

2003-03-08  Pascal Obry  <p.obry@wanadoo.fr>

	* test_speed.adb:
	Compute time allowed to pass the test by checking computer speed.

2003-03-07  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* makefile:
	Add ./ before tgdb, in case of ./ not in the path environment
	 variable.

	* tgdb:
	Use expr instead of bc utility, becouse MSYS do not have bc.

2003-03-07  Pascal Obry  <p.obry@wanadoo.fr>

	* tgdb:
	Initial revision.

	* makefile:
	Run more tests with gdb.
	(clean): Remove *.tmp.

2003-03-07  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* makefile:
	Remove unnecessary output copy in GDB_REGTESTS mode.
	Change cat usage to cp.

2003-03-07  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Add description for WSDL_TESTS, WSDL_ATESTS and OTH_TESTS.
	(ALL_EXEC): Add WSDL_TESTS and WSDL_ATESTS.
	(WSDL_ATESTS): New variable.
	(build): Add $(WSDL_ATESTS).
	(WSDL_ATESTS): New targets.
	(clean): Add stockquoteservice* stock_quote_service*

	* test_wsdl3.adb, test_wsdl3.out, test_wsdl3.wsdl:
	Initial revision.

2003-03-07  Dmitriy Anisimkov <anisimkov@yahoo.com>

	* makefile:
	Handle new configuration parameter GDB_REGTESTS.
	Clean for out.gdb and out.tmp

	* cmd.gdb:
	New file for GDB command.

2003-03-06  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(WSDL_TESTS): New variable.
	(test_wsdl): Remove this target.
	(WSDL_TESTS): New target for all WSDL tests.

	* test_wsdl2.adb, test_wsdl2.out, test_wsdl2.wsdl:
	Initial revision.

	* hello.wsdl:
	File renamed test_wsdl.wsdl.

2003-03-05  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Move test_wsdl from RT_SOAP to OTH_TESTS.

2003-03-05  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_SOAP): Add test_wsdl.
	(test_wsdl): New target.
	(clean): Remove files generated from WSDL document.
	Minor comment fix.

	* test_wsdl.adb, test_wsdl.out, hello.wsdl:
	Initial revision.

	* check_mem.adb:
	Add check for non existent template file.

2003-03-04  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Remove dirop.
	(OTH_TESTS): Add dirop.
	(dirop): New target.

	* dirop.out:
	Remove CVS/ from output as this is not present outside the CVS
	 directory.

2003-03-03  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* hval.adb, hval.out:
	Test for the empty Header_Value parameter.

2003-03-02  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* hval.adb, hval.out:
	Test for the Unnamed_Value_Exists routine.

2003-02-10  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(check_mem): Keep run's output for debugging purpose.
	(clean): Add run? and check_mem.run?

2003-02-10  Pascal Obry  <p.obry@wanadoo.fr>

	* check_mem.adb:
	(Check): Output all data to ease debugging if necessary.
	(Server): Allow more time for the requests.
	Add check for templates.

	* check_mem.tmplt:
	Initial revision.

	* makefile:
	(ALL_TESTS): Renamed to STD_TESTS.
	(OTH_TESTS): New target.
	(build): Remove specific test, add OTH_TESTS variable.

2003-02-08  Pascal Obry  <p.obry@wanadoo.fr>

	* check_mem.adb:
	Add some SOAP requests to check the SOAP API memory usage.

2003-02-08  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* tlog.adb:
	(Today): Constant instead or routine.

	* tlog.out:
	Update line numbers in exception messages.

2003-02-07  Pascal Obry  <p.obry@wanadoo.fr>

	* tlog.out:
	Update output.

	* tlog.adb:
	(IP): Removed.
	(Parse_Log): Do not try to remove the ':' as it has been removed.

2003-02-05  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* makefile, sp.adb, sp.out, ssp.adb, ssp.out:
	Server push regression tests.

2003-02-03  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(check_mem): Fix gnatmem command.

2003-02-03  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* makefile, dirop.adb, dirop.tmplt, dirop.out:
	Regression test for directory browser.

2003-02-01  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(clean): Remove alldifs and log files.

	* tlog.adb:
	Use 2 simultaneous connection. Fix a regression on GNU/Linux. This
	 should be certainly analysed at some point. The problem was that
	 the log output was not in the same order.

	* makefile:
	(check_mem): New target.
	Better handle error checking.

	* check_mem.adb:
	Initial revision.

2003-02-01  Pascal Obry  <p.obry@wanadoo.fr>

	* unexph2.adb:
	Use port 1247 as 1240 was already used. Fix GNU/Linux failure.

	* makefile:
	(ALL_TESTS): Do not stop if diff report an error here.

2003-02-01  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(ALL_EXEC): New variable.
	(clean): Use it to remove the executable. Use rm -f to avoid warnings.

	* tres2.adb:
	Fix cut&past error.

	* makefile:
	(build): Add $(ALL_TESTS), do not use loop.
	(checks_out): Do not use loop.
	(ALL_TESTS): New targets, does all the job here.


2003-02-01  Pascal Obry  <p.obry@wanadoo.fr>

	* tres2.adb:
	Delete file after use.

	* tlog.out:
	Update output to new stable format.

	* tlog.adb:
	(Create_File): New routine.
	Update again this regtest to be OS independant. The filename was
	 not having the same size on GNU/Linux.

2003-02-01  Pascal Obry  <p.obry@wanadoo.fr>

	* tlog.out:
	Update output to new stable format.

	* tlog.adb:
	Removes date from filename to have a stable output.

2003-01-31  Pascal Obry  <p.obry@wanadoo.fr>

	* unexph2.adb:
	Remove traceback info to have a stable output.

	* unexph2.out:
	Update output to new stable format.

2003-01-31  Pascal Obry  <p.obry@wanadoo.fr>

	* tlog.out:
	Fix output. New tlog.adb line reference due to change in tlog.adb.

	* tlog.adb:
	Change test to not output target/compiler's version dependant output.

	* makefile:
	(RT_STD): Add unexph2.

	* unexph2.adb, unexph2.out:
	Initial revision.

2003-01-31  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add tlog.

	* tlog.adb, tlog.out:
	Initial revision.

2003-01-30  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add strm2.

	* strm2.adb, strm2.out, error_strm.ads, error_strm.adb:
	Initial revision.

	* user_strm.adb:
	(Read): Correctly convert a Stream_Element_Offset to a
	 Stream_Element to avoid constraint error (detected with GNAT 3.16).
	Update copyright notice.

	* user_strm.ads:
	Fix with clause order.
	Update copyright notice.

2003-01-29  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(tres): Call tres with a different port each time.

	* tres.adb:
	The port number is now passed in the command line. This test is
	 runned twice and we need to use a different port each time.

	* auth.adb, moved.adb, redirect.adb, strm.adb, tclientto.adb,
	  unexph.adb, upload3.adb, tgetparam.adb, param.adb, head.adb:
	Change port number used. On GNU/Linux port are not released at
	 once. These changes avoid crash while running the regression tests.

2003-01-29  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* tres2.adb:
	Change filename file to file.tmp to avoid conflict with
	 executable name of file.adb.

	* makefile:
	Change file to file.tmp in the clean section.

2003-01-29  Pascal Obry  <p.obry@wanadoo.fr>

	* upload3.adb:
	Use new unexpected exceptions handler spec.

	* upload2.adb:
	Use new unexpected exceptions handler spec.

	* unexph.adb:
	Use new unexpected exceptions handler spec.
	Update copyright notice.

2003-01-27  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add upload3.

	* unexph.adb:
	Fix to use new unexpected exception handler.

	* upload2.out:
	New output.

	* upload2.adb:
	Fix to use new unexpected exception handler.

	* upload3.adb, upload3.out:
	Initial revision.

2003-01-25  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add upload2.

	* upload2.adb, upload2.out:
	Initial revision.

2003-01-24  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add hostip.

	* hostip.adb, hostip.out:
	Initial revision.

2003-01-24  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(RT_STD): Add redirect.

	* redirect.adb, redirect.out:
	Initial revision.

2003-01-23  Pascal Obry  <p.obry@wanadoo.fr>

	* simple.adb:
	Add header.

	* makefile:
	(RT_STD): Add file.

2003-01-23  Pascal Obry  <p.obry@wanadoo.fr>

	* file.adb, file.out:
	Initial revision.

	* zerolength.html:
	Initial revision.

	* makefile:
	(RT_STD): Add sock1.

	* sock1.adb, sock1.out:
	Initial revision.

2003-01-14  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(LARGS): Add -lnosslaws instead of ssl-wrappers.o. (without SSL case).

2003-01-13  Pascal Obry  <p.obry@wanadoo.fr>

	* hval.out:
	Update output, no more ';' after un-named value.

2002-12-24  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* auth.adb, auth.out:
	Add test for the strongest AWS authentication.

2002-12-23  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(LARGS): Windows case, add -L../win32 new location of SSL library.

2002-12-15  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* makefile:
	Add ctab regression test.

	* ctab.adb, ctab.out:
	Initial revision.

2002-12-15  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(.SILENT): Removes all tests that have no specific target.

2002-12-12  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(GARGS): Is not independent of the mode used (SSL or non-SSL).
	(BARGS): Idem.
	(LARGS): Add ssl-wrappers.o in non-SSL mode.

2002-12-05  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(build): Copy cert.pem from the demos directory to be able to run
	 the HTTPS regression tests.

2002-12-04  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(GARGS): Add -q (quiet mode).
	(tres): Add some echos.

2002-12-04  Pascal Obry  <p.obry@wanadoo.fr>

	* test_sec_soap.out, tsgetparam.out:
	Initial revision.

	* makefile:
	Add comment about how should regression tests be added.
	(CHECKS_SEC_SOAP): Removed.
	(CHECKS_SEC_STD): Removed.
	Removes most of the targets here and use a for loop based on a
	 demo list for build, run and check the results.

2002-11-26  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Properly handles cases where AWS is not built with SSL support. In
	 that case we do not run the secure tests.

	* test_sec_soap.adb:
	Initial revision.

	* upload.adb, tsgetparam.adb, tres.adb, tgetparam.adb,
	  test_soap.adb, param.adb:
	Minor reformatting.

	* makefile:
	Copy cert.pem from the demos directory to run tsgetparam.
	(clean): Remove cert.pem

2002-11-26  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Add tsgetparam regression test.

	* tsgetparam.adb:
	Initial revision.

2002-11-25  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(.SILENT): Add turl4.

2002-11-23  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Add support for turl4.

	* turl4.adb, turl4.out:
	Initial revision.

2002-11-22  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* makefile:
	Add hval regression test.

	* hval.adb, hval.out:
	Initial revision.

2002-11-11  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Add head regression test.

	* head.adb, head.out:
	Initial revision.

2002-10-26  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Add test_templates_if regression test.
	(clean): Remove log files.

	* test_templates_if.adb, test_templates_if.out, ftp.thtml:
	Initial revision.

2002-10-23  Pascal Obry  <p.obry@wanadoo.fr>

	* user_strm.ads, user_strm.adb:
	Add file header.

	* strm.adb:
	Minor reformatting.

2002-10-23  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* strm.adb, user_strm.ads, user_strm.adb, strm.out:
	Regression test user defined data stream.

	* makefile:
	Add handling of strm regression test.

2002-10-23  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(tres): Change handling of the result, the >> was not working on
	 my current bash version. This is equivalent and works fine. Very
	 strange !

2002-10-12  Pascal Obry  <p.obry@wanadoo.fr>

	* upload.out:
	Update output.

	* upload.adb:
	Output client and server upload filename.
	Update copyright notice.

2002-10-09  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Add handling of turl3 regression test.

	* turl.adb:
	Change Pathname to Pathname_And_Parameters.
	Update copyright notice to 2002.

	* turl2.adb:
	Change Pathname to Pathname_And_Parameters.
	Update copyright notice to 2002.

	* turl3.adb, turl3.out:
	Initial revision.

2002-10-05  Pascal Obry  <p.obry@wanadoo.fr>

	* turl2.adb:
	Add test for "/..filename", "/.filename", "..filename" and ".filename"

	* turl2.out:
	Update for new tests.

2002-10-04  Pascal Obry  <p.obry@wanadoo.fr>

	* turl2.out:
	Update.

	* turl2.adb:
	Add some more tests to detect many forms of current and parent
	 directories.

2002-10-03  Pascal Obry  <p.obry@wanadoo.fr>

	* turl.out:
	Update.

	* makefile:
	Add handling of turl2 regression test.

	* turl2.adb, turl2.out:
	Initial revision.

	* turl.adb:
	Add test with backslash, detect URL going above Web root directory.

2002-10-03  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* param.adb, tclientto.adb, test_soap.adb,
	  tgetparam.adb, tres.adb, upload.adb:
	Task synchronization instead of delay for waiting to start
	and stop the HTTP server.

2002-09-29  Pascal Obry  <p.obry@wanadoo.fr>

	* turl.out:
	Fix output, better error message.

2002-09-25  Pascal Obry  <p.obry@wanadoo.fr>

	* auth.adb:
	Minor reformatting.

	* moved.adb:
	Minor reformatting.

2002-09-25  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* moved.adb, moved.out:
	Initial revision. Testing that AWS.Client not understanding
	body of message as a next header.

	* auth.adb, auth.out:
	Initial revision. Testing Basic and Digest authentication.

	* makefile:
	Add moved regression test.
	Add auth regression test.

2002-09-18  Pascal Obry  <p.obry@wanadoo.fr>

	* soap3.adb, soap3.out:
	Initial revision.

	* makefile:
	Add soap3 regression test. Test for null SOAP-ENC:base64 and null
	 string. Also check name space handling.

	* soap1.out:
	Fix to use the right name space.

	* test_soap.adb:
	(Request): Set the SOAPAction.

2002-08-02  Pascal Obry  <p.obry@wanadoo.fr>

	* tc_soap_names.adb:
	Use "-" to access object in an Object_Safe_Pointer.

	* makefile:
	(test_soap): New regression test. Integrate it.

	* test_speed.adb:
	Use a named number for the iteration number.

	* test_soap.adb, test_soap.out:
	Initial revision.

2002-07-31  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Add test_speed test.

	* test_speed.adb, test_speed.out:
	Initial revision.

2002-07-15  Pascal Obry  <p.obry@wanadoo.fr>

	* turl.out:
	Update output.

	* turl.adb:
	Add tests for URL's parameters.

2002-07-09  Pascal Obry  <p.obry@wanadoo.fr>

	* unexph.adb:
	Minor reformatting.

2002-07-09  Dmitriy Anisimkov  <anisimkov@yahoo.com>

	* unexph.adb, unexph.out:
	Initial revision.

2002-07-03  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(clean): Removes uploaded files.

	* upload.adb:
	Allow only 5 seconds to the server.

	* upload.out:
	Initial revision.

	* makefile:
	(.SILENT): Add upload.
	(rt_std): Add upload.
	(upload): New target.
	(checks): Add check for upload.

	* upload.adb:
	Initial revision. (test file upload).

2002-06-29  Pascal Obry  <p.obry@wanadoo.fr>

	* tres2.adb:
	Updated to use new AWS.Resources API (use File_Type instead of
	 File_Access).

	* makefile:
	(.SILENT): Add tres and tres2.

2002-06-23  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Add tres and tres2.

	* tres.adb, tres.out:
	Initial revision.

	* tres2.adb, tres2.out:
	Initial revision.

2002-05-25  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	Add testxml regression test.

	* testxml.adb, testxml.out:
	Initial revision.

2002-01-30  Pascal Obry  <p.obry@wanadoo.fr>

	* makefile:
	(run): Add dummy and simple tests.

	* simple.adb, simple.out:
	Initial revision.

	* dummy.out:
	Initial revision.

	* dummy.adb:
	Initial revision.

2001-10-12  Pascal Obry  <p.obry@wanadoo.fr>

	* turl.adb:
	Fix typo in header.

	* tgetparam.adb:
	Fix typo in header.

2001-09-30  Pascal Obry  <p.obry@wanadoo.fr>

	* turl.out:
	Initial revision.

	* turl.adb:
	Initial revision.

	* tgetparam.out:
	Initial revision.

	* tgetparam.adb:
	Initial revision.

	* makefile:
	Initial revision.

