index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
config.c
Commit message (
Expand
)
Author
Age
...
*
|
|
Convert instances of tor_snprintf+strdup into tor_asprintf
Nick Mathewson
2012-01-16
*
|
|
Try to use smartlist_add_asprintf consistently
Nick Mathewson
2012-01-16
*
|
|
Allow authorities to baddir/badexit/invalid/reject nodes by cc
Nick Mathewson
2012-01-13
|
/
/
*
|
Disallow disabling DisableDebuggerAttachment on runnning Tor
Sebastian Hahn
2012-01-04
*
|
Merge remote-tracking branch 'rransom-tor/bug1297b-v2'
Nick Mathewson
2012-01-04
|
\
\
|
*
|
Add an option to close HS service-side rend circs on timeout
Robert Ransom
2011-12-27
|
*
|
Add an option to close 'almost-connected' HS client circs on timeout
Robert Ransom
2011-12-27
*
|
|
Fix bug2571: warn on EntryNodes set and UseEntryGuards disabled
Nick Mathewson
2011-12-22
*
|
|
Prepend cwd for relative config file paths.
Kamran Riaz Khan
2011-12-22
|
/
/
*
|
Server transports should be instructed to bind on INADDR_ANY by default.
George Kadianakis
2011-12-18
*
|
Give DirAllowPrivateAddress an explicit default
Nick Mathewson
2011-12-02
*
|
Merge branch 'feature2553-v4-rebased'
Nick Mathewson
2011-11-30
|
\
\
|
*
|
Add some more documentation
Arturo Filastò
2011-11-30
|
*
|
Turn off LearnCircuitBuildTimeout when tor2web mode is on
Robert Ransom
2011-11-30
|
*
|
Warn loudly on startup and SIGHUP if Tor is built for a non-anonymous mode
Robert Ransom
2011-11-30
|
*
|
Add a compile-time #define to control whether Tor runs in 'tor2web mode'
Robert Ransom
2011-11-30
|
*
|
Add Tor2webMode configuration option
Robert Ransom
2011-11-24
*
|
|
Merge branch 'bug933_nm_rebased_v2'
Nick Mathewson
2011-11-30
|
\
\
\
|
*
|
|
Forbid remapping of *
Nick Mathewson
2011-11-30
|
*
|
|
Refactor addressmap_match_superdomains and representation of wildcards
Nick Mathewson
2011-11-30
|
*
|
|
Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...
Robert Hogan
2011-11-30
|
*
|
|
Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...
Robert Hogan
2011-11-30
*
|
|
|
Fix a memory leak in error path of my default-torrc code
Nick Mathewson
2011-11-30
*
|
|
|
appease "make check-spaces"
Nick Mathewson
2011-11-30
*
|
|
|
Whitespace changes.
Linus Nordberg
2011-11-30
*
|
|
|
Turn get_first_advertised_v4_port_by_type() into get_first_advertised_port_by...
Linus Nordberg
2011-11-30
*
|
|
|
Initial hacking for proposal 186.
Nick Mathewson
2011-11-30
*
|
|
|
Merge remote-tracking branch 'rransom-tor/bug4605'
Nick Mathewson
2011-11-29
|
\
\
\
\
|
*
|
|
|
Set torrc_fname in load_torrc_from_disk
Robert Ransom
2011-11-29
*
|
|
|
|
Merge remote-tracking branch 'asn-mytor/bug4548_take2'
Nick Mathewson
2011-11-29
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Write dynamic DH parameters to a file.
George Kadianakis
2011-11-26
|
*
|
|
|
Normal relays should generate dynamic DH moduli as well.
George Kadianakis
2011-11-26
|
*
|
|
|
Simply initialize TLS context if DynamicDHGroups change.
George Kadianakis
2011-11-25
|
*
|
|
|
Only bother with dynamic DH moduli if we are a bridge.
George Kadianakis
2011-11-25
|
*
|
|
|
Rename 'dynamic prime' to 'dynamic DH modulus'.
George Kadianakis
2011-11-25
|
*
|
|
|
s/DynamicPrimes/DynamicDHGroups/g
George Kadianakis
2011-11-25
|
*
|
|
|
Move crypto_get_stored_dynamic_prime() to crypto.c
George Kadianakis
2011-11-24
|
*
|
|
|
Implement dynamic prime reading and storing to disk.
George Kadianakis
2011-11-24
|
*
|
|
|
Make DynamicPrimes SIGHUP-able.
George Kadianakis
2011-11-24
|
*
|
|
|
Introduce the DynamicPrimes configuration option.
George Kadianakis
2011-11-24
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'disable_network'
Nick Mathewson
2011-11-29
|
\
\
\
\
|
*
|
|
|
log a notice when disablenetwork is set
Nick Mathewson
2011-11-28
|
*
|
|
|
New 'DisableNetwork' option to prevent Tor from using the network
Nick Mathewson
2011-11-28
*
|
|
|
|
Support for a defaults torrc file.
Nick Mathewson
2011-11-27
*
|
|
|
|
Add the ability to append and clear linelist options from cmdline
Nick Mathewson
2011-11-27
*
|
|
|
|
Make linelists always overridden by the command line
Nick Mathewson
2011-11-27
|
/
/
/
/
*
|
|
|
Move disable-debugger-attachment fn to compat where it belongs. Fix whitespace
Nick Mathewson
2011-11-24
*
|
|
|
Tweak disable_debugger_attachment a little
Nick Mathewson
2011-11-24
*
|
|
|
Merge remote-tracking branch 'ioerror/DisableDebuggerAttachment'
Nick Mathewson
2011-11-24
|
\
\
\
\
|
*
|
|
|
New configuration option: DisableDebuggerAttachment
Jacob Appelbaum
2011-06-01
[prev]
[next]