summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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-27Merge branch 'bug6524_nm'Nick Mathewson
2012-08-27build: minimal adjustments to make out-of-tree build workJim Meyering
2012-08-23Make the _sha1.i file generation quieterNick Mathewson
2012-08-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-17Fix more warnings from openbsd_mallocNick Mathewson
2012-08-15Fix warnings and 64-bit problems in openbsd-malloc codeNick Mathewson
2012-08-13Remove tor_malloc_roundup().Nick Mathewson
2012-08-09Fix up make distcheck and greatly simplify docs dependencies (although it's s...Stewart Smith
2012-08-09fix dependencies for some generated filesStewart Smith
2012-08-09Move to non-recursive makeStewart Smith
2012-07-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-18Tweaks to 6400 changes file and docs as suggested by armaNick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-07-06Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-06Fix port range in parse_port_range().George Kadianakis
2012-07-05Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-05On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson
2012-06-29Fix clang warning on d4285f03df475dc. Not in any released tor.Nick Mathewson
2012-06-28Merge commit '81cd3d7ad641a8dbf'Nick Mathewson
2012-06-28add a blurb for 0.2.3.18-rc, other minor cleanupsRoger Dingledine
2012-06-28Extend tor_sscanf so it can replace sscanf in rephist.cNick Mathewson
2012-06-26Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-06-26Fix a warning when using glibc's strcspn with clang.Nick Mathewson
2012-06-26Fix a compilation warning with clang 3.0Nick Mathewson
2012-06-25Merge remote-tracking branch 'public/bug2385'Nick Mathewson
2012-06-23Don't assert in get_string_from_pipe() on len==0Nick Mathewson
2012-06-23Resolve crash caused by format_helper_exit_status changes in #5557Nick Mathewson
2012-06-22Style tweaks and add a warning about NUL-terminationNick Mathewson
2012-06-22Refactor unsigned int hex formatting out of format_helper_exit_status() in ut...Andrea Shepard
2012-06-22Make format_helper_exit_status() avoid unnecessary spacesAndrea Shepard
2012-06-18Clear a couple more fields in rend_service_load_auth_keysNick Mathewson