2022-06-21 14:23 | Use C++ <cname> headers in a few more places. | Frederic Cambus | 3 | +6 | -6 |
2022-02-25 15:53 | Remove useless backslashes in usage(). | Frederic Cambus | 1 | +4 | -4 |
2022-02-10 15:35 | Remove unneeded <err.h> include. | Frederic Cambus | 1 | +1 | -2 |
2022-02-10 15:34 | Bump copyright year to 2022. | Frederic Cambus | 8 | +9 | -9 |
2021-11-16 11:20 | StatZone 1.1.1 release. | Frederic Cambus | 6 | +7 | -7 |
2021-11-16 11:18 | Update ChangeLog. | Frederic Cambus | 1 | +13 | -0 |
2021-11-16 10:36 | Switch to using getline(3) instead of fgets(3). | Frederic Cambus | 2 | +7 | -6 |
2021-10-18 17:43 | Remove Travis CI configuration, travis-ci.org has been shutdown. | Frederic Cambus | 1 | +0 | -44 |
2021-10-18 17:27 | Remove dependency on uthash, it is not used anymore. | Frederic Cambus | 2 | +0 | -6 |
2021-10-18 14:07 | Use CMAKE_CXX_STANDARD instead of hardcoding compiler flags. | Frederic Cambus | 1 | +7 | -3 |
2021-09-20 13:07 | Add missing final dot for license information lines. | Frederic Cambus | 6 | +6 | -6 |
2021-09-20 08:51 | Add SPDX short license identifier in source file. | Frederic Cambus | 6 | +12 | -0 |
2021-08-08 10:35 | Update the arpa.zone copy used for testing. | Frederic Cambus | 1 | +29 | -37 |
2021-08-08 10:29 | Remove code to get zone file size, it's unused. | Frederic Cambus | 1 | +0 | -9 |
2021-04-04 14:04 | Fix erroneous comment about timer value in summary(). | Frederic Cambus | 1 | +1 | -1 |
2021-04-04 09:41 | Formatting fixes in CMakeLists.txt. | Frederic Cambus | 1 | +4 | -5 |
2021-04-03 11:37 | Switch to using nullptr instead of NULL. | Frederic Cambus | 1 | +9 | -9 |
2021-04-01 15:56 | StatZone 1.1.0 release. | Frederic Cambus | 7 | +8 | -8 |
2021-04-01 15:54 | Update ChangeLog. | Frederic Cambus | 1 | +20 | -0 |
2021-03-31 12:41 | Bump CMake minimum required version to 2.8.12. | Frederic Cambus | 1 | +1 | -1 |
2021-03-31 12:36 | Remove pledge() support and get rid of the compat directory entirely. | Frederic Cambus | 6 | +6 | -39 |
2021-03-30 19:59 | Remove now unneeded <inttypes.h> include. | Frederic Cambus | 1 | +0 | -1 |
2021-03-30 19:45 | Add a signal handler for SIGINFO, wrapping summary(). | Frederic Cambus | 1 | +10 | -2 |
2021-03-30 19:35 | Stop defining _GNU_SOURCE in CMakeLists.txt, it's not needed anymore. | Frederic Cambus | 1 | +1 | -1 |
2021-03-30 19:21 | Add -std=c++11 in CMakeLists.txt, StatZone requires C++11. | Frederic Cambus | 1 | +1 | -1 |
2021-03-30 19:16 | Use std::basic_string::compare instead of strncmp(3). | Frederic Cambus | 1 | +2 | -4 |
2021-03-30 18:14 | Remove a couple of now unneeded C headers. | Frederic Cambus | 1 | +0 | -2 |
2021-03-30 18:12 | Remove now unused error() function. | Frederic Cambus | 1 | +0 | -6 |
2021-03-30 18:11 | Start using std::string for domain and previous_domain. | Frederic Cambus | 1 | +7 | -11 |
2021-03-30 18:07 | Rename #include guards in all header files. | Frederic Cambus | 4 | +15 | -15 |
2021-03-30 18:04 | Rename all header files to use the .hpp extension. | Frederic Cambus | 8 | +12 | -12 |
2021-03-30 17:38 | Use iostream to output CSV values. | Frederic Cambus | 1 | +10 | -11 |
2021-03-30 17:36 | Remove now unneeded CLOCK_MONOTONIC fallback macro in compat header. | Frederic Cambus | 1 | +0 | -5 |
2021-03-30 17:35 | Remove now unneeded timespecsub macro in compat header. | Frederic Cambus | 1 | +0 | -12 |
2021-03-30 17:33 | Use std::chrono to calculate elapsed time in summary(). | Frederic Cambus | 1 | +8 | -9 |
2021-03-30 17:28 | Remove uthash mention in the README, it is not used anymore. | Frederic Cambus | 1 | +1 | -1 |
2021-03-30 17:28 | Do not check for uthash anymore in CMakeLists.txt. | Frederic Cambus | 1 | +0 | -4 |
2021-03-30 17:28 | Remove the now unneeded domain struct and remove uthash include. | Frederic Cambus | 1 | +0 | -7 |
2021-03-30 17:23 | Use std::unordered_set instead of uthash to count unique strings. | Frederic Cambus | 1 | +11 | -33 |
2021-03-30 17:11 | Rename files to .cpp, and build statzone as a C++ project. | Frederic Cambus | 4 | +5 | -5 |
2021-02-15 12:31 | Preemptively remove Travis-CI bages, as service will be shutdown. | Frederic Cambus | 1 | +4 | -8 |
2021-02-15 11:42 | Add missing periods when displaying options in usage(), sync README. | Frederic Cambus | 2 | +5 | -5 |
2021-02-12 20:24 | Remove "USAGE:" prefix when displaying usage information. | Frederic Cambus | 1 | +1 | -1 |
2021-02-12 20:13 | Get rid of a forgotten camelCase occurrence. | Frederic Cambus | 1 | +7 | -7 |
2021-02-08 20:25 | Switch the link to Internic FTP site to HTTPS. | Frederic Cambus | 1 | +1 | -1 |
2021-02-08 20:22 | Fix link to Internic FTP site for .arpa zone files. | Frederic Cambus | 1 | +1 | -1 |
2021-02-08 20:14 | StatZone 1.0.5 release. | Frederic Cambus | 7 | +8 | -8 |
2021-02-08 20:12 | Update ChangeLog. | Frederic Cambus | 1 | +16 | -0 |
2021-02-08 18:42 | Move some variable declaration down. | Frederic Cambus | 1 | +2 | -2 |
2021-02-08 18:12 | Formatting fixes: add some blank lines for better spacing. | Frederic Cambus | 1 | +2 | -0 |
2021-02-08 17:21 | Formatting fixes: tabs vs spaces in the README.md. | Frederic Cambus | 1 | +7 | -7 |
2021-02-08 17:16 | Fix typo in variable name: 'intput' -> 'input'. | Frederic Cambus | 1 | +4 | -4 |
2021-02-08 16:35 | Stop forcing FORTIFY_SOURCE=2, it should be package builders decision. | Frederic Cambus | 1 | +0 | -1 |
2021-02-08 16:24 | Bump copyright year to 2021 in CMakeLists.txt. | Frederic Cambus | 1 | +1 | -1 |
2021-02-08 16:04 | Rename struct timespec 'end' to 'current', to reflect reality. | Frederic Cambus | 1 | +3 | -3 |
2021-02-08 16:01 | Formatting fixes: extraneous whitespace. | Frederic Cambus | 1 | +2 | -2 |
2021-02-08 15:58 | Rename the my_struct struct to domain. | Frederic Cambus | 1 | +5 | -5 |
2021-02-08 15:45 | Free previous_domain to appease Clang's static analyzer. | Frederic Cambus | 1 | +1 | -0 |
2021-02-08 15:45 | Group and initialize uthash struct declarations. | Frederic Cambus | 1 | +2 | -4 |
2021-02-08 14:34 | Check strdup() return value and error out on failed allocations. | Frederic Cambus | 1 | +9 | -0 |
2021-02-08 14:25 | Check malloc() return value and error out on failed allocations. | Frederic Cambus | 1 | +6 | -0 |
2021-02-08 14:25 | Add an error() function to wrap errx() calls. | Frederic Cambus | 1 | +6 | -0 |
2021-02-08 14:16 | Refactor the domain comparison checks, allows removing strdup("") call. | Frederic Cambus | 1 | +3 | -4 |
2021-02-08 13:56 | Reorder and reformat variables declaration. | Frederic Cambus | 1 | +6 | -13 |
2021-02-08 13:44 | Rename a few variables to get rid of all camelCase occurences. | Frederic Cambus | 1 | +27 | -27 |
2021-02-08 13:27 | Remove useless braces. | Frederic Cambus | 1 | +2 | -4 |
2021-02-08 13:22 | Refactor things to check earlier on if *lineBuffer is not NUL. | Frederic Cambus | 1 | +61 | -60 |
2021-02-08 10:36 | Remove dead increments for argc and argv. | Frederic Cambus | 1 | +0 | -3 |
2021-02-08 10:28 | Get rid of most global variables, move all declarations to main(). | Frederic Cambus | 1 | +23 | -24 |
2021-02-08 09:43 | Try to harmonize usage information everywhere. | Frederic Cambus | 3 | +9 | -9 |
2021-02-08 09:41 | Rename displayUsage() and displaySummary() to usage() and summary(). | Frederic Cambus | 1 | +7 | -7 |
2021-02-08 09:23 | Remove hardcoded program name in the manual page. | Frederic Cambus | 1 | +1 | -1 |
2021-02-08 09:22 | Bump copyright year to 2021. | Frederic Cambus | 7 | +8 | -8 |
2021-01-28 15:48 | Add a new workflow to perform CodeQL Analysis (GitHub Actions). | Frederic Cambus | 1 | +27 | -0 |
2021-01-28 15:47 | Do not install build artefacts and reformat slightly (GitHub Actions). | Frederic Cambus | 1 | +3 | -1 |
2021-01-28 15:30 | Add a step to checkout the repository (GitHub Actions). | Frederic Cambus | 1 | +2 | -0 |
2021-01-28 15:26 | Add initial GitHub Actions configuration file. | Frederic Cambus | 1 | +23 | -0 |
2020-11-16 21:48 | Do not override CMAKE_C_FLAGS_RELEASE when enabling FORTIFY_SOURCE. | Frederic Cambus | 1 | +1 | -1 |
2020-11-16 13:02 | Add the ppc64le architecture to the build matrix (Travis CI). | Frederic Cambus | 1 | +3 | -0 |
2020-10-24 10:10 | Only enable FORTIFY_SOURCE level 2 for release builds. | Frederic Cambus | 1 | +2 | -1 |
2020-10-24 10:06 | Do not hardcode CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt. | Frederic Cambus | 1 | +1 | -2 |
2020-10-19 15:06 | StatZone 1.0.4 release. | Frederic Cambus | 7 | +8 | -8 |
2020-10-19 15:02 | Update ChangeLog. | Frederic Cambus | 1 | +11 | -0 |
2020-10-10 19:03 | Enable FORTIFY_SOURCE level 2. | Frederic Cambus | 1 | +1 | -1 |
2020-10-10 19:03 | Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt. | Frederic Cambus | 1 | +2 | -1 |
2020-10-08 16:56 | Make displayUsage() and displaySummary() static. | Frederic Cambus | 1 | +2 | -2 |
2020-09-17 15:51 | Improve experimental seccomp support mention in the README. | Frederic Cambus | 1 | +4 | -2 |
2020-09-17 09:23 | Update error message to use seccomp architecture names. | Frederic Cambus | 1 | +1 | -1 |
2020-09-17 09:23 | Add support for seccomp on arm. | Frederic Cambus | 1 | +3 | -1 |
2020-07-06 15:16 | StatZone 1.0.3 release. | Frederic Cambus | 7 | +8 | -8 |
2020-07-06 15:14 | Update ChangeLog. | Frederic Cambus | 1 | +9 | -0 |
2020-06-25 12:57 | Use __NR_ instead of SYS_ prefix in #if defined checks. | Frederic Cambus | 1 | +3 | -3 |
2020-06-24 18:10 | Add seccomp support on i386, tested on glibc and musl. | Frederic Cambus | 1 | +9 | -3 |
2020-06-23 18:58 | Validate architectures for seccomp. | Frederic Cambus | 1 | +15 | -1 |
2020-06-12 07:37 | Remove some unneeded seccomp related includes. | Frederic Cambus | 1 | +1 | -4 |
2020-06-10 17:29 | StatZone 1.0.2 release. | Frederic Cambus | 7 | +9 | -9 |
2020-06-10 16:04 | Update ChangeLog. | Frederic Cambus | 1 | +16 | -0 |
2020-06-10 14:37 | Remove now useless runtime member from the results structure. | Frederic Cambus | 1 | +0 | -1 |
2020-06-10 14:36 | Do not use intermediate variable to calculate elapsed time. | Frederic Cambus | 1 | +2 | -3 |
2020-06-10 14:31 | Add a signal handler for SIGINFO, to display progression on supported platforms. | Frederic Cambus | 1 | +5 | -0 |
2020-06-10 14:26 | Move elapsed time calculation in the displaySummary() function. | Frederic Cambus | 1 | +7 | -6 |
2020-06-10 14:19 | Introduce the displaySummary() function, and use it to print summary. | Frederic Cambus | 1 | +9 | -2 |
2020-06-09 20:11 | No need to set HAVE_SECCOMP to 1, defining it is enough. | Frederic Cambus | 1 | +2 | -2 |
2020-06-09 19:57 | Allow the openat and write syscalls, they are used on glibc systems. | Frederic Cambus | 1 | +3 | -3 |
2020-06-09 13:08 | Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files. | Frederic Cambus | 2 | +2 | -4 |
2020-05-25 15:46 | Remove unneeded <sys/select.h> include. | Frederic Cambus | 1 | +0 | -1 |
2020-05-23 09:33 | Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available. | Frederic Cambus | 1 | +5 | -0 |
2020-03-30 08:01 | StatZone 1.0.1 release. | Frederic Cambus | 7 | +8 | -8 |
2020-03-30 07:57 | Update ChangeLog. | Frederic Cambus | 1 | +10 | -0 |
2020-03-23 17:30 | Mention that seccomp is currently only optional on Linux. | Frederic Cambus | 1 | +2 | -2 |
2020-03-23 17:27 | Lint the manual page, add missing paragraph break macros. | Frederic Cambus | 1 | +3 | -3 |
2020-03-23 17:26 | Improve program description in README and in the man page. | Frederic Cambus | 2 | +8 | -0 |
2020-03-23 17:20 | Add a test case, using the arpa.zone. | Frederic Cambus | 2 | +165 | -0 |
2020-03-23 17:19 | Add install target for man page. | Frederic Cambus | 1 | +2 | -1 |
2020-03-22 15:25 | StatZone 1.0.0 release. | Frederic Cambus | 6 | +8 | -5 |
2020-03-22 15:20 | Add a manual page. | Frederic Cambus | 1 | +59 | -0 |
2020-03-16 12:46 | Remove whitspace around commas when outputting CSV values. | Frederic Cambus | 1 | +9 | -9 |
2020-02-14 10:31 | Actually emit comma separated values, and not semicolon separated values. | Frederic Cambus | 1 | +9 | -9 |
2020-02-14 10:31 | Bump copyright year to 2020. | Frederic Cambus | 7 | +7 | -7 |
2020-02-14 10:27 | Remove TODO. | Frederic Cambus | 1 | +0 | -2 |
2020-02-13 20:42 | Remove items dating back from the Go version in TODO. | Frederic Cambus | 1 | +0 | -5 |
2019-12-26 14:37 | Use OpenBSD style(9) for function prototypes and declarations. | Frederic Cambus | 2 | +6 | -3 |
2019-12-23 13:53 | Use EXIT_FAILURE when exiting due to pledge violations. | Frederic Cambus | 1 | +2 | -2 |
2019-12-22 13:25 | Replace 'log' by 'zone' in comments and printed error messages. | Frederic Cambus | 1 | +4 | -4 |
2019-12-22 13:21 | Move printed statistics after the actual output. | Frederic Cambus | 1 | +3 | -3 |
2019-12-22 13:20 | Add missing newline when printing output data. | Frederic Cambus | 1 | +2 | -2 |
2019-11-17 22:01 | Use ${CMAKE_INSTALL_BINDIR} instead of hardcoding 'bin'. | Frederic Cambus | 1 | +1 | -1 |
2019-11-17 21:59 | Disable seccomp by default, it needs more testing on non !amd64 platforms. | Frederic Cambus | 1 | +2 | -2 |
2019-11-14 16:24 | Add ENABLE_SECCOMP build option, to allow building seccomp support conditionally. | Frederic Cambus | 1 | +16 | -10 |
2019-10-28 16:04 | Add error checking for both prctl() calls. | Frederic Cambus | 1 | +10 | -3 |
2019-10-26 17:27 | Add a note in the README about sandboxing and fuzzing. | Frederic Cambus | 1 | +4 | -0 |
2019-10-26 17:26 | Add dummy test target in CMakeLists.txt. | Frederic Cambus | 1 | +4 | -1 |
2019-10-26 17:25 | Adding missing #include guard in seccomp.h header file. | Frederic Cambus | 1 | +6 | -1 |
2019-10-26 17:23 | Define and use the STATZONE_SYSCALL_ALLOW macro to make code more readable. | Frederic Cambus | 1 | +13 | -18 |
2019-10-25 17:44 | Fix the build on aarch64 Linux, where the open() syscall does not exist. | Frederic Cambus | 1 | +6 | -1 |
2019-10-25 17:28 | Use the HAVE_SECCOMP macro to check whether or not to enable seccomp. | Frederic Cambus | 1 | +3 | -3 |
2019-10-25 17:26 | Check if system has seccomp in CMakeLists.txt. | Frederic Cambus | 1 | +11 | -1 |
2019-10-25 16:50 | Merge branch 'seccomp'. | Frederic Cambus | 2 | +62 | -1 |
2019-10-15 18:09 | Switch 'branch_pattern' to 'coverity_scan' to avoid triggering analysis for each commit (Travis CI). | Frederic Cambus | 1 | +1 | -1 |
2019-10-10 08:49 | Also add osx to the build matrix (Travis CI). | Frederic Cambus | 1 | +2 | -0 |
2019-10-10 08:28 | Add arm64 arch and a build matrix (Travis CI). | Frederic Cambus | 1 | +11 | -0 |
2019-09-28 10:29 | Add initial seccomp support to StatZone. | Frederic Cambus | 2 | +62 | -1 |
2019-08-02 08:58 | Plug memory leak, always free previousDomain before calling strdup(3). | Frederic Cambus | 1 | +4 | -1 |
2019-05-26 07:11 | Fix a typo. | Frederic Cambus | 1 | +1 | -1 |
2019-05-09 12:59 | Use EXIT_SUCCESS and EXIT_FAILURE macros for return values. | Frederic Cambus | 1 | +7 | -7 |
2019-04-12 07:25 | Run include-what-you-use and fix headers accordingly. | Frederic Cambus | 1 | +2 | -2 |
2019-04-12 07:10 | Linting. | Frederic Cambus | 2 | +13 | -13 |
2019-03-28 10:52 | Change Coverity configuration, run scans on master branch (Travis CI). | Frederic Cambus | 1 | +1 | -1 |
2019-03-27 22:30 | Remove the Go version, Statzone is now in C. | Frederic Cambus | 1 | +0 | -149 |
2019-03-27 22:25 | Do not pass NULL tokens to strchr(). | Frederic Cambus | 1 | +1 | -1 |
2019-03-27 22:18 | Make sure results.domains is greater than zero before decrementing. | Frederic Cambus | 1 | +2 | -1 |
2019-03-27 18:38 | Ensure we correctly parse rdata if the zone contains a ns domain. | Frederic Cambus | 1 | +3 | -0 |
2019-03-27 10:06 | Add a final dot when displaying elapsed time before printing results. | Frederic Cambus | 1 | +2 | -2 |
2019-03-27 10:04 | Use strdup() when adding a signed domain to the list. | Frederic Cambus | 1 | +1 | -1 |
2019-03-26 13:41 | Handle and skip comments at any position. | Frederic Cambus | 1 | +5 | -0 |
2019-03-26 13:39 | Fix A and AAAA records count, don't mistake domains as RR types. | Frederic Cambus | 1 | +2 | -2 |
2019-03-26 12:34 | Fix DS records count. | Frederic Cambus | 1 | +1 | -1 |
2019-03-26 09:10 | Update README to mention where to find more TLD zone files to test the program. | Frederic Cambus | 1 | +3 | -1 |
2019-03-26 09:09 | Add a comment showing how to generate the token for Coverity (Travis CI). | Frederic Cambus | 1 | +1 | -0 |
2019-03-25 11:33 | Update README to mention tested platforms, and reflect reality. | Frederic Cambus | 1 | +3 | -2 |
2019-03-25 11:18 | Correctly skip NSEC, NSEC3 and RRSIG records, we previously skipped domains. | Frederic Cambus | 1 | +3 | -3 |
2019-03-25 11:17 | Count parsed tokens within a processed zone file line. | Frederic Cambus | 1 | +4 | -1 |
2019-03-25 09:17 | Update TODO. | Frederic Cambus | 1 | +1 | -0 |
2019-03-25 09:15 | Update documentation: add dependencies and building sections, update usage. | Frederic Cambus | 1 | +18 | -4 |
2019-03-25 08:01 | Add Coverity Scan back to the pipeline, it's back up (Travis CI). | Frederic Cambus | 1 | +16 | -0 |
2019-02-21 07:09 | Check if domain and previousDomain lengths are different. | Frederic Cambus | 1 | +2 | -1 |
2019-02-15 12:04 | Check if rdata isn't NULL before attempting to use its value. | Frederic Cambus | 1 | +8 | -6 |
2019-01-21 18:53 | Raise _POSIX_C_SOURCE value to 200809L, for strdup() visibility on glibc systems. | Frederic Cambus | 1 | +1 | -1 |
2019-01-20 09:19 | Add .gitignore, to exclude the build directory. | Frederic Cambus | 1 | +1 | -0 |
2019-01-20 09:18 | StatZone now uses pledge(2) on systems supporting it. | Frederic Cambus | 5 | +24 | -1 |
2019-01-20 09:10 | Do not attempt to tokenize comments and directives. | Frederic Cambus | 1 | +7 | -1 |
2019-01-16 14:45 | Remove Coverity Scan from the pipeline, it's down (Travis CI). | Frederic Cambus | 1 | +0 | -16 |
2019-01-12 14:20 | Remove Coverity badge, it's down again. | Frederic Cambus | 1 | +3 | -5 |
2019-01-09 21:37 | Print results on stdout instead of stderr. | Frederic Cambus | 1 | +10 | -10 |
2019-01-09 20:54 | Count unique name servers. | Frederic Cambus | 1 | +15 | -1 |
2019-01-07 14:33 | Add the badges for real, this time. | Frederic Cambus | 1 | +2 | -0 |
2019-01-07 13:25 | Update README: remove Go mentions, and add badges for Travis CI and Coverity statuses. | Frederic Cambus | 1 | +11 | -11 |
2019-01-06 20:53 | One more try at generating a correct token for Coverity (Travis CI). | Frederic Cambus | 1 | +1 | -1 |
2019-01-06 20:45 | Update token for Coverity (Travis CI) | Frederic Cambus | 1 | +1 | -1 |
2019-01-06 20:39 | Hook Coverity Scan to the build (Travis CI). | Frederic Cambus | 1 | +16 | -0 |
2019-01-06 20:30 | Remove _XOPEN_SOURCE 700, it breaks the build on Linux. | Frederic Cambus | 1 | +1 | -2 |
2019-01-05 23:26 | HASH_COUNT returns unsigned int, so change format specifier. | Frederic Cambus | 1 | +1 | -1 |
2019-01-05 23:22 | Define _XOPEN_SOURCE 700, fixes 'strdup' implicit declaration on Linux. | Frederic Cambus | 1 | +1 | -0 |
2019-01-05 23:19 | Define _POSIX_C_SOURCE 199309L, fixes 'clock_gettime’ implicit declaration on Linux. | Frederic Cambus | 1 | +2 | -0 |
2019-01-05 23:15 | Add missing <sys/time.h> header. | Frederic Cambus | 1 | +1 | -0 |
2019-01-05 23:10 | Try to install uthash from the Git repository (Travis CI). | Frederic Cambus | 1 | +2 | -2 |
2019-01-05 22:24 | Initial Travis CI configuration file. | Frederic Cambus | 1 | +11 | -0 |
2019-01-05 22:15 | Print analysis results as CVS values. We still need to count unique NS. | Frederic Cambus | 1 | +12 | -1 |
2019-01-05 22:01 | Count unique domain names and unique IDN occurences. | Frederic Cambus | 1 | +11 | -0 |
2019-01-05 21:35 | Update TODO, we are not using Go anymore. | Frederic Cambus | 1 | +1 | -3 |
2019-01-05 20:28 | If we encounter a DS record, save the domain name in a hash table. | Frederic Cambus | 1 | +17 | -1 |
2019-01-05 20:18 | If the first token isn't NULL, save the domain name. | Frederic Cambus | 1 | +5 | -0 |
2019-01-04 14:56 | No need to use enumeration as we only have one property. | Frederic Cambus | 1 | +1 | -3 |
2019-01-04 09:02 | Hook uthash to the build, will be used to count unique strings. | Frederic Cambus | 2 | +8 | -2 |
2019-01-03 21:17 | Count number of occurences for A, AAAA, DS, and NS records. | Frederic Cambus | 1 | +16 | -0 |
2019-01-03 21:14 | Stop tokenizing a line when we encounter NSEC, NSEC3, or RRSIG records. | Frederic Cambus | 1 | +18 | -0 |
2019-01-03 21:10 | Tokenize each line of the zone file using strtok. | Frederic Cambus | 1 | +11 | -2 |
2019-01-03 11:50 | Check that *lineBuffer is not NUL. | Frederic Cambus | 1 | +1 | -1 |
2019-01-03 11:46 | Define timespecsub macro in compat.h if it doesn't exists. | Frederic Cambus | 2 | +17 | -0 |
2019-01-03 11:42 | Add an initial CMakeLists.txt, we can now build the project. | Frederic Cambus | 1 | +28 | -0 |
2019-01-03 11:41 | Add an strtolower() function, will be used to normalize RR types. | Frederic Cambus | 2 | +45 | -0 |
2019-01-03 11:34 | Initial C version, only reading the file line by line for now. | Frederic Cambus | 3 | +145 | -1 |
2017-05-20 11:49 | RR type is an encoded 16 bit value | Frederic Cambus | 1 | +2 | -2 |
2017-02-17 19:17 | StatDNS website is now HTTPS only | Frederic Cambus | 2 | +3 | -3 |
2017-02-09 12:52 | Remove all Twitter mentions | Frederic Cambus | 2 | +0 | -2 |
2017-02-07 10:14 | Whitespace fix | Frederic Cambus | 1 | +1 | -1 |
2017-02-03 11:10 | Do not display header | Frederic Cambus | 1 | +0 | -6 |
2017-02-03 11:10 | Bump copyright year | Frederic Cambus | 2 | +3 | -3 |
2017-02-03 11:10 | Use https URLs wherever possible | Frederic Cambus | 2 | +5 | -5 |
2017-02-03 11:09 | Formatting fixes | Frederic Cambus | 3 | +18 | -18 |
2016-07-18 21:12 | Relicensed under the BSD 2-Clause license | Frederic Cambus | 3 | +3 | -7 |
2016-07-18 21:11 | Removing extraneous characters | Frederic Cambus | 1 | +6 | -6 |
2016-07-18 11:50 | Remove THE REGENTS from LICENSE | Frederic Cambus | 1 | +5 | -5 |
2016-01-18 10:40 | Documentation and TODO updates | Frederic Cambus | 2 | +5 | -2 |
2016-01-18 09:41 | Updating TODO | Frederic Cambus | 1 | +5 | -2 |
2016-01-05 13:19 | Updating copyright in header + LICENSE | Frederic Cambus | 2 | +6 | -5 |
2016-01-05 13:19 | Bye bye SourceForge | Frederic Cambus | 1 | +1 | -1 |
2015-08-10 20:53 | Gofmt -w | Frederic Cambus | 1 | +2 | -2 |
2015-08-10 20:52 | Outputting name servers list + number of zones served for each name server | Frederic Cambus | 2 | +24 | -1 |
2015-08-10 20:38 | Adding TODO | Frederic Cambus | 1 | +4 | -0 |
2015-08-10 20:38 | Documentation update (requirements, installation, usage) | Frederic Cambus | 1 | +19 | -0 |
2015-08-09 11:35 | Check input parameters and show usage if no input file is specified | Frederic Cambus | 1 | +12 | -5 |
2015-08-02 21:18 | Initial commit | Frederic Cambus | 4 | +189 | -0 |