Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-11 | Merge remote-tracking branch 'asn/bug11069_take2' | Nick Mathewson | |
2014-03-10 | Throw control port warning if we failed to connect to all our bridges. | George Kadianakis | |
2014-03-10 | Merge branch 'bug11156_squashed' | Nick Mathewson | |
2014-03-10 | Merge branch 'bug11043_take2_squashed' | Nick Mathewson | |
2014-03-10 | Don't do directory fetches before all PTs have been configured. | George Kadianakis | |
2014-03-10 | Improve the log message for when the Extended ORPort is not enabled. | George Kadianakis | |
2014-03-06 | Upgrade to the latest version of tinytest. | Nick Mathewson | |
This brings us to tinytest commit 709a36ba63ff16d8. The only big change tor-side is that we don't need our own test_mem_op operation any longer. | |||
2014-03-06 | tinytest tt_{mem,str}_op now handle NULLs better | Nick Mathewson | |
Now a NULL argument to either makes it fail, not crash. Fies bug 9004; bugfix on 0.2.2.4-alpha. | |||
2014-03-06 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2014-03-06 | Merge branch 'bug11108' | Nick Mathewson | |
2014-03-06 | Clarify default behavior of {SOCKS,Dir}Policy harder | Nick Mathewson | |
Improvement on 11108 fix; suggested by cypherpunks. | |||
2014-03-06 | Give the HTTPS url for jenkins in doc/HACKING | Nick Mathewson | |
2014-03-06 | Correct the URL in the "a relay on win95???" message | Nick Mathewson | |
This is a fix for 9393; it's not a bugfix on any Tor version per se, but rather on whatever Tor version was current when we reorganized the wiki. | |||
2014-03-05 | Fix whitespace errors, all of them mine. | Nick Mathewson | |
2014-03-05 | Rename PredictedCircsRelevanceTime->PredictedPortsRelevanceTime | Nick Mathewson | |
All circuits are predictive; it's the ports that are expiring here. | |||
2014-03-05 | Merge branch 'ticket9176_squashed' | Nick Mathewson | |
Conflicts: doc/tor.1.txt | |||
2014-03-05 | Fix wide lines. | Nick Mathewson | |
2014-03-05 | Lower the maximum for PrecictedCircsRelevanceTime to one hour | Nick Mathewson | |
2014-03-05 | Fixed spacing. | unixninja92 | |
2014-03-05 | More correctly documented PredictedCircsRelevanceTime in tor.1.txt | unixninja92 | |
2014-03-05 | Added max value to PredictedCircsRelevanceTime. | unixninja92 | |
2014-03-05 | Added Documentation for PredictedCircsRelevanceTime config file argument. | unixninja92 | |
2014-03-05 | PredictedCircsRelevanceTime: limit how long we predict a port will be used | unixninja92 | |
By default, after you've made a connection to port XYZ, we assume you might still want to have an exit ready to connect to XYZ for one hour. This patch lets you lower that interval. Implements ticket 91 | |||
2014-03-05 | Merge remote-tracking branch 'arma/ticket5528' | Nick Mathewson | |
Conflicts: src/or/router.c src/test/test_dir.c | |||
2014-03-05 | Merge remote-tracking branch 'public/bug8788' | Nick Mathewson | |
2014-03-04 | Document alternate bandwidth/memory unit spellings | Nick Mathewson | |
2014-03-04 | Include v3 in documented 'protocols' in rend_service_descriptor_t | Nick Mathewson | |
Also make it unsigned and document that it's for INTRODUCE cell versions. Fixes 9099; bugfix on 0.2.1.5-alpha, which introduced the v3 protocol. | |||
2014-03-04 | Merge branch 'bug10169_025_v2' | Nick Mathewson | |
Conflicts: src/test/test.c | |||
2014-03-04 | Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2 | Nick Mathewson | |
Conflicts: src/common/compat_libevent.h src/or/relay.c | |||
2014-03-04 | Merge remote-tracking branch 'public/bug10169_023' into bug10169_024 | Nick Mathewson | |
Conflicts: src/or/relay.c | |||
2014-03-04 | Mention doc/HACKING in the readme | Nick Mathewson | |
2014-03-03 | ATTR_NORETURN is needed on lost_owning_controller now | Nick Mathewson | |
This should fixes some "hey, that function could have __attribute__((noreturn))" warnings introduced by f96400d9. Bug not in any released version of Tor. | |||
2014-03-03 | Warn if ports are specified in {Socks,Dir}Policy | Nick Mathewson | |
We have ignored any ports listed here since 80365b989 (0.0.7rc1), but we didn't warn the user that we were ignoring them. This patch adds a warning if you put explicit ports in any of the options {Socks,Dir}Policy or AuthDir{Reject,Invalid,BadDir,BadExit}. It also adjusts the manpage to say that ports are ignored. Fixes ticket 11108. | |||
2014-03-03 | Fix compilation warnings in tor_addr_make_null patch | Nick Mathewson | |
There was one "missing prototype" warning because the test function wasn't static, and one "unused parameter" warning about the "data" parameter. Also, I added a couple of tests to make sure that the "make_null" addresses really were the addresses we expected, by formatting them as strings. | |||
2014-03-03 | add test for tor_addr_make_null | Kevin Murray | |
Signed-off-by: Kevin Murray <spam@kdmurray.id.au> | |||
2014-03-03 | tweak changes file. | Nick Mathewson | |
2014-03-03 | Fix max client name length in HiddenServiceAuthorizeClient description | Lunar | |
REND_CLIENTNAME_MAX_LEN is set to 16, not 19. | |||
2014-03-03 | trivial whitespace fixes | Roger Dingledine | |
2014-03-01 | forward-port the 0.2.4.21 release notes | Roger Dingledine | |
2014-02-28 | whitespace fix | Nick Mathewson | |
2014-02-28 | Merge branch 'bug10884_squashed' | Nick Mathewson | |
2014-02-28 | Unit tests for test_routerkeys_write_fingerprint | Nick Mathewson | |
2014-02-28 | Unit tests for pk fingerprint functions | Nick Mathewson | |
2014-02-28 | Tighten router_write_fingerprint impl | Nick Mathewson | |
2014-02-28 | Write hashed bridge fingerprint to logs and to disk. | Karsten Loesing | |
Implements #10884. | |||
2014-02-28 | Merge remote-tracking branch 'karsten/task-5824' | Nick Mathewson | |
2014-02-26 | Monotonize the OOM-killer data timers | Nick Mathewson | |
In a couple of places, to implement the OOM-circuit-killer defense against sniper attacks, we have counters to remember the age of cells or data chunks. These timers were based on wall clock time, which can move backwards, thus giving roll-over results for our age calculation. This commit creates a low-budget monotonic time, based on ratcheting gettimeofday(), so that even in the event of a time rollback, we don't do anything _really_ stupid. A future version of Tor should update this function to do something even less stupid here, like employ clock_gettime() or its kin. | |||
2014-02-25 | Merge remote-tracking branch 'public/bug10449' | Nick Mathewson | |
2014-02-25 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2014-02-25 | Merge remote-tracking branch 'public/no_itime_queue' into maint-0.2.4 | Nick Mathewson | |