| Commit message (Collapse) | Author | Age |
|
|
|
| |
svn:r1497
|
|
|
|
|
|
| |
ciphersuite at a time, make const things const, and stop putting openssl in the headers.
svn:r1458
|
|
|
|
|
|
|
| |
let circuit_launch_new return the circ it just made
svn:r1424
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows us to do a directory connection *through* tor just
as if we're doing it as an application.
Make ap_conns tolerate it when the application sends stuff before
The socks handshake is done (it just buffers it).
Tell directory_initiate_command the length of the payload (because
it might include nuls).
Add a directory_has_arrived function to, for example, start building
the rendezvous service descriptor.
svn:r1412
|
|
|
|
|
|
| |
and service IDs, and store/load them from disk
svn:r1410
|
|
|
|
|
|
|
|
|
|
|
| |
* read all the time (before we would ignore eof sometimes, oops)
* we can handle different urls now
* send back 404 for an un-handled url
* commands initiated by the client can handle payloads now
* introduce conn->purpose to avoid exponential state-space explosion
svn:r1400
|
|
|
|
| |
svn:r1263
|
|
|
|
|
|
| |
implements the new spec. Uses more RAM, but not so you would notice.
svn:r1235
|
|
|
|
|
|
|
|
| |
And figure it out while reading config, not every time you
rebuild the descriptor
svn:r1226
|
|
|
|
|
|
|
|
|
| |
if your exitpolicy includes " *:*" then it is final,
else we append the default exit policy.
(thanks weasel)
svn:r1105
|
|
|
|
|
|
|
|
| |
Create ExitPolicyPrepend config parameter, to customize the default
exit policy.
svn:r1103
|
|
|
|
| |
svn:r1096
|
|
|
|
|
|
| |
was: "maybe reject,accept" should be "maybe", not "accept".
svn:r1093
|
|
|
|
| |
svn:r1088
|
|
|
|
|
|
|
|
|
|
|
| |
we're not entirely migrated to burst yet, for backward compatibility
note some win32 probable-bugs
clean up routerlist.c
svn:r982
|
|
|
|
| |
svn:r951
|
|
|
|
|
|
|
|
|
|
| |
than use fixed-size strings
reorganize directory_handle_command so it'll be easier to do more with
our directory servers
svn:r950
|
|
|
|
| |
svn:r936
|
|
|
|
| |
svn:r899
|
|
|
|
| |
svn:r890
|
|
and routerlist.c for handling routerlist.
svn:r887
|