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.

