]> git.llucax.com Git - software/pymin.git/shortlog
software/pymin.git
2007-10-06 Fedefix host FQDN
2007-10-06 FedeBugfixes to firewall service.
2007-10-06 FedeAdd flush to iptables.sh template.
2007-10-06 FedeUpdate services.util errors to be unicode compatible.
2007-10-06 FedeBugfix and add service reload when loading pickled...
2007-10-06 Federeplaces prints with calls
2007-10-06 Fedebug fixes to proxy service
2007-10-06 Fedefix string quotation
2007-10-06 Fedesupport for proxy users auth
2007-10-06 FedeMerge ../pymin
2007-10-06 Leandro LucarellaImprove a lot error reporting and unicode/utf-8 compati...
2007-10-06 Leandro LucarellaUse common config and pickle paths in the pymind config.
2007-10-05 Leandro LucarellaAdd iptables configuration doc.
2007-10-05 Leandro LucarellaUse a handler object as the root dispatcher handler...
2007-10-04 Nicolas EmilianiSe agrega el manejo de usuarios al proxy
2007-10-04 Leandro LucarellaCreate a package named pymin with all the pymin modules.
2007-10-04 Leandro LucarellaChange "var" for "attr" where it refer to an object...
2007-10-04 Leandro LucarellaAdd a ParametersHandler to services.util.
2007-10-03 Leandro LucarellaFactored out a lot of common code.
2007-10-03 Nicolas EmilianiSe agrega el proxy.
2007-10-02 Nicolas EmilianiSe agrega el comando ip a la pymind y se corrige @handler
2007-10-02 or3st3sMerge /home/luca/pymin
2007-10-02 Nicolas EmilianiSe corrige bug que impide crear, borrar yc crear una...
2007-10-01 Nicolas EmilianiSe modifica el comando ip.
2007-10-01 Leandro LucarellaImplement firewall handler.
2007-10-01 Leandro LucarellaRename pymin daemon executable to pymind.
2007-10-01 Leandro LucarellaAdd a special \N escape sequence to represent None...
2007-10-01 Leandro LucarellaBugfix: tokens starting with escape sequences where...
2007-09-30 Leandro LucarellaFix a typo in the documentation.
2007-09-30 or3st3sSe agrega la estructura del comando IP
2007-09-29 or3st3sSe agregar el dns al manejo del dispatcher.
2007-09-29 Leandro LucarellaExport only selected symbols.
2007-09-29 Leandro LucarellaAdd support for quoted and keyword arguments to the...
2007-09-28 Leandro LucarellaAdd help messages and command listing to dispatcher...
2007-09-28 Leandro LucarellaAdd missing \n to Internal server error.
2007-09-28 Leandro LucarellaUpdate TODO (add logging).
2007-09-28 Leandro LucarellaImprove error handling.
2007-09-28 Leandro LucarellaInvert PyminDaemon constructor options and add defaults.
2007-09-28 Leandro LucarellaBugfix: handle empty lists on as_table().
2007-09-28 or3st3sMerge /home/luca/pymin
2007-09-28 Nicolas EmilianiSe Agrega la estructura del DNS
2007-09-27 Leandro LucarellaAdd more documentation to seqtools module.
2007-09-27 Leandro LucarellaUse the serializer mode to automatically serialize...
2007-09-27 Leandro LucarellaAdd a module to serialize a set of tabular data as...
2007-09-27 Leandro LucarellaAdd a module to handle unicode CSV files with multiple...
2007-09-27 Leandro LucarellaAdd an utility module for operating on sequences.
2007-09-27 Leandro LucarellaAdd LoopInterruptedError documentation.
2007-09-26 Leandro LucarellaMake Host iterable so it can be used as a sequence...
2007-09-25 Leandro LucarellaRemove old commented code.
2007-09-24 Leandro LucarellaAdd DhcpHandler.get() and HostHandler.get() to get...
2007-09-24 Leandro LucarellaUpdate TODO list.
2007-09-24 Leandro LucarellaImprove error reporting.
2007-09-24 Leandro LucarellaBugfix: close() files after use them so the changes...
2007-09-24 Leandro LucarellaAdd a simple error reporting to the protocol.
2007-09-24 Leandro LucarellaAdd a missing handler decorator to PyminDaemon test.
2007-09-24 Leandro LucarellaAdd a simple response to all commands.
2007-09-24 Leandro LucarellaAdd a decorator to mark which callables are exported...
2007-09-24 Leandro LucarellaDhcpHandler documentation and improvements.
2007-09-24 Leandro LucarellaBugfix: wrong variable usage.
2007-09-24 Leandro LucarellaAdd a LoopInterruptedError to the EventLoop.
2007-09-24 Leandro LucarellaUpdate TODO list.
2007-09-23 Leandro LucarellaImplement DhcpdHandler class.
2007-09-22 Leandro LucarellaBig repository (and source) rebump.
2007-09-20 or3st3sSe crea el repo del pymin.