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