Nick Mathewson
|
932106f54c
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general.
|
19 years ago |
Nick Mathewson
|
a20835ac92
Check for even more windows version flags, and note any we do not recognize.
|
19 years ago |
Nick Mathewson
|
edf5698474
Start dividing log messages into logging domains. No, LD_ is not the best of identifiers. src/or has not been converted yet. Domains dont do anything yet.
|
19 years ago |
Nick Mathewson
|
010bcfa9df
Win32 compilation/correctness fixes.
|
19 years ago |
Nick Mathewson
|
ba24193ab5
Make doxygen marginally happier
|
19 years ago |
Nick Mathewson
|
92abf1b653
Make windows platform detection smarter. {Untested.}
|
19 years ago |
Nick Mathewson
|
92451f74a8
Reformat inconsistent function declarations.
|
19 years ago |
Nick Mathewson
|
5c53545d81
Add a bunch more warnings to out warning suite; resolve them; pack structs a little better.
|
19 years ago |
Nick Mathewson
|
6973ef9be4
Add a touch_file() function to compat so we can update cache mtimes.
|
19 years ago |
Nick Mathewson
|
922cee3d0c
Clean up a few warnings that make gcc twig out a bit.
|
19 years ago |
Roger Dingledine
|
fa507c63e8
put quotes around user-supplied strings so they are more likely to
|
19 years ago |
Roger Dingledine
|
d5e426ab51
add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()
|
19 years ago |
Nick Mathewson
|
9321db8c29
Fix bug with tor_memmem finding a match at the end of the string.
|
19 years ago |
Nick Mathewson
|
98f1265309
Fix compile failures on tor_gettimeofday() fix for windows
|
19 years ago |
Nick Mathewson
|
176e9055cc
Probably broken attempt to improve tor_gettimeofday granularity on windows.
|
19 years ago |
Nick Mathewson
|
18c11eb3bc
Be consistent about preferring foo* to struct foo*
|
19 years ago |
Nick Mathewson
|
97c58f066a
whitespace fixes
|
19 years ago |
Nick Mathewson
|
278bac421f
Fix windows compilation
|
19 years ago |
Nick Mathewson
|
d85bfe83bf
Make errors retrievable from tor_socketpair; resolve bug 163.
|
19 years ago |
Nick Mathewson
|
1647b6f837
Fix libc compilation
|
19 years ago |
Nick Mathewson
|
806da0d8b2
Compile on win32
|
19 years ago |
Roger Dingledine
|
09e87f452d
note a bug in our tor_socketpair implementation
|
19 years ago |
Roger Dingledine
|
8fdab20704
fix typo
|
19 years ago |
Nick Mathewson
|
5fee58adfb
Add a tor_memmem function
|
19 years ago |
Roger Dingledine
|
2111c0e263
a bit more cleanup
|
19 years ago |
Nick Mathewson
|
232861ba42
Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform.
|
19 years ago |
Roger Dingledine
|
fcd0fc3364
flesh out the source file descriptions for doxygen
|
19 years ago |
Nick Mathewson
|
0831823763
Change end-of-file NLNL convention. It turns out arma I and I agree.
|
19 years ago |
Nick Mathewson
|
1d9bc936c2
Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostname
|
19 years ago |
Roger Dingledine
|
50505e677e
fix a comment
|
19 years ago |