index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
compat.c
Age
Commit message (
Expand
)
Author
2006-08-27
stop three memory leaks. nick, fix these if i'm wrong.
Roger Dingledine
2006-08-16
r7404@Kushana: nickm | 2006-08-16 09:32:19 -0400
Nick Mathewson
2006-08-05
r7030@Kushana: nickm | 2006-08-04 14:46:52 -0700
Nick Mathewson
2006-08-05
r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700
Nick Mathewson
2006-08-05
r7028@Kushana: nickm | 2006-08-04 13:10:16 -0700
Nick Mathewson
2006-08-04
r7025@Kushana: nickm | 2006-08-04 12:03:22 -0700
Nick Mathewson
2006-08-04
r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700
Nick Mathewson
2006-07-09
Make compilation work on old MSVCs without GetVertsionEx magic. Patch from Fr...
Nick Mathewson
2006-06-28
Actually enable mmap. That should improve matters.
Nick Mathewson
2006-06-05
simplify code now that libevent considers all sockets pollable.
Roger Dingledine
2006-06-04
Add a new warning to our "warn a lot" list: unused parameters. This means we...
Nick Mathewson
2006-06-03
More DNS fixes. Send meaningful TTLs back to the client when
Nick Mathewson
2006-05-28
Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ...
Nick Mathewson
2006-05-23
Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ...
Nick Mathewson
2006-03-26
failing in a support function is a warn, not an err.
Roger Dingledine
2006-03-24
Check return value from GetVersionEx (even though the MSDN example doesnt) an...
Nick Mathewson
2006-02-13
Start the process of converting warn to log_warn and so on.
Roger Dingledine
2006-02-09
Happy new year!
Roger Dingledine
2006-02-09
and maybe some function documentation will help too
Roger Dingledine
2006-01-23
On systems that don't have getrlimit (like windows), we were artificially
Roger Dingledine
2005-12-14
Bite the bullet and limit all our source lines to 80 characters, the way IBM ...
Nick Mathewson
2005-12-10
crank the max line limit down to 150 chars.
Roger Dingledine
2005-11-15
Make new logging stuff work on windows; fix a couple of windows typos.
Nick Mathewson
2005-10-25
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....
Nick Mathewson
2005-10-24
Check for even more windows version flags, and note any we do not recognize.
Nick Mathewson
2005-10-18
Start dividing log messages into logging domains. No, LD_ is not the best of...
Nick Mathewson
2005-10-07
Win32 compilation/correctness fixes.
Nick Mathewson
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-10-05
Make windows platform detection smarter. {Untested.}
Nick Mathewson
2005-09-30
Reformat inconsistent function declarations.
Nick Mathewson
2005-09-29
Add a bunch more warnings to out warning suite; resolve them; pack structs a ...
Nick Mathewson
2005-09-14
Add a touch_file() function to compat so we can update cache mtimes.
Nick Mathewson
2005-09-14
Clean up a few warnings that make gcc twig out a bit.
Nick Mathewson
2005-08-26
put quotes around user-supplied strings so they are more likely to
Roger Dingledine
2005-08-26
add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()
Roger Dingledine
2005-08-22
Fix bug with tor_memmem finding a match at the end of the string.
Nick Mathewson
2005-08-03
Fix compile failures on tor_gettimeofday() fix for windows
Nick Mathewson
2005-08-03
Probably broken attempt to improve tor_gettimeofday granularity on windows.
Nick Mathewson
2005-07-22
Be consistent about preferring foo* to struct foo*
Nick Mathewson
2005-07-13
whitespace fixes
Nick Mathewson
2005-07-13
Fix windows compilation
Nick Mathewson
2005-06-30
Make errors retrievable from tor_socketpair; resolve bug 163.
Nick Mathewson
2005-06-27
Fix libc compilation
Nick Mathewson
2005-06-27
Compile on win32
Nick Mathewson
2005-06-26
note a bug in our tor_socketpair implementation
Roger Dingledine
2005-06-18
fix typo
Roger Dingledine
2005-06-18
Add a tor_memmem function
Nick Mathewson
2005-06-12
a bit more cleanup
Roger Dingledine
2005-06-11
Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...
Nick Mathewson
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
[next]