aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Handle build-trees better.Peter Palfrader2011-11-24
* Move disable-debugger-attachment fn to compat where it belongs. Fix whitespaceNick Mathewson2011-11-24
* appease check-spacesSebastian Hahn2011-11-24
* Fix compile warning in tor_inet_pton() (on 64bit)Sebastian Hahn2011-11-24
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-23
|\
| * Merge remote-tracking branch 'public/bug4230' into maint-0.2.2Nick Mathewson2011-11-23
| |\
| | * Correct the handling of overflow behavior in smartlist_ensure_capacityNick Mathewson2011-11-09
| * | Sockets are unsigned on windowsSebastian Hahn2011-11-20
| * | Get rid of an unused parameter warning on winSebastian Hahn2011-11-20
* | | Minor tor_inet_pton bug fixesAnders Sundman2011-11-19
* | | Merge branch 'bug4457_master'Nick Mathewson2011-11-16
|\ \ \
| * | | Disable IOCP and retry event_base_new_with_config once on failureNick Mathewson2011-11-14
| * | | Merge remote-tracking branch 'public/bug4457_022' into bug4457_masterNick Mathewson2011-11-14
| |\| |
| | * | Detect failure from event_init() or event_base_new_with_config()Nick Mathewson2011-11-14
| | * | Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocationNick Mathewson2011-11-14
* | | | Fix a check-spaces complaintSebastian Hahn2011-11-16
* | | | Don't allow building on platforms where AF_UNSPEC != 0Sebastian Hahn2011-11-16
* | | | Make certificate skew into a protocol warningNick Mathewson2011-11-15
* | | | Allow up to a 30 days future skew, 48 hours past skew in certs.Nick Mathewson2011-11-15
* | | | Fix compile warnings on windowsSebastian Hahn2011-11-15
|/ / /
* | | Merge remote-tracking branch '4ZM/topic/test/4433_address'Nick Mathewson2011-11-14
|\ \ \
| * | | Return value bugfix of tor_addr_to_PTR_nameAnders Sundman2011-11-11
* | | | Remove the torint.h include from aes.hSebastian Hahn2011-11-11
* | | | Remove vestiges of RIJNDAEL_COUNTER_OPTIMIZATIONNick Mathewson2011-11-11
* | | | Stop using "u32" and "u8" in aes.cNick Mathewson2011-11-11
* | | | Dump our internal AES implementationNick Mathewson2011-11-11
* | | | Fixed buffer bounds check bug in tor_addr_to_strAnders Sundman2011-11-11
* | | | Fixed of-by-one error in tor_inet_ntopAnders Sundman2011-11-11
|/ / /
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-09
|\| |
| * | Don't warn when compiling with --disable-threadsSebastian Hahn2011-11-09
* | | Remove some duplicate includesAndrea Gelmini2011-11-03
* | | Fix a memory-poisoning memset in tortls.cNick Mathewson2011-10-28
* | | Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn2011-10-27
|\| |
| * | Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn2011-10-26
| |\|
| | * Don't send a certificate chain on outgoing TLS connections from non-relaysNick Mathewson2011-10-26
| | * Properly refcount client_identity_keySebastian Hahn2011-10-26
| | * Make crypto_free_pk_env tolerate NULL arg in 0.2.1. Error-proofing against b...Nick Mathewson2011-10-26
| | * Maintain separate server and client TLS contexts.Robert Ransom2011-10-26
| | * Refactor tor_tls_context_new:Robert Ransom2011-10-26
| | * Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.Nick Mathewson2011-10-26
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-26
|\| |
| * | Make internal error check for unrecognized digest algorithm more robustNick Mathewson2011-10-06
* | | Fix a reference-leak in tor_tls_received_v3_certificateNick Mathewson2011-10-23
* | | Fix memory leak in prop176 codeNick Mathewson2011-10-23
* | | Stop using addr_port_lookup as an address splitting functionNick Mathewson2011-10-11
* | | Change "reverse_lookup_name" functions to refer to "PTR_name"sNick Mathewson2011-10-11
* | | Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
* | | Fix a bunch of whitespace errorsNick Mathewson2011-10-11
* | | Add some points to make it easy to turn off v3 supportNick Mathewson2011-10-10
* | | Quiet two notices, and spelling mistake cleanupSebastian Hahn2011-10-10