History log of /haiku/headers/private/net/DynamicBuffer.h
Revision Date Author Comments
# 6926863e 02-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

DynamicBuffer::Write(): Fix return type and semantics


# 7616c39d 02-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

DynamicBuffer: dos2unix


# 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.


# 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.


# 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 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() 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


# 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-f6bbb57e9c96


# 6926863e37809cef86079d7003dc69dba39ffa93 02-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

DynamicBuffer::Write(): Fix return type and semantics


# 7616c39db662d3f7a8bb6b0fedb5e6e46102018a 02-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

DynamicBuffer: dos2unix


# 739f15e1445aa59cc010bd8f343c5c6595836a0e 02-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

Revert "Revert "DynamicBuffer: implement BDataIO""

This reverts commit 747b401e875f19d83508cc39176f4c263182c515.


# 747b401e875f19d83508cc39176f4c263182c515 18-Jun-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

Revert "DynamicBuffer: implement BDataIO"

This reverts commit 36b1f55a1841d63f0e6487e2c62c280cb24a63c4.


# a05da9f4b2c6548ad36e0ad711dae672affbbf27 18-Jun-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

Revert "...and also fix a mismatched prototype"

This reverts commit 6555120f3b0dbc783ff5cc22a4ff0ceade53a2d8.


# 6555120f3b0dbc783ff5cc22a4ff0ceade53a2d8 11-Feb-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

...and also fix a mismatched prototype

gcc2 doesn't seem to notice.


# 36b1f55a1841d63f0e6487e2c62c280cb24a63c4 11-Feb-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

DynamicBuffer: implement BDataIO

This makes it possible to use it with the ZlibDecompressor.


# ef93221da65be3daa5dd95d1f9f29933ef764c2b 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 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a12096e5c750114919a92a25c89ed00ef8f77f0e 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() 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


# c98ce75f216cf225c8248d0575e24b31bfa94e11 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


# 550d24175fdf61ba73af4ef30c28386894deb4d0 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-f6bbb57e9c96