index
:
dome-key-web
master
DomeKey website
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
license-generator
Age
Commit message (
Expand
)
Author
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
Add Makefile
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
paddle::verify_signature(): Fix signature verification
Teddy Wing
2018-11-10
paddle::verify_signature(): Make `signature` a `&[u8]`
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
paddle: Take any kind of `str` reference input, not just `&str`
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
.env.sample: Add `LOG_FILE` variable
Teddy Wing
2018-11-09
Set up a file logger
Teddy Wing
2018-11-09
Add `get_database_connection()`
Teddy Wing
2018-11-09
.env.sample: Add `DATABASE_URL` variable
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
2018-11-09
Purchaser::generate_secret(): Use a larger random number pool
Teddy Wing
2018-11-09
Purchaser: Add `generate_secret()` method
Teddy Wing
2018-11-09
Purchaser: Implement `insert()`
Teddy Wing
2018-11-09
Remove Migrant.toml
Teddy Wing
2018-11-09
Add `lib.rs`
Teddy Wing
2018-11-09
Add 'error-chain' crate
Teddy Wing
2018-11-09
Cargo: Add 'mysql' crate
Teddy Wing
2018-11-09
Add setup scripts
Teddy Wing
2018-11-09
20181109031633_create_purchasers.up.sql: Remove `DELIMITER` lines
Teddy Wing
2018-11-09
Move 'migrant' migrations to 'migrate' format
Teddy Wing
2018-11-09
.env.sample: Add `migrate` wrapper functions
Teddy Wing
2018-11-09
.env.sample: Add `migrate` function
Teddy Wing
2018-11-09
Add migrations for `purchasers` table
Teddy Wing
2018-11-09
Add database config
Teddy Wing
2018-11-08
Add lighttpd.conf
Teddy Wing
2018-11-08
aquatic-prime: Move 'base64' and 'serde_derive' crates to dev deps
Teddy Wing
2018-11-08
paddle: Require that input `Iterator`s also be `PartialOrd`
Teddy Wing
2018-11-08
verify_signature(): Add input signature argument
Teddy Wing
[prev]
[next]