Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update instructions on the exitlist script | Roger Dingledine | 2011-12-24 |
| | |||
* | Merge remote-tracking branch 'rransom/feature2411-v4' | Nick Mathewson | 2011-12-22 |
|\ | |||
| * | List service address in CIRC events for HS-related circs | Robert Ransom | 2011-11-24 |
| | | |||
| * | Report HS circ states stored in circ purpose field in CIRC events | Robert Ransom | 2011-11-24 |
| | | |||
| * | Use fewer TO_ORIGIN_CIRCUIT casts in getinfo_helper_events | Robert Ransom | 2011-11-24 |
| | | |||
| * | Use the new circ-description function for GETINFO circuit-status | Robert Ransom | 2011-11-24 |
| | | |||
| * | Report circuit build_state flags in CIRC events | Robert Ransom | 2011-11-24 |
| | | |||
| * | Split circuit-description code into a separate function | Robert Ransom | 2011-11-24 |
| | | |||
| * | Separate circuit-close reasons from circ description | Robert Ransom | 2011-11-24 |
| | | |||
* | | Fix bug2571: warn on EntryNodes set and UseEntryGuards disabled | Nick Mathewson | 2011-12-22 |
| | | |||
* | | Merge branch 'bug1101_squashed' | Nick Mathewson | 2011-12-22 |
|\ \ | |||
| * | | Changes file for bug1101 | Nick Mathewson | 2011-12-22 |
| | | | |||
| * | | Prepend cwd for relative config file paths. | Kamran Riaz Khan | 2011-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 Mathewson | 2011-12-22 |
|\ \ | |||
| * | | Ignore all bufferevent events on a marked connection | Nick Mathewson | 2011-12-17 |
| | | | | | | | | | | | | Bug 4697; fix on 0.2.3.1-alpha | ||
* | | | Convert a couple of char[256]s into sockaddr_storage | Nick Mathewson | 2011-12-21 |
| | | | |||
* | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-12-21 |
|\ \ \ | |||
| * | | | Do not even try to keep going on a socket with socklen==0 | Nick Mathewson | 2011-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 4531 | Nick Mathewson | 2011-12-20 |
| | | | | |||
* | | | | Merge remote-tracking branch 'asn-mytor/bug4531' | Nick Mathewson | 2011-12-20 |
|\ \ \ \ | |||
| * | | | | Don't call tor_tls_set_logged_address till after checking conn->tls. | George Kadianakis | 2011-12-20 |
| | | | | | | | | | | | | | | | | | | | | Fixes bug 4531. | ||
* | | | | | Merge remote-tracking branch 'asn-mytor/bug4725_take2' | Nick Mathewson | 2011-12-20 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | Server transports should be instructed to bind on INADDR_ANY by default. | George Kadianakis | 2011-12-18 |
| | | | | | |||
* | | | | | Add explicit cast to make gcc happy | Nick Mathewson | 2011-12-20 |
| | | | | | |||
* | | | | | Merge branch 'bug3825b-v8-squashed' | Nick Mathewson | 2011-12-20 |
|\ \ \ \ \ | |||
| * | | | | | Adjust n_intro_points_wanted when a service's intro points are closed | Robert Ransom | 2011-12-20 |
| | | | | | | |||
| * | | | | | Extract function to determine how many intros an intro point has handled | Robert Ransom | 2011-12-20 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge branch 'haiku_port_rebase' | Nick Mathewson | 2011-12-19 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | Explain why we are making gcc 3.3 work | Nick Mathewson | 2011-12-19 |
| | | | | | |||
| * | | | | Tweak the haiku-support patches | Nick Mathewson | 2011-12-19 |
| | | | | | |||
| * | | | | Fixed build with GCC < 3.3 | Martin Hebnes Pedersen | 2011-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 Pedersen | 2011-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 Mathewson | 2011-12-17 |
|\ \ \ \ | |||
| * | | | | Doxygenize the file-level documentation of transports.c. | George Kadianakis | 2011-12-16 |
| |/ / / | |||
* | | | | And a changes file for bug#4733 | Peter Palfrader | 2011-12-17 |
| | | | | |||
* | | | | test_util_spawn_background_ok: fix expectation | Peter Palfrader | 2011-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 Mathewson | 2011-12-16 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Merge remote-tracking branch 'sebastian/clang-3.0-fixes_022' into maint-0.2.2 | Nick Mathewson | 2011-12-16 |
| |\ \ \ | |||
* | \ \ \ | Merge remote-tracking branch 'sebastian/clang-3.0-fixes_master' | Nick Mathewson | 2011-12-16 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Build with warnings and clang 3.0 | Sebastian Hahn | 2011-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 too | Roger Dingledine | 2011-12-16 |
| | | | | | |||
* | | | | | retroactively reformat a little bit | Roger Dingledine | 2011-12-16 |
| | | | | | |||
* | | | | | Increment version in master to 0.2.3.10-alpha-dev | Nick Mathewson | 2011-12-16 |
| | | | | | |||
* | | | | | Bump version to Tor 0.2.3.10-alpha | Nick Mathewson | 2011-12-15 |
| | | | | | |||
* | | | | | Changelog and blurb for 0.2.3.10-alpha | Nick Mathewson | 2011-12-15 |
| | | | | | |||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-12-15 |
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | | | |||
| * | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | 2011-12-15 |
| |\ \ \ | | |/ / | |/| | | |||
| | * | | Add a fix for the buf_pullup bug that Vektor reported | Nick Mathewson | 2011-12-15 |
| | | | | |||
* | | | | Start a section for the 0.2.3.10-alpha changelog | Nick Mathewson | 2011-12-14 |
| | | | | |||
* | | | | Don't crash on startup of a dormant relay | Robert Ransom | 2011-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. |