Rocket/core/lib/src
Sergio Benitez 5d9035ddc1 Keep an op-log for sync 'CookieJar'.
In brief, this commit:

  * Updates to the latest upstream 'cookie', fixing a memory leak.
  * Make changes to 'CookieJar' observable only through 'pending()'.
  * Deprecates 'Client::new()' in favor of 'Client::tracked()'.
  * Makes 'dispatch()' on tracked 'Client's synchronize on cookies.
  * Makes 'Client::untracked()' actually untracked.

This commit updates to the latest 'cookie' which removes support for
'Sync' cookie jars. Instead of relying on 'cookie', this commit
implements an op-log based 'CookieJar' which internally keeps track of
changes. The API is such that changes are only observable through
specialized '_pending()' methods.
2020-10-14 21:37:16 -07:00
..
config Migrate to upstream 'uncased'. 2020-09-11 01:13:55 -07:00
data Require data limits on 'Data::open()'. 2020-08-06 02:46:04 -05:00
fairing Remove superfluous lifetimes in 'Fairing' methods. 2020-07-23 21:32:20 -07:00
local Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
request Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
response Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
router Generate a proxy structure for better namespacing. 2020-10-12 22:11:44 -07:00
catcher.rs Generate a proxy structure for better namespacing. 2020-10-12 22:11:44 -07:00
codegen.rs Add default catchers: '#[catch(default)]'. 2020-07-30 01:55:41 -07:00
error.rs Use thread-safe 'CookieJar's. 2020-08-16 02:19:45 -07:00
ext.rs Require data limits on 'Data::open()'. 2020-08-06 02:46:04 -05:00
handler.rs Add default catchers: '#[catch(default)]'. 2020-07-30 01:55:41 -07:00
lib.rs Use thread-safe 'CookieJar's. 2020-08-16 02:19:45 -07:00
logger.rs Convert core to async and add support for async routes. 2020-07-11 09:24:28 -07:00
outcome.rs Add default catchers: '#[catch(default)]'. 2020-07-30 01:55:41 -07:00
rocket.rs Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
shutdown.rs Don't use managed state to thread 'Shutdown'. 2020-07-22 19:22:32 -07:00