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-04-03
tor_vsscanf(): Don't return -1 if '%%' doesn't match.
George Kadianakis
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-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-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-20
Merge remote-tracking branch 'sebastian/bug5161'
Nick Mathewson
2012-02-20
Fix crypto_hmac_sha256 documentation comment
Robert Ransom
2012-02-19
Don't redeclare environ if std headers already did
Sebastian Hahn
2012-02-17
Use get_environment(), not environ.
Nick Mathewson
2012-02-17
Merge branch 'bug5105-v2-squashed'
Nick Mathewson
2012-02-17
Heap-allocate strings returned by get_current_process_environment_variables
Robert Ransom
2012-02-17
Pass process_environment_t * to tor_spawn_background
Robert Ransom
2012-02-17
Remove (void)envp from tor_spawn_background
Robert Ransom
2012-02-17
Change type of unixoid_environment_block to match tor_spawn_background's arg
Robert Ransom
2012-02-17
Add set_environment_variable_in_smartlist
Robert Ransom
2012-02-17
Add get_current_process_environment_variables
Robert Ransom
2012-02-17
Add process_environment_make and related utilities
Robert Ransom
2012-02-17
Add tor_calloc
Robert Ransom
2012-02-14
Use _NSGetEnviron() instead of environ where required
Sebastian Hahn
2012-02-14
Make ht.h conform to Tor's code style again
Sebastian Hahn
2012-02-13
Port over the last ht.h changes from libevent: avoid _reserved identifiers
Nick Mathewson
2012-02-13
Port over ht.h improvements from Libevent.
Nick Mathewson
2012-02-13
ht.h comment tweaks, upstreamed from libevent
Nick Mathewson
2012-02-12
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-02-10
Properly protect paths to sed, sha1sum, openssl
Sebastian Hahn
2012-02-10
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-02-10
Use correct CVE number for CVE-2011-4576. Found by fermenthor. bug 5066
Nick Mathewson
2012-01-31
Fix straggling MS_WINDOWS issues; add a changes file
Nick Mathewson
2012-01-31
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
Nick Mathewson
2012-01-31
Actually enable the windows absolute-path code
Nick Mathewson
2012-01-18
Rename nonconformant identifiers.
Nick Mathewson
2012-01-18
Merge remote-tracking branch 'public/bug4533_part1'
Nick Mathewson
2012-01-18
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-01-18
Fix SOCKET_OK test on win64.
Nick Mathewson
2012-01-17
Warn if sizeof(tor_socket_t) != sizeof(SOCKET)
Nick Mathewson
2012-01-17
Use SOCKET_OK macros in even more places
Nick Mathewson
2012-01-16
Convert instances of tor_malloc+tor_snprintf into tor_asprintf
Nick Mathewson
2012-01-16
Rename smartlist_{v,}asprintf_add to smartlist_add_{v,}asprintf
Nick Mathewson
[next]