index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
The first argument for a libevent callback should be evutil_socket_t
Nick Mathewson
2011-05-23
|
*
|
|
|
|
Appease make check-spaces wrt procmon.h
Nick Mathewson
2011-05-23
|
*
|
|
|
|
Split out owning-controller-loss shutdown code into a function
Robert Ransom
2011-05-20
|
*
|
|
|
|
Implement TAKEOWNERSHIP command
Robert Ransom
2011-05-20
|
*
|
|
|
|
Split control connection cleanup out of connection_free
Robert Ransom
2011-05-20
|
*
|
|
|
|
Fix comment typo
Robert Ransom
2011-05-20
|
*
|
|
|
|
Add an XXX
Robert Ransom
2011-05-20
|
*
|
|
|
|
Fix trailing asterisk in the output of "GETINFO info/names"
Robert Ransom
2011-05-20
|
*
|
|
|
|
Exit immediately if we can't monitor our owning controller process
Robert Ransom
2011-05-20
|
*
|
|
|
|
Fix some comments
Robert Ransom
2011-05-20
|
*
|
|
|
|
Implement __OwningControllerProcess option
Robert Ransom
2011-05-20
|
*
|
|
|
|
Improve a documentation comment
Robert Ransom
2011-05-12
|
*
|
|
|
|
Fix comment typo
Robert Ransom
2011-05-12
|
*
|
|
|
|
Fix comment typo
Robert Ransom
2011-05-10
*
|
|
|
|
|
naked constants are ugly
Roger Dingledine
2011-05-21
*
|
|
|
|
|
finish a comment nickm started in 8ebceeb3
Roger Dingledine
2011-05-21
*
|
|
|
|
|
remove some (confusing) dead code
Roger Dingledine
2011-05-21
*
|
|
|
|
|
Merge branch 'bug1810' into maint-0.2.2
Roger Dingledine
2011-05-21
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Don't recreate descriptor on sighup
Sebastian Hahn
2011-05-21
*
|
|
|
|
|
|
what's up with this trailing whitespace
Roger Dingledine
2011-05-20
|
/
/
/
/
/
/
*
|
|
|
|
|
log the reason for publishing a new relay descriptor
Roger Dingledine
2011-05-19
*
|
|
|
|
|
Fix a compile warning on OSX 10.6
Sebastian Hahn
2011-05-20
*
|
|
|
|
|
discard circuits when we change our bridge configuration
Roger Dingledine
2011-05-17
*
|
|
|
|
|
refetch bridge descriptors in a timely fashion
Roger Dingledine
2011-05-17
*
|
|
|
|
|
Merge branch 'bug2752' into maint-0.2.2
Nick Mathewson
2011-05-17
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix bug2752 : 48-char HTTPProxyAuthenticator limitation
Michael Yakubovich
2011-05-16
*
|
|
|
|
|
|
Handle NULL argument to get_configured_bridge_by_addr_port_digest
Nick Mathewson
2011-05-17
*
|
|
|
|
|
|
Oops; that function got renamed.
Nick Mathewson
2011-05-17
*
|
|
|
|
|
|
Check onion keys in microdescriptors, too
Robert Ransom
2011-05-17
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-05-16
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
squash! Add crypto_pk_check_key_public_exponent function
Nick Mathewson
2011-05-16
|
*
|
|
|
|
Require that certain public keys have public exponent 65537
Robert Ransom
2011-05-16
|
*
|
|
|
|
Add crypto_pk_check_key_public_exponent function
Robert Ransom
2011-05-16
|
*
|
|
|
|
Check fetched rendezvous descriptors' service IDs
Robert Ransom
2011-05-16
*
|
|
|
|
|
Merge remote-tracking branch 'public/bug2850' into maint-0.2.2
Nick Mathewson
2011-05-16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Set SO_REUSEADDR on all sockets, not just listeners
Nick Mathewson
2011-05-03
*
|
|
|
|
|
|
Increase the length of the buffer in smartlist_string_num_isin().
Nick Mathewson
2011-05-15
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Make check_private_dir check for group ownership as appropriate
Nick Mathewson
2011-05-15
*
|
|
|
|
|
Fix up some comment issues spotted by rransom
Nick Mathewson
2011-05-15
*
|
|
|
|
|
Check permissions on the directory holding a control socket
Nick Mathewson
2011-05-15
*
|
|
|
|
|
Add a new flag to check_private_dir to make it _not_ change permissions
Nick Mathewson
2011-05-15
*
|
|
|
|
|
Add a function to pull off the final component of a path
Nick Mathewson
2011-05-15
*
|
|
|
|
|
Make check_private_dir accept g+rx dirs if told to do so.
Nick Mathewson
2011-05-15
*
|
|
|
|
|
Clean up the 2972 implementation a little
Sebastian Hahn
2011-05-15
*
|
|
|
|
|
Add UnixSocketsGroupWritable config flag
Jérémy Bobbio
2011-05-15
*
|
|
|
|
|
Preserve bridge download status across SETCONF, HUP
Nick Mathewson
2011-05-15
*
|
|
|
|
|
Fixup whitespace issues from 3122 commit
Nick Mathewson
2011-05-15
*
|
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-05-15
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Fixup whitespace issues from 3122 commit
Nick Mathewson
2011-05-15
*
|
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-05-15
|
\
|
|
|
|
|
[prev]
[next]