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
/
tortls.c
Age
Commit message (
Expand
)
Author
2005-10-17
Downgrade a few INFO level logs to DEBUG again. Also add two or three new
Peter Palfrader
2005-10-17
start the process of reducing clutter in server logs
Roger Dingledine
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-09-30
Never call free() on tor_malloc()d memory. This is unlikely to be our current...
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-08-26
put quotes around user-supplied strings so they are more likely to
Roger Dingledine
2005-08-12
Try to resolve another reported solaris x86 warning
Nick Mathewson
2005-06-21
Appease the hungry God of GCC: it hates K&R style unspecified args!
Nick Mathewson
2005-06-20
Load hardware acceleration options when/where available. Can anybody test this?
Nick Mathewson
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-09
New whitespace normalization rule: no blank line at EOF.
Nick Mathewson
2005-05-07
Make Tor compile with no warnings with gcc4.0 on OSX
Nick Mathewson
2005-04-23
Apparently, ASN1 failures are not treated as SSL connection errors, but are j...
Nick Mathewson
2005-04-23
LOG_ERR is for when you're planning to die.
Roger Dingledine
2005-04-23
Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...
debian-version-0.1.0.3-rc-200504231430-1
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-03-31
add a tor_tls_is_server method to remember if conn->tls
Roger Dingledine
2005-02-28
Try a little harder to avoid openssl SSL* double-free reports.
Nick Mathewson
2005-02-28
give a better warning when tor points at an https server.
Nick Mathewson
2005-02-25
Be specific about which "illegal character" we just saw in the cert.
Nick Mathewson
2005-02-22
Patch to localtime/gmtime handling: use the _r variants where available. Use...
Nick Mathewson
2005-02-11
Free tls resources on exit too
Nick Mathewson
2005-01-03
Resolve task 42: find where 19-char nicknames were getting truncated when rea...
Nick Mathewson
2004-12-07
Fix some memory leaks and unlikely segfaults
Nick Mathewson
2004-12-07
Fix leakable rsa key
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-26
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-23
Clean up some logging and interfaces
Nick Mathewson
2004-11-15
Whitespace normalization
Nick Mathewson
2004-11-14
Split X509 certificate liveness checks into a separate function
Nick Mathewson
2004-11-09
Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...
Nick Mathewson
2004-10-27
Tricksy compiler warnings! We hates them, hates them forever, my precious!
Nick Mathewson
2004-10-27
Pass with -Wstrict-prototypes
Nick Mathewson
2004-10-27
Use tor_snprintf, not snprintf
Nick Mathewson
2004-10-27
Replace sprintf with snprintf
Nick Mathewson
2004-10-19
Tolerate NULL nicknames better
Nick Mathewson
2004-10-16
don't assert multiple things in the same tor_assert()
Roger Dingledine
2004-10-14
Build without warnings on mac gcc 3.3
Nick Mathewson
2004-10-14
oh, and some more in common/
Roger Dingledine
2004-08-25
fix a seg fault on solaris
Roger Dingledine
2004-07-22
tell the user what time _they_ are too, when a cert is expired
Roger Dingledine
2004-07-22
Make tor_tls_new variant use alternative (certless) context
Nick Mathewson
2004-07-21
fix our tls handshake chain cert bug
Roger Dingledine
2004-07-21
Log certificate lifetime on failure.
Nick Mathewson
2004-07-21
Log number of certs in wrong-length chains
Nick Mathewson
2004-07-21
Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...
Nick Mathewson
2004-07-19
more useful warning messages
Roger Dingledine
[next]