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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2004-06-21
Implement several 008pre1 items: needs more testing
Nick Mathewson
2004-06-13
if datadirectory isn't owned by this uid, tell the user he must
Roger Dingledine
2004-06-05
Unbork windows whitespace
Nick Mathewson
2004-06-05
Make tor build on win32 again; handle locking for server
Nick Mathewson
2004-06-02
define FD_SETSIZE in all cases, not just win32
Roger Dingledine
2004-06-02
Stop multiplying logs on sighup.
Nick Mathewson
2004-06-01
use sys/param.h if it's there
Roger Dingledine
2004-06-01
put a comment reminding us that we do hashes in software only
Roger Dingledine
2004-05-26
rik's patch to not complain about freebsd's bug
Roger Dingledine
2004-05-21
it looks like parse_log_level() was never taught about WARN?
Roger Dingledine
2004-05-21
minor comment patch
Roger Dingledine
2004-05-20
Tinker with log behavior: never send error messages about logs into the bitbu...
Nick Mathewson
2004-05-19
Allow multiple logfiles at different severity ranges
Nick Mathewson
2004-05-18
Resolve some XXXs
Nick Mathewson
2004-05-15
bugfix: our integrity-checking digest was checking only the most
Roger Dingledine
2004-05-12
Not every RSA decrypt should warn on failure.
Nick Mathewson
2004-05-10
it's amazing what a bit of punctuation can do for appearances
Roger Dingledine
2004-05-10
doxygen markup for common/*.h
Roger Dingledine
2004-05-10
Doxygenate common.
Nick Mathewson
2004-05-07
Add doxygen markup for util and buffers
Nick Mathewson
2004-05-06
Fix bug in stream position adjustment
Nick Mathewson
2004-05-06
Use correct aes-ctr implementation in mainline, too.
Nick Mathewson
2004-05-05
Add intptr_t and uintptr_t to torint.h
Nick Mathewson
2004-05-05
Make non-fake tor_poll robust against -1 fds
Nick Mathewson
2004-05-04
Fix mac compile
Nick Mathewson
2004-05-02
tor_assert(), not assert()
Nick Mathewson
2004-05-02
Fix windows compile.
Nick Mathewson
2004-05-02
Working strerror for windows socket errors, plus some snide comments.
Nick Mathewson
2004-05-02
Assert that we never try to fakepoll on sock -1.
Nick Mathewson
2004-05-01
some patches on the patches
Roger Dingledine
2004-05-01
Remove bogus */ so util.c compiles
Nick Mathewson
2004-05-01
Finish documenting the functions in common
Nick Mathewson
2004-05-01
Handle windows socket errors correctly; comment most of common.
Nick Mathewson
2004-04-29
some cosmetic fixes
Roger Dingledine
2004-04-28
Oops -- the Windows function is closesocket, not socketclose
Nick Mathewson
2004-04-28
Use socketclose on windows as appropriate; end pid files with newline
Nick Mathewson
2004-04-28
Remove IVs from cipher code, since AES-ctr has none.
Nick Mathewson
2004-04-28
use nick's _ARRAYSIZE abstraction
Roger Dingledine
2004-04-28
nick, is this what you meant?
Roger Dingledine
2004-04-28
Make Tor build on win32 with VC6 without warnings.
Nick Mathewson
2004-04-28
Workarounds for a couple of pieces of windows strangeness.
Nick Mathewson
2004-04-27
some compilers don't like an array of length zero
Roger Dingledine
2004-04-26
Some versions of openssl have an SSL_pending function that erroneously
Nick Mathewson
2004-04-26
Remove spurious semi
Nick Mathewson
2004-04-26
Add a macro to catch unhandled openssl errors.
Nick Mathewson
2004-04-26
log debug so nick can see it too
Roger Dingledine
2004-04-26
The dots are there so you see test doing something. Therefore we should flus...
Peter Palfrader
2004-04-26
Include strerror(errno) with tls syscall errors
Nick Mathewson
2004-04-26
Refactor crypto error handling to be more like TLS error handling:
Nick Mathewson
2004-04-26
Log pending TLS errors in a couple more places, in case they are possible.
Nick Mathewson
[next]