/haiku/src/servers/launch/ |
H A D | Job.h | 9e73b62749252e3ad2b0111b87f71a38d30b3577 Wed Nov 11 14:42:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Fixed preregister consequences.
* Since the last change, the user launch_daemon would talk to the registrar again. * However, this also caused BRoster::Launch() to preregister the app, which messed up our preallocated port. * BRoster::Private::Launch() now allows to get the port that the registrar created in such a case, and the launch_daemon will now just use that one as default port. * This lets us talk to the Deskbar again, and should fix #12455, as well as #12454 (again).
|
H A D | Job.cpp | 9e73b62749252e3ad2b0111b87f71a38d30b3577 Wed Nov 11 14:42:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Fixed preregister consequences.
* Since the last change, the user launch_daemon would talk to the registrar again. * However, this also caused BRoster::Launch() to preregister the app, which messed up our preallocated port. * BRoster::Private::Launch() now allows to get the port that the registrar created in such a case, and the launch_daemon will now just use that one as default port. * This lets us talk to the Deskbar again, and should fix #12455, as well as #12454 (again).
|
/haiku/headers/private/app/ |
H A D | RosterPrivate.h | 9e73b62749252e3ad2b0111b87f71a38d30b3577 Wed Nov 11 14:42:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Fixed preregister consequences.
* Since the last change, the user launch_daemon would talk to the registrar again. * However, this also caused BRoster::Launch() to preregister the app, which messed up our preallocated port. * BRoster::Private::Launch() now allows to get the port that the registrar created in such a case, and the launch_daemon will now just use that one as default port. * This lets us talk to the Deskbar again, and should fix #12455, as well as #12454 (again).
|
/haiku/headers/os/app/ |
H A D | Roster.h | 9e73b62749252e3ad2b0111b87f71a38d30b3577 Wed Nov 11 14:42:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Fixed preregister consequences.
* Since the last change, the user launch_daemon would talk to the registrar again. * However, this also caused BRoster::Launch() to preregister the app, which messed up our preallocated port. * BRoster::Private::Launch() now allows to get the port that the registrar created in such a case, and the launch_daemon will now just use that one as default port. * This lets us talk to the Deskbar again, and should fix #12455, as well as #12454 (again).
|
/haiku/src/servers/registrar/ |
H A D | TRoster.cpp | 9e73b62749252e3ad2b0111b87f71a38d30b3577 Wed Nov 11 14:42:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Fixed preregister consequences.
* Since the last change, the user launch_daemon would talk to the registrar again. * However, this also caused BRoster::Launch() to preregister the app, which messed up our preallocated port. * BRoster::Private::Launch() now allows to get the port that the registrar created in such a case, and the launch_daemon will now just use that one as default port. * This lets us talk to the Deskbar again, and should fix #12455, as well as #12454 (again).
|
/haiku/src/kits/app/ |
H A D | Roster.cpp | 9e73b62749252e3ad2b0111b87f71a38d30b3577 Wed Nov 11 14:42:17 UTC 2015 Axel Dörfler <axeld@pinc-software.de> launch_daemon: Fixed preregister consequences.
* Since the last change, the user launch_daemon would talk to the registrar again. * However, this also caused BRoster::Launch() to preregister the app, which messed up our preallocated port. * BRoster::Private::Launch() now allows to get the port that the registrar created in such a case, and the launch_daemon will now just use that one as default port. * This lets us talk to the Deskbar again, and should fix #12455, as well as #12454 (again).
|