Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Bump version to 0.2.5.1-alpha-dev | Nick Mathewson | 2013-10-02 |
* | bump to 0.2.5.1-alpha | Roger Dingledine | 2013-10-01 |
* | Whoops. I forgot the "alpha" | Nick Mathewson | 2013-03-01 |
* | Bump version in master to 0.2.5.0-alpha-dev | Nick Mathewson | 2013-03-01 |
* | Have autoconf check whether enums are signed.•••Fixes bug 7727; fix on 0.2.4.10-alpha. | Nick Mathewson | 2013-02-07 |
* | bump to 0.2.4.10-alpha-dev | Roger Dingledine | 2013-02-04 |
* | bump to 0.2.4.10-alpha | Roger Dingledine | 2013-02-04 |
* | Detect platforms where memset(0) doesn't set doubles to 0.0.•••This is allowed by the C statndard, which permits you to represent doubles any way you like, but in practice we have some code that assumes that memset() clears doubles in structs. Noticed as part of 7802 review; see 8081 for more info. | Nick Mathewson | 2013-01-29 |
* | For now, always use donna32 on msvc | Nick Mathewson | 2013-01-17 |
* | Merge branch '024_msvc_squashed'•••Conflicts: src/or/or.h srcwin32/orconfig.h | Nick Mathewson | 2013-01-16 |
|\ | |||
| * | Add HAVE_EVENT_BASE_LOOPEXIT to win32/orconfig.h•••Fix for bug 7308 | Nick Mathewson | 2013-01-16 |
| * | Add HAVE_EVENT2_DNS_H to MSVC orconfig.h•••Fix for bug 7313 | Nick Mathewson | 2013-01-16 |
* | | Definx HAVE_EVENT_BASE_LOOPEXITin msvc orconfig.h•••Fixes bug 7308; bugfix on no released Tor, since we haven't actually built right on MSVC in ages. | Nick Mathewson | 2013-01-16 |
* | | Bump to 0.2.4.9-alpha-dev | Nick Mathewson | 2013-01-15 |
* | | bump to 0.2.4.9-alpha | Roger Dingledine | 2013-01-15 |
* | | Bump version to 0.2.4.8-alpha-dev | Nick Mathewson | 2013-01-15 |
* | | bump to 0.2.4.8-alpha | Roger Dingledine | 2013-01-14 |
* | | bump to 0.2.4.7-alpha-dev | Roger Dingledine | 2012-12-25 |
* | | bump to 0.2.4.7-alpha | Roger Dingledine | 2012-12-24 |
|/ | |||
* | Merge branch 'win64-7260'•••Conflicts: src/or/dns.c | Nick Mathewson | 2012-12-07 |
|\ | |||
| * | Compile (with warnings) with mingw64•••Patch from yayooo for bug 7260, forward-ported to 0.2.4. | Nick Mathewson | 2012-11-02 |
* | | bump to 0.2.4.6-alpha-dev | Roger Dingledine | 2012-11-13 |
* | | bump to 0.2.4.6-alpha | Roger Dingledine | 2012-11-13 |
|/ | |||
* | bump to 0.2.4.5-alpha-dev | Roger Dingledine | 2012-10-26 |
* | Bump the version number to 0.2.4.5-alpha•••(For real this time. It turns out that 4 and 5 are different numbers.) | Nick Mathewson | 2012-10-25 |
* | Bump version to 0.2.4.5-alpha | Nick Mathewson | 2012-10-25 |
* | bump to 0.2.4.4-alpha-dev | Roger Dingledine | 2012-10-21 |
* | bump to 0.2.4.4-alpha | Roger Dingledine | 2012-10-20 |
* | bump to 0.2.4.3-alpha-dev | Roger Dingledine | 2012-09-22 |
* | bump to 0.2.4.3-alpha | Roger Dingledine | 2012-09-22 |
* | Bump version to 0.2.4.2-alpha-dev | Nick Mathewson | 2012-09-10 |
* | bump to 0.2.4.2-alpha | Roger Dingledine | 2012-09-10 |
* | bump to 0.2.4.1-alpha-dev | Roger Dingledine | 2012-09-05 |
* | bump to 0.2.4.1-alpha | Roger Dingledine | 2012-09-05 |
* | Increment master branch version to 0.2.4.0-alpha-dev | Nick Mathewson | 2012-06-20 |
* | bump to 0.2.3.17-beta-dev | Roger Dingledine | 2012-06-15 |
* | bump to 0.2.3.17-beta | Roger Dingledine | 2012-06-15 |
* | bump to 0.2.3.16-alpha-dev | Roger Dingledine | 2012-06-05 |
* | today is the day for 0.2.3.16-alpha | Roger Dingledine | 2012-06-05 |
* | We do not need to define _WIN32 by hand; MSVC does that for us•••Bug 5858; fix on 0.2.3.12-alpha | Nick Mathewson | 2012-05-14 |
* | bump to 0.2.3.15-alpha-dev | Roger Dingledine | 2012-04-30 |
* | bump to 0.2.3.15-alpha | Roger Dingledine | 2012-04-30 |
* | bump to 0.2.3.14-alpha-dev | Roger Dingledine | 2012-04-23 |
* | bump to 0.2.3.14-alpha | Roger Dingledine | 2012-04-23 |
* | bump to 0.2.3.13-alpha-dev | Roger Dingledine | 2012-03-27 |
* | bump to 0.2.3.13-alpha | Roger Dingledine | 2012-03-26 |
* | bump to 0.2.3.12-alpha-dev | Roger Dingledine | 2012-02-13 |
* | bump to 0.2.3.12-alpha | Roger Dingledine | 2012-02-13 |
* | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32•••This commit is completely mechanical; I used this perl script to make it: #!/usr/bin/perl -w -i.bak -p if (/^\s*\#/) { s/MS_WINDOWS/_WIN32/g; s/\bWIN32\b/_WIN32/g; } | Nick Mathewson | 2012-01-31 |
* | bump to 0.2.3.11-alpha-dev | Roger Dingledine | 2012-01-23 |