# # ChangeLog for uspace/app/websrv/websrv.c in mainline # # Generated by Trac 1.6 # 2024-12-13T16:48:12Z Thu, 17 May 2012 17:56:40 GMT Jiri Svoboda [3e67ab1] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/websrv/Makefile (moved) * uspace/app/websrv/websrv.c (moved) Based on popular vote, move websrv back into /app. Sun, 13 May 2012 07:45:50 GMT Jiri Svoboda [26b6789] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/websrv/Makefile (moved) * uspace/srv/websrv/websrv.c (moved) Make websrv a server-style binary. Thu, 05 Apr 2012 22:42:51 GMT Jiri Svoboda [6bb169b5] * uspace/app/websrv/websrv.c (modified) * uspace/dist/data/web/bar.html (moved) * uspace/dist/data/web/foo.html (moved) * uspace/dist/data/web/index.html (moved) We can now use .html extension. Fri, 06 Jan 2012 14:05:58 GMT Martin Decky [0a549cc] * uspace/app/websrv/websrv.c (modified) improve web server * add proper responses for HTTP error codes 400, ... Thu, 29 Dec 2011 14:47:00 GMT Jiri Svoboda [ae481e0] * uspace/app/websrv/websrv.c (modified) * uspace/srv/net/tl/tcp/conn.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) * uspace/srv/net/tl/tcp/tcp_type.h (modified) * uspace/srv/net/tl/tcp/test.c (modified) * uspace/srv/net/tl/tcp/ucall.c (modified) * uspace/srv/net/tl/tcp/ucall.h (modified) Implement listening backlog. Fri, 16 Dec 2011 18:55:14 GMT Jiri Svoboda [415578ef] * uspace/app/websrv/websrv.c (modified) * uspace/srv/net/tl/tcp/sock.c (modified) Not all sockets are connected. Sat, 10 Dec 2011 23:10:41 GMT Jiri Svoboda [9c3bba0] * uspace/app/websrv/websrv.c (modified) Free allocated file name buffer. Sat, 10 Dec 2011 22:32:55 GMT Jiri Svoboda [4a4cc150] * uspace/app/websrv/websrv.c (modified) * uspace/dist/data/web/bar.htm (added) * uspace/dist/data/web/foo.htm (added) * uspace/dist/data/web/index.htm (added) Improve web server to serve actual files from /data/web. Tue, 28 Dec 2010 22:18:18 GMT Jiri Svoboda [f4a2d624] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/websrv/Makefile (added) * uspace/app/websrv/websrv.c (added) Add web server skeleton.