<feed xmlns='http://www.w3.org/2005/Atom'>
<title>get_next_line.git/get_next_line.h, branch raw</title>
<subtitle>School project: Return the next line of a file each it is called
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/'/>
<entry>
<title>changed rest bufs back to not malloc'd, empty line on EOF</title>
<updated>2019-11-05T05:14:28+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-03T22:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/commit/?id=47ca76eb98d578cc78a6315a5f98504a8241cfec'/>
<id>47ca76eb98d578cc78a6315a5f98504a8241cfec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed rest and buf memory leaks</title>
<updated>2019-11-02T23:33:42+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-02T23:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/commit/?id=3e54b8257ed66c8f10fa904655f554990931ab88'/>
<id>3e54b8257ed66c8f10fa904655f554990931ab88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite to handle massive BUFFER_SIZE</title>
<updated>2019-11-02T23:19:45+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-02T23:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/commit/?id=0a966722ec0236521d99706632a7fe56b7245379'/>
<id>0a966722ec0236521d99706632a7fe56b7245379</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>previous fix broke some tests, fixed the fix</title>
<updated>2019-10-27T20:53:47+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-27T20:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/commit/?id=c3ba96321654d148f338c90443c5dd2d299f6b4c'/>
<id>c3ba96321654d148f338c90443c5dd2d299f6b4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed memory leak at end of file</title>
<updated>2019-10-27T18:34:03+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-27T18:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/commit/?id=44dd5832ad0b7af9186bd5369884d258378a5781'/>
<id>44dd5832ad0b7af9186bd5369884d258378a5781</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>normed and protect against BUFFER_SIZE &lt; 0</title>
<updated>2019-10-24T09:03:09+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-24T09:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/commit/?id=d9b69c88cc2105351e230dd7da6ff77045318b00'/>
<id>d9b69c88cc2105351e230dd7da6ff77045318b00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Passed moulitest large_file test</title>
<updated>2019-10-20T06:33:30+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-20T06:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/commit/?id=1e754c1256dfe2380fa8933802ea9b4e5518be48'/>
<id>1e754c1256dfe2380fa8933802ea9b4e5518be48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP: Normed, fixed double free in ft_strappend</title>
<updated>2019-10-20T05:39:47+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-20T05:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/commit/?id=891dce09989e8ede692d4a6c23e7a208b09ca4d6'/>
<id>891dce09989e8ede692d4a6c23e7a208b09ca4d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed dynamic rest</title>
<updated>2019-10-19T14:27:29+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-19T14:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/commit/?id=a407fe611354d71330fc352fbc2a9fe268b4104f'/>
<id>a407fe611354d71330fc352fbc2a9fe268b4104f</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite with dynamic buffer</title>
<updated>2019-10-11T12:30:20+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-10-11T12:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/get_next_line.git/commit/?id=e0abc6358c4cacc840ac8b3a9a92900f8ce49f0a'/>
<id>e0abc6358c4cacc840ac8b3a9a92900f8ce49f0a</id>
<content type='text'>
- ft_strappend: ft_strcat with resize
- still malloc issues in ft_strappend
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- ft_strappend: ft_strcat with resize
- still malloc issues in ft_strappend
</pre>
</div>
</content>
</entry>
</feed>
