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.h
Age
Commit message (
Expand
)
Author
2007-05-24
r12912@catbus: nickm | 2007-05-24 11:48:49 -0400
Nick Mathewson
2007-02-28
r12006@catbus: nickm | 2007-02-28 16:06:24 -0500
Nick Mathewson
2007-02-28
r11998@catbus: nickm | 2007-02-28 13:56:55 -0500
Nick Mathewson
2007-02-28
r11992@catbus: nickm | 2007-02-28 12:46:32 -0500
Nick Mathewson
2007-02-12
r11775@catbus: nickm | 2007-02-12 16:39:09 -0500
Nick Mathewson
2007-02-12
r11774@catbus: nickm | 2007-02-12 16:31:47 -0500
Nick Mathewson
2007-01-30
r11607@catbus: nickm | 2007-01-30 17:19:27 -0500
Nick Mathewson
2006-10-25
r9380@Kushana: nickm | 2006-10-24 21:25:07 -0400
Nick Mathewson
2006-10-19
r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400
Nick Mathewson
2006-09-19
Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)
Nick Mathewson
2006-09-06
r8724@Kushana: nickm | 2006-09-06 04:32:28 -0400
Nick Mathewson
2006-09-06
- made configure check if we are building for win32
Mike Chiussi
2006-08-31
r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400
Nick Mathewson
2006-08-31
r8691@Kushana: nickm | 2006-08-31 13:30:46 -0400
Nick Mathewson
2006-08-29
r8682@Kushana: nickm | 2006-08-29 17:58:59 -0400
Nick Mathewson
2006-08-28
r8626@Kushana: nickm | 2006-08-27 23:45:46 -0400
Nick Mathewson
2006-08-11
r7326@Kushana: nickm | 2006-08-10 23:50:49 -0700
Nick Mathewson
2006-08-11
r7324@Kushana: nickm | 2006-08-10 23:23:15 -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
r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700
Nick Mathewson
2006-07-31
r6978@Kushana: nickm | 2006-07-31 13:16:14 -0400
Nick Mathewson
2006-07-21
Another MSVC6 fix. Grnk.
Nick Mathewson
2006-07-17
MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t an...
Nick Mathewson
2006-07-04
minor fixes
Roger Dingledine
2006-06-05
simplify code now that libevent considers all sockets pollable.
Roger Dingledine
2006-06-03
Patch based on post by Mike C to or-dev; special-case based on use of MSVC, r...
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-17
normalize whitespace.
Nick Mathewson
2006-03-13
Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...
Nick Mathewson
2006-02-09
Happy new year!
Roger Dingledine
2006-02-03
check for EADDRINUSE in a cross-platform way (unless i'm wrong)
Roger Dingledine
2005-12-14
Bite the bullet and limit all our source lines to 80 characters, the way IBM ...
Nick Mathewson
2005-12-07
fix typo noticed by scrimbly
Roger Dingledine
2005-10-25
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....
Nick Mathewson
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-09-14
Add a touch_file() function to compat so we can update cache mtimes.
Nick Mathewson
2005-09-10
Use tor_listdir in test.c instead of duplicating ode.
Nick Mathewson
2005-08-12
Make GCC very happy, even with lots of warnings set. Also, try to fix some re...
Nick Mathewson
2005-07-23
and a nearby define
Roger Dingledine
2005-07-23
add parenthesis to U64_PRINTF_ARG macro
Nick Mathewson
2005-06-18
Add a tor_memmem function
Nick Mathewson
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-05-10
Implement --disable-threads
Nick Mathewson
2005-05-07
Make Tor compile with no warnings with gcc4.0 on OSX
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-03-14
Fix some more obscure compiler warnings
Nick Mathewson
2005-03-14
Renormalize whitespace
Nick Mathewson
2005-02-25
Implement more control spec functionality
Nick Mathewson
[next]