2021-11-08 10:34 | No need to have the full BSD 2-Clause license in the header. | Frederic Cambus | 1 | +5 | -22 |
2021-11-04 16:03 | Remove redundant program name in manual page. | Frederic Cambus | 1 | +2 | -2 |
2021-09-20 09:09 | Add SPDX short license identifier in source file. | Frederic Cambus | 1 | +2 | -0 |
2021-02-26 12:56 | Merge pull request #3 from jpmens/patch-1 | Frederic Cambus | 1 | +3 | -0 |
2021-02-26 12:31 | Provide requirements.txt | JP Mens | 1 | +3 | -0 |
2021-02-26 10:06 | dnc 0.2.0 release. | Frederic Cambus | 1 | +3 | -0 |
2021-02-26 10:03 | Modify example section to show results for two domains. | Frederic Cambus | 1 | +16 | -10 |
2021-02-24 20:37 | Modify synopsis in usage() and in the README to add missing switches. | Frederic Cambus | 2 | +2 | -2 |
2021-02-24 20:35 | Formatting improvements in usage(). | Frederic Cambus | 1 | +15 | -11 |
2021-02-24 17:22 | Add and populate AUTHORS file. | Frederic Cambus | 1 | +5 | -0 |
2021-02-24 17:20 | Rename script: dnc.py -> dnc. | Frederic Cambus | 1 | +0 | -0 |
2021-02-24 17:19 | Remove empty installation section from README, update usage example. | Frederic Cambus | 1 | +2 | -3 |
2021-02-24 13:47 | Populate usage section in the README. | Frederic Cambus | 1 | +12 | -0 |
2021-02-24 13:33 | Document all possible switches in the manual page and in usage(). | Frederic Cambus | 2 | +16 | -1 |
2021-02-24 11:35 | Formatting fixes. | Frederic Cambus | 1 | +6 | -4 |
2021-02-24 11:34 | Do not use bare 'except' in the query() function. | Frederic Cambus | 1 | +1 | -1 |
2021-02-24 11:21 | Linting. | Frederic Cambus | 1 | +5 | -3 |
2021-02-24 11:20 | Replace elif by if for handling the -v switch. | Frederic Cambus | 1 | +1 | -1 |
2021-02-24 11:19 | Add a -h switch to display usage information. | Frederic Cambus | 2 | +13 | -3 |
2021-02-08 13:31 | Add initial manual page. | Frederic Cambus | 1 | +49 | -0 |
2021-01-19 22:00 | Start populating the requirements section of the README. | Frederic Cambus | 1 | +8 | -0 |
2021-01-19 17:33 | Remove assigned but never used 'error' local variable. | Frederic Cambus | 1 | +1 | -1 |
2021-01-19 16:31 | Remove .gitignore, it is not useful anymore at this point. | Frederic Cambus | 1 | +0 | -1 |
2021-01-19 15:41 | Initial README update for the Python version. | Frederic Cambus | 1 | +10 | -24 |
2021-01-19 15:38 | Remove the Node.js version, dnc is now written in Python. | Frederic Cambus | 5 | +0 | -213 |
2021-01-19 14:30 | Add missing + operator for array concatenation. | Frederic Cambus | 1 | +1 | -1 |
2021-01-19 14:22 | Simplify things regarding how the domain name is displayed. | Frederic Cambus | 1 | +2 | -7 |
2021-01-19 13:52 | Also catch socket.error exceptions in the tls() function. | Frederic Cambus | 1 | +1 | -1 |
2021-01-19 13:44 | Linting. | Frederic Cambus | 1 | +7 | -6 |
2021-01-19 13:41 | Refactor things to allow specifying columns in any possible order. | Frederic Cambus | 1 | +22 | -10 |
2021-01-19 08:55 | Add a tls function to fetch certificate expiration date. | Frederic Cambus | 1 | +17 | -0 |
2021-01-19 08:51 | Add type hints for the query function. | Frederic Cambus | 1 | +2 | -2 |
2021-01-17 19:19 | Use more meaningful variable names everywhere. | Frederic Cambus | 1 | +10 | -10 |
2021-01-04 19:38 | Get rid of intermediate variables when creating rows. | Frederic Cambus | 1 | +3 | -7 |
2021-01-02 14:20 | Initial Python version, heading towards dnc 0.2.0. | Frederic Cambus | 1 | +69 | -0 |
2021-01-02 14:20 | Bump copyright year to 2021. | Frederic Cambus | 1 | +1 | -1 |
2017-02-09 12:59 | Remove all Twitter mentions | Frederic Cambus | 1 | +0 | -1 |
2017-02-07 10:43 | Whitespace fix | Frederic Cambus | 1 | +1 | -2 |
2017-02-03 11:02 | Use https URLs wherever possible | Frederic Cambus | 1 | +3 | -3 |
2017-02-03 11:01 | Update dependencies | Frederic Cambus | 1 | +39 | -37 |
2017-02-03 11:01 | Bump copyright year | Frederic Cambus | 3 | +5 | -5 |
2017-02-03 11:00 | Formatting fixes | Frederic Cambus | 1 | +4 | -4 |
2016-07-18 11:30 | Remove THE REGENTS from LICENSE | Frederic Cambus | 1 | +5 | -5 |
2016-01-05 13:48 | Updating copyright in header + LICENSE | Frederic Cambus | 3 | +9 | -7 |
2014-05-01 20:51 | Documentation update and version bump | Frederic Cambus | 4 | +8 | -6 |
2014-05-01 20:28 | Allow passing domains as arguments (Closes #1) | Frederic Cambus | 2 | +16 | -9 |
2014-02-20 23:44 | Version bump and publishing on npm | Frederic Cambus | 3 | +3 | -3 |
2014-02-20 23:41 | Removing unnecessary dependency | Frederic Cambus | 2 | +1 | -1 |
2014-02-20 23:32 | Initial Commit | Frederic Cambus | 7 | +273 | -0 |