haiku/src/kits
Axel Dörfler 351b7a2d24 * Added B_WATCH_INTERIM_STAT, and B_STAT_INTERIM_UPDATE definitions to
NodeMonitor.h.
* The latter will be set in "statFields" for interim updates when you have
  asked to get them via the former.
* BFS now uses the B_STAT_INTERIM_UPDATE flag for sending updates to actively
  written files.
* This makes us more compatible with BeOS again; if you only asked for
  B_WATCH_STAT, you will now only receive a notification if the file in
  question has been closed.
* Tracker now uses B_WATCH_INTERIM_STAT to always get all updates (ie.
  downloading a file will update its size and modification time in Tracker
  periodically during the download).
* Wether "needsTrimming" was true or not has no influence on wether or not
  the size index needs to be updated in BFS - only the actual file size is
  stored there, not the on-disk size.
* Added a TODO comment in Inode::WriteAt() that it would actually need to
  update the size index when changing the file size, not when the file has
  been closed (but that's probably too slow).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24114 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-02-25 13:54:30 +00:00
..
app _PostMessage() was holding the BLooperList lock while calling 2008-02-04 21:12:19 +00:00
bluetooth Update LocalDevice class with basic bluetooth_server comunication. Server code still to come. Nothing except the driver tested at the moment... I hope after these nothing is broken 2008-02-01 21:24:17 +00:00
debug * the name of an image is actually B_PATH_NAME_LENGTH long 2008-01-23 14:58:24 +00:00
device
game Added more conditional debug output, taken from the dw_info test app. 2008-01-25 11:54:35 +00:00
interface fh -> fontHeight 2008-02-24 22:35:30 +00:00
mail Added regex implementation. using the system one results in failures when 2008-01-30 12:59:12 +00:00
media Removed the no longer needed debug code. 2008-02-06 22:08:25 +00:00
midi fixed looping mode, and bug #1730 2008-02-10 21:03:34 +00:00
midi2 fix some signatures, cleanup 2006-09-13 14:11:42 +00:00
network Fixed an endless loop when iterating over all hosts (when there was no 2008-01-20 12:10:41 +00:00
opengl Corrected GLRenderer's instantiation function name. 2008-01-26 22:51:51 +00:00
screensaver fix R5 build 2006-07-12 09:58:23 +00:00
shared * put some more useful utility classes into "shared". I tried to make sure 2007-08-02 16:28:34 +00:00
storage We can't use the be_app looper, since it can be already locked from 2008-02-18 08:15:29 +00:00
support Patch by Julun: implements a refcounted BString. Thank You! 2008-02-24 21:16:58 +00:00
textencoding * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
tracker * Added B_WATCH_INTERIM_STAT, and B_STAT_INTERIM_UPDATE definitions to 2008-02-25 13:54:30 +00:00
translation Fixed a stupid copy&paste bug; one version of Translate() did not lock the private 2007-07-01 15:51:42 +00:00
Jamfile Dummy implementation of the LocalDevice class 2007-10-21 17:58:38 +00:00
libbe_version.rdef