aboutsummaryrefslogtreecommitdiff
path: root/get_next_line.h
AgeCommit message (Expand)Author
2019-11-05changed rest bufs back to not malloc'd, empty line on EOFHEADrawmasterCharles
2019-11-03Fixed rest and buf memory leaksCharles
2019-11-03Rewrite to handle massive BUFFER_SIZECharles
2019-10-27previous fix broke some tests, fixed the fixCharles
2019-10-27Fixed memory leak at end of fileCharles
2019-10-24normed and protect against BUFFER_SIZE < 0Charles
2019-10-20Passed moulitest large_file testCharles
2019-10-20WIP: Normed, fixed double free in ft_strappendCharles
2019-10-19Removed dynamic restCharles
2019-10-11Rewrite with dynamic bufferCharles
2019-10-11Moulitest passed except bonus testsrecursionCharles
2019-10-10Work with not newline terminated fildesCharles
2019-10-10Added null character in some place and it works until it doesntCharles
2019-10-10WIP: not getting last part if buff size too highCharles
2019-10-09WIP: removed freeCabergs Charles
2019-10-08Working with basic inputCabergs Charles
2019-08-25add ft_memcpyCharles
2019-08-25Initial commit with boilerplate stuffCharles