aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2011-11-27indent; add commentNick Mathewson
2011-11-27Merge remote-tracking branch 'asn/bug4584'Nick Mathewson
2011-11-27Don't schedule excess_renegotiations_callback unless it's setNick Mathewson
2011-11-27Use random bytes as our certificate serial numbers.George Kadianakis
2011-11-25use event_free() wrapper; fix bug 4582Nick Mathewson
2011-11-25Fix some wide lines in tortls.cNick Mathewson
2011-11-25Refactor tor_event_base_once to do what we actually wantNick Mathewson
2011-11-25Merge remote-tracking branch 'asn/bug4312'Nick Mathewson
2011-11-25Make process_handle_t private and fix some unit testsNick Mathewson
2011-11-25Merge remote-tracking branch 'asn/bug3472_act2'Nick Mathewson
2011-11-25Merge remote-tracking branch 'sebastian/pure_removal'Nick Mathewson
2011-11-25Purge ATTR_PURE from the codeSebastian Hahn
2011-11-25Merge branch 'more_aes_hackery_rebased'Nick Mathewson
2011-11-25Use openssl's counter mode implementation when we have 1.0.0 or laterNick Mathewson
2011-11-25Use EVP for AES only when hardware accel is presentNick Mathewson
2011-11-24Handle build-trees better.Peter Palfrader
2011-11-24Move disable-debugger-attachment fn to compat where it belongs. Fix whitespaceNick Mathewson
2011-11-24appease check-spacesSebastian Hahn
2011-11-24Fix compile warning in tor_inet_pton() (on 64bit)Sebastian Hahn
2011-11-23Merge remote-tracking branch 'origin/maint-0.2.2'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-19Minor tor_inet_pton bug fixesAnders Sundman
2011-11-16Merge branch 'bug4457_master'Nick Mathewson
2011-11-16Fix a check-spaces complaintSebastian Hahn
2011-11-16Don't allow building on platforms where AF_UNSPEC != 0Sebastian Hahn
2011-11-15Make certificate skew into a protocol warningNick Mathewson
2011-11-15Allow up to a 30 days future skew, 48 hours past skew in certs.Nick Mathewson
2011-11-15Fix compile warnings on windowsSebastian Hahn
2011-11-14Disable IOCP and retry event_base_new_with_config once on failureNick Mathewson
2011-11-14Merge remote-tracking branch 'public/bug4457_022' into bug4457_masterNick Mathewson
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-14Merge remote-tracking branch '4ZM/topic/test/4433_address'Nick Mathewson
2011-11-13Use callback-driven approach to block renegotiations.George Kadianakis
2011-11-11Remove the torint.h include from aes.hSebastian Hahn
2011-11-11Remove vestiges of RIJNDAEL_COUNTER_OPTIMIZATIONNick Mathewson
2011-11-11Stop using "u32" and "u8" in aes.cNick Mathewson
2011-11-11Dump our internal AES implementationNick Mathewson
2011-11-11Return value bugfix of tor_addr_to_PTR_nameAnders Sundman
2011-11-11Fixed buffer bounds check bug in tor_addr_to_strAnders Sundman
2011-11-11Fixed of-by-one error in tor_inet_ntopAnders Sundman
2011-11-09Correct the handling of overflow behavior in smartlist_ensure_capacityNick Mathewson
2011-11-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-09Don't warn when compiling with --disable-threadsSebastian Hahn
2011-11-03Fix issues pointed out by nickm.George Kadianakis
2011-11-03Remove some duplicate includesAndrea Gelmini
2011-10-28Fix a memory-poisoning memset in tortls.cNick Mathewson
2011-10-27Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn