index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
obexd
/
src
/
obex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-29
obex: get src and dst address and store it
Gustavo Padovan
1
-0
/
+6
2013-05-29
obex: add obex_getsockname()
Gustavo Padovan
1
-0
/
+10
2012-12-07
Revert "Ensure config.h is included by using CPPFLAGS"
Johan Hedberg
1
-0
/
+4
2012-12-05
Reorder btio.h includes
Lucas De Marchi
1
-1
/
+1
2012-12-05
Use the entire include path for btio.h
Lucas De Marchi
1
-1
/
+1
2012-12-05
Ensure config.h is included by using CPPFLAGS
Lucas De Marchi
1
-4
/
+0
2012-12-04
obexd: Fix some common spelling errors
Szymon Janc
1
-1
/
+1
2012-12-04
obexd: Fix application parameter parsing in obex put
Divya Yadav
1
-0
/
+1
2012-12-04
obexd: Use ENOSYS to indicate not implemented function
Luiz Augusto von Dentz
1
-10
/
+10
2012-12-04
obexd: Make use of g_obex_errno_to_rsp to translate posix errors
Luiz Augusto von Dentz
1
-27
/
+1
2012-12-04
obexd: Fix queueing packet containing error while suspended
Luiz Augusto von Dentz
1
-4
/
+6
2012-12-04
obexd: Add support for L2CAP transport
Luiz Augusto von Dentz
1
-2
/
+5
2012-12-04
obexd: Fix file not getting deleted when a push is aborted
Jaganath Kanakkassery
1
-0
/
+12
2012-12-04
obexd: Reset obex session in transfer_complete()
Jaganath Kanakkassery
1
-1
/
+6
2012-12-04
obexd: Fix not responding SUCCESS code to GET in some conditions
Luiz Augusto von Dentz
1
-54
/
+17
2012-12-04
obexd: Fix not responding when driver_get_headers return 0
Luiz Augusto von Dentz
1
-22
/
+18
2012-12-04
obexd: Port core daemon to gobex
Luiz Augusto von Dentz
1
-837
/
+558
2012-12-04
obexd: Remove obex_get_id
Luiz Augusto von Dentz
1
-17
/
+0
2012-12-04
obexd: Fix calling getpeername directly on manager.c
Luiz Augusto von Dentz
1
-0
/
+10
2012-12-04
obexd: Remove use of obex_object_t from service.h
Luiz Augusto von Dentz
1
-4
/
+4
2012-12-04
obexd: Introduce obex_get_non_header_data
Luiz Augusto von Dentz
1
-0
/
+10
2012-12-04
obexd: Remove use of obex_object_t on obex.h
Luiz Augusto von Dentz
1
-15
/
+13
2012-12-04
obexd: Remove unused function obex_aparam_write
Luiz Augusto von Dentz
1
-11
/
+0
2012-12-04
obexd: Remove options per server
Luiz Augusto von Dentz
1
-25
/
+0
2012-12-04
obexd: Fix OPP not sending TransferCompleted signal
Slawomir Bochenski
1
-2
/
+2
2012-12-04
obexd: Simplify code for calling mime driver flush()
Slawomir Bochenski
1
-18
/
+10
2012-12-04
obexd: Pass through error returned by open in PUTs
Slawomir Bochenski
1
-1
/
+1
2012-12-04
obexd: Utilise os_set_response in check_put
Slawomir Bochenski
1
-10
/
+1
2012-12-04
obexd: Write pending bytes only if mime object is open
Slawomir Bochenski
1
-1
/
+1
2012-12-04
obexd: Reverse order of calls in os_reset_session
Slawomir Bochenski
1
-2
/
+3
2012-12-04
obexd: Fix target size in Connect reply WHO header
Johan Hedberg
1
-1
/
+1
2012-12-04
obexd: Rename dbus.h to manager.g
Johan Hedberg
1
-1
/
+1
2012-12-04
obexd: Clean up header files
Johan Hedberg
1
-0
/
+1
2012-12-04
obexd: Fix handling asynchronous plugin reads
Slawomir Bochenski
1
-5
/
+9
2012-12-04
obexd: Remove *hi from mime driver read()
Slawomir Bochenski
1
-19
/
+8
2012-12-04
obexd: Add get_next_header() function
Slawomir Bochenski
1
-4
/
+56
2012-12-04
obexd: Start OpenOBEX stream automatically
Slawomir Bochenski
1
-9
/
+15
2012-12-04
obexd: Use correct variable for setting response
Slawomir Bochenski
1
-1
/
+1
2012-12-04
obexd: Add initial support for OBEX Action command
Luiz Augusto von Dentz
1
-0
/
+142
2012-12-04
obexd: Remove redundant code
Slawomir Bochenski
1
-17
/
+3
2012-12-04
obexd: Revert API changes to mime driver read function
Slawomir Bochenski
1
-10
/
+5
2012-12-04
obexd: Add flush callback to mimetype driver
Luiz Augusto von Dentz
1
-2
/
+24
2012-12-04
obexd: Fix not responding to pbap GET when data is already cached
Luiz Augusto von Dentz
1
-20
/
+15
2012-12-04
obexd: Fix plugin close & disconnect functions call order
Slawomir Bochenski
1
-2
/
+2
2012-12-04
obexd: New NewMissedCalls added for phonebook_pull.
Dmitriy Paliy
1
-5
/
+10
2012-12-04
obexd: Change obex_service_driver put() signature
Slawomir Bochenski
1
-1
/
+1
2012-12-04
obexd: Add support for stat files bigger than 2GB on 32-bit systems
Luiz Augusto von Dentz
1
-3
/
+4
2012-12-04
obexd: Fix not setting proper errors when canceling suspended requests
Luiz Augusto von Dentz
1
-2
/
+3
2012-12-04
obexd: Type conversion in read and write obex streams
Dmitriy Paliy
1
-4
/
+4
2012-12-04
obexd: Code cleanup: unnecessary operation and typo removed
Dmitriy Paliy
1
-2
/
+1
[next]