42/philosophers_old.git
2024-03-22 Lukas JiristeAdd lock to the philos' state trunk
2024-03-22 Lukas JiristeFix 2 bugs introduced by refactoring
2024-03-21 Lukas JiristeRefactor main.c to multiple files to pass the Norm
2024-03-19 Lukas JiristeRefactor functions to comply with the Norm
2024-03-19 Lukas JiristeMake a loop in check_death less busy
2024-03-19 Lukas JiristeStart the refactor of this project
2024-03-19 Lukas JiristeReplace string literals with global string consts
2024-03-19 Lukas JiristeAdd handling of special case
2024-03-19 Lukas JiristeImplement handling of a lone philosopher
2024-03-19 Lukas JiristeAdd the number_of_times_each_philosopher_must_eat
2024-03-19 Lukas JiristeAdd missing indexing on initialization
2024-03-19 Lukas JiristeAdd parantheses around return value
2024-03-19 Lukas JiristeFix leak caused by not accepting thread's return
2024-03-07 Lukas JiristeImplement mandatory part of philosophers