]> git.ipfire.org Git - zone-sync.git/shortlog
zone-sync.git
11 days ago  Michael Tremermain: Add the option to run multiple zones at the same... master
13 days ago  Michael Tremerconfigure: Bump version to 0.0.2
13 days ago  Michael TremerMakefile: Add a helper command to upload a release...
13 days ago  Michael Tremermain: Unconditionally dump the zone 0.0.1
13 days ago  Michael Tremermain: Add a --quiet flag for less logging
13 days ago  Michael Tremermain: Use a more sensible default path
2026-05-19  Michael Tremerjenkins: Don't fail if the static analyzer didn't find...
2026-05-19  Michael Tremerjenkins: Disable Fedora
2026-05-19  Michael TremerRevert "configure: Search for bind headers in /usr...
2026-05-19  Michael TremerRevert "configure: Go back to C11"
2026-05-19  Michael Tremerconfigure: Go back to C11
2026-05-18  Michael Tremermain: Add help text
2026-05-18  Michael Tremerconfigure: Search for bind headers in /usr/include...
2026-05-18  Michael Tremermain: Be less verbose when logging
2026-05-18  Michael Tremermain: Don't double-free the transport
2026-05-18  Michael Tremermain: Don't try to shutdown the event loop if it does...
2026-05-18  Michael Tremermain: Store the XFR object with the zone context and...
2026-05-18  Michael Tremermain: Fetch the zone context on cleanup
2026-05-18  Michael Tremermain: Create a little context for each zone
2026-05-18  Michael Tremermain: Decrement the counter of running zones again
2026-05-18  Michael Tremermain: Shut down if no zone transfers were ever started
2026-05-18  Michael Tremermain: Set error code on error
2026-05-18  Michael Tremermain: Call zone_done() when the XFR could not be started
2026-05-18  Michael Tremermain: Create a global error code that we can return
2026-05-18  Michael Tremermain: Cleanup the zone if we could not load it
2026-05-18  Michael Tremerjenkins: Use the correct package name for liburcu on...
2026-05-18  Michael Tremermain: It is actually 2026
2026-05-18  Michael Tremerjenkins: Fedora does not have liburcu
2026-05-18  Michael Tremerjenkins: Don't fail if we could not upload any test...
2026-05-18  Michael Tremerjenkins: Install liburcu development files
2026-05-18  Michael Tremerjenkins: Install OpenSSL
2026-05-18  Michael Tremermain: Use the correct formatter for the serial
2026-05-18  Michael Tremermain: logger: Check formatting arguments
2026-05-18  Michael Tremerjenkins: Explicitely install libuv development files
2026-05-18  Michael Tremerjenkins: Install autoconf-archive on all distributions
2026-05-18  Michael Tremerjenkins: Initial file
2026-05-18  Michael Tremermain: Use a reasonable debug level
2026-05-18  Michael Tremermain: Set the correct path for the journal file
2026-05-11  Michael Tremermain: Add a --secure flag instead of letting users...
2026-05-11  Michael Tremermain: Configure the TLS transport
2026-05-11  Michael Tremermain: Include zone name in log messages after transfer
2026-05-11  Michael Tremermain: Don't go crazy on the debug log level
2026-05-11  Michael Tremermain: Enable debug logging only when requested
2026-05-11  Michael Tremermain: Fix the logger from crashing
2026-05-11  Michael Tremermain: Choose the correct port to connect to
2026-05-11  Michael Tremermain: Allow the user to choose the transport type
2026-05-11  Michael Tremermain: Correctly pass error code if the CLI parsing...
2026-05-11  Michael Tremermain: Create the source address struct once at startup
2026-05-11  Michael Tremermain: Take and resolve the primary IP address
2026-05-11  Michael Tremermain: Add a convenience function to parse dns_name_t...
2026-05-11  Michael Tremermain: Re-use the same cleanup handler on error
2026-05-11  Michael Tremermain: Add a counter to terminate the event loop
2026-05-11  Michael Tremermain: Build out fetching zone data
2026-05-11  Michael Tremermain: Setup logging from the libraries
2026-05-11  Michael Tremermain: Make the context static
2026-05-11  Michael Tremermain: Add a path where to store the zones
2026-05-11  Michael Tremermain: Store and process all zones
2026-05-11  Michael Tremermain: Create a new network manager
2026-05-11  Michael Tremermain: Create an event loop and launch it
2026-05-11  Michael Tremermain: Create a basic logger
2026-05-11  Michael Tremermain: Allocate a memory context
2026-05-11  Michael Tremerconfigure: Link against libdns and libisc
2026-05-10  Michael Tremermain: Add a very basic command line parser
2026-05-10  Michael TremerInitial commit