| Commit message (Expand) | Author | Age |
* | first draft of an 0.2.5.1-alpha changelog | Roger Dingledine | 2013-10-01 |
* | Fix a bug in microdescs_add_to_cache when listed_at == -1•••This bug affects hosts where time_t is unsigned, which AFAICT does
not include anything we currently support. (It _does_ include
OpenVMS, about a month of BSD4.2's history[1], and a lot of the 1970s.)
There are probably more bugs when time_t is unsigned. This one was
[1] http://mail-index.netbsd.org/tech-userlevel/1998/06/04/0000.html
| Nick Mathewson | 2013-03-11 |
* | Warn at configure time when time_t is unsigned•••Inspired by #8042.
As far as I know, OpenVMS is the only place you're likely to hit an
unsigned time_t these days, and Tor's VMS support
is... lacking. Still worth letting people know about it, though.
| Nick Mathewson | 2013-03-11 |