Log of /obex-data-server/tags/REL-0_4_5/src
Directory Listing
Revision
2894 -
Directory Listing
Modified
Wed Oct 21 14:53:21 2009 UTC
(10 months, 2 weeks ago)
by
tadas
Release 0.4.5
Revision
2858 -
Directory Listing
Modified
Tue Sep 1 21:38:21 2009 UTC
(12 months, 1 week ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Use non-recursive/silent build system, add support for TTY sessions,
fix TTY server support, other bug fixes and code cleanup
Revision
2856 -
Directory Listing
Modified
Tue Aug 25 20:34:15 2009 UTC
(12 months, 2 weeks ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Add TTY server support, fix debug off in logging, refine filename choosing,
prepare for 0.4.5 release
Revision
2851 -
Directory Listing
Modified
Fri Aug 21 22:15:34 2009 UTC
(12 months, 2 weeks ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Move transport setup to ods-obex.c, add obex_event to OdsObexContext,
distribute ods-opp-test.py
Revision
2433 -
Directory Listing
Modified
Sat Jan 31 00:14:01 2009 UTC
(19 months, 1 week ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Make USB interface discovery independent from openobex to be able to
export more information (thanks to Bastien Nocera), check for errors
in Session.SetTransferHints
Revision
2412 -
Directory Listing
Modified
Tue Jan 27 11:25:48 2009 UTC
(19 months, 1 week ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Export RemoteCopy and RemoteMove methods through DBus,
add function names to LOCK/UNLOCK debug messages
Revision
2219 -
Directory Listing
Modified
Sun Nov 30 21:25:16 2008 UTC
(21 months, 1 week ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Add support for using FIFOs instead of regular files for transfers,
add Session.SetTransferHints for specifying different name, size and
modification time when sending from FIFO
Revision
2207 -
Directory Listing
Modified
Thu Nov 27 17:22:50 2008 UTC
(21 months, 1 week ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Fix emmision of ServerSession.TransferCompleted signal when suspending
small file transfer
Revision
2131 -
Directory Listing
Modified
Fri Nov 14 12:25:00 2008 UTC
(21 months, 3 weeks ago)
by
tadas
Original Path:
obex-data-server/trunk/src
ServerSession.Cancel now also rejects incoming transfer if it is
suspended (fixes #146)
Revision
2089 -
Directory Listing
Modified
Sat Nov 1 17:40:06 2008 UTC
(22 months, 1 week ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Implement RemoteCopy and RemoteMove methods in Session, add more errors
corresponding to OBEX responses
Revision
2067 -
Directory Listing
Modified
Sat Oct 25 14:13:32 2008 UTC
(22 months, 2 weeks ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Fix TransferStarted signal emission in ServerSession (hopefully this
finally fixes #140)
Revision
2056 -
Directory Listing
Modified
Thu Oct 23 20:38:56 2008 UTC
(22 months, 2 weeks ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Do not use g_assert for checking if DBus context is set in Session and
ServerSession methods, instead return Failed error (fixes #142)
Revision
2055 -
Directory Listing
Modified
Thu Oct 23 20:21:30 2008 UTC
(22 months, 2 weeks ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Ensure a time gap between Server.SessionCreated signal and
ServerSession.TransferStarted signal (fixes a race condition when app misses
TransferStarted signal; bugs #129, #140)
Revision
1981 -
Directory Listing
Modified
Sat Oct 11 16:07:54 2008 UTC
(22 months, 4 weeks ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Add support for USB transport (sessions only): Thanks to Alex Kanavin for
the complete patch
Revision
1969 -
Directory Listing
Modified
Thu Oct 9 19:27:07 2008 UTC
(23 months ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Add Manager.GetVersion(), Manager.GetSessionList(), Manager.GetServerList(),
Server.GetServerSessionList(); cleanup obex connect functions
Revision
1952 -
Directory Listing
Modified
Sun Oct 5 18:19:04 2008 UTC
(23 months ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Fix crash when BIP server receives small image, update ods-bip-test.py
to handle transformations, fix gdk-pixbuf fill transformation
Revision
1951 -
Directory Listing
Modified
Sun Oct 5 14:58:48 2008 UTC
(23 months ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Make it possible to use gdk-pixbuf instead of ImageMagick for BIP
operations (thanks to Bastien Nocera for the patch)
Revision
1907 -
Directory Listing
Modified
Tue Sep 23 15:26:25 2008 UTC
(23 months, 2 weeks ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Rewrote all SDP client code using libbluetooth making ods
Bluez 3.x and 4.x compatible out of the box
Revision
1841 -
Directory Listing
Modified
Fri Sep 12 19:51:39 2008 UTC
(23 months, 4 weeks ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Fix memory leak when returning result of GetCapability,
GetImagingCapabilities or GetFolderListing
Revision
1839 -
Directory Listing
Modified
Fri Sep 12 19:34:02 2008 UTC
(23 months, 4 weeks ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Rework cancel operation (both server and session wise); the new code
works better when cancelling incoming transfer; link error handling fix
for ods-bip-test.py
Revision
1768 -
Directory Listing
Modified
Sat Aug 23 21:13:12 2008 UTC
(2 years ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Use g_strdup_printf for generating object paths, fix CONNECT_RESULT_INTERNAL
and DISCONNECTED signal emission on Session and ServerSession objects
Revision
1758 -
Directory Listing
Modified
Thu Aug 21 14:36:11 2008 UTC
(2 years ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Make Accept/Reject work without patched openobex, update ods-server-test.py
to be able to interactively accept/reject transfers
Revision
1734 -
Directory Listing
Modified
Mon Aug 18 13:22:17 2008 UTC
(2 years ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Add Session.GetImageInfo method, fix Target UUID handling, fix RemoteDisplay
Session implementation, make ods-bip-test.py a full blown BIP ImagePush
testing app, update option parsing for ods-server-test.py
Revision
1721 -
Directory Listing
Modified
Mon Aug 11 23:29:19 2008 UTC
(2 years ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Introduce Server.SetOption method, finishing touches for BIP server support, don't include Time in TransferInfo when no modtime available (differs from 0.3 behaviour), include Type in TransferInfo when available, update ods-server-test.py for better BIP handling
Revision
1703 -
Directory Listing
Modified
Wed Aug 6 11:50:46 2008 UTC
(2 years, 1 month ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Implement RemoteDisplay server-side handling, add RemoteDisplayRequested signal to ServerSession
Revision
1699 -
Directory Listing
Modified
Tue Aug 5 14:37:00 2008 UTC
(2 years, 1 month ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Add extended info for Imaging Initiator functionality, rework GetTransferInfo on Session and ServerSession object
Revision
1695 -
Directory Listing
Modified
Mon Aug 4 20:19:48 2008 UTC
(2 years, 1 month ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Add SendFileExt and CopyRemoteFileByType to Session (bugs #71, #112), continue work on BIP server-side functions
Revision
1643 -
Directory Listing
Modified
Fri Jul 25 00:49:47 2008 UTC
(2 years, 1 month ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Implement CancelSessionConnect for Manager, remove unnecessary call to g_source_remove in OdsSession
Revision
1611 -
Directory Listing
Modified
Fri Jul 18 16:42:56 2008 UTC
(2 years, 1 month ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Implement ImageHandleReceived signal, send thumbnail when BIP responder requests, fix bad utf conversion bug
Revision
1604 -
Directory Listing
Modified
Wed Jul 16 14:44:28 2008 UTC
(2 years, 1 month ago)
by
tadas
Original Path:
obex-data-server/trunk/src
PutImage, PutImageResized, imaging-feature property for OdsSession, fix session socket binding/closing, disable Session functions according to used profile, link against gthread, update API docs with BIP functions, other fixes
Revision
1596 -
Directory Listing
Modified
Thu Jul 10 18:12:51 2008 UTC
(2 years, 2 months ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Further SDP record registering fixes, refactoring of OdsSession and addition of BIP RemoteDisplay functions to OdsSession
Revision
1486 -
Directory Listing
Modified
Fri May 16 12:31:10 2008 UTC
(2 years, 3 months ago)
by
tadas
Original Path:
obex-data-server/trunk/src
don't try to remove SDP record when it's not registered (patch by Claudio Takahasi; #79)
Revision
1306 -
Directory Listing
Modified
Tue Feb 12 16:19:35 2008 UTC
(2 years, 6 months ago)
by
tadas
Original Path:
obex-data-server/trunk/src
implement Accept/Reject for ServerSession, make dbus system config file optional, fix licencing info
Revision
1267 -
Directory Listing
Modified
Wed Jan 23 17:15:33 2008 UTC
(2 years, 7 months ago)
by
tadas
Original Path:
obex-data-server/trunk/src
Fix ChangeCurrentFolder in Session and Memory bug in ods-bluez (thanks to Manuel Naranjo)
Revision
916 -
Directory Listing
Modified
Tue Sep 11 17:27:42 2007 UTC
(3 years ago)
by
sbdevelop
Original Path:
obex-data-server/trunk/src
Make Session connecting non-blocking, remove auto_connect option when creating session : tds