summaryrefslogtreecommitdiff
path: root/sdpd/main.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-22Minimize SDP root records and browse groupsMarcel Holtmann1-6/+1
2007-04-25Add device ID supportMarcel Holtmann1-1/+1
2007-01-24Update option referencesMarcel Holtmann1-1/+1
2007-01-20Make it possible to support an embedded GLibMarcel Holtmann1-3/+4
2007-01-14Make debug information optionalMarcel Holtmann1-2/+19
2007-01-13Turn it into a full SDP server libraryMarcel Holtmann1-200/+10
2007-01-13Better integration into a SDP server libraryMarcel Holtmann1-202/+1
2007-01-13Update copyright informationMarcel Holtmann1-1/+1
2007-01-12Allow compilation against GLibMarcel Holtmann1-2/+2
2006-11-18Check if the accept() call failsMarcel Holtmann1-0/+5
2006-11-18Check for errors on listening socketMarcel Holtmann1-0/+5
2006-11-17Make use of generic mainloopMarcel Holtmann1-105/+112
2006-11-17Another logging updateMarcel Holtmann1-15/+16
2006-11-17Stop logging on exitMarcel Holtmann1-2/+4
2006-11-17Fix definition of _XOPEN_SOURCEMarcel Holtmann1-3/+2
2006-11-17Remove unneeded newlines in log messagesMarcel Holtmann1-1/+1
2006-11-17Use common logging functionsMarcel Holtmann1-17/+18
2006-11-17Fix pselect() build warningMarcel Holtmann1-1/+3
2006-09-20Include sys/select.h for pselect()Marcel Holtmann1-0/+1
2006-08-23Fix malloc() and bt_malloc() usageMarcel Holtmann1-1/+1
2006-08-16Don't forget to unblock signals for ppoll()Marcel Holtmann1-0/+5
2006-08-16Convert to using ppoll() and pselect()Marcel Holtmann1-1/+4
2006-04-28Cleanup main function declarationsMarcel Holtmann1-1/+1
2006-02-13Add option to decrease the input MTUMarcel Holtmann1-18/+46
2006-01-17Make use of the daemon() functionMarcel Holtmann1-33/+9
2006-01-16Redirect stdin, stdout, stderr to /dev/null for daemonMarcel Holtmann1-2/+11
2006-01-03Update copyright informationMarcel Holtmann1-1/+1
2005-10-29Big cleanup of CVS relicsMarcel Holtmann1-21/+16
2005-08-05Add support for device specific SDP recordsMarcel Holtmann1-8/+8
2005-08-03Add device specific register functionalityMarcel Holtmann1-3/+8
2005-07-06Fix more GCC 4.0 warningsMarcel Holtmann1-2/+2
2005-07-05Fix some GCC 4.0 warningsMarcel Holtmann1-1/+1
2005-03-04Hide the server record and the public browse group rootMarcel Holtmann1-26/+38
2004-12-25Add memset() to different places to initialize the structuresMarcel Holtmann1-0/+1
2004-10-01Change dynamic assignment of record handles to a more standard oneMarcel Holtmann1-1/+4
2004-05-07Fix server informationMarcel Holtmann1-1/+1
2004-04-28Unify copyright and license informationMarcel Holtmann1-34/+28
2004-04-03Update BlueZ library configurationMarcel Holtmann1-1/+7
2004-03-31Add sdpd server daemonMarcel Holtmann1-0/+471