aboutsummaryrefslogtreecommitdiff
path: root/vland.py
AgeCommit message (Expand)Author
2018-03-05Re-organise the source treeHEADmasterSteve McIntyre
2018-02-02Renamed the admin program from "admin.py" to "vland-admin"Steve McIntyre
2018-02-02Update docs and versioning for the new releaseSteve McIntyre
2018-01-31Shuffle startup order in main processSteve McIntyre
2018-01-31Tweak visualisation process startup to connect to the database laterSteve McIntyre
2016-03-24Release version 0.6v0.6Steve McIntyre
2016-03-22Add better distinction of error casesSteve McIntyre
2016-03-12Change suggested auto_import_switch command to match new worldSteve McIntyre
2016-03-12Start 0.6 development, and update boilerplateSteve McIntyre
2015-12-24Release version 0.5Steve McIntyre
2015-10-23Add a database last-modified-timeSteve McIntyre
2015-09-28Start development of v0.5Steve McIntyre
2015-09-25Preparing the v0.4 releaseSteve McIntyre
2015-09-23Cosmetic changes to logging for the main daemonSteve McIntyre
2015-09-23Call the common loglevel code in util.set_logging_level()Steve McIntyre
2015-09-23If configured, start the visualisation server tooSteve McIntyre
2015-09-07Make the core scripts executableSteve McIntyre
2015-08-07Add trunks, simple containers to track inter-switch connectionsSteve McIntyre
2015-07-31Start v0.4 developmentSteve McIntyre
2015-07-31Releasing VLANd version 0.3Steve McIntyre
2015-07-13Add startup and shutdown banners in the logfileSteve McIntyre
2015-07-13Put the daemon into UTC for sane logging timezoneSteve McIntyre
2015-04-29Fix message to match actual command line for auto-importSteve McIntyre
2015-04-01Starting real development for v0.3Steve McIntyre
2015-04-01Fix up huge numbers of pylint warningsSteve McIntyre
2015-02-12Put the time zone in the right place in log outputSteve McIntyre
2015-02-12Add the timezone for log outputSteve McIntyre
2015-02-12Print the logfile name at startupSteve McIntyre
2015-02-12Loglevel handling fixesSteve McIntyre
2015-02-12Switch to using logging() properlySteve McIntyre
2015-02-12More fixesSteve McIntyre
2015-02-12More debug cleanupsSteve McIntyre
2015-02-12Debug cleanupsSteve McIntyre
2015-01-23Add support for a shutdown call from the admin interfaceSteve McIntyre
2015-01-23Remove old debug noiseSteve McIntyre
2015-01-23Update version for current developmentSteve McIntyre
2014-12-22Setup for release 0.1Steve McIntyre
2014-12-22Fix up some pylint warnings about unneeded codeSteve McIntyre
2014-12-17Add vlan_update and vland_api callsSteve McIntyre
2014-12-17Clarify comment about util calls slightlySteve McIntyre
2014-12-17Remove dead code for nowSteve McIntyre
2014-12-17Clarify help message slightlySteve McIntyre
2014-12-17Add db_update call - APIs that only change database stateSteve McIntyre
2014-12-17Pass state to all the helper functions nowSteve McIntyre
2014-12-17Move the database connection and default_vlan_id into stateSteve McIntyre
2014-12-16Rename "query" to "db_query" in vland, so we can add "daemon_query"Steve McIntyre
2014-12-16Add a top-level state class to keep global state neaterSteve McIntyre
2014-12-16Sea change in how admin code calls the database layerSteve McIntyre
2014-12-15Cosmetic change to output textSteve McIntyre
2014-12-15Move initialisation of the default VLAN to vland mainSteve McIntyre