1. 2f7224a Add basic GNU/Hurd build support by Jacob Appelbaum · 11 years ago
  2. 9145ac5 Remove unused Makefile by Jacob Appelbaum · 11 years ago
  3. d691835 Fix Linux builds by Jacob Appelbaum · 11 years ago
  4. 6321835 Start MinGW support by Jacob Appelbaum · 11 years ago
  5. ed10f49 Make ax_platform consistent in naming of targets by Jacob Appelbaum · 11 years ago
  6. 0fa6000 Fixup windows build target for mingw by Jacob Appelbaum · 11 years ago
  7. b5bcf76 Allow for generic builds when we do not explicitly support the OS by Jacob Appelbaum · 11 years ago
  8. 4c596eb Update OS support list in INSTALL by Jacob Appelbaum · 11 years ago
  9. f0f17b9 Add build support for Haiku and perhaps BeOS; needs testing by Jacob Appelbaum · 11 years ago
  10. e413b7d Add note on current state of affairs for Windows in HARDENING by Jacob Appelbaum · 11 years ago
  11. 9478d57 Why not support a port to Minix, we support Windows... by Jacob Appelbaum · 11 years ago
  12. 455a90c Add support for building with Cygwin CYGWIN_NT-6.1 1.7.18(0.263/5/3) by Jacob Appelbaum · 11 years ago
  13. 27895e1 Add TARGET_CYGWIN to ax_platform by Jacob Appelbaum · 11 years ago
  14. 0fc6257 move tlsdated into sbin; per Paul Wouter's request by Jacob Appelbaum · 11 years ago
  15. 1d55e9b Update location for tlsdated man page by Jacob Appelbaum · 11 years ago
  16. f7a1d56 Paul Wouters suggests tlsdated.1 belongs in .8 by Jacob Appelbaum · 11 years ago
  17. 7a33632 Update the README to use the current git tip by Jacob Appelbaum · 11 years ago
  18. 6d57ace move note to INSTALL by Jacob Appelbaum · 11 years ago
  19. be0d8e4 Lets integrate an image that shows build status by Jacob Appelbaum · 11 years ago
  20. 1f379d4 Add note on hardening by Jacob Appelbaum · 11 years ago
  21. c68c5dc Add libtool to .travis.yml by Jacob Appelbaum · 11 years ago
  22. d2f78d7 I do not actually support jails but political language is complicated by technical details by Jacob Appelbaum · 11 years ago
  23. b53ea90 Add first draft of notes on how we harden and how we plan to evolve by Jacob Appelbaum · 11 years ago
  24. 578869a Add note about GNU/Hurd desired support by Jacob Appelbaum · 11 years ago
  25. 6512bff Add another obscure platform by Jacob Appelbaum · 11 years ago
  26. d8b0101 Add note in INSTALL about a wishlist item by Jacob Appelbaum · 11 years ago
  27. 72940d7 Add note about new DragonFly BSD build support; tests pass - users needed for real testing by Jacob Appelbaum · 11 years ago
  28. 88266c5 Finish port of tlsdate to DragonFly BSD; tested on 3.3-DEVELOPMENT by Jacob Appelbaum · 11 years ago
  29. e74d26c give DragonFly BSD the sacred timespec by Jacob Appelbaum · 11 years ago
  30. b8cdc77 Add some TARGET_DRAGONFLYBSD goo to automake by Jacob Appelbaum · 11 years ago
  31. 4c0adb0 Update .travis.yml to reflect correct packages by Jacob Appelbaum · 11 years ago
  32. 08b3ae6 Merge branch 'master' of github.com:ioerror/tlsdate by Jacob Appelbaum · 11 years ago
  33. bddd9e8 Add DragonFly BSD in configure.ac by Jacob Appelbaum · 11 years ago
  34. cb5fa1c This allows us to generate Makefiles on DragonFly BSD by Jacob Appelbaum · 11 years ago
  35. 556353e Begin DragonFly BSD porting effort by Jacob Appelbaum · 11 years ago
  36. bc044ef Update .travis.yml packages by Jacob Appelbaum · 11 years ago
  37. 1eb63c3 Merge pull request #96 from riastradh/implement-strnlen by Jacob Appelbaum · 11 years ago
  38. ca5ca2e Merge pull request #95 from riastradh/implement-fmemopen-with-funopen by Jacob Appelbaum · 11 years ago
  39. a52417b Merge pull request #94 from riastradh/fix-ctype-casts by Jacob Appelbaum · 11 years ago
  40. bfd616e Merge pull request #93 from riastradh/dont-clear-cflags by Jacob Appelbaum · 11 years ago
  41. f4953f1 Merge pull request #92 from riastradh/check-for-syssocketh by Jacob Appelbaum · 11 years ago
  42. 6b7041d Cast char to unsigned char before passing to ctype(3) isXYZ. by Taylor R Campbell · 11 years ago
  43. c9eeee0 Implement strnlen locally if the system libc doesn't have it. by Taylor R Campbell · 11 years ago
  44. e707c01 Check for <sys/socket.h> in configure. by Taylor R Campbell · 11 years ago
  45. 5617dda Don't clear CFLAGS and LIBS; let user pass them to configure. by Taylor R Campbell · 11 years ago
  46. 07337c5 Implement fmemopen in terms of funopen where needed and possible. by Taylor R Campbell · 11 years ago
  47. 90dba9e Add ChromeOS install note by Jacob Appelbaum · 11 years ago
  48. b1ebf7b Add ChromeOS CI url by Jacob Appelbaum · 11 years ago
  49. c6ca4c9 Add note on likely emerge command for Gentoo in INSTALL by Jacob Appelbaum · 11 years ago
  50. 4bc568b Add Continuous Integration note; update supported platform details by Jacob Appelbaum · 11 years ago
  51. c902f51 remove the make install because we made the travis-ci build fail by Jacob Appelbaum · 11 years ago
  52. a0bf19f and make install too by Jacob Appelbaum · 11 years ago
  53. 174374e build master by Jacob Appelbaum · 11 years ago
  54. 444c6cd Update travis.yml for travis-ci by Jacob Appelbaum · 11 years ago
  55. ead4fb7 Merge pull request #90 from npe9/master by Jacob Appelbaum · 11 years ago
  56. 3a7e58a Remove all TESTS on OS X for now by Jacob Appelbaum · 11 years ago
  57. 5508433 Do not build check_PROGRAMS on OS X for now by Jacob Appelbaum · 11 years ago
  58. 22ede40 initial plan9 build of tlsdate-helper-plan9.c, doesn't quite build and needs to work around mmap (commented out for now) by Noah Evans · 11 years ago
  59. bd032df Merge branch 'master' of github.com:ioerror/tlsdate by Jacob Appelbaum · 11 years ago
  60. 7710925 Add CHANGELOG entries about all the build changes/OS support by Jacob Appelbaum · 11 years ago
  61. 4e04316 Make fmemopen a warning on NetBSD by Jacob Appelbaum · 11 years ago
  62. b974453 Merge pull request #89 from linkslice/master by Jacob Appelbaum · 11 years ago
  63. 5dba988 updated INSTALL with what I needed to do in order to compile on OpenBSD by Bryan · 11 years ago
  64. 9ad9b98 Thanks to Bryan Irvine and 0xdeadbabe; Twitter as a remote OpenBSD shell for porting! by Jacob Appelbaum · 11 years ago
  65. c49f99e Make it a warning as we sub with our own fmemopen later by Jacob Appelbaum · 11 years ago
  66. 5276ed6 include sys/time.h for OpenBSD by Jacob Appelbaum · 11 years ago
  67. b6e6f1a Update documentation to reflect possible OpenBSD and Plan9 building by Jacob Appelbaum · 11 years ago
  68. 2dce658 Add some OpenBSD build support (thanks to 0xdeadbabe for suggestions) by Jacob Appelbaum · 11 years ago
  69. cccb7fb Allow NetBSD to run autogen.sh by Jacob Appelbaum · 11 years ago
  70. 37afccc Add Fedora yum and systemctl info to INSTALL by Jacob Appelbaum · 11 years ago
  71. 9d50cef Add arch linux INSTALL notes by Jacob Appelbaum · 11 years ago
  72. 6433090 Update TODO to reflect recent changes by Jacob Appelbaum · 11 years ago
  73. 4b25b76 NetBSD 6.0.1 not 6.0.2 by Jacob Appelbaum · 11 years ago
  74. 26af0b5 NetBSD 6.0.2 support and perhaps a semi-generic BSD target by Jacob Appelbaum · 11 years ago
  75. bd1d14c NetBSD 6.0.2 support by Jacob Appelbaum · 11 years ago
  76. 7ef8875 If someone wants to make this work on OpenBSD, I would be thrilled by Jacob Appelbaum · 11 years ago
  77. f667c4c Add FreeBSD port install info (valid after 0.0.7 is released) by Jacob Appelbaum · 11 years ago
  78. b5d3f66 Merge pull request #86 from dgoulet/bug85 by Jacob Appelbaum · 11 years ago
  79. 29f8bb0 Fix: possible NULL dereference in polarssl by David Goulet · 11 years ago
  80. c4080b5 We apparently work on Arch Linux with a symlink by Jacob Appelbaum · 11 years ago
  81. d6e7d64 update documentation to be clear about argument passing by Jacob Appelbaum · 11 years ago
  82. abb16cb ensure that we only time warp if we wish to set the clock by Jacob Appelbaum · 11 years ago
  83. e1e425f remove trailing space by Jacob Appelbaum · 11 years ago
  84. b66696e Add CentOS build note for 6.4 by Jacob Appelbaum · 11 years ago
  85. 1df358f Fix build after Android patches by Jacob Appelbaum · 11 years ago
  86. 0244e7d Merge pull request #84 from abeluck/android_build by Jacob Appelbaum · 11 years ago
  87. 3bb32ef Merge pull request #83 from abeluck/master by Jacob Appelbaum · 11 years ago
  88. d942768 android build scripts and instructions by Abel Luck · 11 years ago
  89. ece86fd build on android by Abel Luck · 11 years ago
  90. f8fd2f8 Add supported platform/OS list and OS wishlist by Jacob Appelbaum · 11 years ago
  91. 00bc5fc Makefile.am: Declare a couple of files including LICENSE doc_DATA by Fabian Keil · 11 years ago
  92. 2202819 proxy-bio-unittest: Remove the explicit <stdlib.h> inclusion on FreeBSD by Fabian Keil · 11 years ago
  93. fc87805 elif not elseif to compile on GNU/Linux; did this work on FreeBSD? by Jacob Appelbaum · 11 years ago
  94. a11e9c0 Re-add CHANGELOG entry that conflicted with freebsd-port by Jacob Appelbaum · 11 years ago
  95. e8afc45 Install GNU/Linux-only files only on GNU/Linux by Fabian Keil · 11 years ago
  96. b484d9b Makefile.am: Only try to run tlsdated_unittest on GNU/Linux by Fabian Keil · 11 years ago
  97. 5b7c076 configure.ac: Add an explicit check for fmemopen on FreeBSD by Fabian Keil · 11 years ago
  98. 0762021 Add FreeBSD support for tlsdate and tlsdate-helper by Fabian Keil · 11 years ago
  99. 049da9b Merge conflict issues by Jacob Appelbaum · 11 years ago
  100. 19b812b Add FreeBSD support for tlsdate and tlsdate-helper by Fabian Keil · 11 years ago