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
Age
Commit message (
Expand
)
Author
2005-02-03
Add --with-dmalloc configure option
Peter Palfrader
2005-02-03
http://www.erlenstar.demon.co.uk/unix/faq_2.html says we
Roger Dingledine
2005-01-31
clarify what smartlist_remove promises, since we rely on it.
Roger Dingledine
2005-01-27
Add rudimentary pthread support that needs more testing.
Nick Mathewson
2005-01-22
fwd-port win32 isprint fix
Nick Mathewson
2005-01-22
forward-port: fix win32 compile
Roger Dingledine
2005-01-20
give a header file for ntohs
Roger Dingledine
2005-01-20
Compilation fixes for win32 version detection.
Nick Mathewson
2005-01-20
Make zlib detection happy on little-endian platforms; fix unit tests.
Nick Mathewson
2005-01-19
Detect windows platform correctly
Nick Mathewson
2005-01-19
Make detect_compression_method work on platforms with more evil chars.
Nick Mathewson
2005-01-19
Workaround for webservers that lie about Content-Encoding: Tor now tries to a...
Nick Mathewson
2005-01-12
Make Tor use Niels Provos's libevent instead of it's current
Nick Mathewson
2005-01-12
clean up smartlist_string_isin so callers don't have to manage bufs
Roger Dingledine
2005-01-10
help avoid overflow from len_in + (len_in/n)*len_ins
Roger Dingledine
2005-01-04
make the initial temp log only notice-err, not info-err
Roger Dingledine
2005-01-03
Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.
Roger Dingledine
2005-01-03
More work on task #43: fix race conditions on multithreaded (win32) servers.
Nick Mathewson
2005-01-03
Possible fix for task #43: when running on a multithreaded environment (curre...
Nick Mathewson
2005-01-03
Resolve task 42: find where 19-char nicknames were getting truncated when rea...
Nick Mathewson
2004-12-22
fix an assert on startup when the disk is full and you're logging to a file
Roger Dingledine
2004-12-22
move network_init from or/main to common/compat
Roger Dingledine
2004-12-22
Fix a bug in last patch; and keep my name out of the assert() call too.
Nick Mathewson
2004-12-22
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
Nick Mathewson
2004-12-16
Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...
Nick Mathewson
2004-12-13
Note that length checking on base64_decode is kinda conservative
Nick Mathewson
2004-12-08
Belt *or* suspenders will be sufficient when casting things to unsigned char.
Nick Mathewson
2004-12-08
Solaris CC freaks out if isspace and friends get anything other than an int. ...
Nick Mathewson
2004-12-07
fix comment
Roger Dingledine
2004-12-07
Fix some memory leaks and unlikely segfaults
Nick Mathewson
2004-12-07
note an improvement on our uname we might want to make one day
Roger Dingledine
2004-12-07
Fix leakable rsa key
Nick Mathewson
2004-12-06
Fix parse_iso_time on platforms without strptime.
Nick Mathewson
2004-12-05
int is not necessarily the same size as size_t
Roger Dingledine
2004-12-04
fix comment
Roger Dingledine
2004-12-02
Be more proactive about noticing underflows: size_t values greater than 0x800...
Nick Mathewson
2004-12-01
Fix windows build.
Nick Mathewson
2004-12-01
Spell-check strings and comments
Nick Mathewson
2004-12-01
If we are using select, make sure we stay within FD_SETSIZE.
Nick Mathewson
2004-11-30
a few minor tweaks
Roger Dingledine
2004-11-30
doxygen uses backslashes, not forward-slashes
Nick Mathewson
2004-11-30
clarify why strlcpy is safe in truncated log messages
Nick Mathewson
2004-11-30
Add casei versions of strcmpstart/strcmpend
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-29
Remove needless -2 in log code. This was not an underflow risk, sinze we onl...
Nick Mathewson
2004-11-29
clean up the previous underflow check, and also point out
Roger Dingledine
2004-11-29
Disallow NDEBUG. It is very stupid.
Nick Mathewson
2004-11-29
fix integer underflow in tor_vsnprintf()
Roger Dingledine
2004-11-29
prevent integer underflow
Roger Dingledine
2004-11-28
wrong is ok, and right is fine, but in between is apparently
Roger Dingledine
[next]