This repository has been archived on 2021-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Ivaylo Ivanov 712e3910ad Fix bug in client and change the Makefiles 2018-11-10 21:18:12 +01:00
http Fix bug in client and change the Makefiles 2018-11-10 21:18:12 +01:00
mygrep Fix bug in client and change the Makefiles 2018-11-10 21:18:12 +01:00
.gitignore Make the server listen constantly and fix a bug 2018-11-10 14:07:08 +01:00
README.md Add initial http structure 2018-10-22 08:55:15 +02:00

README.md

This project contains some basic UNIX command line tools I had to do for TU.

Currently the toolset is ther following:

  • mygrep - a simplified version of grep
  • http - an implementation of HTTP 1.1 client and server

Feel free to read the descriptions for each tool.