/haiku/headers/build/private/package/ |
H A D | ActivationTransaction.h | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
/haiku/src/servers/package/ |
H A D | Package.cpp | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
H A D | Package.h | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
H A D | PackageDaemon.cpp | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
H A D | Root.h | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
H A D | Root.cpp | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
H A D | Volume.h | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
H A D | Volume.cpp | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
/haiku/headers/private/package/ |
H A D | ActivationTransaction.h | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
H A D | DaemonClient.h | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
H A D | DaemonDefs.h | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
/haiku/src/kits/package/ |
H A D | ActivationTransaction.cpp | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
H A D | DaemonClient.cpp | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
H A D | Jamfile | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|
/haiku/src/build/libpackage/ |
H A D | Jamfile | 85d2badf007cb152215485db7916578ed6700504 Fri Apr 19 23:28:18 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> package daemon: Add support for activation change request
* daemon: Handle new request B_MESSAGE_COMMIT_TRANSACTION. It activates and deactivates given sets of packages. The new packages must be placed in a directory in the administrative directory. The daemon moves them to the packages directory and the deactivated packages to a subdirectory it creates. It also save the old activation state there. * Add private BActivationTransaction, describing an activation change transaction. * BDaemonClient: Add CommitTransaction(), which sends a given BActivationTransaction as a B_MESSAGE_COMMIT_TRANSACTION request to the daemon.
Completely untested yet.
|