aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2011-12-02Fix bug 4530; check return val of tor_addr_lookup correctlyNick Mathewson
2011-11-23Detect tor_addr_to_str failure in tor_dup_addr.Nick Mathewson
2011-11-23Merge remote-tracking branch 'public/bug4230' into maint-0.2.2Nick Mathewson
2011-11-20Sockets are unsigned on windowsSebastian Hahn
2011-11-20Get rid of an unused parameter warning on winSebastian Hahn
2011-11-14Detect failure from event_init() or event_base_new_with_config()Nick Mathewson
2011-11-14Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocationNick Mathewson
2011-11-09Correct the handling of overflow behavior in smartlist_ensure_capacityNick Mathewson
2011-11-09Don't warn when compiling with --disable-threadsSebastian Hahn
2011-10-26Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn
2011-10-26Don't send a certificate chain on outgoing TLS connections from non-relaysNick Mathewson
2011-10-26Properly refcount client_identity_keySebastian Hahn
2011-10-26Make crypto_free_pk_env tolerate NULL arg in 0.2.1. Error-proofing against b...Nick Mathewson
2011-10-26Maintain separate server and client TLS contexts.Robert Ransom
2011-10-26Refactor tor_tls_context_new:Robert Ransom
2011-10-26Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.Nick Mathewson
2011-10-06Make internal error check for unrecognized digest algorithm more robustNick Mathewson
2011-10-01Looks like Windows version 6.2 will be Windows 8Sebastian Hahn
2011-09-20Fix a potentially useless integer overflow check.Mansour Moufid
2011-08-30Check for lround with autoconf; fall back to rint.Nick Mathewson
2011-08-30Fix a compilation issue on older FreeBSDsSebastian Hahn
2011-08-24lround() missing in MSVCGisle Vanem
2011-07-20Check return value in fmt_addrNick Mathewson
2011-07-01Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-07-01Fix insanely large stack_allocation in log_credential_statusNick Mathewson
2011-06-22Improve documentation of smartlist_split_stringRobert Ransom
2011-06-22Fix minor comment issuesRobert Ransom
2011-06-20Fix overwide lines in util.cNick Mathewson
2011-06-14Make ControlSocketsGroupWritable work with User.Jérémy Bobbio
2011-06-06Check maximum properly in crypto_rand_int()Nick Mathewson
2011-06-03Reject 128-byte keys that are not 1024-bitNick Mathewson
2011-06-01Fix compile error in procmon.cGisle
2011-05-30whitespace fixesNick Mathewson
2011-05-30Merge remote-tracking branch 'public/bug3270' into maint-0.2.2Nick Mathewson
2011-05-22Unbreak the build on libevent 1.x systemsRobert Ransom
2011-05-23Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson
2011-05-23The first argument for a libevent callback should be evutil_socket_tNick Mathewson
2011-05-23Appease make check-spaces wrt procmon.hNick Mathewson
2011-05-23Use a 64-bit type to hold sockets on win64.Nick Mathewson
2011-05-20what's up with this trailing whitespaceRoger Dingledine
2011-05-20Fix some commentsRobert Ransom
2011-05-20Implement __OwningControllerProcess optionRobert Ransom
2011-05-16Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-16squash! Add crypto_pk_check_key_public_exponent functionNick Mathewson
2011-05-16Add crypto_pk_check_key_public_exponent functionRobert Ransom
2011-05-15Increase the length of the buffer in smartlist_string_num_isin().Nick Mathewson
2011-05-15Make check_private_dir check for group ownership as appropriateNick Mathewson
2011-05-15Fix up some comment issues spotted by rransomNick Mathewson
2011-05-15Add a new flag to check_private_dir to make it _not_ change permissionsNick Mathewson
2011-05-15Add a function to pull off the final component of a pathNick Mathewson