Add packaging directory
[platform/upstream/neard.git] / plugins / p2p.c
2013-09-02 Olivier Guiterphdc: Initial PHDC implementation
2013-09-02 Olivier Guiterp2p: Add new_client method in p2p struct
2013-09-02 Olivier Guiterp2p: Add a user_data pointer to p2p struct
2013-08-28 Olivier Guiterp2p: Change p2p_register to look for service name
2013-08-20 Daniel Wagnerplugins: Do not compare expression against NULL
2013-08-20 Daniel Wagnerplugins: Use stdbool instead gboolean or near_bool_t
2013-08-20 Daniel Wagnerplugins: Include stdbool.h
2013-06-14 Olivier Guiterp2p: Coding style violation fixes
2013-06-14 Olivier Guiterp2p: Check for an already existing p2p driver from...
2013-05-22 Samuel Ortizp2p: Fall back to blocking sockets if the async connect...
2013-05-22 Samuel Ortizp2p: Non blocking client socket
2013-05-21 Samuel Ortizp2p: Set connection timeout
2013-04-05 Olivier Guiterllcp: Validation test server
2013-04-05 Olivier Guiterp2p: Add support for connection less binding
2013-03-27 Samuel Ortizp2p: Support for single connection server
2013-03-20 Marcin Małagowskisnep: SNEP core moved from plugins to core
2013-02-21 Samuel Ortizp2p: Remove client data from the server client list...
2013-02-15 Samuel Ortizp2p: Do not try to bind if LLCP is not supported
2013-01-31 Samuel Ortizinclude: Add a copy of the NFC kernel header
2013-01-31 Szymon Jancp2p: Fix memory leak in p2p_listener_event
2013-01-09 Olivier Guitersnep: Separate snep default server code from snep core
2012-12-10 Samuel Ortizp2p: Make p2p_push more robust
2012-10-24 Olivier Guiterhandover: Fix to allow two handover requests
2012-10-15 Samuel Ortizp2p: Close a created socket if it's already bound
2012-10-12 Samuel Ortizhandover: No need to explicitely close the server socket
2012-09-21 Wiktor Lawskip2p: Fix not freed channel allocated in p2p_bind
2012-09-13 Olivier Guiterhandover: Add fallback code for p2p services
2012-09-10 Wiktor Lawskip2p: Fix returned error code in p2p_listen
2012-09-07 Wiktor Lawskiplugins: Fix some whitespace issues
2012-08-14 Szymon Jancp2p: Fix not freeing server_data in free_server_data
2012-06-28 Samuel Ortizp2p: Free all p2p plugins data before calling their...
2012-06-26 Samuel Ortizdevice: Specify service name when pushing NDEFs
2012-06-22 Samuel Ortizp2p: Do not return an error when a service name is...
2012-06-22 Samuel Ortizp2p: Keep track of allocated servers
2012-06-21 Samuel Ortizp2p: Bind and listen only on a specific target
2012-05-09 Samuel Ortizp2p: Close server socket when getting a polling error
2012-05-03 Ravi kumar Veeramallysnep: Implement initial part of snep push method
2012-04-19 Samuel Ortizdevice: Add device listening code path
2012-04-19 Samuel Ortizdevice: Add device driver definition
2012-04-19 Samuel Ortiztarget: Remove target layer
2012-04-06 Samuel Ortizp2p: Remove client watch when the listener goes down
2012-04-06 Samuel Ortizp2p: Do not report HUP as an IO error
2012-03-16 Samuel Ortizp2p: Use the glist API to free the connected client...
2012-03-15 Samuel Ortizp2p: Poll on client file descriptor for reading
2012-02-28 Samuel Ortizp2p: Check presence hook implementation
2012-02-10 Samuel Ortizp2p: Read function should return a boolean
2012-02-09 Samuel Ortiztag: Use kernel definitions for tag protocols
2012-02-06 Samuel Ortizplugins: Define tag priorities
2012-02-03 Samuel Ortizhandover: Initial skeleton for peer to peer handover...
2012-02-03 Samuel Ortizp2p: Factorize bind and listening routines
2012-01-21 Samuel Ortizp2p: Initial SNEP support
2012-01-21 Samuel Ortizp2p: Separate npp support from the core p2p one
2011-12-23 Samuel Ortiztag: Rename near_tag_read_cb
2011-12-15 Samuel Ortizp2p: Protect the AF_NFC ugliness
2011-12-15 Samuel Ortizp2p: Initial NPP implementation
2011-11-14 Samuel Ortizp2p: Initial plugin implementation