Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-31 | r8696@Kushana: nickm | 2006-08-31 14:43:44 -0400 | Nick Mathewson | |
Try to appease some warnings with newer gccs that believe that ignoring a return value is okay, but casting a return value and then ignoring it is a sign of madness. svn:r8312 | |||
2006-08-31 | r8695@Kushana: nickm | 2006-08-31 14:35:36 -0400 | Nick Mathewson | |
Fix two corner cases in router_dir_info_changed(). This should have no observable effect. svn:r8311 | |||
2006-08-31 | r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400 | Nick Mathewson | |
Fix bug 327 (part 2): Cast char to unsigned char before passing to toupper/tolower. (Follow the same idiom as with isupper and friends, in case we run into the same problem on SGI or whereever it was.) svn:r8310 | |||
2006-08-31 | r8691@Kushana: nickm | 2006-08-31 13:30:46 -0400 | Nick Mathewson | |
Fix bug 327 (part 1): Use correct macro to test for GCC 3 or later. svn:r8309 | |||
2006-08-30 | r8687@Kushana: nickm | 2006-08-30 19:33:28 -0400 | Nick Mathewson | |
Apply patch from Adam Langley: fix assert() in eventdns.c. [Fuzzing, apparently, is cool.] svn:r8308 | |||
2006-08-30 | r8686@Kushana: nickm | 2006-08-30 18:01:35 -0400 | Nick Mathewson | |
Remove bogus whitespace svn:r8307 | |||
2006-08-29 | r8682@Kushana: nickm | 2006-08-29 17:58:59 -0400 | Nick Mathewson | |
Fix compilation on GCC2 by disabling fun attributes unless __GNUC_MAJOR__ >= 3. svn:r8303 | |||
2006-08-29 | r9569@galaxy: weasel | 2006-08-29 22:38:54 +0200 | Peter Palfrader | |
Change Standards-Version to 3.7.2. No changes required. svn:r8302 | |||
2006-08-29 | r9568@galaxy: weasel | 2006-08-29 22:34:36 +0200 | Peter Palfrader | |
Upload target is experimental, not unstable svn:r8301 | |||
2006-08-29 | r9567@galaxy: weasel | 2006-08-29 22:32:46 +0200 | Peter Palfrader | |
Prepare 0.1.2.1-alpha-1 svn:r8300 | |||
2006-08-29 | r9566@galaxy: weasel | 2006-08-29 22:32:26 +0200 | Peter Palfrader | |
Unnest all those nested if blocks svn:r8299 | |||
2006-08-29 | r9565@galaxy: weasel | 2006-08-29 22:20:38 +0200 | Peter Palfrader | |
Do not reload or start when our config is known to be broken svn:r8298 | |||
2006-08-29 | r8657@Kushana: nickm | 2006-08-29 00:22:31 -0400 | Nick Mathewson | |
Mark an item complete; test new commit-email.pl script. svn:r8280 | |||
2006-08-28 | r8654@Kushana: nickm | 2006-08-28 16:50:36 -0400 | Nick Mathewson | |
I bet real programmers even have programs that compile. svn:r8278 | |||
2006-08-28 | r8652@Kushana: nickm | 2006-08-28 16:41:44 -0400 | Nick Mathewson | |
Resolve bug 324: strdup the right variable. svn:r8277 | |||
2006-08-28 | and make the comment better, while i'm at it | Roger Dingledine | |
svn:r8273 | |||
2006-08-28 | an even better check -- now servers hang up if they can't write | Roger Dingledine | |
for a while, and clients hang up if they can't read for a while. svn:r8272 | |||
2006-08-28 | fix bug found by Adam J. Richter: directory clients shouldn't | Roger Dingledine | |
hang up five minutes after they begin. but directory servers should still hang up after 5 minutes of failing to deliver any bytes. svn:r8271 | |||
2006-08-28 | put some symbols on the eventdns logging. leave the haphazard | Roger Dingledine | |
formatting alone. svn:r8270 | |||
2006-08-28 | r8626@Kushana: nickm | 2006-08-27 23:45:46 -0400 | Nick Mathewson | |
Aw, crap. Non-gcc bug. We need regular windows builds. svn:r8259 | |||
2006-08-28 | Kill some SVK branches that I am done with. | Nick Mathewson | |
svn:r8258 | |||
2006-08-28 | r8609@Kushana: nickm | 2006-08-27 17:24:27 -0400 | Nick Mathewson | |
Add some doxygen, concentrated in dns.c svn:r8256 | |||
2006-08-28 | r8608@Kushana: nickm | 2006-08-27 16:57:47 -0400 | Nick Mathewson | |
Make it possible to change nameserver options while Tor is running. svn:r8255 | |||
2006-08-28 | r8607@Kushana: nickm | 2006-08-27 15:45:42 -0400 | Nick Mathewson | |
Change configuration strategy for eventdns. Instead of elaborate option set, just allow the user to specify another resolv.conf to use. svn:r8254 | |||
2006-08-28 | r8606@Kushana: nickm | 2006-08-27 14:04:19 -0400 | Nick Mathewson | |
Now that 0.1.2.1-alpha is out, make eventdns on-by-default again. (Hoop-lah.) svn:r8253 | |||
2006-08-28 | r8605@Kushana: nickm | 2006-08-27 14:01:11 -0400 | Nick Mathewson | |
divide eventdns log messages into warn and info messages. svn:r8252 | |||
2006-08-28 | bump trunk to 0.1.2.1-alpha-dev | Roger Dingledine | |
svn:r8251 | |||
2006-08-28 | Replace nickm as packager of rpms. | Andrew Lewman | |
svn:r8250 | |||
2006-08-28 | Remove architecture from builds. The official builds are universal | Andrew Lewman | |
binaries. svn:r8249 | |||
2006-08-28 | Update rpms to require libevent 1.1b. | Andrew Lewman | |
svn:r8247 | |||
2006-08-27 | turn eventdns off by default until we can get some more usefultor-0.1.2.1-alpha | Roger Dingledine | |
log messages into it. no use learning that it's broken without being able to learn what is broken too. svn:r8245 | |||
2006-08-27 | bump to 0.1.2.1-alpha | Roger Dingledine | |
(does it work?) svn:r8244 | |||
2006-08-27 | fix typo | Roger Dingledine | |
svn:r8243 | |||
2006-08-27 | bump the doxyfile version number, since i made a doxygen | Roger Dingledine | |
ref man last week. svn:r8242 | |||
2006-08-27 | comment out an unused variable; nick, feel free to excise it further. | Roger Dingledine | |
svn:r8241 | |||
2006-08-27 | clean up the 0.1.2.1-alpha changelog | Roger Dingledine | |
svn:r8240 | |||
2006-08-27 | 0.1.2.1-alpha will break blossom exit node functionality; put that | Roger Dingledine | |
on the todo list. svn:r8239 | |||
2006-08-27 | a usability improvement i just thought of | Roger Dingledine | |
svn:r8238 | |||
2006-08-27 | typo and whitespace | Roger Dingledine | |
svn:r8237 | |||
2006-08-27 | stop a big memory leak: we were leaking the whole contents | Roger Dingledine | |
of cached-routers.new every time we read it. svn:r8236 | |||
2006-08-27 | stop three memory leaks. nick, fix these if i'm wrong. | Roger Dingledine | |
svn:r8235 | |||
2006-08-27 | i'm guessing nick meant to check the return value of dns_init. | Roger Dingledine | |
and revise some log severities to match the convention. svn:r8234 | |||
2006-08-27 | fix typo | Roger Dingledine | |
svn:r8233 | |||
2006-08-26 | make a 'real soon now' section of the todo, to point out | Roger Dingledine | |
what's more urgent svn:r8232 | |||
2006-08-26 | remove more completed items | Roger Dingledine | |
svn:r8231 | |||
2006-08-26 | complete an item, abandon an item, defer an item. | Roger Dingledine | |
svn:r8230 | |||
2006-08-26 | remove some more vestiges of cvs | Roger Dingledine | |
svn:r8229 | |||
2006-08-26 | more todo items when we avoid putting /16 servers into the same circuit | Roger Dingledine | |
svn:r8228 | |||
2006-08-26 | fix a log level -- err is for things that kill tor, warn is for | Roger Dingledine | |
things that tor can recover from. also, avoid situations where people who don't read their logs accumulate ten thousand useless files in their datadir. svn:r8227 | |||
2006-08-25 | r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400 | Nick Mathewson | |
Fix bug 314: Instead of checking address_in_virtualrange, check addressmap_have_mapping(). This should be more accurate. [Rename to addressmap_have_mapping() from addressmap_already_mapped().] svn:r8226 |