summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-16Try to build tinytest.obj from the right sourcesNick Mathewson
2013-01-16use the /Fe flag with msvcNick Mathewson
2013-01-16Add missing targets to src/test/Makefile.nmake. Fix for 7316Nick Mathewson
2013-01-16Add HAVE_EVENT2_DNS_H to MSVC orconfig.hNick Mathewson
2013-01-16Fix a const warning under msvcNick Mathewson
2013-01-16Add clean target and test subdir to makefile.nmakeNick Mathewson
2013-01-16Add missing objects to Makefile.nmakeNick Mathewson
2013-01-16Add missing includes and libs to makefile.nmakeNick Mathewson
2013-01-16Define SIZEOF_INTPTR_T when defining replacement intptr_tNick Mathewson
2012-12-17Merge branch 'ticket7570_7571'Nick Mathewson
2012-12-17Drop the maximum attempts to get a virtual address to 1000.Nick Mathewson
2012-12-17Describe IPv6 automap changesNick Mathewson
2012-12-17Document PreferIPv6Automap in the manpageNick Mathewson
2012-12-17Add missing doxygen for DNS and automap codeNick Mathewson
2012-12-17Per-listener option to prefer IPv6 automaps when possible.Nick Mathewson
2012-12-17Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson
2012-12-17Refactor the code to check if an address is matched by automapsuffixesNick Mathewson
2012-12-17Fix another uninitialized var warning from GCCNick Mathewson
2012-12-17Fixed an unused-variable warningNick Mathewson
2012-12-17Don't use the cache when changing an IP address because of an exit policyNick Mathewson
2012-12-17changes entry for disabling cache usage by defaultNick Mathewson
2012-12-17Turn off by-default use of client-side DNS cacheing.Nick Mathewson
2012-12-17Refactor port_cfg_t creation into a port_cfg_new() functionNick Mathewson
2012-12-17Changes file for new DNS caching optionsNick Mathewson
2012-12-17Add documentation for the client-side DNS cache optionsNick Mathewson
2012-12-17Implement option to turn off DNS cache modification by a client portNick Mathewson
2012-12-17Implement option to turn off DNS cache use on a client portNick Mathewson
2012-12-17Oops: make the check for not adding ip->ip DNS maps correctNick Mathewson
2012-12-17Add options to turn DNS cache use on or off per client port.Nick Mathewson
2012-12-17Oops; make DNSPort configuration take address family optionsNick Mathewson
2012-12-17Avoid a 'may be used uninitialized' warningNick Mathewson
2012-12-13Nuke uses of memcmp outside of unit testsNick Mathewson
2012-12-13Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-12-13Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-12-13Note that fallback_dirsource was proposal 206, bug 572.Nick Mathewson
2012-12-13Fix two wide lines in config.cNick Mathewson
2012-12-13Merge branch 'fallback_dirsource_v3'Nick Mathewson
2012-12-13Add link explaining how the geoip file was created.Karsten Loesing
2012-12-13Update to the December 2012 GeoIP database.Karsten Loesing
2012-12-13Update to the November 2012 GeoIP database.Karsten Loesing
2012-12-11Mention that dist-geoip6 was bug 7655Nick Mathewson
2012-12-07Fix some wide linesNick Mathewson
2012-12-07Merge branch 'win64-7260'Nick Mathewson
2012-12-07Fix infinite loop in circuit_expire_buldingNick Mathewson
2012-12-07Expand the manpage to say: watch out for nonlocal socksNick Mathewson
2012-12-07Merge remote-tracking branch 'karsten/task-6266'Nick Mathewson
2012-12-07Merge branch 'bug7306'Nick Mathewson
2012-12-07Merge remote-tracking branch 'public/bug6887'Nick Mathewson
2012-12-07Merge branch 'bug3443_squashed'Nick Mathewson
2012-12-07Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry