.. |
app.src
|
Added missing file AppServerLink.cpp.
|
2003-02-14 23:13:31 +00:00 |
Application.cpp
|
Added startup code to talk to app_server
|
2003-03-12 17:17:17 +00:00 |
AppMisc.cpp
|
B_PATH_NAME_LENGTH + 1 -> B_PATH_NAME_LENGTH.
|
2003-02-04 23:47:30 +00:00 |
AppServerLink.cpp
|
Proxy for the connection to app_server; just a skeleton at this point.
|
2002-10-25 01:10:10 +00:00 |
Clipboard.cpp
|
Fixed warning.
|
2003-02-11 18:18:29 +00:00 |
Cursor.cpp
|
Updated sources to reflect changes in <ServerProtocol.h>
|
2003-02-24 15:44:37 +00:00 |
Handler.cpp
|
Added/tweaked tests for BLooper; fixes to BLooper stemming from those tests
|
2002-07-23 05:09:43 +00:00 |
InitTerminateLibBe.cpp
|
Cleaned up BRoster's friends mess. All access to private BRoster functionality is now done through the newly added BRoster::Private class, which is BRoster's only friend (poor BRoster ;-).
|
2003-02-08 23:29:21 +00:00 |
Invoker.cpp
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
Jamfile
|
Adjusted to the new tree structure, though currently (?) not needed.
|
2002-07-09 21:41:59 +00:00 |
Looper.cpp
|
Fixed BLooper::UnlockFully(): It assumed benaphore style locking whereas semaphore style is used.
|
2002-09-03 16:56:48 +00:00 |
LooperList.cpp
|
More tests and fixes for bugs exposed by them. Also removed spurious
|
2002-08-22 03:43:06 +00:00 |
Message.cpp
|
All things BMessage; initial check in.
|
2002-07-28 17:45:25 +00:00 |
MessageFilter.cpp
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
MessageQueue.cpp
|
fixed newline at end of file.
|
2002-09-28 09:51:57 +00:00 |
MessageRunner.cpp
|
Cleaned up BRoster's friends mess. All access to private BRoster functionality is now done through the newly added BRoster::Private class, which is BRoster's only friend (poor BRoster ;-).
|
2003-02-08 23:29:21 +00:00 |
Messenger.cpp
|
Fixed synchronous SendMessage() calls. _send_()'s wantsReply must always be false, otherwise we get flooded with B_NO_REPLY messages.
|
2002-10-06 22:50:23 +00:00 |
PortLink.cpp
|
FlushWithReply(ReplyData *) checks for non-NULL buffers - eliminates a memory leak
|
2003-03-12 18:01:55 +00:00 |
PropertyInfo.cpp
|
fixed newline at end of file.
|
2002-09-28 09:51:57 +00:00 |
RegistrarDefs.cpp
|
Added message and codes, a flat_app_info structure and the name of roster side created app looper ports.
|
2002-07-26 19:57:58 +00:00 |
RegistrarThread.cpp
|
RegistrarThread class, which is the base class for threads
|
2002-09-29 07:01:43 +00:00 |
RegistrarThreadManager.cpp
|
+ Renamed and moved from src/servers/registrar/ThreadManager.{h,cpp}
|
2002-10-01 07:22:11 +00:00 |
Roster.cpp
|
Cleaned up BRoster's friends mess. All access to private BRoster functionality is now done through the newly added BRoster::Private class, which is BRoster's only friend (poor BRoster ;-).
|
2003-02-08 23:29:21 +00:00 |
RosterPrivate.cpp
|
Cleaned up BRoster's friends mess. All access to private BRoster functionality is now done through the newly added BRoster::Private class, which is BRoster's only friend (poor BRoster ;-).
|
2003-02-08 23:29:21 +00:00 |
TokenSpace.cpp
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |