Nick Mathewson
|
38ed0ce5e6
Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined
|
20 years ago |
Nick Mathewson
|
9d604ec615
Add code to read configuration lines from a string as well as a file
|
20 years ago |
Nick Mathewson
|
d5244e3872
Add a write_bytes_to_file so we can have files with NULs in them.
|
20 years ago |
Roger Dingledine
|
e761cc9750
my assert.h takes extra pains to be certain to _re-include_
|
20 years ago |
Nick Mathewson
|
67f14032b1
Handle strlcat/strlcpy correctly on platforms that have them.
|
20 years ago |
Roger Dingledine
|
85c79ffbc7
canonicalize "src" and "dest" arg order in crypto.c (and others)
|
20 years ago |
Nick Mathewson
|
ce79bab7f1
Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability).
|
20 years ago |
Roger Dingledine
|
4689243242
make sure options.MaxConn can be reached
|
20 years ago |
Nick Mathewson
|
ce5709184b
Pass with -Wstrict-prototypes
|
20 years ago |
Nick Mathewson
|
22dc19b590
snprintf wrapper with consistant (though not C99) overflow behavior
|
20 years ago |
Nick Mathewson
|
5d53828c57
Handle more errnos from accept() without closing the connection. This may fix a bug that could close OR listeners when (a) TCP connections were hung up before accept() could be called, or (b) during FD exhaustion.
|
20 years ago |
Nick Mathewson
|
6899b8001a
Check for low _MSC_VER, not high. On windows, always use winsock.
|
20 years ago |
Roger Dingledine
|
c4c6ee7d61
add winsock if you've got it, regardless of whether you're msv
|
20 years ago |
Nick Mathewson
|
69d7b468b4
Refactor parse-addr-mask-and-port-range into a separate function
|
20 years ago |
Nick Mathewson
|
f619c4603e
Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=NULL are equivalent
|
20 years ago |
Nick Mathewson
|
f359389866
Oops; make sure that break; and continue; work within SMARTLIST_FOREACH
|
20 years ago |
Nick Mathewson
|
5e80944c52
Use token-pasting magic to make nested SMARTLIST_FOREACH work.
|
20 years ago |
Nick Mathewson
|
c5964d6738
Basic string-join functionality
|
20 years ago |
Roger Dingledine
|
69830afc16
and another one
|
20 years ago |
Roger Dingledine
|
fe54bd00b9
ok, vim isn't the greatest editor in the world
|
20 years ago |
Roger Dingledine
|
a7d858bd6e
start the great migration from int to size_t
|
20 years ago |
Nick Mathewson
|
19da1f36c2
Make a bounds-checking replacement for strtol with slightly easier error-checking in the common case
|
20 years ago |
Nick Mathewson
|
8b037509f3
Add functions to parse addr[:port] consistently
|
20 years ago |
Nick Mathewson
|
6c970aec94
Turn tor_strpartion into a swiss-army-knife function, so it can terminate or not-terminate appropriately.
|
20 years ago |
Nick Mathewson
|
7b98fb58eb
More complete docs for crypto.c; factor out string partitioning code
|
20 years ago |
Nick Mathewson
|
ce3162d035
Make base-64-encoded DER work, including workaround for ugly openssl misfeature that makes base64 decoding fail when you strip out the newlines.
|
20 years ago |
Nick Mathewson
|
0ef85f6dba
Some platforms have weird translations when you open files in "test" mode; make read/write_str_to_file aware.
|
20 years ago |
Nick Mathewson
|
f311206d1d
Make split function smarter; add a strcmpstart function so we can stop bungling strcmp(x, y, strlen(y));
|
20 years ago |
Roger Dingledine
|
d91cacb839
agree with nick: this legal-chars-in-filename stuff gets us nothing
|
20 years ago |
Nick Mathewson
|
015232bd39
As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and broken. #if it out, pending agreement from arma. This fixes a bug on win32 that rejected paths with a : in them.
|
20 years ago |