aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* bump to 0.2.4.7-alpha-devRoger Dingledine2012-12-25
* bump to 0.2.4.7-alphaRoger Dingledine2012-12-24
* When there are no dir_server_ts to choose, don't crashNick Mathewson2012-12-18
* Add packaged cell fullness to the heartbeat message.Nick Mathewson2012-12-18
* Merge branch 'ticket7570_7571'Nick Mathewson2012-12-17
|\
| * Drop the maximum attempts to get a virtual address to 1000.Nick Mathewson2012-12-17
| * Add missing doxygen for DNS and automap codeNick Mathewson2012-12-17
| * Per-listener option to prefer IPv6 automaps when possible.Nick Mathewson2012-12-17
| * Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson2012-12-17
| * Refactor the code to check if an address is matched by automapsuffixesNick Mathewson2012-12-17
| * Fix another uninitialized var warning from GCCNick Mathewson2012-12-17
| * Fixed an unused-variable warningNick Mathewson2012-12-17
| * Don't use the cache when changing an IP address because of an exit policyNick Mathewson2012-12-17
| * Turn off by-default use of client-side DNS cacheing.Nick Mathewson2012-12-17
| * Refactor port_cfg_t creation into a port_cfg_new() functionNick Mathewson2012-12-17
| * Implement option to turn off DNS cache modification by a client portNick Mathewson2012-12-17
| * Implement option to turn off DNS cache use on a client portNick Mathewson2012-12-17
| * Oops: make the check for not adding ip->ip DNS maps correctNick Mathewson2012-12-17
| * Add options to turn DNS cache use on or off per client port.Nick Mathewson2012-12-17
| * Oops; make DNSPort configuration take address family optionsNick Mathewson2012-12-17
* | Avoid a 'may be used uninitialized' warningNick Mathewson2012-12-17
|/
* Nuke uses of memcmp outside of unit testsNick Mathewson2012-12-13
* Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-12-13
|\
| * Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-12-13
| |\
| | * Add link explaining how the geoip file was created.Karsten Loesing2012-12-13
| | * Update to the December 2012 GeoIP database.Karsten Loesing2012-12-13
| | * Update to the November 2012 GeoIP database.Karsten Loesing2012-12-13
* | | Fix two wide lines in config.cNick Mathewson2012-12-13
* | | Merge branch 'fallback_dirsource_v3'Nick Mathewson2012-12-13
|\ \ \
| * | | Drop FallbackNetworkstatusFile; it never worked.Nick Mathewson2012-12-06
| * | | Add an option to weight down authorities when choosing a fallbackNick Mathewson2012-12-06
| * | | Add a way to configure selection weights for dir_server_tNick Mathewson2012-12-06
| * | | When choosing among dirserver_ts, consider their weightsNick Mathewson2012-12-06
| * | | New FallbackDir option to add extra directories for bootstrapingNick Mathewson2012-12-06
| * | | Refactor add_trusted_dir_serverNick Mathewson2012-12-06
| * | | Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson2012-12-06
| * | | Rename DirServer to DirAuthorityNick Mathewson2012-12-06
| * | | Start refactoring trusted_dir_servers into trusted and fallback listsNick Mathewson2012-12-06
| * | | Correct moribund logic about caching v2 networkstatusesNick Mathewson2012-12-06
| * | | Make output of router_get_trusted_dir_servers constNick Mathewson2012-12-06
* | | | Fix some wide linesNick Mathewson2012-12-07
* | | | Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\ \ \ \
| * | | | In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistentlyNick Mathewson2012-11-02
| * | | | Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson2012-11-02
| * | | | Add a PID_T_FORMAT for writing pids to logsNick Mathewson2012-11-02
| * | | | Remove an unused variable; part of mingw64 patch from yayoooNick Mathewson2012-11-02
| * | | | Compile (with warnings) with mingw64Nick Mathewson2012-11-02
* | | | | Fix infinite loop in circuit_expire_buldingNick Mathewson2012-12-07
* | | | | Merge remote-tracking branch 'karsten/task-6266'Nick Mathewson2012-12-07
|\ \ \ \ \
| * | | | | Update to the December 2012 GeoIP database.Karsten Loesing2012-12-06