]> git.proxmox.com Git - proxmox.git/shortlog
proxmox.git
2020-09-21 Dietmar Maurerbump version to 0.4.1-1
2020-09-21 Dietmar Maurerproxmox/src/tools/email.rs: use slice instead of Vec
2020-09-19 Dietmar Maurerbump versions to proxmox 0.4.0 and proxmox-api-macro...
2020-09-19 Dominik Csapakapi-macro: replace ident hashmap with simple find
2020-09-18 Fabian Grünbichlerpermissions: introduce UserParam permission
2020-09-17 Dietmar Maurerbump version to 0.3.9, api-macro dependency to 0.2.1
2020-09-17 Dietmar Maurerbump proxmox-api-macro version to 0.2.1-1
2020-09-17 Dominik Csapakapi-macro: relax Fieldname rules
2020-09-17 Dominik Csapakapi-macro: fix broken binary ident search
2020-09-15 Fabian Grünbichlertime: add tests for gmtime range
2020-09-15 Fabian Grünbichlertime/rfc3339: add leading zeroes for years < 1000
2020-09-15 Fabian Grünbichlertime: add tests for RFC3339 corner cases
2020-09-15 Fabian Grünbichlertime: allow leap seconds when parsing RFC3339
2020-09-15 Fabian Grünbichlertime: add test for leap second parsing/converting
2020-09-14 Dietmar Maurerbump proxmox version to 0.3.8-1
2020-09-14 Dietmar Maurerremove chrono dependency and related code
2020-09-14 Dietmar Maurercheck year in epoch_to_rfc3339, new helpers strftime_lo...
2020-09-14 Dietmar Maurernew helpers epoch_i64 and epoch_f64
2020-09-13 Dietmar Maurerproxmox/src/tools/serde.rs: fix epoch_as_rfc3339 doctest
2020-09-13 Dietmar Maurerbump proxmox version to 0.3.7
2020-09-13 Dietmar Maurerfix epoch_as_rfc3339 serializer
2020-09-13 Dietmar Maurersrc/tools/serde.rs: implement epoch_as_rfc3339 serializer
2020-09-13 Dietmar Maurersrc/tools/time.rs: rename rfc_3339 to rfc3339
2020-09-13 Dietmar Maurersrc/tools/email.rs: avoid chrono dependency
2020-09-13 Dietmar Maurersrc/tools/time.rs: add parse_rfc_3339
2020-09-13 Dietmar Maurersrc/tools/time/tm_editor.rs: copied from proxmox backup
2020-09-13 Dietmar Maurerproxmox/src/tools/time.rs: add epoch_to_rfc_3339
2020-09-12 Dietmar Maurerproxmox/src/tools/time.rs: fix previous commit
2020-09-12 Dietmar Maurerbump proxmox version to 0.3.6-1
2020-09-12 Dietmar Maurerproxmox/src/tools/time.rs: add strftime bindings
2020-09-04 Dietmar Maurerbump proxmox version to 0.3.5-1
2020-09-04 Dominik Csapaktools/time: give tm struct as mut reference
2020-08-28 Wolfgang Bumillerand run rustfmt over another big chunk of code
2020-08-28 Wolfgang Bumillermore formatting fixups
2020-08-28 Wolfgang Bumillerformatting fixups
2020-08-28 Dietmar Maurerbump proxmox to 0.3.4-1
2020-08-28 Hannes Laimeremail: add small function to send multi-part emails...
2020-08-10 Wolfgang Bumillerbump proxmox to 0.3.3-1
2020-08-10 Wolfgang Bumilleradd serde forwarding convenience macros
2020-08-04 Wolfgang Bumillerclippy: use matches for if let -> bool
2020-08-04 Wolfgang Bumillerbump proxmox dep to 0.3.2-1
2020-08-04 Wolfgang Bumillertools/mod.rs: sort modules
2020-08-04 Wolfgang Bumilleradd lock_file and open_file_locked
2020-08-04 Wolfgang Bumilleradd proxmox::sys::timer module (moved from proxmox...
2020-08-03 Wolfgang Bumillermove uuid serde code to uuid.rs
2020-08-02 Dietmar Maurerbump version to 0.3.1-1
2020-08-02 Dietmar MaurerUuid: implement Serlialize/Deserialize
2020-07-29 Wolfgang Bumillerbump proxmox version to 0.3.0-1
2020-07-29 Wolfgang Bumilleradd http_bail macro
2020-07-29 Wolfgang Bumillerhttp_err macro: imply format!()
2020-07-28 Wolfgang Bumillerswitch to using mod.rs
2020-07-28 Stefan Reiterfix #2882: correctly parse optional fields from mountinfo
2020-07-23 Thomas Lamprechtbump proxmox version to 0.2.1-1
2020-07-17 Dominik Csapakproxmox/tools/byte_buffer: improve read_from example
2020-07-17 Dominik Csapakproxmox/tools/websocket: fix some clippy warnings
2020-07-17 Dominik Csapakproxmox/tools/websocket: improve error handling
2020-07-17 Dominik Csapakproxmox/tools/websocket: introduce WebSocketError and...
2020-07-16 Wolfgang Bumillerapi-macro: formatting fixups
2020-07-16 Wolfgang Bumillera lot more clippy lint fixes
2020-07-16 Wolfgang Bumillervarious clippy lint fixes
2020-07-15 Wolfgang Bumillerwebsocket feature dependency fixup
2020-07-15 Dominik Csapakproxmox/tools/websocket: add WebSocket implementation
2020-07-15 Dominik Csapakproxmox/tools/websocket: replace CallBack with a channel
2020-07-15 Dominik Csapakproxmox/tools/websocket: implement send_control_frame...
2020-07-15 Dominik Csapakproxmox/tools/websocket: improve mask_bytes and create_...
2020-07-15 Dominik Csapakproxmox/tools/websocket: use io::Error and Result expli...
2020-07-15 Dominik Csapakproxmox/tools/websocket: correctly return eof
2020-07-15 Dominik Csapakproxmox/tools/websocket: use ready macro for WebSocketW...
2020-07-15 Dominik Csapakproxmox/tools/byte_buffer: impl Default
2020-07-15 Dominik Csapakproxmox/tools/byte_buffer: improve ByteBuffer interface
2020-07-14 Wolfgang Bumillertools::common_regex: add IPRE_BRACKET
2020-07-10 Wolfgang Bumillerbump proxmox version to 0.2.0-1
2020-07-10 Wolfgang Bumillerbump api macro to 0.2.0-1
2020-07-10 Wolfgang Bumillerapi-macro: test using return schemas within return...
2020-07-10 Wolfgang Bumillerapi-macro: reference consistency
2020-07-09 Wolfgang Bumillercompletion: COMP_POINT is a codepoint count not a byte...
2020-07-07 Wolfgang Bumillercompile fixups
2020-07-07 Wolfgang Bumilleradd websocket (default-)feature, make futures optional
2020-07-07 Wolfgang Bumillermake the proxmox crate without default features again
2020-07-07 Wolfgang Bumillersome minor clippy lint cleanups
2020-07-07 Wolfgang BumillerByteBuffer: use T: AsyncRead, not AsyncReadExt
2020-07-07 Wolfgang Bumillertest cleanups
2020-07-07 Wolfgang BumillerByteBuffer: don't require Sized on Read references
2020-07-07 Wolfgang BumillerByteBuffer: actually test the doc comment code
2020-07-07 Wolfgang BumillerByteBuffer: skip the temporary Vec
2020-07-03 Dietmar Maurerbump version to 0.1.42-1
2020-07-03 Dominik Csapaksys/linux/pty: add examples and docs
2020-07-03 Dominik Csapaktools/byte_buffer: add examples and docs
2020-07-03 Dominik Csapaktools/websocket: add examples and docs
2020-07-03 Dominik Csapaktools/websocket: improve traits for WebSocketReader
2020-07-03 Dominik Csapaktools/websocket: require writer to be Unpin
2020-07-03 Dominik Csapaktools/websocket: make mask not a reference
2020-07-03 Dominik Csapaktools: add Websocket helper
2020-07-03 Dominik Csapaksys/linux: add PTY helper
2020-07-03 Dominik Csapaktools: add ByteBuffer
2020-07-01 Wolfgang Bumillercleanup: libc has 'getrandom' since 0.2.59
2020-06-26 Dietmar Maurerbump proxmox to 0.1.41-1
2020-06-26 Dominik Csapakapi/router: percent decode the components of the uri
2020-06-12 Wolfgang Bumillerbump proxmox to 0.1.40-1
2020-06-12 Wolfgang Bumillertools: add mmap helper
next