- Dec 26, 2024
-
-
Mihail NECULA authored
Made the send buffer bigger to not give time out anymore at some tests. + Finished the restructuration.
-
Mihail NECULA authored
-
Mihail NECULA authored
Server can handle dynamic file (wihout simoultsimultaneous dynamic files tests, whihch failes). The codes needs to be rewritten (i will do this later).
-
Mihail NECULA authored
-
- Dec 25, 2024
-
-
Mihail NECULA authored
-
- Dec 24, 2024
-
-
Mihail NECULA authored
-
- Jan 16, 2024
-
-
Razvan Deaconescu authored
Update `checkpatch.pl` configuration and the `_test/run_test.sh` shell script to pass code style checks. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
`run_all.sh` would not be compatible with `grade.sh` causing `grade.sh` to parse the score incorrectly, leading to wrong coding style scores. Signed-off-by:
Liza Babu <lizza.babu@gmail.com>
-
Razvan Deaconescu authored
Update checker to use `grade.sh` script to print out results. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Add improved script to grade solution, including grading the linter. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
- Oct 03, 2023
-
-
Razvan Deaconescu authored
Add generated skeleton source code files. Skeleton is generated from solution, to keep items in sync. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Prepend `apt install` command by `apt update` command in `Dockerfile`. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
- May 29, 2023
-
-
Razvan Deaconescu authored
Update configuration files for assignment-async-web-server. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Add skeleton files (`src/`), tests (`tests/`) and `README.md`. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
- Apr 28, 2023
-
-
Razvan Deaconescu authored
Ignore `readability/todo` rule. This gives an unpleasant warning to use `TODO(username)` as part of TODO comment items. Just allow simple `TODO` comment items. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
- Apr 06, 2023
-
-
Razvan Deaconescu authored
Ignore `build/include_subdir` rule. This gives a rather abnoxious warning if you simply include "test.h". It should be written as "./test.h", but that's uncommon. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
- Mar 28, 2023
-
-
Razvan Deaconescu authored
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Add instructions on using the checker: local, remote, Moodle. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
First run `make check`, then `make lint`. This is useful because Moodle only extract the first 300 lines of output. If `make lint` is first, that output is typically covered by the linter output, leaving out students from seeing the checker output (which is more important). Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
- Mar 26, 2023
-
-
Razvan Deaconescu authored
Copy hidden `.checkpatch.conf` and `.shellcheckrc` in temporary folder that will be mounted for running Docker interactively. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Replace default DockerHub registry. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
This improves the visibility of linter messages. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Ignore general output files: object files, libraries, archives, temporary files. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
These are setup and checker files for Operating Systems assignments. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-