summaryrefslogtreecommitdiffstats
path: root/glances/core/glances_server.py
AgeCommit message (Expand)Author
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-11-09GlancesXMLRPC{Server,Handler}: new-style classAlessio Sergi
2015-11-04More super() callAlessio Sergi
2015-11-03Use the new compat moduleAlessio Sergi
2015-02-23Do not use Python's built-in function names as variable namesAlessio Sergi
2015-01-18Add view (MVC speeking) for the plugins. Add API methods and Unitary test.Nicolargo
2015-01-01Add GlancesActions class. Actions are run every refresh time... It sucks...Nicolargo
2014-12-16Fix cyclic import (again)Alessio Sergi
2014-12-04Remove i18n from log messagesAlessio Sergi
2014-12-04Remove unused and duplicate import statementsAlessio Sergi
2014-11-22Make client login/password works again...Nicolargo
2014-11-04Add time sleep in the incomming loopNicolas Hennion
2014-11-04Add time sleep between server start and server announceNicolas Hennion
2014-10-28Correct issue #414Nicolas Hennion
2014-10-27Add building block for the Zroconf protocolNicolargo
2014-07-03Update log messageNicolas Hennion
2014-06-13PEP 257Alessio Sergi
2014-06-09Fix naming conventionAlessio Sergi
2014-06-09Better code organizationAlessio Sergi
2014-05-29Clean up stringsAlessio Sergi
2014-05-21Use SHA256 instead of MD5 for the network transfertNicolargo
2014-05-20Refactor the password managementNicolargo
2014-04-23Use parentheses sparingly in conditional statementsAlessio Sergi
2014-04-22CLI overhaulAlessio Sergi
2014-04-17Complete overhaul of importsAlessio Sergi
2014-04-15Remove shebang in python scripts that aren't directly executableAlessio Sergi
2014-04-13Refactor argumentsNicolas Hennion
2014-03-28Refactor getAllLimits API methodNicolas Hennion
2014-03-28Catch CTRL-C for standalone, client and server modesNicolas Hennion
2014-03-23Fix python3 in server modeAlessio Sergi
2014-03-22Monitor list also works in c/s modeNicolas Hennion
2014-03-22Correct a bug on the client/server mode for processes listNicolas Hennion
2014-03-19Add the plugins list method to the serverNicolas Hennion
2014-03-09Optimise sort for logNicolas Hennion
2014-03-01First draft for the monitoring listNicolas Hennion
2014-01-29Server is working fine / Start the standalone modeNicolas Hennion
2014-01-28All plugins work in server mode but not the getAll functionNicolas Hennion
2014-01-26Add Uptime and Now plugin. First step for processes plugins. Had to be optimezdNicolas Hennion
2014-01-22Server starts working :)Nicolas Hennion
2014-01-19Start the serverNicolas Hennion
2014-01-18Init plugins structureNicolas Hennion