Andrei Emeltchenko ([email protected])

Number of posts: 4214 (4.78 per day)
First post: 2010-06-29 12:40:15
Last post: 2012-11-27 09:17:10

Date List Subject
2013-11-28 14:38:01 linux-bluetooth [PATCH 05/10] android/socket: Cleanup sockets on unregister
2013-11-28 14:38:00 linux-bluetooth [PATCH 04/10] android/main: Free enabled string on exit
2013-11-28 14:37:59 linux-bluetooth [PATCH 03/10] android/main: Remove signal source on exit
2013-11-28 14:37:58 linux-bluetooth [PATCH 02/10] android/main: Remove timeout source on exit
2013-11-28 14:37:57 linux-bluetooth [PATCH 01/10] android: Avoid memory leak warnings for event_loop
2013-11-27 20:25:37 linux-bluetooth Re: [PATCH 3/5] android/main: Remove signal source on exit
2013-11-27 16:19:14 linux-bluetooth [PATCH 5/5] android/socket: Fix rfsock lists
2013-11-27 16:19:13 linux-bluetooth [PATCH 4/5] android/socket: Cleanup sockets on unregister
2013-11-27 16:19:12 linux-bluetooth [PATCH 3/5] android/main: Remove signal source on exit
2013-11-27 16:19:11 linux-bluetooth [PATCH 2/5] android/main: Remove timeout source on exit
2013-11-27 16:19:10 linux-bluetooth [PATCH 1/5] android: Avoid memory leak warnings for event_loop
2013-11-27 15:17:44 linux-bluetooth [PATCH] android: Avoid memory leak warnings for event_loop
2013-11-27 14:54:16 linux-bluetooth [PATCH] android/main: Remove signal source on exit
2013-11-27 14:51:01 linux-bluetooth [PATCH] android/main: Remove timeout source on exit
2013-11-27 08:29:44 linux-bluetooth Re: [PATCH 3/6] android/socket: Handle Android events for server socket
2013-11-27 08:00:52 linux-bluetooth Re: [PATCH 3/6] android/socket: Handle Android events for server socket
2013-11-26 14:05:50 linux-bluetooth [PATCH 6/6] android: Do not dereference possible NULL pointer
2013-11-26 14:05:49 linux-bluetooth [PATCH 5/6] android/hal-sock: Check uuid before dereference
2013-11-26 14:05:48 linux-bluetooth [PATCH 4/6] android/socket: Check create_rfsock returns valid structure
2013-11-26 14:05:47 linux-bluetooth [PATCH 3/6] android/socket: Handle Android events for server socket
2013-11-26 14:05:46 linux-bluetooth [PATCH 2/6] android/socket: Use security level for connect / listen
2013-11-26 14:05:45 linux-bluetooth [PATCH 1/6] android/socket: Make profile struct const
2013-11-26 13:47:05 linux-bluetooth [PATCH 2/2] android/haltest: Add uuid autocompletions
2013-11-26 13:47:04 linux-bluetooth [PATCH 1/2] android/haltest: trivial: Fix typo channle -> channel
2013-11-25 14:10:25 linux-bluetooth [PATCHv10 4/4] android/socket: Check create_rfsock returns valid structure
2013-11-25 14:10:24 linux-bluetooth [PATCHv10 3/4] android/socket: Handle Android events for server socket
2013-11-25 14:10:23 linux-bluetooth [PATCHv10 2/4] android/socket: Keep server iochannel reference
2013-11-25 14:10:22 linux-bluetooth [PATCHv10 1/4] android/socket: Use security level for connect / listen
2013-11-25 13:14:45 linux-bluetooth [PATCH 3/3] sdptool: Make code consistent for SPP record add
2013-11-25 13:14:44 linux-bluetooth [PATCH 2/3] sdptool: Fix memory leaks creating PBAP record
2013-11-25 13:14:43 linux-bluetooth [PATCH 1/3] sdptool: Fix memory leaks creating OPP record
2013-11-25 13:08:57 linux-bluetooth [PATCHv9 21/21] android/socket: Check create_rfsock returns valid structure
2013-11-25 13:08:56 linux-bluetooth [PATCHv9 20/21] android/socket: Handle Android events for server socket
2013-11-25 13:08:55 linux-bluetooth [PATCHv9 19/21] android/socket: Keep server iochannel reference
2013-11-25 13:08:54 linux-bluetooth [PATCHv9 18/21] android/socket: Use security level for connect
2013-11-25 13:08:53 linux-bluetooth [PATCHv9 17/21] android/socket: Add error printing possible close() failure
2013-11-25 13:08:52 linux-bluetooth [PATCHv9 16/21] android/socket: Use default sec_level for listen
2013-11-25 13:08:51 linux-bluetooth [PATCHv9 15/21] android/hal-utils: Fix possible NULL pointer dereference
2013-11-25 13:08:50 linux-bluetooth [PATCHv9 14/21] android/socket: Refactor socket send_fd function
2013-11-25 13:08:49 linux-bluetooth [PATCHv9 13/21] android/hal-sock: Print bdaddr on connect
2013-11-25 13:08:48 linux-bluetooth [PATCHv9 12/21] android/socket: Support listen() with supplied chan number
2013-11-25 13:08:47 linux-bluetooth [PATCHv9 11/21] android/socket: Add SPP SDP record
2013-11-25 13:08:46 linux-bluetooth [PATCHv9 10/21] android/socket: Add PBAP SDP record
2013-11-25 13:08:45 linux-bluetooth [PATCHv9 09/21] android/socket: Add SPP uuid to profile table
2013-11-25 13:08:44 linux-bluetooth [PATCHv9 08/21] android/socket: Add MAS uuid to profile table
2013-11-25 13:08:43 linux-bluetooth [PATCHv9 07/21] android/socket: Add OPP SDP record
2013-11-25 13:08:42 linux-bluetooth [PATCHv9 06/21] android/socket: Add general service create/remove function
2013-11-25 13:08:41 linux-bluetooth [PATCHv9 05/21] android/socket: Close file descriptor after sending
2013-11-25 13:08:40 linux-bluetooth [PATCHv9 04/21] android/socket: Send connect signal to Android framework
2013-11-25 13:08:39 linux-bluetooth [PATCHv9 03/21] android/socket: Send RFCOMM channel to framework
2013-11-25 13:08:38 linux-bluetooth [PATCHv9 02/21] android/socket: Implement HAL connect call