Commit Graph

10 Commits

Author SHA1 Message Date
Justus Winter e68cf3cdf2
Build Sequoia without compression support. 2019-04-24 11:30:46 +02:00
Justus Winter e1673bb102
Bump Sequoia to 0.6. 2019-04-24 11:28:59 +02:00
Neal H. Walfield 9e104a9d8c
Switch back to Sequoia git
- Needed for Sequoia's new RFC 2822 parser.
2019-04-12 14:01:57 +02:00
Justus Winter 995b83ee36
Bump Sequoia to 0.5.
- Fixes #35.
2019-03-14 17:09:40 +01:00
Justus Winter 0ac9fe32e7
Use a flock(2)-based Mutex in Filesystem::lock().
- If this proves to be too expensive, we may need to look for a
    shared-memory based synchronization mechanism.  However, no
    existing one seemed suitable.

  - Fixes #81.
2019-03-13 13:03:33 +01:00
Justus Winter d0ee484bc4
Bump parking_lot to 0.7. 2019-03-12 13:08:13 +01:00
Justus Winter b4761b0edd
Bump rand to 0.6. 2019-03-12 13:07:13 +01:00
Justus Winter 50b89a6579
Bump Sequoia. 2019-03-11 11:32:00 +01:00
Justus Winter d2f3f40cba
Normalize domains containing Unicode characters. 2019-03-07 14:31:43 +01:00
Justus Winter d5c4c74656
Move the database module to a new crate.
- This way we can share the code between multiple binaries without
    running the common tests twice.

  - Fixes #45.
2019-03-05 17:30:56 +01:00