aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Provide correct timeradd/timersup replacementsSebastian Hahn2011-12-25
* Do not even try to keep going on a socket with socklen==0Nick Mathewson2011-12-21
* Merge remote-tracking branch 'sebastian/clang-3.0-fixes_022' into maint-0.2.2Nick Mathewson2011-12-16
|\
| * Build with warnings and clang 3.0Sebastian Hahn2011-12-13
* | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-12-15
|\ \ | |/ |/|
| * Add a fix for the buf_pullup bug that Vektor reportedNick Mathewson2011-12-15
* | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-12-08
|\|
| * Update to the December 2011 GeoIP database.Karsten Loesing2011-12-08
* | Don't call tor_tls_set_logged_address till after checking conn->tlsNick Mathewson2011-12-02
* | tor_accept_socket() should take tor_addr_t for listener argNick Mathewson2011-12-02
* | Fix bug 4530; check return val of tor_addr_lookup correctlyNick Mathewson2011-12-02
* | Detect tor_addr_to_str failure in tor_dup_addr.Nick Mathewson2011-11-23
* | Merge remote-tracking branch 'public/bug4230' into maint-0.2.2Nick Mathewson2011-11-23
|\ \
| * | Correct the handling of overflow behavior in smartlist_ensure_capacityNick Mathewson2011-11-09
* | | Fix a compile warning on 64bit OS XSebastian Hahn2011-11-23
* | | man page entries for AuthDir{Fast,GuardBW}GuaranteeRoger Dingledine2011-11-21
* | | parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine2011-11-21
* | | Merge branch 'bug4518' into maint-0.2.2Nick Mathewson2011-11-21
|\ \ \
| * | | Only call cull_wedged_cpuworkers once every 60 seconds.Nick Mathewson2011-11-19
* | | | Merge remote-tracking branch 'public/bug3963' into maint-0.2.2Nick Mathewson2011-11-21
|\ \ \ \
| * | | | All NT service configuration commands should make the process exit.Nick Mathewson2011-09-08
* | | | | Changes file for bug4521 backports.Nick Mathewson2011-11-20
* | | | | Sockets are unsigned on windowsSebastian Hahn2011-11-20
* | | | | Get rid of an unused parameter warning on winSebastian Hahn2011-11-20
* | | | | Don't log about stats when running as a client without geoipSebastian Hahn2011-11-19
| |/ / / |/| | |
* | | | Merge branch 'bug4457_022' into maint-0.2.2Nick Mathewson2011-11-16
|\ \ \ \
| * | | | Detect failure from event_init() or event_base_new_with_config()Nick Mathewson2011-11-14
| * | | | Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocationNick Mathewson2011-11-14
* | | | | Use real_addr in send_netinfoNick Mathewson2011-11-14
|/ / / /
* | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-11-14
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'karsten/geoip-november2011' into maint-0.2.1Nick Mathewson2011-11-14
| |\ \ \ | | |_|/ | |/| |
| | * | Update to the November 2011 GeoIP database.Karsten Loesing2011-11-07
* | | | Merge remote-tracking branch 'rransom-tor/bug4426' into maint-0.2.2Nick Mathewson2011-11-09
|\ \ \ \
| * | | | Include HiddenServiceDir in some warning messagesRobert Ransom2011-11-07
* | | | | Don't warn when compiling with --disable-threadsSebastian Hahn2011-11-09
|/ / / /
* | | | Robert says that this bug was not in fact one of frosty'sNick Mathewson2011-11-07
* | | | Merge branch 'bug4424' into maint-0.2.2Nick Mathewson2011-11-07
|\ \ \ \
| * | | | Remove an extraneous "if" in the 4424 fixNick Mathewson2011-11-07
| * | | | Don't leak an extend_info_t in rend_client_any_intro_points_usableRobert Ransom2011-11-07
* | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-11-07
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Add a changes file for 4410Sebastian Hahn2011-11-06
| * | | Fix remotely triggerable assert during ip decryptionDan Rosenberg2011-11-06
| |/ /
* | | Merge branch 'bug4383_nm' into maint-0.2.2Nick Mathewson2011-11-03
|\ \ \
| * | | Fix a memleak when fetching descriptors for bridges in ExcludeNodes.George Kadianakis2011-11-03
|/ / /
* | | Merge remote-tracking branch 'erinn/win-bundle-fix' into maint-0.2.2Nick Mathewson2011-10-30
|\ \ \
| * | | remove absolute path from contrib/package_nsis-mingw.sh in order to make it e...Erinn Clark2011-10-31
|/ / /
* | | Add a changes file for the 4340 fixSebastian Hahn2011-10-29
* | | Disable stats requiring geoip info if we have noneSebastian Hahn2011-10-29
* | | Discard all cells on a marked connectionNick Mathewson2011-10-28
* | | Fix typo, spotted by tmpname0901. Thanks!Sebastian Hahn2011-10-28