| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-05 | changed rest bufs back to not malloc'd, empty line on EOFHEADrawmaster | Charles | |
| 2019-11-03 | Fixed rest and buf memory leaks | Charles | |
| 2019-11-03 | Rewrite to handle massive BUFFER_SIZE | Charles | |
| The rest is malloc'd (memory leaks if user doesnt read entier file) The tmp buf in also malloc'd because the stack hasnt enought memory | |||
| 2019-10-27 | previous fix broke some tests, fixed the fix | Charles | |
| 2019-10-27 | Fixed memory leak at end of file | Charles | |
| 2019-10-24 | normed and protect against BUFFER_SIZE < 0 | Charles | |
| 2019-10-20 | Passed moulitest large_file test | Charles | |
| 2019-10-20 | WIP: Normed, fixed double free in ft_strappend | Charles | |
| 2019-10-19 | Removed dynamic rest | Charles | |
| Because if user doesnt read a file until the end, this would cause memory leak. All moulitest tests pass except for large file with certain buffer sizes greater than the line len and smaller than the file len. | |||
| 2019-10-11 | Rewrite with dynamic buffer | Charles | |
| - ft_strappend: ft_strcat with resize - still malloc issues in ft_strappend | |||
| 2019-10-11 | Moulitest passed except bonus testsrecursion | Charles | |
| - they updated the pdf, we can use `free`, fuck my life - think they check if i read BUFFER_SIZE, i dont, fuck my life - get reset --hard i guess | |||
| 2019-10-10 | Work with not newline terminated fildes | Charles | |
| - 3 tests of moulitest still red - get_next_line has 30 lines | |||
| 2019-10-10 | Added null character in some place and it works until it doesnt | Charles | |
| 2019-10-10 | WIP: not getting last part if buff size too high | Charles | |
| 2019-10-09 | WIP: removed free | Cabergs Charles | |
| Doesnt work with some buffer sizes | |||
| 2019-10-08 | Working with basic input | Cabergs Charles | |
| 2019-08-25 | add ft_memcpy | Charles | |
| 2019-08-25 | Initial commit with boilerplate stuff | Charles | |
