1. 44fa3b7 Mention in INSTALL that tlsdate is expected to work on FreeBSD 9.2 and 11 as well by Fabian Keil · 11 years ago
  2. add3029 Mention the recent FreeBSD-specific changes in the CHANGELOG by Fabian Keil · 11 years ago
  3. bf91ea9 Use the strchrnul() replacement on FreeBSD versions that need it by Fabian Keil · 11 years ago
  4. 512283c Include <sys/stat.h> in src/util.c by Fabian Keil · 11 years ago
  5. d005260 Include <unistd.h> in src/util.h by Fabian Keil · 11 years ago
  6. 89ad6c0 Add note about servers with weak DH group parameters by Jacob Appelbaum · 11 years ago
  7. 004f6f6 remove unused code; valgrind complained about this lazy slop by Jacob Appelbaum · 11 years ago
  8. e33b895 Bump to version 0.0.7 by Jacob Appelbaum · 11 years ago
  9. 4403ac5 Add verbose change to CHANGELOG by Jacob Appelbaum · 11 years ago
  10. cc1ccee Update README to make it timeless, so to speak by Jacob Appelbaum · 11 years ago
  11. 232fa7e Add verb_debug and give -vv meaning by Jacob Appelbaum · 11 years ago
  12. d01fa98 Add tlsdated.service to Makefile by Jacob Appelbaum · 11 years ago
  13. cb88346 update CHANGELOG by Jacob Appelbaum · 11 years ago
  14. 7976210 Add /usr/lib/x86_64-linux-gnu/ to AppArmor profile\ by Jacob Appelbaum · 11 years ago
  15. 8282207 add systemd service file for tlsdated by Jacob Appelbaum · 11 years ago
  16. 7476ac8 Update .gitignore to reflect ctags/vim usage by Jacob Appelbaum · 11 years ago
  17. 8ae0ac5 Add README note about HTTP Date parsing by Jacob Appelbaum · 11 years ago
  18. 7bee41d move defines into the proper header by Jacob Appelbaum · 11 years ago
  19. bd66744 Add missing \n by Jacob Appelbaum · 11 years ago
  20. df8cbc9 Define a max length for the HTTP Date: header by Ingy döt Net · 11 years ago
  21. 8147f0a Merge pull request #121 from nmathewson/http_date by \033]2;Jacob Appelbaum\007 · 11 years ago
  22. cc1fde0 Restrict loggable date fields even harder. by Nick Mathewson · 11 years ago
  23. 32b5bda Add a changelog by Nick Mathewson · 11 years ago
  24. 6711522 Make user-agent a configuration option by Nick Mathewson · 11 years ago
  25. 0aa0bf8 Update manpage with http option by Nick Mathewson · 11 years ago
  26. f70fba4 In verbose mode, display TLS time as well as HTTPS time by Nick Mathewson · 11 years ago
  27. 9d2f77d Document magic "1900" value by Nick Mathewson · 11 years ago
  28. 2dafddc Don't log raw dates, in case they contain junk. by Nick Mathewson · 11 years ago
  29. 0c085d9 Describe what an HTTP date is by Nick Mathewson · 11 years ago
  30. fddd223 Change check for RTC to be configure based. by Nick Mathewson · 11 years ago
  31. 16ee834 Rudimentary support for HTTP Date headers by Nick Mathewson · 11 years ago
  32. cb81206 Merge pull request #119 from redpig/showtime=raw by \033]2;Jacob Appelbaum\007 · 11 years ago
  33. 97d90d0 Merge pull request #118 from elly/event-loop by \033]2;Jacob Appelbaum\007 · 11 years ago
  34. d8fc0e8 tlsdate, docs: make -V taken an optional arg to simplify showtime by Will Drewry · 11 years ago
  35. eb5bdfc tlsdate: add optional --showtime support for "raw" by Will Drewry · 11 years ago
  36. aa04c01 Refactor event loop. by elly · 11 years ago
  37. 0bd0c2d Merge pull request #117 from elly/integration-changelog by Jacob Appelbaum · 11 years ago
  38. 4012e1f Update CHANGELOG for integration tests. by elly · 11 years ago
  39. 55da3fa Merge pull request #116 from elly/integration by Jacob Appelbaum · 11 years ago
  40. 234454e Add integration testing. by elly · 11 years ago
  41. ce042c6 Merge branch 'master' of github.com:ioerror/tlsdate by Jacob Appelbaum · 11 years ago
  42. 7ba9ae2 add verbosity for privilege dropping attempt by Jacob Appelbaum · 11 years ago
  43. a2b4adc David Hill noticed that we sometimes leave &warp_time uninitalized by Jacob Appelbaum · 11 years ago
  44. 26e983f Merge pull request #114 from elly/refactor by Jacob Appelbaum · 11 years ago
  45. 691a39f Fix subprocess watching. by elly · 11 years ago
  46. 3f69a22 update policy per issue 109 by Jacob Appelbaum · 11 years ago
  47. 8182b05 Add Elly as an author by Jacob Appelbaum · 11 years ago
  48. 35ff6ce Merge pull request #110 from elly/unittest-rmrf by Jacob Appelbaum · 11 years ago
  49. ed1b336 tlsdated: remove rmrf() by elly · 11 years ago
  50. 37b1683 Fix from Paul Wouters to build by Jacob Appelbaum · 11 years ago
  51. 1ad5c83 We care about the resulting server_time_s rather than time_map being 0 by Jacob Appelbaum · 11 years ago
  52. a29d695 after a certain point time_map should not be zero by Jacob Appelbaum · 11 years ago
  53. d0f69d7 GNU/Hurd is not quite working yet by Jacob Appelbaum · 11 years ago
  54. 04ae3c2 Only emit the label count once per hostname by Jacob Appelbaum · 11 years ago
  55. e274c9b Add Debian GNU/Hurd 7.0 to supported platform list by Jacob Appelbaum · 11 years ago
  56. ebc14b2 Debian GNU/Hurd uses nobody:nogroup by Jacob Appelbaum · 11 years ago
  57. 60d725f Makefile target test_run by Jacob Appelbaum · 11 years ago
  58. 97bfb5b Move this up to a likely working port by Jacob Appelbaum · 11 years ago
  59. abdf06d Apparently the Hurd may put clock_gettime in lib rt by Jacob Appelbaum · 11 years ago
  60. 3ec8a8a Add note about Debian GNU/kFreeBSD 8.2-1-amd64 building by Jacob Appelbaum · 11 years ago
  61. ae4be31 we now build for x86_64-unknown-kfreebsd8.2-gnu by Jacob Appelbaum · 11 years ago
  62. 57fd737 For now we TARGET_OS_FREEBSD if we would also target TARGET_OS_GNUKFREEBSD by Jacob Appelbaum · 11 years ago
  63. 7358400 Add TARGET_OS_GNUKFREEBSD by Jacob Appelbaum · 11 years ago
  64. b2028d7 Add note about GNU/kFreeBSD by Jacob Appelbaum · 11 years ago
  65. 5840f8c add configure magic for GNU/kFreeBSD by Jacob Appelbaum · 11 years ago
  66. e69e044 Add GNU/Hurd configure extras for -ltr by Jacob Appelbaum · 11 years ago
  67. 6c8d235 On GNU/Hurd now use a platform specific interface by Jacob Appelbaum · 11 years ago
  68. 691d6f0 fork clock-linux.c for GNU/Hurd by Jacob Appelbaum · 11 years ago
  69. 2f7224a Add basic GNU/Hurd build support by Jacob Appelbaum · 11 years ago
  70. 9145ac5 Remove unused Makefile by Jacob Appelbaum · 11 years ago
  71. d691835 Fix Linux builds by Jacob Appelbaum · 11 years ago
  72. 6321835 Start MinGW support by Jacob Appelbaum · 11 years ago
  73. ed10f49 Make ax_platform consistent in naming of targets by Jacob Appelbaum · 11 years ago
  74. 0fa6000 Fixup windows build target for mingw by Jacob Appelbaum · 11 years ago
  75. b5bcf76 Allow for generic builds when we do not explicitly support the OS by Jacob Appelbaum · 11 years ago
  76. 4c596eb Update OS support list in INSTALL by Jacob Appelbaum · 11 years ago
  77. f0f17b9 Add build support for Haiku and perhaps BeOS; needs testing by Jacob Appelbaum · 11 years ago
  78. e413b7d Add note on current state of affairs for Windows in HARDENING by Jacob Appelbaum · 11 years ago
  79. 9478d57 Why not support a port to Minix, we support Windows... by Jacob Appelbaum · 11 years ago
  80. 455a90c Add support for building with Cygwin CYGWIN_NT-6.1 1.7.18(0.263/5/3) by Jacob Appelbaum · 11 years ago
  81. 27895e1 Add TARGET_CYGWIN to ax_platform by Jacob Appelbaum · 11 years ago
  82. 0fc6257 move tlsdated into sbin; per Paul Wouter's request by Jacob Appelbaum · 11 years ago
  83. 1d55e9b Update location for tlsdated man page by Jacob Appelbaum · 11 years ago
  84. f7a1d56 Paul Wouters suggests tlsdated.1 belongs in .8 by Jacob Appelbaum · 11 years ago
  85. 7a33632 Update the README to use the current git tip by Jacob Appelbaum · 11 years ago
  86. 6d57ace move note to INSTALL by Jacob Appelbaum · 11 years ago
  87. be0d8e4 Lets integrate an image that shows build status by Jacob Appelbaum · 11 years ago
  88. 1f379d4 Add note on hardening by Jacob Appelbaum · 11 years ago
  89. c68c5dc Add libtool to .travis.yml by Jacob Appelbaum · 11 years ago
  90. d2f78d7 I do not actually support jails but political language is complicated by technical details by Jacob Appelbaum · 11 years ago
  91. b53ea90 Add first draft of notes on how we harden and how we plan to evolve by Jacob Appelbaum · 11 years ago
  92. 578869a Add note about GNU/Hurd desired support by Jacob Appelbaum · 11 years ago
  93. 6512bff Add another obscure platform by Jacob Appelbaum · 11 years ago
  94. d8b0101 Add note in INSTALL about a wishlist item by Jacob Appelbaum · 11 years ago
  95. 72940d7 Add note about new DragonFly BSD build support; tests pass - users needed for real testing by Jacob Appelbaum · 11 years ago
  96. 88266c5 Finish port of tlsdate to DragonFly BSD; tested on 3.3-DEVELOPMENT by Jacob Appelbaum · 11 years ago
  97. e74d26c give DragonFly BSD the sacred timespec by Jacob Appelbaum · 11 years ago
  98. b8cdc77 Add some TARGET_DRAGONFLYBSD goo to automake by Jacob Appelbaum · 11 years ago
  99. 4c0adb0 Update .travis.yml to reflect correct packages by Jacob Appelbaum · 11 years ago
  100. 08b3ae6 Merge branch 'master' of github.com:ioerror/tlsdate by Jacob Appelbaum · 11 years ago