summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* core: Remove always_pairable featureJohan Hedberg2014-07-301-9/+0
* core: Make pairable mode dependent on the existence of a default agentJohan Hedberg2014-07-181-0/+10
* core: Fix missing static declaration for main_confJohan Hedberg2014-05-151-1/+1
* core: Add "Policy" to valid main.conf groupsJohan Hedberg2014-05-151-1/+12
* core: Add API to get access to main.confJohan Hedberg2014-05-151-5/+10
* gatt: Add stub for gatt.{c, h} filesAlvaro Silva2014-02-241-5/+10
* Don't register Device ID record on sdp server startSzymon Janc2013-10-101-0/+4
* core: Minor whitespace fixSzymon Janc2013-09-131-4/+4
* core: Get rid of gcharLucas De Marchi2013-05-021-3/+3
* core: Add device init and cleanup functionsMarcel Holtmann2013-01-201-0/+3
* core: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+1
* core: Add support for graceful shutdown of adaptersMarcel Holtmann2013-01-091-1/+18
* core: Remove no longer used src/mgmt.{c,h}Johan Hedberg2013-01-081-10/+0
* core: Remove default option for automatic connect timeoutMarcel Holtmann2013-01-051-2/+0
* core: Update error for management init failuresMarcel Holtmann2013-01-041-1/+1
* core: Introduce initial hooks to new mgmt code for adapter.cJohan Hedberg2013-01-031-0/+5
* core: Remove manager.{c,h}Johan Hedberg2013-01-031-1/+0
* core: Introduce an adapter_cleanup() functionJohan Hedberg2013-01-031-1/+1
* core: Remove unneeded manager_init()Johan Hedberg2013-01-031-4/+6
* core: Add command line switch for enabling experimental interfacesLuiz Augusto von Dentz2012-12-301-0/+9
* core: Add version information to default nameMarcel Holtmann2012-12-291-3/+2
* core: Set default Device ID information recordMarcel Holtmann2012-12-291-0/+10
* core: Don't try to set hostname as default adapter nameMarcel Holtmann2012-12-291-4/+0
* core: Don't bother with trying to handle SIGPIPEMarcel Holtmann2012-12-291-4/+0
* core: Move __terminated into signal handlerMarcel Holtmann2012-12-231-2/+1
* core: Remove LAST_ADAPTER_EXIT_TIMEOUT constantMarcel Holtmann2012-12-191-2/+0
* core: Explictly set default values for the optionsMarcel Holtmann2012-12-191-6/+13
* core: Remove unused link_policy settingMarcel Holtmann2012-12-191-3/+0
* core: Remove unused link_mode settingMarcel Holtmann2012-12-191-2/+0
* core: Remove PageTimeout configuration optionMarcel Holtmann2012-12-191-11/+0
* core: Remove DisablePlugins main.conf entryJohan Hedberg2012-12-181-2/+1
* core: Fix memory leak of keys in check_config()Johan Hedberg2012-12-181-0/+2
* core: Don't print an error for missign main.conf fileJohan Hedberg2012-12-181-1/+2
* core: Add checking for unknown main.conf entriesJohan Hedberg2012-12-181-0/+52
* core: Hide /var/run/sdp support behind command line optionMarcel Holtmann2012-12-171-2/+9
* core: Remove mode option form main_optsSzymon Janc2012-12-171-1/+0
* core: Use timeout with high priority for watchdog keep-aliveMarcel Holtmann2012-12-151-2/+4
* core: Remove persistent storing of the powered stateJohan Hedberg2012-12-131-18/+1
* core: Don't daemonize and just toggle foreground loggingMarcel Holtmann2012-12-101-8/+1
* core: Add support for systemd watchdog handlingMarcel Holtmann2012-12-101-1/+24
* core: Add stub for systemd notification integrationMarcel Holtmann2012-12-091-0/+8
* core: Remove --udev option from bluetoothdMarcel Holtmann2012-12-091-56/+4
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* core: Free parsed optionsSzymon Janc2012-12-031-0/+15
* core: Attach and detach object managerLucas De Marchi2012-11-291-0/+2
* core: Make exit sequence consistent with initLuiz Augusto von Dentz2012-11-151-2/+2
* core: Remove GATT enable optionMarcel Holtmann2012-11-091-7/+0
* agent: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-4/+0