]> git.proxmox.com Git - proxmox-backup.git/history - proxmox-rest-server
ui: SyncJobEdit: add second tab with group filters
[proxmox-backup.git] / proxmox-rest-server /
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-22 Wolfgang Bumillerd/control and Cargo.toml bumps
2021-11-20 Dietmar Maurerdepend on proxmox-async 0.2
2021-11-19 Dietmar Maurerproxmox-rest-server: remove pbs-tools dependency
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-11-18 Dietmar Maureruse proxmox::tools::fd::fd_change_cloexec from proxmox...
2021-11-12 Thomas Lamprechtrest: make successful-ticket auth log a debug one to...
2021-11-10 Dietmar Maurerimplement Servive for RateLimitedStream
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-21 Dominik Csapakrest-server: use hashmap for parameter errors
2021-10-13 Dietmar Maureruse complete_file_name from proxmox-router 1.1
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-08 Wolfgang Bumillerbump proxmox dependency to 0.14.0 and proxmox-http...
2021-10-08 Dominik Csapakrest-server: add cleanup_old_tasks
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-05 Dietmar Maurerproxmox-rest-server: cleanup, access api_auth using...
2021-10-02 Thomas Lamprechtrest: daemon: group systemd FFI together
2021-10-02 Thomas Lamprechtrest: daemon: sd notify: code cleanup
2021-10-02 Thomas Lamprechtrest: daemon: sd notify barrier: avoid barging in betwe...
2021-10-02 Thomas Lamprechtrest: daemon: sd notify barrier: allow caller to set...
2021-10-02 Thomas Lamprechtrest: daemon: comment why using a systemd barrier is...
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-10-01 Dietmar Maurerproxmox-rest-server: add comment why ApiService needs...
2021-10-01 Dietmar Maurerproxmox-rest-server: make check_auth async
2021-10-01 Dietmar Maurerproxmox-rest-server: fix spelling errors
2021-09-30 Dietmar Maurerproxmox-rest-server: improve ApiService docs
2021-09-30 Dietmar Maurerproxmox-rest-server: start module docs
2021-09-30 Dietmar Maurerrename CommandoSocket to CommandSocket
2021-09-30 Wolfgang Bumillerdrop fd_change_cloexec from proxmox-rest-server
2021-09-30 Dietmar Maurerproxmox-rest-server: improve docs
2021-09-30 Dietmar Maurerproxmox-rest-server: improve docs
2021-09-30 Dietmar Maurerproxmox-rest-server: cleanup FileLogger docs
2021-09-30 Dietmar Maurercleanup: move use clause to top
2021-09-30 Dietmar Maurerproxmox-rest-server: allow to catch SIGINT and SIGHUP...
2021-09-30 Dietmar Maurerproxmox-rtest-server: make Reloader and Reloadable...
2021-09-29 Dietmar Maurerproxmox-rest-server: improve logging
2021-09-29 Dietmar Maurerproxmox-rest-server: avoid useless call to request_shutdown
2021-09-29 Dietmar Maurerdaemon: simlify code (make it easier to use)
2021-09-29 Dietmar Maurercleanup: make BoxedStoreFunc private
2021-09-29 Dominik Csapakexamples: add example for a simple rest server with...
2021-09-29 Dominik Csapakrest-server: use hypers AddrIncoming for proxmox-backup-api
2021-09-28 Dietmar MaurerExtJsFormatter: use ParameterError to correctly compute...
2021-09-28 Dietmar Maurerproxmox-rest-server: cleanup formatter, improve docs
2021-09-24 Dietmar MaurerWorkerTaskContext: add shutdown_requested() and fail_on...
2021-09-24 Dietmar Maurercleanup WorkerTaskContext
2021-09-24 Dietmar Maurercleanup worker task logging
2021-09-24 Dietmar Maurerrename TaskState to WorkerTaskContext
2021-09-24 Dietmar Maurermove src/server/h2service.rs into proxmox-rest-server...
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-23 Dietmar Maureruse UPID and systemd helpers from proxmox 0.13.4
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 Maurerrest server: return UserInformation from ApiAuth::check...
2021-09-21 Dietmar Maurermake get_index and ApiConfig property (callback)
2021-09-21 Dietmar Maurermove normalize_uri_path and extract_cookie to proxmox...
2021-09-21 Dietmar Maurermove src/tools/compression.rs to proxmox-rest-server...
2021-09-21 Dietmar Maurermove src/server/formatter.rs to proxmox-rest-server...
2021-09-21 Dietmar Maurermove src/server/environment.rs to proxmox-rest-server...
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-21 Dietmar Maurerstart new proxmox-rest-server workspace