Nick Mathewson
|
b6a13b6cdf
Add directory listing functions to util.[ch]. Watch the features creep!
|
před 19 roky |
Roger Dingledine
|
d5e426ab51
add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()
|
před 19 roky |
Nick Mathewson
|
11ff0aba80
Make clients regenerate their keys when their IP address changes.
|
před 19 roky |
Nick Mathewson
|
0831823763
Change end-of-file NLNL convention. It turns out arma I and I agree.
|
před 19 roky |
Roger Dingledine
|
509405a5f7
clean up this TOR_FRAGILE business
|
před 19 roky |
Roger Dingledine
|
652dde72f1
bugfix: chdir to your datadirectory at the *end* of the
|
před 19 roky |
Nick Mathewson
|
0e81265359
update copyright notices.
|
před 19 roky |
Nick Mathewson
|
bbaa3c7792
Implement more control spec functionality
|
před 20 roky |
Nick Mathewson
|
6e6d95b3db
Change from inet_ntoa to a threadproof tor_inet_ntoa.
|
před 20 roky |
Peter Palfrader
|
ddd724ef94
Add --with-dmalloc configure option
|
před 20 roky |
Roger Dingledine
|
cf17d0d29c
move network_init from or/main to common/compat
|
před 20 roky |
Nick Mathewson
|
c79c4200f4
Fix a bug in last patch; and keep my name out of the assert() call too.
|
před 20 roky |
Nick Mathewson
|
32978afa54
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
|
před 20 roky |
Nick Mathewson
|
ad7db5e43a
Add casei versions of strcmpstart/strcmpend
|
před 20 roky |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
před 20 roky |
Nick Mathewson
|
eccfe23a21
Disallow NDEBUG. It is very stupid.
|
před 20 roky |
Nick Mathewson
|
6f5dbefa7e
Normalize space: add one between every control keyword and control clause.
|
před 20 roky |
Roger Dingledine
|
7c9a707900
remove emacs droppings, since nick says he doesn't need them anymore
|
před 20 roky |
Nick Mathewson
|
55df2620c6
Add function to format local time in ISO format
|
před 20 roky |
Nick Mathewson
|
cd753df7bf
Resolve many XXXs and all DOCDOCs
|
před 20 roky |
Nick Mathewson
|
180e0a9326
Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ignore).
|
před 20 roky |
Roger Dingledine
|
865f341708
parse_line_from_file is obsolete.
|
před 20 roky |
Nick Mathewson
|
38ed0ce5e6
Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined
|
před 20 roky |
Nick Mathewson
|
9d604ec615
Add code to read configuration lines from a string as well as a file
|
před 20 roky |
Nick Mathewson
|
d5244e3872
Add a write_bytes_to_file so we can have files with NULs in them.
|
před 20 roky |
Roger Dingledine
|
e761cc9750
my assert.h takes extra pains to be certain to _re-include_
|
před 20 roky |
Nick Mathewson
|
67f14032b1
Handle strlcat/strlcpy correctly on platforms that have them.
|
před 20 roky |
Roger Dingledine
|
85c79ffbc7
canonicalize "src" and "dest" arg order in crypto.c (and others)
|
před 20 roky |
Nick Mathewson
|
ce79bab7f1
Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability).
|
před 20 roky |
Roger Dingledine
|
4689243242
make sure options.MaxConn can be reached
|
před 20 roky |