Roger Dingledine
|
e93077c82a
fix a minor leak for people offering hidden services
|
20 年 前 |
Nick Mathewson
|
b457cfb5eb
Spell-check strings and comments
|
20 年 前 |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
20 年 前 |
Nick Mathewson
|
6f5dbefa7e
Normalize space: add one between every control keyword and control clause.
|
20 年 前 |
Roger Dingledine
|
7c9a707900
remove emacs droppings, since nick says he doesn't need them anymore
|
20 年 前 |
Nick Mathewson
|
22dba27d8d
Normalize a few more kinds of whitespace. We now dislike:
|
20 年 前 |
Roger Dingledine
|
4b76fe8036
Break DirFetchPostPeriod into:
|
20 年 前 |
Nick Mathewson
|
180e0a9326
Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ignore).
|
20 年 前 |
Nick Mathewson
|
cb5de85585
Separate validate from activate. Document undocumented stuff in config.c.
|
20 年 前 |
Roger Dingledine
|
394554cfbf
Clean up copyrights.
|
20 年 前 |
Roger Dingledine
|
6c61ed4fb5
Make options no longer a global variable.
|
20 年 前 |
Roger Dingledine
|
85c79ffbc7
canonicalize "src" and "dest" arg order in crypto.c (and others)
|
20 年 前 |
Roger Dingledine
|
b390786582
Hidden service operators had a bug in version 1 style INTRODUCE cells
|
20 年 前 |
Roger Dingledine
|
51e16233cb
Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()
|
20 年 前 |
Nick Mathewson
|
6980929e64
Use strlcpy, not strcpy.
|
20 年 前 |
Nick Mathewson
|
44d4516155
Use tor_snprintf, not snprintf
|
20 年 前 |
Nick Mathewson
|
bc62f8e983
Replace sprintf with snprintf
|
20 年 前 |
Roger Dingledine
|
20cdc0a517
fix a memory leak
|
20 年 前 |
Roger Dingledine
|
defe1e5f3c
start generating new version of introduce1 cells
|
20 年 前 |
Roger Dingledine
|
de65052312
don't assert multiple things in the same tor_assert()
|
20 年 前 |
Nick Mathewson
|
47dc024f7e
Change interface of parse_addr_port() to return address in host order, since most users seem to want that.
|
20 年 前 |
Roger Dingledine
|
572714a458
bugfix: parse_addr_port() bites us again -- it returns addr in network order.
|
20 年 前 |
Nick Mathewson
|
1c9426d6e0
Build without warnings on mac gcc 3.3
|
20 年 前 |
Roger Dingledine
|
aebc3a03ba
more int to size_t conversions, fixing one or more amd64 bugs
|
20 年 前 |
Nick Mathewson
|
f14117bffd
fix warning about always-false comparison; detect too-large realport better
|
20 年 前 |
Roger Dingledine
|
0b4d3c4df7
parse HttpProxy address in config
|
20 年 前 |
Nick Mathewson
|
e7241044e8
Better bounds checking on parsed ints
|
20 年 前 |
Nick Mathewson
|
0383afac9a
Use parse_addr_port() function instead of ad-hoc variants
|
20 年 前 |
Roger Dingledine
|
802b203ff1
fix a rare seg fault for people running hidden services on
|
20 年 前 |
Nick Mathewson
|
0ef85f6dba
Some platforms have weird translations when you open files in "test" mode; make read/write_str_to_file aware.
|
20 年 前 |