# # ChangeLog for uspace/app/websrv/websrv.c in mainline # # Generated by Trac 1.6 # 2024-12-05T16:29:36Z 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.