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
Axel Dörfler
740ccdc27e
Cleanup, added license.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15008 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-17 20:19:27 +00:00
..
ApplicationPrivate.h
…
AppMisc.h
…
AppServerLink.h
* Added BString version of LinkReceiver::ReadString().
2005-11-07 16:14:05 +00:00
AreaLink.h
…
ClipboardPrivate.h
…
LinkReceiver.h
* Added BString version of LinkReceiver::ReadString().
2005-11-07 16:14:05 +00:00
LinkSender.h
Changed the meaning of the second parameter in AttachString(): it's now the maximum
2005-11-09 18:28:13 +00:00
LooperList.h
…
Message2.h
…
Message3.h
Ok, hopefully fixed all problems with Message3 now. Flat buffers are so fragile...
2005-08-09 14:27:35 +00:00
MessageBody2.h
Moving towards more flat buffering. Speed is still lower than the original Be implementation, but it's not because of the backend, it's probably the slow BMessage::Header implementation.
2005-08-06 15:03:18 +00:00
MessageBody3.h
Ok, hopefully fixed all problems with Message3 now. Flat buffers are so fragile...
2005-08-09 14:27:35 +00:00
MessageBody.h
Fixes that make Haiku build with gcc 4. Mainly out of the following
2005-11-12 23:27:14 +00:00
MessageField2.h
Moving towards more flat buffering. Speed is still lower than the original Be implementation, but it's not because of the backend, it's probably the slow BMessage::Header implementation.
2005-08-06 15:03:18 +00:00
MessageField3.h
Actually the Message3 implementation was broken. It still is, because we lose one (but an important) byte somewhere when resizing the flat buffer. But at least the design flaws should be corrected with this commit. You can go ahead and review it Ingo.
2005-08-09 05:49:13 +00:00
MessageField.h
Fixes that make Haiku build with gcc 4. Mainly out of the following
2005-11-12 23:27:14 +00:00
MessagePrivate4.h
Introducing Message4. The changes to the related sources are ifdefed with USING_MESSAGE4 which is defined in Message4.h. To use Message4 the Message4.cpp, Message4.h, MessageUtils4.cpp, MessageUtils4.h and MessagePrivate4.h have to be linked to their counterparts without 4 suffix. Then MessageBody.cpp and MessageField.cpp have to be commented out in the app kit Jamfile and r5_message.cpp has to be added. There remain some bugs to be found. Feel free to change that.
2005-11-13 11:31:07 +00:00
MessagePrivate.h
…
MessageUtils2.h
…
MessageUtils3.h
This is the third implementation of BMessage. It operates purly on a flat buffer. It should be completely working and it is fast. See:
http://haiku.mlotz.ch/messagespeed.html
2005-08-08 01:34:09 +00:00
MessageUtils4.h
Introducing Message4. The changes to the related sources are ifdefed with USING_MESSAGE4 which is defined in Message4.h. To use Message4 the Message4.cpp, Message4.h, MessageUtils4.cpp, MessageUtils4.h and MessagePrivate4.h have to be linked to their counterparts without 4 suffix. Then MessageBody.cpp and MessageField.cpp have to be commented out in the app kit Jamfile and r5_message.cpp has to be added. There remain some bugs to be found. Feel free to change that.
2005-11-13 11:31:07 +00:00
MessageUtils.h
…
MessengerPrivate.h
Cleanup, added license.
2005-11-17 20:19:27 +00:00
PortLink.h
Removed unused files like PortMessage.cpp/h and Session.cpp/h.
2005-11-02 12:55:20 +00:00
PortQueue.h
…
RegistrarDefs.h
…
RegistrarThread.h
…
RegistrarThreadManager.h
…
RosterPrivate.h
…
Server.h
…
ServerLink.h
* Added BString version of LinkReceiver::ReadString().
2005-11-07 16:14:05 +00:00
ServerMemIO.h
…
ServerProtocol.h
* Introduced a new handshake between input_server and app_server, and some
2005-11-15 19:59:53 +00:00
SimpleMallocIO.h
…
TokenSpace.h
…