squishy

Mon, 04 Jan 2016 17:03:19 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 04 Jan 2016 17:03:19 +0000
changeset 18
8050134f35b3
parent 11
38b1768e3c43
permissions
-rw-r--r--

clients: Include request in the new-client event

11
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 Main "main.lua"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 Output "mjpegproxy.bin"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 Option "executable"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 Module "clients"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 Module "eventstreams"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9 Module "net.server"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
10 Module "net.server_event"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
11 Module "net.server_select"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
12
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
13 Module "net.http"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
14 Module "net.http.codes"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
15 Module "net.http.parser"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
16 Module "net.http.server"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
17
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
18 Module "util.events"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
19 Module "util.hex"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
20 Module "util.http"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
21 Module "util.logger"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
22 Module "util.random"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
23 Module "util.timer"
38b1768e3c43 Add Makefile and associated build scripts
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
24 Module "util.uuid"

mercurial