Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-16 | and list the new event here too | Roger Dingledine | |
svn:r18557 | |||
2009-02-16 | new controller event NEWCONSENSUS that lists the networkstatus | Roger Dingledine | |
lines for every recommended relay. still needs docdoc and changelog entry. svn:r18556 | |||
2009-02-16 | reindex proposals | Roger Dingledine | |
svn:r18555 | |||
2009-02-15 | nobody's implementing proposals 134 or 140, so they get | Roger Dingledine | |
bumped to 0.2.2.x svn:r18546 | |||
2009-02-15 | fill in some 'created' timeframes | Roger Dingledine | |
svn:r18545 | |||
2009-02-13 | If the controller claimed responsibility for a stream, but that | Roger Dingledine | |
stream never finished making its connection, it would live forever in circuit_wait state. Now we close it after SocksTimeout seconds. Bugfix on 0.1.2.7-alpha; reported by Mike Perry. svn:r18516 | |||
2009-02-13 | Update some copyrights, change net.freehaven to org.torproject. | Andrew Lewman | |
svn:r18514 | |||
2009-02-12 | Update to the "January 23 2009" ip-to-country file | Roger Dingledine | |
svn:r18503 | |||
2009-02-12 | Add SSL test description for kicks. Also spell check is a | Mike Perry | |
wonderfukl thign. svn:r18502 | |||
2009-02-12 | Add exit scanning proposal outline from discussions with arma. | Mike Perry | |
svn:r18501 | |||
2009-02-11 | and forward-port the 0.2.0.33 and 0.2.0.34 changelogs | Roger Dingledine | |
svn:r18497 | |||
2009-02-11 | Revert an erroneous part of the non-fix to bug 326, and add comments to ↵ | Nick Mathewson | |
explain why it was erroneous. svn:r18494 | |||
2009-02-11 | I worry that the CLEAR() macro in eventdns.c is hiding bugs. That is sad, ↵ | Nick Mathewson | |
because it was meant to make them more detectable. Change it to change stuff to garbage rather than to 0. If no bugs turn up, we can remove it in 0.2.2.x svn:r18493 | |||
2009-02-11 | Port some mostly cosmetic eventdns changes from libevent | Nick Mathewson | |
svn:r18492 | |||
2009-02-10 | Clients and non-caches do not need to cache unrecognized authority certificates. | Nick Mathewson | |
svn:r18480 | |||
2009-02-10 | Enhance tor-checkkey tool so it can generate key hashes too. | Nick Mathewson | |
svn:r18478 | |||
2009-02-10 | As an exit node, scrub the IP address to which we are exiting in the logs. ↵ | Karsten Loesing | |
Bugfix on 0.2.1.8-alpha. svn:r18477 | |||
2009-02-10 | Update WiX MSI package GUIDs for version 0.2.1.12. | Martin Peck | |
svn:r18466 | |||
2009-02-10 | it turns out that removing external deliverables from the list just | Roger Dingledine | |
because they're done will really confuse arma. svn:r18463 | |||
2009-02-10 | Don't extend introduction circuits indefinitely. | Nick Mathewson | |
Doing so could run you out of relay_early cells and give you a senselessly long circuit. Patch from Karsten; may fix bug 878. svn:r18459 | |||
2009-02-09 | New upstream version | Peter Palfrader | |
svn:r18457 | |||
2009-02-09 | mark a few todo items as deferable | Roger Dingledine | |
svn:r18455 | |||
2009-02-09 | Retry circuits if the exit node is optional and nonexistant. | Nick Mathewson | |
Previously, when we had the chosen_exit set but marked optional, and we failed because we couldn't find an onion key for it, we'd just give up on the circuit. But what we really want to do is try again, without the forced exit node. Spotted by rovv. Another case of bug 752. I think this might be unreachable in our current code, but proposal 158 could change that. svn:r18451 | |||
2009-02-09 | Disable KQUEUE from inside Tor if the OSX version is prior to 10.4.0 | Nick Mathewson | |
svn:r18450 | |||
2009-02-09 | Use prctl to reenable core dumps when we have setuid to a non-root user. | Nick Mathewson | |
svn:r18449 | |||
2009-02-09 | Bump version to 0.2.1.12-alpha-dev | Nick Mathewson | |
svn:r18448 | |||
2009-02-09 | Updated my parts of future, completed two items in .021 | Andrew Lewman | |
svn:r18434 | |||
2009-02-09 | bump to 0.2.1.12-alpha | Roger Dingledine | |
svn:r18429 | |||
2009-02-09 | a bit more changelog mucking | Roger Dingledine | |
svn:r18426 | |||
2009-02-09 | shuffle the changelog a bit | Roger Dingledine | |
svn:r18425 | |||
2009-02-09 | uh, and commit the patch too. | Roger Dingledine | |
svn:r18423 | |||
2009-02-09 | Remove some deadcode and use tor_inet_aton uniformly. | Nick Mathewson | |
svn:r18422 | |||
2009-02-09 | Fix a remote-crash bug. This will need a patch release. | Nick Mathewson | |
svn:r18421 | |||
2009-02-09 | Fix a temporary DoS vulnerability that could be performed by | Roger Dingledine | |
a directory mirror. Bugfix on 0.2.0.9-alpha; reported by lark. svn:r18420 | |||
2009-02-09 | decide that mikeperry's bug should be fixed in 0.2.1.x | Roger Dingledine | |
(but not in 0.2.1.12-alpha, sorry) svn:r18417 | |||
2009-02-09 | add more reminders on potential performance improvements | Roger Dingledine | |
svn:r18416 | |||
2009-02-08 | declare tomorrow as the day for 0.2.1.12-alpha too | Roger Dingledine | |
svn:r18413 | |||
2009-02-06 | Create Archive directory if it does not exist. Make sure mv knows we want ↵ | Peter Palfrader | |
to move stuff into a dir svn:r18411 | |||
2009-02-05 | Forward-port ChangeLog for 0.2.0.30. | Karsten Loesing | |
svn:r18404 | |||
2009-02-04 | patches/06_add_compile_time_defaults: Only set the User option in the config if | Peter Palfrader | |
we run as root. Do not set it when run as debian-tor as Tor then always insists on changing users which will fail. (If we run as any other user we don't set our debian defaults anyway.) svn:r18397 | |||
2009-02-04 | If we're using bridges and our network goes away, be more willing | Roger Dingledine | |
to forgive our bridges and try again when we get an application request. Bugfix on 0.2.0.x. svn:r18396 | |||
2009-02-04 | some other performance-oriented fixes to integrate | Roger Dingledine | |
svn:r18395 | |||
2009-02-04 | cosmetic changes | Roger Dingledine | |
svn:r18394 | |||
2009-02-04 | and forward-port the 0.2.0.33 changelog | Roger Dingledine | |
svn:r18392 | |||
2009-02-04 | make a note about a clause in connection_edge.c that is probably | Roger Dingledine | |
redundant, and is definitely confusing. we should take it out in 0.2.2.x and see who squeaks. svn:r18383 | |||
2009-02-01 | Minor adjustment to man page. | Andrew Lewman | |
svn:r18365 | |||
2009-01-31 | Fix a possible cause of bug 915 when parsing multiple votes one of which was ↵ | Nick Mathewson | |
bad. Bugfix on 0.2.0.8-alpha. svn:r18354 | |||
2009-01-31 | When building with GCC, use -fno-strict-aliasing | Nick Mathewson | |
GCC's interpretation of the C99 aliasing rules, to be charitable, creates a dialect of C intended for a better programmers than I am certain of my ability to be in all times. I just spent 2 hours tracking down a platform-hyperspecific libevent bug that turned out to be because of this, and darned if I ever want to do *that* again. One of Linus's recent rants will give you a picture of why GCC's behavior here can lead to fun surprises in your binaries: http://lwn.net/Articles/316126/ svn:r18351 | |||
2009-01-30 | give torrc.sample its yearly overhaul. the main change is to | Roger Dingledine | |
merge the 'bridge relay' section into the 'main relay' section, so people stop getting confused about whether they should fill out both sections (they shouldn't). svn:r18348 | |||
2009-01-30 | fix a wide line. | Nick Mathewson | |
svn:r18341 |