[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Test / tools / postecho / ChangeLog
1 2005-04-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * sendback.ashx: yet another handler to test with.
4
5 2005-04-07  Sebastien Pouliot  <sebastien@ximian.com> 
6
7         * postmulti.cs: New. Async POST tests using HttpWebRequest.
8         * Makefile: Build postmulti tool.
9         * README: updated instructions with the new postmulti tool.
10
11 2005-04-06  Sebastien Pouliot  <sebastien@ximian.com> 
12  
13         * postecho.cs: Added an ICertificatePolicy to ease testing with 
14         HttpWebRequest. Fixed some strings.
15         * sendback.aspx: ASP.NET version of the server script.
16         * README: updated instructions with the new script.
17
18 2005-02-04  Sebastien Pouliot  <sebastien@ximian.com>
19
20         * ChangeLog: New. Track changes of postecho;
21         * Makefile: New. Build/clean the postecho tool;
22         * postecho.cs: New. Tool to POST a buffer and receive/compare the 
23         same data back from the server.
24         * sendback.asp: ASP (not ASP.NET) script to work with postecho.
25         * README: instructions about postecho