This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
/
private
/
app
History
ejakowatz
974d454507
Fixed bug. BMessageBody's assignment operator was making a generic copy of the map which maintains the data -- meaning only pointers to contained BMessageFields were being copied. Added Clone() operation to BMessageField and Copy() to BMessageFieldStoragePolicy, along with a specialization of BMessageFieldStoragePolicy for BDataBuffer; a straight copy of the vector is sufficient for all other data types. This fixes issues with BMessage unittests where BMessage, entry_ref, BFlattenable, and raw data are exercises.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8890 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-07 23:25:09 +00:00
..
AppMisc.h
…
AppServerLink.h
Major API improvements by Pahtz
2004-07-30 15:10:19 +00:00
AreaLink.h
…
LooperList.h
…
MessageBody.h
Fixed a couple of memory leaks and an incorrect index bounds check.
2004-08-24 23:54:02 +00:00
MessageField.h
Fixed bug. BMessageBody's assignment operator was making a generic copy of the map which maintains the data -- meaning only pointers to contained BMessageFields were being copied. Added Clone() operation to BMessageField and Copy() to BMessageFieldStoragePolicy, along with a specialization of BMessageFieldStoragePolicy for BDataBuffer; a straight copy of the vector is sufficient for all other data types. This fixes issues with BMessage unittests where BMessage, entry_ref, BFlattenable, and raw data are exercises.
2004-09-07 23:25:09 +00:00
MessagePrivate.h
…
MessageUtils.h
Added calc_padding() convenience function for calculating how much padding to add to a buffer in order for it to fall on a specified byte boundary.
2004-09-07 23:06:32 +00:00
MessengerPrivate.h
Added missing newline.
2003-10-13 01:57:54 +00:00
PortLink.h
Major API improvements by Pahtz
2004-07-30 15:10:19 +00:00
PortMessage.h
Updates to sync with (hopefully) last messaging protocol tweaks
2003-10-13 23:33:20 +00:00
PortQueue.h
…
RegistrarDefs.h
…
RegistrarThread.h
…
RegistrarThreadManager.h
…
RosterPrivate.h
…
ServerProtocol.h
added AS_CLIENT_DEAD
2004-06-19 10:13:08 +00:00
Session.h
Minor header tweaks relating to the message buffer size
2004-06-11 13:36:48 +00:00
SysCursor.h
…
TokenSpace.h
…