|
|
@41
|
4 years |
dev |
Remove fastcgi socket when terminating
|
|
|
@39
|
4 years |
dev |
Assume fastcgi when serving over Unix sockets
|
|
|
@38
|
4 years |
dev |
Provide ability to listen on unix sockets
|
|
|
@37
|
4 years |
dev |
Keep setuid/setgid syscalls in main()
|
|
|
@34
|
4 years |
dev |
Move parsing and privilege drop out of main()
|
|
|
@32
|
4 years |
dev |
Fix incorrect log messages
|
|
|
@31
|
4 years |
dev |
Reformat code with go fmt
|
|
|
@30
|
4 years |
dev |
Move configuration to a file
|
|
|
@29
|
4 years |
dev |
Add logs and a verbose mode
|
|
|
@28
|
4 years |
dev |
Provide ability to drop privileges on start
|
|
|
@27
|
4 years |
dev |
Add option to chroot into a directory on startup
|
|
|
@26
|
4 years |
dev |
Accept flags as INI file config
|
|
|
@25
|
4 years |
dev |
Actually use conf.bind
|
|
|
@24
|
4 years |
dev |
Hide true error messages
|
|
|
@23
|
4 years |
dev |
Prevent serving metadata files
|
|
|
@22
|
4 years |
dev |
Use http.Error() when appropriate
|
|
|
@21
|
4 years |
dev |
Remove useless function contenttype()
|
|
|
@20
|
4 years |
dev |
Write metadata about the file along with it
|
|
|
@19
|
4 years |
dev |
Improve error handling for writefile()
|
|
|
@16
|
4 years |
dev |
Fix /index.html URL recognition
|
|
|
@14
|
4 years |
dev |
Replace servefile() with built-in http.ServeFile()
|
|
|
@13
|
4 years |
dev |
Turn all config options into flags
|
|
|
@12
|
4 years |
dev |
Print a report page when uploading files from a form
|
|
|
@11
|
4 years |
dev |
Add templating system for pages
|
|
|
@10
|
4 years |
dev |
Remove useless call to parseForm()
|
|
|
@9
|
4 years |
dev |
Move PUT/GET handlers to their own functions
|
|
|
@8
|
4 years |
dev |
Make ifs one-line when appropriate
|
|
|
@7
|
4 years |
dev |
Add newline after URL file download
|
|
|
@6
|
4 years |
dev |
Remove HTTP method logging
|
|
|
@5
|
4 years |
dev |
Limit writing to Content-Length header
|
|
|
@4
|
4 years |
dev |
Prevent writing more data than expected
|
|
|
@3
|
4 years |
dev |
Serve files as-is for context "/f/"
|
|
|
@2
|
4 years |
dev |
Remove useless if imbrication
|
|
|
@1
|
4 years |
dev |
Provide basic GET/PUT HTTP methods
|