]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox-backup-api.rs
Set MMAP_THRESHOLD to a fixed value (128K)
[proxmox-backup.git] / src / bin / proxmox-backup-api.rs
2022-01-26 Dietmar MaurerSet MMAP_THRESHOLD to a fixed value (128K)
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-11-12 Dietmar Maurercreate /var/lib/proxmox-bnackup at server startup
2021-10-13 Dietmar MaurerRRD_CACHE: use a OnceCell instead of lazy_static
2021-10-13 Dietmar Maurerproxmox-rrd: use a journal to reduce amount of bytes...
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-06 Dietmar Maurermove RRD code into proxmox-rrd crate
2021-10-05 Dietmar Maurerproxmox-rest-server: use new ServerAdapter trait instea...
2021-10-05 Dietmar Maurerproxmox-rest-server: pass owned RestEnvironment to...
2021-10-02 Dominik Csapakrest-server/daemon: use sd_notify_barrier for service...
2021-10-01 Dietmar Maurerproxmox-rest-server: make get_index async
2021-09-30 Dietmar Maurerrename CommandoSocket to CommandSocket
2021-09-30 Dietmar Maurerproxmox-rest-server: improve docs
2021-09-30 Dietmar Maurerproxmox-rest-server: allow to catch SIGINT and SIGHUP...
2021-09-29 Dietmar Maurerproxmox-rest-server: improve logging
2021-09-29 Dietmar Maurerremove wrong calls to systemd_notify
2021-09-29 Dietmar Maurerdaemon: simlify code (make it easier to use)
2021-09-29 Wolfgang Bumillerdrop pbs_tools::auth
2021-09-29 Dominik Csapakrest-server: use hypers AddrIncoming for proxmox-backup-api
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-23 Dietmar Maurerworker task: allow to configure path and owner/group
2021-09-21 Dietmar Maurermove src/server/rest.rs to proxmox-rest-server crate
2021-09-21 Dietmar Maurerrest server: cleanup auth-log handling
2021-09-21 Dietmar Maurermake get_index and ApiConfig property (callback)
2021-09-21 Dietmar Maurermove src/tools/daemon.rs to proxmox-rest-server workspace
2021-09-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...
2021-09-01 Wolfgang Bumillersplit proxmox-file-restore into its own crate
2021-07-19 Wolfgang Bumillermove more tools for the client into subcrates
2021-07-12 Dietmar Maurerchange tape drive lock path
2021-07-06 Wolfgang Bumillersplit out pbs-runtime module
2021-07-06 Wolfgang Bumillersplit out pbs-buildcfg module
2021-05-06 Dietmar Maurercall create_run_dir() at daemon startup
2021-04-08 Stefan Reiterserver/rest: add ApiAuth trait to make user auth generic
2021-02-19 Dietmar Maurertape: create tmp dirs early at server startup
2020-12-09 Dietmar Maurertape: add media state database
2020-11-11 Dominik Csapakdaemon: add hack for sd_notify
2020-11-02 Thomas Lamprechtserver: implement access log rotation with re-open...
2020-11-02 Thomas Lamprechtserver: write main daemon PID to run directory
2020-11-02 Thomas Lamprechtserver: use generalized commando socket for worker...
2020-10-28 Dietmar Maurermove jobstate to server
2020-10-16 Thomas Lamprechtserver/rest: implement request access log
2020-08-13 Dominik Csapakconfig: add JobState helper
2020-06-15 Dietmar Maurersrc/tools.rs: add setup_safe_path_env()
2020-05-23 Dietmar Maurerstart gathering stats using new rrd module
2020-04-29 Dominik Csapakchange index to templates using handlebars
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-20 Wolfgang Bumillerintroduce new runtime tokio helpers
2019-12-27 Dietmar Maurersrc/bin/proxmox-backup-api.rs: create cert here
2019-12-27 Wolfgang Bumillerproxy/api: await running workers before shutdown
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-11-22 Dietmar Maurermove src/api_schema/config.rs -> src/server/config.rs
2019-11-21 Wolfgang Bumillerapi/compat: drop more compat imports from api_schema.rs
2019-11-21 Dietmar Maureruse const api definitions
2019-09-09 Dietmar Maureravoid injecting ENV vars from Makefile
2019-09-02 Wolfgang Bumillerupdate to tokio 0.2.0-alpha.4
2019-09-02 Wolfgang Bumillersrc/bin/proxmox-backup-api.rs: switch to async
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-04-25 Wolfgang Bumilleruse service Type=notify
2019-04-10 Dietmar Maurerstart hyper server using with_graceful_shutdown()
2019-04-09 Dietmar Maurersrc/server/worker_task.rs: implement task control socket
2019-04-08 Dietmar Maurersrc/tools/daemon.rs: use new ServerState handler
2019-04-06 Dietmar Maurersrc/server/worker_task.rs: carefully handle file permis...
2019-03-19 Wolfgang Bumillerdaemon: simplify daemon creation
2019-03-19 Wolfgang Bumillertools: daemon: rename some structs
2019-03-18 Wolfgang Bumilleradd reload support to api daemon
2019-02-17 Dietmar Maurersrc/api_schema/router.rs: add docu for RpcEnvironmentType
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-02-16 Dietmar Maurerfix configuration dir permission
2019-02-11 Dietmar Maurerbin/proxmox-backup-api.rs: improve error handling
2019-02-01 Wolfgang Bumillerdon't hardcode /usr/share paths
2019-02-01 Wolfgang Bumillerremove useless command option from daemons
2019-01-29 Dietmar Maurerload auth keys on startup
2019-01-29 Dietmar Maurerauth_helpers.rs: split code into separate file
2019-01-29 Dietmar Maurerbin/proxmox-backup-api.rs: gererate secret for csrf...
2019-01-29 Dietmar Maurertools/ticket.rs: add basic ticket support
2019-01-28 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: implement unpriviledge...
2019-01-26 Dietmar Maureruse crate log and syslog
2019-01-22 Dietmar Maurerrename api3 back to api2
2019-01-16 Wolfgang Bumillercleanup previous commit...
2019-01-16 Wolfgang Bumillerlisten on :: instead of 0.0.0.0
2018-12-20 Dietmar Maureruse proxmox-backup as package name