bluez/obexd/client
Luiz Augusto von Dentz 932949fe49 obexd: Add support for stat files bigger than 2GB on 32-bit systems
From stat documentation:

"(stat())  path  refers to a file whose size cannot be represented in the
type off_t.  This can occur when an application compiled on a 32-bit
platform without -D_FILE_OFFSET_BITS=64 calls stat() on a file whose size
exceeds (2<<31)-1 bits."

To fix this now size header is omitted when the file is over 32-bit, but
it is able to transfer it by using 64-bit variables. In addition to that
folder-listing now should report such big sizes properly.
2012-12-04 22:48:32 +01:00
..
main.c obexd: Fix logging for obex-client 2012-12-04 22:48:31 +01:00
pbap.c obexd: Fix format string warnings for g_dbus_create_error 2012-12-04 22:48:25 +01:00
pbap.h obexd: Update Intel copyrights 2012-12-04 22:48:07 +01:00
session.c obexd: Fix possible crash when processing session callback 2012-12-04 22:48:31 +01:00
session.h obexd: Make sure errors are reported properly to applications 2012-12-04 22:48:24 +01:00
sync.c obexd: Make sure errors are reported properly to applications 2012-12-04 22:48:24 +01:00
sync.h obexd: Update Intel copyrights 2012-12-04 22:48:07 +01:00
transfer.c obexd: Add support for stat files bigger than 2GB on 32-bit systems 2012-12-04 22:48:32 +01:00
transfer.h obexd: Fix memory leak when freeing transfer parameters 2012-12-04 22:48:21 +01:00