#
25d34313 |
| 02-Jul-2014 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
DynamicBuffer::Read(): Small optimization (skip 0 case)
|
#
6926863e |
| 02-Jul-2014 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
DynamicBuffer::Write(): Fix return type and semantics
|
#
739f15e1 |
| 02-Jul-2014 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Revert "Revert "DynamicBuffer: implement BDataIO""
This reverts commit 747b401e875f19d83508cc39176f4c263182c515.
|
#
747b401e |
| 18-Jun-2014 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Revert "DynamicBuffer: implement BDataIO"
This reverts commit 36b1f55a1841d63f0e6487e2c62c280cb24a63c4.
|
#
a05da9f4 |
| 18-Jun-2014 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Revert "...and also fix a mismatched prototype"
This reverts commit 6555120f3b0dbc783ff5cc22a4ff0ceade53a2d8.
|
#
194ce33d |
| 08-May-2014 |
Jessica Hamilton <jessica.l.hamilton@gmail.com> |
DynamicBuffer: remove unneeded size check. CID 604168.
|
#
6555120f |
| 11-Feb-2014 |
Adrien Destugues <pulkomandy@pulkomandy.tk> |
...and also fix a mismatched prototype
gcc2 doesn't seem to notice.
|
#
36b1f55a |
| 11-Feb-2014 |
Adrien Destugues <pulkomandy@pulkomandy.tk> |
DynamicBuffer: implement BDataIO
This makes it possible to use it with the ZlibDecompressor.
|
#
754bbf48 |
| 26-Nov-2013 |
Jérôme Duval <jerome.duval@gmail.com> |
libnetapi: second pass of style cleanup
* remarks from Axel
|
#
852b0119 |
| 09-Jul-2010 |
Rene Gollent <anevilyak@gmail.com> |
Fix missing space. Fix file being in CR/LF format.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37440 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
b37fa18b |
| 09-Jul-2010 |
Philippe Houdoin <philippe.houdoin@gmail.com> |
Fixed Size() and BytesRemaining() semantics, which was broken. Revert r33437, which was missing the root cause. Spotted by Christophe Huriaux, thanks. And welcome in contributors list!
git-svn-id:
Fixed Size() and BytesRemaining() semantics, which was broken. Revert r33437, which was missing the root cause. Spotted by Christophe Huriaux, thanks. And welcome in contributors list!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37437 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
ef93221d |
| 24-Jan-2009 |
Bruno G. Albuquerque <bga@bug-br.org.br> |
- Now NetBuffer and DynamicBuffer agree and the smallest buffer size posible. - This means that buffers with a initial size of 0 work now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29006
- Now NetBuffer and DynamicBuffer agree and the smallest buffer size posible. - This means that buffers with a initial size of 0 work now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29006 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
31562415 |
| 18-Jan-2009 |
Karsten Heimrich <host.haiku@gmx.de> |
* fix gcc4 build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28931 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
a12096e5 |
| 17-Jan-2009 |
Bruno G. Albuquerque <bga@bug-br.org.br> |
- Got it to actually compile. - Default buffer size is now set to 1 instead of 0, which would cause the construction without a given size to fail. - Added copy constructor. - Changed _GrowToFit() t
- Got it to actually compile. - Default buffer size is now set to 1 instead of 0, which would cause the construction without a given size to fail. - Added copy constructor. - Changed _GrowToFit() to have a boolean parameter to indicate if we want to resize the buffer to an exact size. Used by the copy constructor.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28924 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
b93465f1 |
| 17-Jan-2009 |
Bruno G. Albuquerque <bga@bug-br.org.br> |
- Ops... Missed some.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28920 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
c98ce75f |
| 17-Jan-2009 |
Bruno G. Albuquerque <bga@bug-br.org.br> |
- Fixed style violations pointed by stippi. - Use std:nothrow for new calls.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28919 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
550d2417 |
| 17-Jan-2009 |
Bruno G. Albuquerque <bga@bug-br.org.br> |
- Simple dynamic buffer class implementation. - Will be used by the new (R5 compatible) NetBuffer class.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28918 a95241bf-73f2-0310-859d-f6bbb57e9
- Simple dynamic buffer class implementation. - Will be used by the new (R5 compatible) NetBuffer class.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28918 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|