All releases of libwebserver


Release Notes: No documentation is included with this release. Major feature enhancements were made since 0.5.3, such as module suport, thread safe code, and new examples.


Release Notes: Problems with sending cookies were corrected, some internal functions were renamed, a FreeBSD port was made, a last-modified header was added to lws_list(), and file handling was improved.


Release Notes: The set_EGApalette function was changed to web_client_gifsetpalette("filename.act oe "EGA"), and web_client_outputgif was changed to web_client_gifoutp. The following new functions were added: web_server_aliasdir, web_server_useMIMEfile, web_client_contenttype.


Release Notes: This release optimizes some functions, adds protections to prevent a race condition in temporary files, has a new error system, a new FLAG WS_DYNFLAG to dynamic variables, support for resume, header Content-length, and improvments to web_client_setcookie().


Release Notes: This release has a new WS_USECONF flag for using an external config file, fixes an error handling data from POST method, adds a web_client_outgif argument for GIF transparency, and improves web_client_setcookie.


Release Notes: This release adds minor changes to the help server and new features for checkbox (or multiple variables). ClientInfo-Query("#xpto") now returns the number of references to xpto. ClientInfo-Query("xpto") gives one value and fetches another. If "#xpto" is bigger than one, "xpto" called twice will be different each time.


Release Notes: Some spell checking was done. New features for cookies were added. Some corrections were made to the postdata and querystring handlers.


Release Notes: A query-string parser error was fixed. The return codes from web_server_run() were changed. Some minor fixes were made to socket.c.


Release Notes: An argument has been added to add_outstream (char *fname). Since the library has a problem with attributing to stdout (*stdout=*nfile), tmpfile() has been changed to 'tmpnam' (tmpfname) and freopen is used.


Release Notes: A memory checker was added (in case of low memory). An example SoundRecorder with new features was added. The Win32 project files and help server were updated. Help HTML files are converted into header files, so the help server no longer needs external files. The help.html directory was moved to the project root. A built-in strncasecmp function was added for using in strcasestr. Output files to are produced in projectroot/bin.