summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add FTP deletion supportJohan Hedberg2008-07-044-8/+64
* Use size = 0 to indicate deletion (default as long as no body headers have be...Johan Hedberg2008-07-042-3/+4
* Remove incomplete file if PUT is abortedJohan Hedberg2008-07-042-7/+15
* Spaces don't need to be escaped since we quote the name attributeJohan Hedberg2008-07-041-1/+1
* Allocate correct amount of space for permissions attributesJohan Hedberg2008-07-041-2/+2
* Make obex_read and obex_write function names a little bit more clear (in that...Johan Hedberg2008-07-041-7/+8
* Do URI escaping of filenamesJohan Hedberg2008-07-041-3/+11
* Fix minor whitespace issuesJohan Hedberg2008-07-041-1/+1
* Forgot to fix Transfer.Started signal for FTP.Vinicius Costa Gomes2008-07-031-1/+2
* Transfer signals are now only sent for OPUSH.Vinicius Costa Gomes2008-07-031-3/+6
* Fixes register_transfer() invalid declarations.Vinicius Costa Gomes2008-07-032-2/+4
* Adds transfer cancel.Vinicius Costa Gomes2008-07-035-8/+30
* Add support for FTP PUT, for now just files.Vinicius Costa Gomes2008-07-034-40/+81
* Transfer interface must be registered for OPP only(NULL target)Claudio Takahasi2008-07-031-2/+1
* Added session GetPropertyClaudio Takahasi2008-07-032-9/+119
* Emitting SessionRemoved signalClaudio Takahasi2008-07-031-5/+10
* Added Session D-Bus interface skeletonClaudio Takahasi2008-07-033-1/+76
* Optimizing parameters passing on file_stat_line()Vinicius Costa Gomes2008-07-021-18/+19
* Some GLib versions don't define G_GUINT64_FORMATVinicius Costa Gomes2008-07-021-1/+1
* Fixed help cmd line optionClaudio Takahasi2008-07-021-1/+1
* Fixing going to parent folder and some folder listing optimizations.Vinicius Costa Gomes2008-07-022-20/+10
* Extract time from headerClaudio Takahasi2008-07-022-0/+52
* Making authorization and encryption mandatory for FTPClaudio Takahasi2008-07-013-8/+14
* Folder listing support.Vinicius Costa Gomes2008-07-012-20/+167
* Call it --opp instead of --opushMarcel Holtmann2008-06-271-3/+3
* Start OPP and FTP server in non daemon modeMarcel Holtmann2008-06-271-1/+1
* Fix receiving of one-packet objectsJohan Hedberg2008-06-272-16/+21
* Pass empty strings for not available headersJohan Hedberg2008-06-271-2/+5
* Add support for specifying auto_accept from the command lineJohan Hedberg2008-06-271-7/+13
* Fix check_put when there's no chkput callbackJohan Hedberg2008-06-271-1/+2
* Get rid of unecessary OBEX_GetUserData callsJohan Hedberg2008-06-271-6/+2
* Support for one-packet PUT requests (when REQCHECK isn't signaled)Johan Hedberg2008-06-272-17/+29
* Allow getting files of size 0Johan Hedberg2008-06-274-29/+34
* Always reset the header pointer immediately after going through the headersJohan Hedberg2008-06-271-4/+4
* Add command line option for specifying the root folder locationJohan Hedberg2008-06-271-7/+13
* Now the signal logic is correct when receiving multiple files.Vinicius Costa Gomes2008-06-263-13/+42
* Preliminary suppport for receiving many files in the same connection.Vinicius Costa Gomes2008-06-261-1/+6
* Merge branch 'devel' of git://git.infradead.org/users/cktakahasi/obexdJohan Hedberg2008-06-262-12/+14
|\
| * Changed error messageClaudio Takahasi2008-06-261-1/+2
| * Minor cleanup and check if at least one server was informedClaudio Takahasi2008-06-262-12/+13
* | Merge branch 'devel' of git://git.infradead.org/users/cktakahasi/obexdJohan Hedberg2008-06-265-169/+57
|\ \ | |/
| * Added cmd line option to enable opush and ftp servicesClaudio Takahasi2008-06-264-139/+51
| * Making name header mandatory for opushClaudio Takahasi2008-06-261-30/+6
* | Merge branch 'devel' of git://git.infradead.org/users/cktakahasi/obexdJohan Hedberg2008-06-261-14/+94
|\ \ | |/
| * Ignoring multiple name/type headersClaudio Takahasi2008-06-261-4/+31
| * Merge branch 'master' into develClaudio Takahasi2008-06-264-11/+12
| |\
| * | Added UTF-8 verificationClaudio Takahasi2008-06-261-10/+63
* | | Don't call close on an invalid file-descriptorJohan Hedberg2008-06-261-1/+2
* | | Add debug notification when an agent registers itselfJohan Hedberg2008-06-261-0/+2
| |/ |/|
* | Fixing the case when STREAMAVAIL comes before REQCHECK.Vinicius Costa Gomes2008-06-261-4/+5