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
2012-05-30
Fix clang 3.1 compile warning in crypto.c
Sebastian Hahn
2012-05-16
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-05-16
Fix month check in parse_http_time, add test
Sebastian Hahn
2012-05-16
Remove more dubiosity in struct tm handling. related to bug5346
Nick Mathewson
2012-05-16
Reject an additional type of bad date in parse_http_time
Nick Mathewson
2012-05-16
Fix parse_http_time and add tests
Esteban Manchado Velázquez
2012-05-16
Merge remote-tracking branch 'public/bug2822'
Nick Mathewson
2012-05-14
Bump _WIN32_WINNT to 0x0501 throughout the code
Nick Mathewson
2012-05-14
Remove all instances of WIN32_WINNT (without leading _)
Nick Mathewson
2012-05-14
MSVC build issue: add magic to make openssl headers in aes.c work
Nick Mathewson
2012-05-14
Be a good git person: store nmakefiles in correct text fmt
Nick Mathewson
2012-05-14
Fix win32 compilation of 31eb73f88e8
Nick Mathewson
2012-05-11
Cut down on the OS information we give.
Nick Mathewson
2012-05-11
Merge remote-tracking branch 'asn/bug4865_take2'
Nick Mathewson
2012-05-11
Merge remote-tracking branch 'public/bug5091'
Nick Mathewson
2012-05-10
Merge remote-tracking branch 'public/bug4591'
Nick Mathewson
2012-05-10
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-05-07
Handle out-of-range values in tor_parse_* integer functions
Nick Mathewson
2012-05-07
fix quad typo in comments
Roger Dingledine
2012-05-04
Fix bug 5762: detect missing accept4 that gives ENOSYS
Nick Mathewson
2012-04-30
Remove __ from HAVE_EXTERN_ENVIRON_DECLARED__
Nick Mathewson
2012-04-27
Only disable cert chaining on the first TLS handshake
Nick Mathewson
2012-04-26
Several mingw/msvc/cross-compilation fixes
Nick Mathewson
2012-04-24
Merge remote-tracking branch 'public/bug5112'
Nick Mathewson
2012-04-18
Remove needless check for a buffer that could not be NULL.
Nick Mathewson
2012-04-12
Fix issues found by nickm.
George Kadianakis
2012-04-03
tor_vsscanf(): Don't return -1 if '%%' doesn't match.
George Kadianakis
2012-03-31
Generalize fmt_addr() to support IPv6 decorations.
George Kadianakis
2012-03-30
Fix tor_strtok_r_impl and test cases per bug #5091
nils
2012-03-30
Have tor_parse_*long functions check for negative bases
Nick Mathewson
2012-03-30
Remove a couple redundant NULL-checks before crypto_cipher_free
Nick Mathewson
2012-03-28
Make relays handle an address suggestion from a directory server giving an IP...
Linus Nordberg
2012-03-28
Reject SOCKS requests for "localhost" or ".local"
Nick Mathewson
2012-03-27
Excise PK_NO_PADDING entirely: Unpadded RSA is silly.
Nick Mathewson
2012-03-27
Use OpenSSL 1.0.1's EVP aes_ctr implementation when available
Nick Mathewson
2012-03-27
Refactor the API for setting up a block cipher.
Nick Mathewson
2012-03-27
Remove support for PK_NO_PADDING in crypto_pk_public_hybrid_encrypt
Nick Mathewson
2012-03-27
Log statement to help track down bug4091
Nick Mathewson
2012-03-26
Merge commit 'a5704b1c624c9a808f52f3a125339f00e2b9a378' into maint-0.2.2
Nick Mathewson
2012-03-12
Close fds on pipe() error in tor_spawn_background().
George Kadianakis
2012-03-09
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-03-09
Correctly handle broken escape sequences in torrc values
Nick Mathewson
2012-03-08
Small fix in tor_sscanf documentation
Esteban Manchado Velázquez
2012-03-08
Fix typo in config parser documentation
Esteban Manchado Velázquez
2012-03-08
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-03-08
Fix compile warnings in openbsd malloc
Sebastian Hahn
2012-02-29
Don't leak the env_vars_sorted smartlist in process_environment_make
Nick Mathewson
2012-02-22
Add a sha256 hmac function, with tests
Nick Mathewson
2012-02-20
Merge remote-tracking branch 'sebastian/bug5161'
Nick Mathewson
2012-02-20
Fix crypto_hmac_sha256 documentation comment
Robert Ransom
[next]