Commit Graph

  • 4e93f8c164 src/api2/types.rs: add schema/format for file names Dietmar Maurer 2019-05-15 07:14:08 +0200
  • e3dbd41b20 src/client/http_client.rs: add flow control for h2 upload Dietmar Maurer 2019-05-14 14:54:21 +0200
  • 97f22ce57d src/client/http_client.rs: implement h2 upload Dietmar Maurer 2019-05-14 12:58:59 +0200
  • dafc27aeff src/backup/chunk_stream.rs: async chunk stream Dietmar Maurer 2019-05-14 10:05:29 +0200
  • c0e22141ed src/client/http_client.rs: derive Clone for H2Client Dietmar Maurer 2019-05-14 09:00:24 +0200
  • 25e205a1d3 src/tools.rs: add mod acl to tools Christian Ebner 2019-05-13 14:50:31 +0200
  • d22096ef4b src/tools/acl.rs: impl POSIX access control list (ACL) manipulation tools Christian Ebner 2019-05-13 14:44:16 +0200
  • 1133fe9a63 src/server/rest.rs: do not log 1xx status codes as errors Dietmar Maurer 2019-05-14 06:23:22 +0200
  • 850ac6d0f0 src/client/http_client.rs: directly return H2Client on upgrade Dietmar Maurer 2019-05-13 16:44:59 +0200
  • 10130cf48c src/client/http_client.rs: cleanup, remove debug println Dietmar Maurer 2019-05-13 12:11:18 +0200
  • b57cb26406 src/client/http_client.rs: implement http2 client wrapper Dietmar Maurer 2019-05-13 10:27:22 +0200
  • 9e391bb7f0 src/client/http_client.rs: allow to pass parameters (encode them as query string) Dietmar Maurer 2019-05-13 09:12:03 +0200
  • fbb798f6d2 src/api2/admin/datastore/backup.rs: ignore errors from last_backup Dietmar Maurer 2019-05-13 07:06:56 +0200
  • d36113665b src/api2/admin/datastore/backup.rs: implement chunk index download from previous backup Dietmar Maurer 2019-05-11 16:05:50 +0200
  • 457531e7fe src/backup/index.rs: new ChunkListReader Dietmar Maurer 2019-05-11 16:01:42 +0200
  • af1d68185c src/api2/admin/datastore/backup.rs: add missing 'archive-name' parameter to schema Dietmar Maurer 2019-05-11 12:25:15 +0200
  • 6b95c7df07 src/api2/admin/datastore/backup/environment.rs: do not store path Dietmar Maurer 2019-05-11 12:13:44 +0200
  • 51a4f63ff7 src/backup/datastore.rs: move last_backup to BackupInfo Dietmar Maurer 2019-05-11 12:07:09 +0200
  • b02a52e3a5 src/backup/datastore.rs: impl last_backup helper Dietmar Maurer 2019-05-11 11:21:13 +0200
  • c09775011a src/backup/backup_info.rs: implement list_backup for BackupGroup, cleanups Dietmar Maurer 2019-05-11 10:19:34 +0200
  • f9578f3c79 backup-api: allow to create DynamicIndexWriter and add chunks to to Dietmar Maurer 2019-05-10 10:25:40 +0200
  • 35a2d8a6a6 src/backup/backup_info.rs: Derive Clone Dietmar Maurer 2019-05-10 06:59:23 +0200
  • 0506d1ed04 upload_chunk.rs: add comment about possible unnecessary code Dietmar Maurer 2019-05-10 06:15:25 +0200
  • 5f42ef009a cleanup: remove unused code Dietmar Maurer 2019-05-09 18:11:39 +0200
  • b4b63e520d handle_async_api_request: put rpcenv into a Box Dietmar Maurer 2019-05-09 18:01:24 +0200
  • 2c41096a4b src/api2/admin/datastore/backup/upload_chunk.rs: fix maximal chunk size Dietmar Maurer 2019-05-09 13:29:50 +0200
  • 78b5191550 src/server/formatter.rs: further cleanups and renaming ... Dietmar Maurer 2019-05-09 13:28:26 +0200
  • d55037e471 src/server/formatter.rs: rename format_result to format_data Dietmar Maurer 2019-05-09 13:15:15 +0200
  • 21ee7912fa src/api2/admin/datastore/backup.rs: implement upload chunk Dietmar Maurer 2019-05-09 13:06:09 +0200
  • 4ebf0eabb0 src/api2/types.rs: use separate file for schema definitions Dietmar Maurer 2019-05-09 07:44:09 +0200
  • bd1507c4fa src/api2/admin/datastore/backup/service.rs: move service code into extra file Dietmar Maurer 2019-05-08 17:36:19 +0200
  • 0aadd40b4f src/api2/admin/datastore/backup.rs: add required parameters, cleanups Dietmar Maurer 2019-05-08 13:17:23 +0200
  • d95ced64ad src/api2/admin/datastore/backup/environment.rs: use separate file Dietmar Maurer 2019-05-08 12:41:58 +0200
  • ca60c371e2 api: rename h2upload to backup Dietmar Maurer 2019-05-08 12:35:15 +0200
  • d906b1124f src/api2/admin/datastore/h2upload.rs: code cleanups Dietmar Maurer 2019-05-08 11:36:43 +0200
  • 58c8d7d91f rc/api2/admin/datastore/h2upload.rs: implement BackupEnvironment Dietmar Maurer 2019-05-08 11:26:54 +0200
  • f757b30efc src/server/rest.rs: use generics to pass RpcEnvironment Dietmar Maurer 2019-05-08 11:09:01 +0200
  • 2edc341b29 src/tools.rs: Add AsAyn Trait Dietmar Maurer 2019-05-08 11:05:38 +0200
  • 090ac9f79a src/api2/admin/datastore/h2upload.rs: avoid unwrap Dietmar Maurer 2019-05-08 08:21:18 +0200
  • 4e3da4b366 src/api2/admin/datastore/h2upload.rs: do not log client address Dietmar Maurer 2019-05-08 08:15:55 +0200
  • e3a44552ee src/api2/admin/datastore/h2upload.rs: code cleanups Dietmar Maurer 2019-05-08 08:12:49 +0200
  • a66ab8ae5e src/api2/admin/datastore/h2upload.rs: make worker abortable Dietmar Maurer 2019-05-08 07:14:40 +0200
  • 72375ce6c6 src/api2/admin/datastore/h2upload.rs: log to worker task Dietmar Maurer 2019-05-07 14:07:00 +0200
  • d9bd06eae8 src/api2/admin/datastore/h2upload.rs: use WorkerTask Dietmar Maurer 2019-05-07 13:42:00 +0200
  • 52cf506e48 src/api2/admin/datastore/h2upload.rs: implement async test api call Dietmar Maurer 2019-05-07 12:26:55 +0200
  • 92ac375aff src/api2/admin/datastore/h2upload.rs: improve http2 service Dietmar Maurer 2019-05-07 11:24:44 +0200
  • 78f7e225e4 src/server/rest.rs: make handle_(a)sync_api_request public Dietmar Maurer 2019-05-07 11:23:52 +0200
  • 75097495ad RestEnvironment: derive Clone Dietmar Maurer 2019-05-07 11:09:18 +0200
  • 01bf3b7b5f move find_method to Router class Dietmar Maurer 2019-05-07 11:08:30 +0200
  • 3578d99f3e move normalize_path to tools::normalize_uri_path Dietmar Maurer 2019-05-07 09:44:34 +0200
  • 96e95fc179 src/api2/admin/datastore/h2upload.rs: test if version < 2 Dietmar Maurer 2019-05-06 10:29:34 +0200
  • 45cdce069e src/client/http_client.rs: request password at creation time Dietmar Maurer 2019-04-30 11:44:35 +0200
  • e45afdff9c src/server/state.rs: use new BroadcastData helper Dietmar Maurer 2019-04-30 10:21:48 +0200
  • 824b5ee4ee src/tools/broadcast_future.rs: cleanup, decompose into two classes Dietmar Maurer 2019-04-30 08:40:13 +0200
  • d82ed9b0f5 tools: add AsyncMutex Wolfgang Bumiller 2019-04-29 14:16:15 +0200
  • 3a9bea3918 src/bin/h2test.rs: test h2 upgrade Dietmar Maurer 2019-04-29 11:59:18 +0200
  • cf639a47de rc/client/http_client.rs: add experimental h2 upgrade code Dietmar Maurer 2019-04-29 11:57:58 +0200
  • 5a2df00004 src/client/http_client.rs: cleanup, make login fully async Dietmar Maurer 2019-04-28 10:55:03 +0200
  • 3dceb9b304 src/tools/broadcast_future.rs: add new constructor new_oneshot() Dietmar Maurer 2019-04-27 10:56:49 +0200
  • 152764ec15 src/api2/admin/datastore/h2upload.rs: add test code for http2 Dietmar Maurer 2019-04-27 08:57:35 +0200
  • 490be29ed6 src/tools/broadcast_future.rs: new helper class Dietmar Maurer 2019-04-26 17:56:41 +0200
  • e888155712 proxy: allow .key/.pem files instead of a pkcs12/.pfx file Wolfgang Bumiller 2019-04-26 10:44:41 +0200
  • 8b7c0def84 src/tools/procfs.rs: clean up tab indentation and use whitespaces instead Christian Ebner 2019-04-24 11:49:41 +0200
  • 5e5eed5c3b use double-fork for reload Wolfgang Bumiller 2019-04-25 11:00:02 +0000
  • efd1536eb7 add a wrapper around nix::unistd::pipe2 Wolfgang Bumiller 2019-04-25 10:50:15 +0000
  • 897982e237 tools: add read/write convenience helpers Wolfgang Bumiller 2019-04-25 10:49:33 +0000
  • d98c9a7a38 use service Type=notify Wolfgang Bumiller 2019-04-25 08:38:26 +0000
  • 9c351a36c4 tools/daemon: add sd_notify wrapper Wolfgang Bumiller 2019-04-25 08:35:01 +0000
  • 30f76795fd debian/control: whitespace fixup and sorting Wolfgang Bumiller 2019-04-25 08:16:21 +0000
  • d8871f2f18 src/tools/procfs.rs: avoid useless allocations Dietmar Maurer 2019-04-24 09:35:15 +0200
  • 0283da04e6 proxmox-protocol/src/types.rs: use derive Endian Dietmar Maurer 2019-04-24 06:59:12 +0200
  • 796f8fc046 proxmox-protocol/src/protocol.rs: derive Endian for DynamicChunk Dietmar Maurer 2019-04-24 06:51:54 +0200
  • ae694f44ef src/tools/procfs.rs: add tests for read_proc_net_route() and read_proc_net_ipv6_route() Christian Ebner 2019-04-23 17:04:31 +0200
  • ec8db837fb src/tools/procfs.rs: refactor read_proc_net_route() and read_proc_net_ipv6_route() Christian Ebner 2019-04-23 17:04:30 +0200
  • eb46c3d1ec src/tools/procfs.rs: implement read_proc_net_ipv6_route() Christian Ebner 2019-04-23 12:44:56 +0200
  • 8c3c63fad0 use endian_trait arrays feature Dietmar Maurer 2019-04-23 14:23:36 +0200
  • 6358b68236 cleanup: avoid compiler warnings Dietmar Maurer 2019-04-23 12:17:24 +0200
  • e06ffb10d1 src/api_schema/router.rs: fix typo (subdira -> subdir) Dietmar Maurer 2019-04-16 12:20:17 +0200
  • 13f1cc17ea src/api_schema/router.rs: implement list_subdirs() helper Dietmar Maurer 2019-04-16 12:07:02 +0200
  • 062d4916ff api_schema: allow generic api handler functions Wolfgang Bumiller 2019-04-16 10:36:04 +0200
  • 286f0d4099 src/tools/procfs.rs: implement read_proc_net_route() Christian Ebner 2019-04-15 10:48:43 +0200
  • 1a6c9415ae src/api2/node/services.rs: add proxmox-backup-proxy service Dietmar Maurer 2019-04-15 09:48:02 +0200
  • 75bc49bed7 src/server/worker_task.rs: implement abort channel Dietmar Maurer 2019-04-15 09:38:05 +0200
  • 912524752e src/api2/admin/datastore/pxar.rs: create worker task for file upload Dietmar Maurer 2019-04-15 08:38:14 +0200
  • 1be71fb02b src/server/worker_task.rs_ do not write ERROR: prefix into task index Dietmar Maurer 2019-04-15 08:37:13 +0200
  • 418def7a78 src/server/worker_task.rs: move common code into log_result Dietmar Maurer 2019-04-15 07:49:03 +0200
  • 37b87869b5 src/server/upid.rs: check for illegal characters Dietmar Maurer 2019-04-15 07:47:51 +0200
  • d2981e2738 src/tools/procfs.rs: implement read_proc_net_dev() Christian Ebner 2019-04-12 13:21:22 +0200
  • 13abfdc57a src/tools/procfs.rs: implement read_memory_usage() Christian Ebner 2019-04-12 13:21:21 +0200
  • 3005ef48b6 src/tools/procfs.rs: Rename variable and struct to be more consistent Christian Ebner 2019-04-12 11:52:43 +0200
  • cc93bacb72 src/tools/procfs.rs: simplify read_cpuinfo() Christian Ebner 2019-04-12 11:52:42 +0200
  • 63bd6a9f5a GUI: fix borders Dietmar Maurer 2019-04-11 12:18:04 +0200
  • f2b99c34f7 src/api2/admin/datastore.rs: implement API to return last GC status Dietmar Maurer 2019-04-11 12:04:25 +0200
  • 8d76e8b773 www/DataStoreConfig.js: popup task viewer when starting GC Dietmar Maurer 2019-04-11 11:16:30 +0200
  • 59961b8954 src/server/command_socket.rs: check control socket permissions Dietmar Maurer 2019-04-11 10:51:59 +0200
  • ba70040dbf src/server/worker_task.rs: change task list sort order - latest on top Dietmar Maurer 2019-04-11 09:43:33 +0200
  • f3832b6355 tests/worker-task-abort.rs: test abort worker Dietmar Maurer 2019-04-11 08:26:52 +0200
  • d3f4c08f33 src/server/worker_task.rs: catch panics in worker threads Dietmar Maurer 2019-04-11 07:55:02 +0200
  • 620dccf1a1 tools/daemon: dup the TcpListener file descriptor Wolfgang Bumiller 2019-04-10 15:17:11 +0200
  • d96bb7f163 tools: add Fd helper Wolfgang Bumiller 2019-04-10 15:14:05 +0200