index
:
plop
master
Framework for prototyping request-response protocols and servers
Aki
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2021-08-29
Fixed installation targets in makefile
HEAD
master
Aki
2021-08-21
Moved buffer to own set of files
Aki
2021-08-15
Exported plop state to a structure
Aki
2021-08-15
Updated makefile with standard variables
Aki
2021-08-15
Upgraded to Lua 5.4
Aki
2021-03-04
Removed old response
Aki
2021-02-24
Added target to list configurable env variables
Aki
2021-02-24
Added default HANDLER argument
Aki
2021-02-24
Readded response for this time being
Aki
2021-02-24
Started progress towards coroutine-based connection handling
Aki
2021-02-14
Separated share directory for installation purposes
Aki
2021-02-13
Moved plop to use connection instead of just request
Aki
2020-08-24
Added connection stub
Aki
2020-08-16
Removed unused http header and source file
Aki
2020-08-16
Added default script installation
Aki
2020-08-16
Added posix_c_source definition to Makefile
Aki
2020-08-16
Cleared up Makefile
Aki
2020-08-15
Split http into request and response headers
Aki
2020-07-07
Preparations to completely separate execution-related from plop itself
Aki
2020-05-15
Fixed header dependecies in makefile
Aki
2020-05-08
Added install/uninstall targets to makefile
Aki
2020-05-02
Added Lua with libraries and nothing else
Aki
2020-05-02
Fixed dependencies in makefile
Aki
2020-05-01
Moved out http-related functionality out of main file
Aki
2020-04-30
Added gitignore and actual makefile
Aki