aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update instructions on the exitlist scriptRoger Dingledine2011-12-24
|
* Merge remote-tracking branch 'rransom/feature2411-v4'Nick Mathewson2011-12-22
|\
| * List service address in CIRC events for HS-related circsRobert Ransom2011-11-24
| |
| * Report HS circ states stored in circ purpose field in CIRC eventsRobert Ransom2011-11-24
| |
| * Use fewer TO_ORIGIN_CIRCUIT casts in getinfo_helper_eventsRobert Ransom2011-11-24
| |
| * Use the new circ-description function for GETINFO circuit-statusRobert Ransom2011-11-24
| |
| * Report circuit build_state flags in CIRC eventsRobert Ransom2011-11-24
| |
| * Split circuit-description code into a separate functionRobert Ransom2011-11-24
| |
| * Separate circuit-close reasons from circ descriptionRobert Ransom2011-11-24
| |
* | Fix bug2571: warn on EntryNodes set and UseEntryGuards disabledNick Mathewson2011-12-22
| |
* | Merge branch 'bug1101_squashed'Nick Mathewson2011-12-22
|\ \
| * | Changes file for bug1101Nick Mathewson2011-12-22
| | |
| * | Prepend cwd for relative config file paths.Kamran Riaz Khan2011-12-22
|/ / | | | | | | | | Modifies filenames which do not start with '/' or '.' on non-Windows platforms; uses _fullpath on Windows.
* | Merge remote-tracking branch 'public/bug4697'Nick Mathewson2011-12-22
|\ \
| * | Ignore all bufferevent events on a marked connectionNick Mathewson2011-12-17
| | | | | | | | | | | | Bug 4697; fix on 0.2.3.1-alpha
* | | Convert a couple of char[256]s into sockaddr_storageNick Mathewson2011-12-21
| | |
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-21
|\ \ \
| * | | Do not even try to keep going on a socket with socklen==0Nick Mathewson2011-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Back in #1240, r1eo linked to information about how this could happen with older Linux kernels in response to nmap. Bugs #4545 and #4547 are about how our approach to trying to deal with this condition was broken and stupid. Thanks to wanoskarnet for reminding us about #1240. This is a fix for the abovementioned bugs, and is a bugfix on 0.1.0.3-rc.
* | | | duplicate changelog entry for 4531Nick Mathewson2011-12-20
| | | |
* | | | Merge remote-tracking branch 'asn-mytor/bug4531'Nick Mathewson2011-12-20
|\ \ \ \
| * | | | Don't call tor_tls_set_logged_address till after checking conn->tls.George Kadianakis2011-12-20
| | | | | | | | | | | | | | | | | | | | Fixes bug 4531.
* | | | | Merge remote-tracking branch 'asn-mytor/bug4725_take2'Nick Mathewson2011-12-20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Server transports should be instructed to bind on INADDR_ANY by default.George Kadianakis2011-12-18
| | | | |
* | | | | Add explicit cast to make gcc happyNick Mathewson2011-12-20
| | | | |
* | | | | Merge branch 'bug3825b-v8-squashed'Nick Mathewson2011-12-20
|\ \ \ \ \
| * | | | | Adjust n_intro_points_wanted when a service's intro points are closedRobert Ransom2011-12-20
| | | | | |
| * | | | | Extract function to determine how many intros an intro point has handledRobert Ransom2011-12-20
| | |_|/ / | |/| | |
* | | | | Merge branch 'haiku_port_rebase'Nick Mathewson2011-12-19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Explain why we are making gcc 3.3 workNick Mathewson2011-12-19
| | | | |
| * | | | Tweak the haiku-support patchesNick Mathewson2011-12-19
| | | | |
| * | | | Fixed build with GCC < 3.3Martin Hebnes Pedersen2011-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preprocessor directives should not be put inside the arguments of a macro. This is not supported on older GCC releases (< 3.3) thus broke compilation on Haiku (running gcc2).
| * | | | -lm should not be hardcoded.Martin Hebnes Pedersen2011-12-19
|/ / / / | | | | | | | | | | | | | | | | | | | | On some platforms (Haiku/BeOS) libm lives in libcore. Also added 'network' to the list of libraries to search for connect().
* | | | Merge remote-tracking branch 'asn-mytor/bug4726'Nick Mathewson2011-12-17
|\ \ \ \
| * | | | Doxygenize the file-level documentation of transports.c.George Kadianakis2011-12-16
| |/ / /
* | | | And a changes file for bug#4733Peter Palfrader2011-12-17
| | | |
* | | | test_util_spawn_background_ok: fix expectationPeter Palfrader2011-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test_util_spawn_background_ok() hardcoded the expected value for ENOENT to 2. This isn't portable as error numbers are platform specific, and particularly the hurd has ENOENT at 0x40000002. Construct expected string at runtime, using the correct value for ENOENT (closes: #4733).
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-16
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'sebastian/clang-3.0-fixes_022' into maint-0.2.2Nick Mathewson2011-12-16
| |\ \ \
* | \ \ \ Merge remote-tracking branch 'sebastian/clang-3.0-fixes_master'Nick Mathewson2011-12-16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Build with warnings and clang 3.0Sebastian Hahn2011-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --enable-gcc-warnings enables two warnings that clang doesn't support, so the build fails. We had hoped clang 3.0 would add those, but it didn't, so let's just always disable those warnings when building with clang. We can still fix it later once they add support
* | | | | put the stable changelogs into master tooRoger Dingledine2011-12-16
| | | | |
* | | | | retroactively reformat a little bitRoger Dingledine2011-12-16
| | | | |
* | | | | Increment version in master to 0.2.3.10-alpha-devNick Mathewson2011-12-16
| | | | |
* | | | | Bump version to Tor 0.2.3.10-alphaNick Mathewson2011-12-15
| | | | |
* | | | | Changelog and blurb for 0.2.3.10-alphaNick Mathewson2011-12-15
| | | | |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-15
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-12-15
| |\ \ \ | | |/ / | |/| |
| | * | Add a fix for the buf_pullup bug that Vektor reportedNick Mathewson2011-12-15
| | | |
* | | | Start a section for the 0.2.3.10-alpha changelogNick Mathewson2011-12-14
| | | |
* | | | Don't crash on startup of a dormant relayRobert Ransom2011-12-12
| | | | | | | | | | | | | | | | | | | | | | | | If a relay is dormant at startup, it will call init_keys before crypto_set_tls_dh_prime. This is bad. Let's make it not so bad, because someday it *will* happen again.