summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-10fold in anothertor-0.2.4.2-alphaRoger Dingledine
2012-09-10Merge branch 'maint-0.2.3'Roger Dingledine
2012-09-10give 0.2.4.2-alpha a blurbRoger Dingledine
2012-09-10bump to 0.2.4.2-alphaRoger Dingledine
2012-09-10fold in recent changes filesRoger Dingledine
2012-09-10Merge branch 'remove_old_ver_checks'Nick Mathewson
2012-09-10Merge remote-tracking branch 'public/ticket6789'Nick Mathewson
2012-09-10Downgrade "EVP ctr128 is ok" message to infoNick Mathewson
Part of 6736 effort to try to make startup quieter.
2012-09-10Avoid segfault when reading state file from ancient torNick Mathewson
If s_values is null in rep_hist_load_bwhist_state_section, we would call smartlist_len() on it, and die. Fixes bug 6801.
2012-09-10Fix tab introduced in f43946829ce037Nick Mathewson
2012-09-10Be more clear in changes file for 6797.Nick Mathewson
2012-09-10Merge remote-tracking branch 'linus/bug6797'Nick Mathewson
2012-09-10Merge branch 'bug3155'Nick Mathewson
2012-09-10Rename _UseFilteringSSLBufferevents to lose its _. Bug 3155Nick Mathewson
2012-09-10bug3155 changes fileNick Mathewson
2012-09-10Hide options beginning with "___" from GETINFO config/namesmeejah
2012-09-10rename _UsingTestNetworkDefaults to start with triple-underscoremeejah
2012-09-10raise bandwidthrate/bandwidthburst to a new "infinite"Roger Dingledine
addresses bug 6605.
2012-09-10Don't follow the NULL pointer.Linus Nordberg
If dirvote_create_microdescriptor() returns NULL, don't use md. Found by "f. tp.". Fixes bug 6797.
2012-09-09finish backing out 5492de76Roger Dingledine
2012-09-09minor logging improvementRoger Dingledine
2012-09-08retroactively list a ticket number for patch 3946.Roger Dingledine
2012-09-07Remove one more check for an insanely old versionNick Mathewson
2012-09-07Remove version_supports checks for versions before 0.2.2.Nick Mathewson
2012-09-07Fix whitespace in Makefile.amNick Mathewson
2012-09-07Removed dependency on tor.spec. Removed tor.spec.in.Ondrej Mikle
2012-09-07Dirservers no longer accept tors released before December 2011.Nick Mathewson
Implements ticket 6789.
2012-09-07Merge remote-tracking branch 'asn/bug6788'Nick Mathewson
2012-09-07Remove redundant declaration of find_transport_name_by_bridge_addrport().George Kadianakis
2012-09-07the 0.2.1.32 changelog got lost in the shuffleRoger Dingledine
2012-09-07a debugging log line that just helped meRoger Dingledine
2012-09-06Rename extend_info_alloc() --> _new()Nick Mathewson
Based on a patch from Linus, regenerated so as to not conflict with Linus's 5535/6363 patches.
2012-09-06Rename packed_cell_alloc() --> _new().Linus Nordberg
2012-09-06Rename config_alloc() --> _new().Linus Nordberg
2012-09-06Merge branch 'quiet_lib_versions_squashed'Nick Mathewson
2012-09-06Detect openssl header version doesn't match runtime versionNick Mathewson
We already do this for libevent; let's do it for openssl too. For now, I'm making it always a warn, since this has caused some problems in the past. Later, we can see about making it less severe.
2012-09-06Don't log about Libevent/OpenSSL initialization when all's wellNick Mathewson
OTOH, log the Libevent and OpenSSL versions on the first line when we're starting Tor.
2012-09-06Merge branch 'bug6778'Nick Mathewson
2012-09-06Fix a dependency: micro-revision.i influences tor_main.o, not tor_main.cNick Mathewson
2012-09-06Merge remote-tracking branch 'asn/bug4567_rebased'Nick Mathewson
2012-09-06Merge remote-tracking branch 'asn/bug6779'Nick Mathewson
2012-09-06Merge remote-tracking branch 'asn/bug6765'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
We were trying to incorporate all headers in common_sha1.i, not just the src/common ones. This is part of bug 6778; fix on 0.2.4.1-alpha
2012-09-06fix punctuation in logsRoger Dingledine
2012-09-05Fix warning when implicitly casting strlen(microdesc) to intNick Mathewson
Harmless unless we somehow generate a microdesc of more than INT_MAX bytes.
2012-09-05bump to 0.2.4.1-alpha-devRoger Dingledine
2012-09-05bump to 0.2.4.1-alphator-0.2.4.1-alphaRoger Dingledine
2012-09-05finish changelog mucking for 0.2.4.1-alphaRoger Dingledine