proxmox-backup/src
Christian Ebner 255bb86030 pxar: match_pattern: refactor MatchPattern and introduce MatchPatternSlice.
The MatchPattern impl heavily used copies and therefore was inefficient regarding
memory management.
This patch intoduces MatchPatternSlice as struct to avoid copies and perform the
same pattern matching functionality.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-12-17 11:12:34 +01:00
..
api2 api2: update for latest proxmox-api changes 2019-12-16 10:01:51 +01:00
backup src/api2/admin/datastore.rs - prune: log retention options 2019-12-14 16:32:16 +01:00
bin cipherbench: align/format output nicely 2019-12-17 08:49:34 +01:00
client drop Cancellable future in favor of abortable 2019-12-17 10:52:07 +01:00
config api/compat: remove remaining api_schema references 2019-11-21 14:53:15 +01:00
pxar pxar: match_pattern: refactor MatchPattern and introduce MatchPatternSlice. 2019-12-17 11:12:34 +01:00
server handle_static_file_download: move from and_then to await 2019-12-17 08:56:55 +01:00
storage api/compat: remove remaining api_schema references 2019-11-21 14:53:15 +01:00
tools drop Cancellable future in favor of abortable 2019-12-17 10:52:07 +01:00
api2.rs move api schema into proxmox::api crate 2019-11-21 14:14:54 +01:00
auth_helpers.rs generate authkey: public part needs to be readable by backup group 2019-12-17 10:17:03 +01:00
backup.rs src/backup/readline.rs: removed in favor of new readline impl 2019-12-06 09:03:04 +01:00
buildcfg.rs some clippy fixups 2019-09-11 12:14:05 +02:00
client.rs src/client/task_log.rs: move display_task_log into extra file 2019-12-08 11:27:15 +01:00
config.rs src/config: more style fixups 2019-08-21 14:14:26 +02:00
lib.rs use cli from proxmox::api 2019-12-02 11:56:29 +01:00
pxar.rs pxar: add fuse module and expose its pub functionality. 2019-08-09 16:45:13 +02:00
section_config.rs api/compat: remove remaining api_schema references 2019-11-21 14:53:15 +01:00
server.rs move src/api_schema/config.rs -> src/server/config.rs 2019-11-22 09:23:03 +01:00
tools.rs drop Cancellable future in favor of abortable 2019-12-17 10:52:07 +01:00