summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Use the strchrnul() replacement on FreeBSD versions that need itFabian Keil2013-11-21
* Include <sys/stat.h> in src/util.cFabian Keil2013-11-21
* Include <unistd.h> in src/util.hFabian Keil2013-11-21
* remove unused code; valgrind complained about this lazy sloptlsdate-0.0.7Jacob Appelbaum2013-11-02
* Add verb_debug and give -vv meaningJacob Appelbaum2013-11-01
* move defines into the proper headerJacob Appelbaum2013-10-30
* Add missing \nJacob Appelbaum2013-10-30
* Define a max length for the HTTP Date: headerIngy döt Net2013-10-30
* Restrict loggable date fields even harder.Nick Mathewson2013-10-14
* Make user-agent a configuration optionNick Mathewson2013-10-10
* In verbose mode, display TLS time as well as HTTPS timeNick Mathewson2013-10-10
* Document magic "1900" valueNick Mathewson2013-10-10
* Don't log raw dates, in case they contain junk.Nick Mathewson2013-10-10
* Describe what an HTTP date isNick Mathewson2013-10-10
* Change check for RTC to be configure based.Nick Mathewson2013-10-10
* Rudimentary support for HTTP Date headersNick Mathewson2013-09-18
* Merge pull request #119 from redpig/showtime=raw\033]2;Jacob Appelbaum\0072013-09-14
|\
| * tlsdate, docs: make -V taken an optional arg to simplify showtimeWill Drewry2013-09-13
| * tlsdate: add optional --showtime support for "raw"Will Drewry2013-09-13
* | Refactor event loop.elly2013-07-17
|/
* Merge branch 'master' of github.com:ioerror/tlsdateJacob Appelbaum2013-06-30
|\
| * Fix subprocess watching.elly2013-06-21
* | add verbosity for privilege dropping attemptJacob Appelbaum2013-06-29
* | David Hill noticed that we sometimes leave &warp_time uninitalizedJacob Appelbaum2013-06-29
|/
* tlsdated: remove rmrf()elly2013-05-09
* We care about the resulting server_time_s rather than time_map being 0Jacob Appelbaum2013-04-26
* after a certain point time_map should not be zeroJacob Appelbaum2013-04-26
* Only emit the label count once per hostnameJacob Appelbaum2013-04-26
* On GNU/Hurd now use a platform specific interfaceJacob Appelbaum2013-04-24
* fork clock-linux.c for GNU/HurdJacob Appelbaum2013-04-24
* Add basic GNU/Hurd build supportJacob Appelbaum2013-04-24
* Remove unused MakefileJacob Appelbaum2013-04-24
* Start MinGW supportJacob Appelbaum2013-04-24
* Allow for generic builds when we do not explicitly support the OSJacob Appelbaum2013-04-24
* Add build support for Haiku and perhaps BeOS; needs testingJacob Appelbaum2013-04-24
* Add support for building with Cygwin CYGWIN_NT-6.1 1.7.18(0.263/5/3)Jacob Appelbaum2013-04-23
* move tlsdated into sbin; per Paul Wouter's requestJacob Appelbaum2013-04-20
* Finish port of tlsdate to DragonFly BSD; tested on 3.3-DEVELOPMENTJacob Appelbaum2013-04-18
* give DragonFly BSD the sacred timespecJacob Appelbaum2013-04-18
* Add some TARGET_DRAGONFLYBSD goo to automakeJacob Appelbaum2013-04-18
* Merge pull request #96 from riastradh/implement-strnlenJacob Appelbaum2013-04-17
|\
| * Implement strnlen locally if the system libc doesn't have it.Taylor R Campbell2013-04-18
* | Merge pull request #95 from riastradh/implement-fmemopen-with-funopenJacob Appelbaum2013-04-17
|\ \
| * | Implement fmemopen in terms of funopen where needed and possible.Taylor R Campbell2013-04-17
| |/
* | Cast char to unsigned char before passing to ctype(3) isXYZ.Taylor R Campbell2013-04-18
|/
* Merge pull request #90 from npe9/masterJacob Appelbaum2013-04-15
|\
| * initial plan9 build of tlsdate-helper-plan9.c, doesn't quite build and needs ...Noah Evans2013-04-15
* | Do not build check_PROGRAMS on OS X for nowJacob Appelbaum2013-04-15
|/
* include sys/time.h for OpenBSDJacob Appelbaum2013-04-14
* Add some OpenBSD build support (thanks to 0xdeadbabe for suggestions)Jacob Appelbaum2013-04-13