haiku/src/servers/package
Augustin Cavalier 711e2dc05b Adjust all struct dirent creations (again), this time to use offsetof().
The dirent struct is not packed, so offsetof(dirent, d_name) != sizeof(dirent).
Thus in order not to waste the alignment bytes (which are significant,
on x86_64 at least, sizeof(dirent)==32, but offsetof(...)=26.)

This is also the most portable way to handle things, and should
work just fine in cross-platform code that has a non-zero-sized d_name.
2021-12-01 17:05:40 -05:00
..
CommitTransactionHandler.cpp Adjust all struct dirent creations (again), this time to use offsetof(). 2021-12-01 17:05:40 -05:00
CommitTransactionHandler.h Package Kit: Proper Installation for First Boot Packages 2021-03-14 09:10:18 +00:00
Constants.cpp Package Kit: Proper Installation for First Boot Packages 2021-03-14 09:10:18 +00:00
Constants.h Package Kit: Proper Installation for First Boot Packages 2021-03-14 09:10:18 +00:00
DebugSupport.cpp Change all references to "__INTEL__" to "__i386__". 2019-03-30 16:54:01 -04:00
DebugSupport.h package daemon: DebugSupport.h: fix (64 bit) printf() formats 2013-08-28 01:08:15 +02:00
Exception.cpp package daemon: Rework error and issue propagation to client 2014-06-15 17:21:01 +02:00
Exception.h package daemon: Rework error and issue propagation to client 2014-06-15 17:21:01 +02:00
FSTransaction.cpp package daemon: Rework error and issue propagation to client 2014-06-15 17:21:01 +02:00
FSTransaction.h package_daemon::FSTransaction: Init fIsFinished 2015-07-02 21:41:31 -04:00
FSUtils.cpp packagekit: fix using free instead of delete[]. CID 1210827. 2014-05-08 16:41:15 +12:00
FSUtils.h package server: fix off-by-one error in RemoveLastComponent() 2015-08-24 15:53:56 +12:00
Jamfile Package daemon notifications 2017-07-31 19:09:38 +02:00
Job.cpp package daemon: Make all work with the packages asynchronous 2013-04-08 00:05:51 +02:00
Job.h package daemon: Make all work with the packages asynchronous 2013-04-08 00:05:51 +02:00
JobQueue.cpp package daemon: Handle location info request in app thread 2014-02-07 01:21:57 +01:00
JobQueue.h package daemon: Handle location info request in app thread 2014-02-07 01:21:57 +01:00
Package.cpp package daemon: Initial old packages state support 2014-05-01 18:18:37 +02:00
Package.h package daemon: Initial old packages state support 2014-05-01 18:18:37 +02:00
PackageDaemon.cpp Package kit: more style fixes. 2016-08-21 16:53:27 +02:00
PackageDaemon.h
PackageFile.cpp PackageFile: correct inverted NULL check. Fixes #10817. CID 1211989. 2014-05-10 11:06:28 +12:00
PackageFile.h package daemon: Initial old packages state support 2014-05-01 18:18:37 +02:00
PackageFileManager.cpp package daemon: Initial old packages state support 2014-05-01 18:18:37 +02:00
PackageFileManager.h package daemon: Initial old packages state support 2014-05-01 18:18:37 +02:00
PackageManager.cpp Re-add accidentally removed blank line 2017-08-02 08:56:55 +02:00
PackageManager.h Moved BJob, and JobQueue into the support kit. 2015-05-21 21:37:01 +02:00
ProblemWindow.cpp package_daemon: hide the problem window when done with it. 2017-09-26 22:31:23 +02:00
ProblemWindow.h package_daemon: fix regressions from Set*UIColor merge. 2016-01-10 17:51:43 +13:00
ResultWindow.cpp Add localization to package daemon and solver 2017-02-11 10:56:27 +01:00
ResultWindow.h package daemon: Replace changes alert by a window 2013-09-11 15:06:44 +02:00
Root.cpp package daemon: Rework error and issue propagation to client 2014-06-15 17:21:01 +02:00
Root.h package_daemon: Root: Add IsSystemRoot() 2014-06-17 20:32:25 +02:00
Volume.cpp Packages: signal added|removed packages 2021-07-03 21:01:37 +00:00
Volume.h Packages: signal added|removed packages 2021-07-03 21:01:37 +00:00
VolumeState.cpp package daemon: Move volume change counter back to Volume 2014-05-04 20:59:01 +02:00
VolumeState.h package daemon: Move volume change counter back to Volume 2014-05-04 20:59:01 +02:00
package_daemon.rdef Package Kit: Proper Installation for First Boot Packages 2021-03-14 09:10:18 +00:00