Nick Mathewson
|
32978afa54
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
|
20 years ago |
Nick Mathewson
|
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
|
20 years ago |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
20 years ago |
Nick Mathewson
|
32651dd108
connect() on win32 can do more things than we thought?
|
20 years ago |
Roger Dingledine
|
7c9a707900
remove emacs droppings, since nick says he doesn't need them anymore
|
20 years ago |
Nick Mathewson
|
22dba27d8d
Normalize a few more kinds of whitespace. We now dislike:
|
20 years ago |
Nick Mathewson
|
8acaf8e187
Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting setup. More docs needed
|
20 years ago |
Nick Mathewson
|
8de9cfe184
Resolve FIXME items: make expand_filename handle ~ and ~username
|
20 years ago |
Nick Mathewson
|
b56ef496d9
Twiddle header order to compile on OS X again
|
20 years ago |
Nick Mathewson
|
3e16515343
The spelling is "d-e-f-i-n-e".
|
20 years ago |
Nick Mathewson
|
a2f6210b3e
Add compatibility macros for printf and scanf-ing 64-bit unsigned ints
|
20 years ago |
Nick Mathewson
|
67f14032b1
Handle strlcat/strlcpy correctly on platforms that have them.
|
20 years ago |
Nick Mathewson
|
1433a0b26f
Fix signed/unsigned comparison warning
|
20 years ago |
Nick Mathewson
|
ce79bab7f1
Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability).
|
20 years ago |