index
:
dome-key-web
master
DomeKey website
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
license-generator
/
src
Age
Commit message (
Expand
)
Author
2018-11-13
license: Add "Content-Type" to 404 response
Teddy Wing
2018-11-13
license: Get URL path without query string parameters
Teddy Wing
2018-11-13
logger: Remove query string from log line
Teddy Wing
2018-11-13
license: Render HTML 404 page from /license
Teddy Wing
2018-11-13
license: Extract response logic from `/license/download`
Teddy Wing
2018-11-13
logger: Use `REQUEST_URI` instead of `SCRIPT_NAME`
Teddy Wing
2018-11-13
license: Respond 404 if purchaser not found
Teddy Wing
2018-11-13
license: Send 400 Bad Request if requested with incorrect parameters
Teddy Wing
2018-11-13
license: Clean up comments
Teddy Wing
2018-11-13
license: Remove `unwrap`s
Teddy Wing
2018-11-13
database: Reduce connection pool size
Teddy Wing
2018-11-13
license: Combine zip response writers
Teddy Wing
2018-11-13
license: Move database query to a function
Teddy Wing
2018-11-13
license: Refuse non-POST requests
Teddy Wing
2018-11-13
licene: Set filename of license Zip file
Teddy Wing
2018-11-13
license: Replace `include_bytes!` with `include_str!` for keys
Teddy Wing
2018-11-13
license: Generate a license and send it in HTTP response
Teddy Wing
2018-11-13
license: Get purchaser from database using params
Teddy Wing
2018-11-12
Add src/bin/license.rs
Teddy Wing
2018-11-11
main(): Move logging code into its own module
Teddy Wing
2018-11-11
Add `zip::license()` to make a Zip archive of a license plist
Teddy Wing
2018-11-11
aquatic-prime.rs: Add a "usage" message
Teddy Wing
2018-11-11
Add `src/bin/aquatic-prime.rs`
Teddy Wing
2018-11-11
Rename `src/bin/license_generator.rs` to `src/bin/license-generator.rs`
Teddy Wing
2018-11-11
Move src/main.rs to src/bin/license_generator.rs
Teddy Wing
2018-11-11
Extract 403 and 405 errors to functions
Teddy Wing
2018-11-11
main(): Extract 500 errors to a function
Teddy Wing
2018-11-11
main(): Give the FastCGI closure access to the DB connection pool
Teddy Wing
2018-11-11
main(): Get a database connection pool instead of a single connection
Teddy Wing
2018-11-11
main(): Insert purchaser into datatabase (WIP)
Teddy Wing
2018-11-11
main(): Get a map of POST params
Teddy Wing
2018-11-11
main(): Log error if stdin fails to read to string
Teddy Wing
2018-11-11
main(): Add request logging
Teddy Wing
2018-11-10
main(): Respond with 403 by default
Teddy Wing
2018-11-10
main(): Set up HTTP responses
Teddy Wing
2018-11-10
paddle::verify_signature(): Extract signature from params
Teddy Wing
2018-11-10
request::verified(): Base64 decode signature from POST params
Teddy Wing
2018-11-10
main(): Make log time format more detailed
Teddy Wing
2018-11-10
main(): Write request debug output to log file
Teddy Wing
2018-11-10
paddle::verify_signature(): Remove `unwrap`s
Teddy Wing
2018-11-10
Add a helper function to verify webhook requests
Teddy Wing
2018-11-10
Parse POST params to a `BTreeMap`
Teddy Wing
2018-11-10
Add better messages on environment variable error
Teddy Wing
2018-11-09
Purchaser::insert(): Commit the transaction
Teddy Wing
2018-11-09
main(): Create a test purchaser
Teddy Wing
2018-11-09
Purchaser::new(): Generate a secret in this method
Teddy Wing
2018-11-09
Set up a file logger
Teddy Wing
2018-11-09
Add `get_database_connection()`
Teddy Wing
2018-11-09
Extract code in `lib.rs` to `errors.rs` and `purchaser.rs`
Teddy Wing
2018-11-09
Purchaser: Remove `with_secret()` function
Teddy Wing
[next]