| .. |
|
.cvsignore
|
a970cd7cfa
update the cvsignore
|
22 лет назад |
|
Makefile.am
|
347d3f9d62
Start implementing control interface.
|
21 лет назад |
|
buffers.c
|
ad4f440e10
rearrange debug logs to make more sense
|
21 лет назад |
|
circuitbuild.c
|
802d374a99
I'm a bad person.
|
21 лет назад |
|
circuitlist.c
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
21 лет назад |
|
circuituse.c
|
802d374a99
I'm a bad person.
|
21 лет назад |
|
command.c
|
e3f6f92cf7
check for duplicate circuit ID _after_ updating circ_id_type.
|
21 лет назад |
|
config.c
|
fe6eb34a10
Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug
|
21 лет назад |
|
connection.c
|
012255fe60
fix the other half of the pipe race
|
21 лет назад |
|
connection_edge.c
|
ca95ed74ac
resolve tequila's crash bug: you can't free something
|
21 лет назад |
|
connection_or.c
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
21 лет назад |
|
control.c
|
06ce31b948
Only set a cookie when we intend to.
|
21 лет назад |
|
cpuworker.c
|
08e3090aff
More win32 fixes: 1) tolerate extra "readable" events better. 2) when being multithreaded, leave parent fdarray open.
|
21 лет назад |
|
directory.c
|
fe6eb34a10
Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug
|
21 лет назад |
|
dirserv.c
|
b457cfb5eb
Spell-check strings and comments
|
21 лет назад |
|
dns.c
|
08e3090aff
More win32 fixes: 1) tolerate extra "readable" events better. 2) when being multithreaded, leave parent fdarray open.
|
21 лет назад |
|
hibernate.c
|
470cdea7f8
make the 64 bit args print correctly on 64 bit archs
|
21 лет назад |
|
main.c
|
972124aab9
Only launch dns workers when we are actually starting a server.
|
21 лет назад |
|
onion.c
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
21 лет назад |
|
or.h
|
802d374a99
I'm a bad person.
|
21 лет назад |
|
relay.c
|
538c3b0c26
avoid a sigpipe from a race: if we get the end right after
|
21 лет назад |
|
rendclient.c
|
33cf6f2f61
clean two more minor memory leaks
|
21 лет назад |
|
rendcommon.c
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
21 лет назад |
|
rendmid.c
|
b457cfb5eb
Spell-check strings and comments
|
21 лет назад |
|
rendservice.c
|
e93077c82a
fix a minor leak for people offering hidden services
|
21 лет назад |
|
rephist.c
|
802d374a99
I'm a bad person.
|
21 лет назад |
|
router.c
|
464338b250
when hibernating, don't advertise any ports
|
21 лет назад |
|
routerlist.c
|
5d961c2c06
plug another memory leak
|
21 лет назад |
|
routerparse.c
|
675f60aa13
whoops
|
21 лет назад |
|
test.c
|
d19648b314
Renormalize whitespace
|
21 лет назад |
|
tor_main.c
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
21 лет назад |
|
tree.h
|
3d60cd1d61
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
|
22 лет назад |