summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 44f15d542a6fb92c13f7e055b7d86bedea094955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2004/06/02
	xsd2c is now a part of the csoap projects "libsoap/xsd2c/"
	Examples are under "libsoap/examples/xsd2c"
	Ferhat Ayaz
2004/05/18
	Added command line argument support for "-NHTTPtsig <signal>".
	This defines  the termination signal handler value.
	Example :
	  ./myserver -NHTTPtsig 2
	will shutdown nano http properly by pressing ctrl-c (SIGINT = 2).
	Ferhat Ayaz
	  
2004/04/14
	added content-type text/xml as default in  soap_client_invoke()
	Ferhat Ayaz

2004/03/26 
	creates detached threads (depending on problem under Redhat 9), thanks
	Menzo Windhouwer

2004/03/26
	gracefully terminate HTTP server, added SIGTERM signal handler, thanks
	Menzo Windhouwer