Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement compat mode for the Unix socket access | Marcel Holtmann | 2007-01-14 | 1 | -6/+16 |
| | |||||
* | Make debug information optional | Marcel Holtmann | 2007-01-14 | 1 | -2/+19 |
| | |||||
* | Make installation of hcid and sdpd conditional | Marcel Holtmann | 2007-01-13 | 1 | -0/+2 |
| | |||||
* | Turn it into a full SDP server library | Marcel Holtmann | 2007-01-13 | 4 | -201/+264 |
| | |||||
* | Better integration into a SDP server library | Marcel Holtmann | 2007-01-13 | 4 | -205/+209 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2007-01-13 | 6 | -6/+6 |
| | |||||
* | Allow compilation against GLib | Marcel Holtmann | 2007-01-12 | 2 | -4/+12 |
| | |||||
* | Check if the accept() call fails | Marcel Holtmann | 2006-11-18 | 1 | -0/+5 |
| | |||||
* | Check for errors on listening socket | Marcel Holtmann | 2006-11-18 | 1 | -0/+5 |
| | |||||
* | Include the SDP prototypes | Marcel Holtmann | 2006-11-17 | 1 | -0/+2 |
| | |||||
* | Change linking order | Marcel Holtmann | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | Make use of generic mainloop | Marcel Holtmann | 2006-11-17 | 1 | -105/+112 |
| | |||||
* | Create library for SDP server functionality | Marcel Holtmann | 2006-11-17 | 1 | -2/+6 |
| | |||||
* | Another logging update | Marcel Holtmann | 2006-11-17 | 1 | -15/+16 |
| | |||||
* | Remove sdp_put_unaligned and sdp_get_unaligned macros | Marcel Holtmann | 2006-11-17 | 3 | -32/+29 |
| | |||||
* | Stop logging on exit | Marcel Holtmann | 2006-11-17 | 1 | -2/+4 |
| | |||||
* | Fix definition of _XOPEN_SOURCE | Marcel Holtmann | 2006-11-17 | 1 | -3/+2 |
| | |||||
* | Remove unneeded newlines in log messages | Marcel Holtmann | 2006-11-17 | 4 | -79/+68 |
| | |||||
* | Remove unneeded SDP_DEBUG checks | Marcel Holtmann | 2006-11-17 | 2 | -4/+3 |
| | |||||
* | Use common logging functions | Marcel Holtmann | 2006-11-17 | 6 | -108/+101 |
| | |||||
* | Fix pselect() build warning | Marcel Holtmann | 2006-11-17 | 1 | -1/+3 |
| | |||||
* | Include sys/select.h for pselect() | Marcel Holtmann | 2006-09-20 | 1 | -0/+1 |
| | |||||
* | Fix malloc() and bt_malloc() usage | Marcel Holtmann | 2006-08-23 | 3 | -6/+6 |
| | |||||
* | Don't forget to unblock signals for ppoll() | Marcel Holtmann | 2006-08-16 | 1 | -0/+5 |
| | |||||
* | Convert to using ppoll() and pselect() | Marcel Holtmann | 2006-08-16 | 2 | -1/+6 |
| | |||||
* | Fix busy loop in UUID extraction routine | Marcel Holtmann | 2006-06-14 | 1 | -10/+17 |
| | |||||
* | Cleanup main function declarations | Marcel Holtmann | 2006-04-28 | 1 | -1/+1 |
| | |||||
* | Add option to decrease the input MTU | Marcel Holtmann | 2006-02-13 | 1 | -18/+46 |
| | |||||
* | Fix an endless if an attribute range has been requested | Marcel Holtmann | 2006-02-03 | 1 | -4/+8 |
| | |||||
* | In debug mode the syslog headers are needed | Marcel Holtmann | 2006-02-03 | 1 | -0/+1 |
| | |||||
* | Update manual page title | Marcel Holtmann | 2006-01-26 | 1 | -1/+1 |
| | |||||
* | Some whitespace cleanups | Marcel Holtmann | 2006-01-17 | 1 | -11/+11 |
| | |||||
* | Make use of the daemon() function | Marcel Holtmann | 2006-01-17 | 1 | -33/+9 |
| | |||||
* | Redirect stdin, stdout, stderr to /dev/null for daemon | Marcel Holtmann | 2006-01-16 | 1 | -2/+11 |
| | |||||
* | Fix service record registration | Marcel Holtmann | 2006-01-16 | 1 | -8/+20 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2006-01-03 | 6 | -6/+6 |
| | |||||
* | Big cleanup of CVS relics | Marcel Holtmann | 2005-10-29 | 7 | -111/+79 |
| | |||||
* | Add support for device specific SDP records | Marcel Holtmann | 2005-08-05 | 4 | -37/+131 |
| | |||||
* | Add device specific register functionality | Marcel Holtmann | 2005-08-03 | 4 | -13/+23 |
| | |||||
* | Fix more GCC 4.0 warnings | Marcel Holtmann | 2005-07-06 | 5 | -23/+23 |
| | |||||
* | Fix some GCC 4.0 warnings | Marcel Holtmann | 2005-07-05 | 1 | -1/+1 |
| | |||||
* | Use LDADD instead of LIBS | Marcel Holtmann | 2005-04-21 | 1 | -2/+1 |
| | |||||
* | Use uint32_t instead of long | Marcel Holtmann | 2005-03-09 | 4 | -11/+13 |
| | |||||
* | Hide the server record and the public browse group root | Marcel Holtmann | 2005-03-04 | 1 | -26/+38 |
| | |||||
* | Always include the stdio.h header file | Marcel Holtmann | 2005-02-22 | 4 | -0/+4 |
| | |||||
* | Add memset() to different places to initialize the structures | Marcel Holtmann | 2004-12-25 | 1 | -0/+1 |
| | |||||
* | Change dynamic assignment of record handles to a more standard one | Marcel Holtmann | 2004-10-01 | 4 | -2/+19 |
| | |||||
* | Make use of MAINTAINERCLEANFILES | Marcel Holtmann | 2004-07-21 | 1 | -0/+2 |
| | |||||
* | Use AM_CFLAGS instead of INCLUDES | Marcel Holtmann | 2004-07-21 | 1 | -1/+1 |
| | |||||
* | Use LIBS instead of LDFLAGS | Marcel Holtmann | 2004-05-23 | 1 | -1/+1 |
| |