- Apr 08, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Apr 02, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Apr 01, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Mar 31, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
allows: net.listen(ip, port) net.close(ip, port) net.list() => { addr = { port = int, udp = bool, tcp = bool }, … }
-
Marek Vavruša authored
this makes some services append-only, so the configuration can look like: modules = { cache = ‘’, hints = true, } without wiping previously-set modules
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Mar 30, 2015
-
-
Marek Vavruša authored
ifaces = net.interfaces() print(ifaces.eth0.addr[0]) print(ifaces.eth0.mac)
-
Marek Vavruša authored
lists available interfaces
-
- Mar 29, 2015
-
-
Marek Vavruša authored
example: modules.hints = ‘{“input”:”/etc/hosts”}’ .. is equal to .. modules.load(‘hints’) hints.config(‘{“input”:”/etc/hosts”}’)
-
Marek Vavruša authored
interface split to ‘map’ and ‘set’ added documentation array: added array_tail() operation
-
- Mar 28, 2015
-
-
Marek Vavruša authored
-
- Mar 27, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
The engine is responsible for central managemento of resources and work distribution. This allows to spawn multiple loops. The engine configuration / interface is based on Lua 5.1-5.2, including a RPC and a simple CLI interface. This is going to be the core of configuration later on.
-
Marek Vavruša authored
-