summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2012-10-12Fix whitespace in aes.cNick Mathewson
2012-10-12Move strlcpy and strlcat into src/ext tooNick Mathewson
2012-10-12Make tor_addr_is_internal log the calling function on errorNick Mathewson
2012-10-11Move all externally maintained source files into src/extNick Mathewson
2012-10-10Merge branch 'bug7011'Nick Mathewson
2012-10-10Add fmt_addrport.David Fifield
2012-10-10Fix formatting in various places after 6465/6816 workAndrea Shepard
2012-10-08Add LD_CHANNEL log domain in log.cAndrea Shepard
2012-10-08Add channel.c/channel.h for bug 6465Andrea Shepard
2012-10-04Merge remote-tracking branch 'public/openssl_1_is_best'Nick Mathewson
2012-09-21Fix comment in crypto.h; bug 6830Nick Mathewson
2012-09-17Fix comment typo in tor_memeqRobert Ransom
2012-09-17Fix documentation for crypto_pk_cmp_keysRobert Ransom
2012-09-17Implement and use crypto_pk_eq_keysRobert Ransom
2012-09-17Make crypto_pk_cmp_keys do something sane for NULL keysRobert Ransom
2012-09-17Merge branch '6044_nm_squashed'Nick Mathewson
2012-09-17Handle FIFOs in read_file_to_strmeejah
2012-09-14Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-14Use file-size-fixup code on cygwin too.Nick Mathewson
2012-09-14Fix compilation with older gccsNick Mathewson
2012-09-14Don't compute ((uint64_t)1)<<64 in round_to_power_of_2Nick Mathewson
2012-09-12Log a notice if we're running with OpenSSL before 1.0.0.Nick Mathewson
2012-09-12Drop support for openssl 0.9.7Nick Mathewson
2012-09-12hot: we fixed incancations to be intancations.Roger Dingledine
2012-09-11Merge remote-tracking branch 'public/bug6538'Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-09-11Fix assertion failure in tor_timegm.Nick Mathewson
2012-09-10Downgrade "EVP ctr128 is ok" message to infoNick Mathewson
2012-09-06Merge branch 'quiet_lib_versions_squashed'Nick Mathewson
2012-09-06Detect openssl header version doesn't match runtime versionNick Mathewson
2012-09-06Don't log about Libevent/OpenSSL initialization when all's wellNick Mathewson
2012-09-06Merge branch 'bug6778'Nick Mathewson
2012-09-06Merge remote-tracking branch 'asn/bug4567_rebased'Nick Mathewson
2012-09-06Merge remote-tracking branch 'asn/bug6779'Nick Mathewson
2012-09-06Log more information when we fail to terminate a process.George Kadianakis
2012-09-06Fix a dependency: sha256.c influences crypto.o, not crypto.cNick Mathewson
2012-09-06Fix a build-warning when building out-of-treeNick Mathewson
2012-09-05Whitespace fixes.Linus Nordberg
2012-09-05Fix some bugs that did not allow compilation on Windows.George Kadianakis
2012-09-05General tweaks and fixes for Nick's comments.George Kadianakis
2012-09-05Refactor tor to support the new tor-fw-helper protocol.George Kadianakis
2012-09-05Introduce get_lines_from_handle().George Kadianakis
2012-09-04Merge remote-tracking branch 'linus/bug6363_only-ln'Nick Mathewson
2012-09-04Remove trailing semicolon from #define TOR_ADDR_NULL.Linus Nordberg
2012-09-04Add tor_addr_port_new().Linus Nordberg
2012-09-04Rename configure.in to configure.acNick Mathewson
2012-08-27Spelling fix in util.c commentsNick Mathewson
2012-08-27Merge branch 'bug6524_nm'Nick Mathewson
2012-08-27build: minimal adjustments to make out-of-tree build workJim Meyering