aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge branches 'cov217_021' and 'cid_450' into maint-0.2.1Nick Mathewson2011-07-01
|\
| * Fix insanely large stack_allocation in log_credential_statusNick Mathewson2011-07-01
* | Use strlcpy in create_unix_sockaddr()Nick Mathewson2011-07-01
* | Fix a rare memory leak in rend_cache_storeNick Mathewson2011-07-01
|/
* Abandon rendezvous circuits on SIGNAL NEWNYMRobert Ransom2011-06-17
* move to the june 1 2011 maxmind geoip dbRoger Dingledine2011-06-05
* Merge branch 'bug2574' into maint-0.2.1Nick Mathewson2011-05-28
|\
| * Work correctly if your nameserver is ::1Nick Mathewson2011-05-23
* | squash! Add crypto_pk_check_key_public_exponent functionNick Mathewson2011-05-16
* | Require that certain public keys have public exponent 65537Robert Ransom2011-05-16
* | Add crypto_pk_check_key_public_exponent functionRobert Ransom2011-05-16
* | Check fetched rendezvous descriptors' service IDsRobert Ransom2011-05-16
* | Fixup whitespace issues from 3122 commitNick Mathewson2011-05-15
* | Another doc tweak on tor_memcmp: <b>b</b>, not <b>.Nick Mathewson2011-05-15
* | minor tweaks to 4b19730c8234dRoger Dingledine2011-05-15
* | Merge remote-tracking branch 'public/bug3122_memcmp_squashed' into maint-0.2.1Nick Mathewson2011-05-12
|\ \
| * | Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| * | Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
| * | Add a "di_ops.h" include to util.hNick Mathewson2011-05-11
| * | Add a data-independent variant of memcmp and a d-i memeq function.Nick Mathewson2011-05-11
| |/
* | Fix crash when read_file_to_string() fails in SAVECONFNick Mathewson2011-05-11
* | Update to the May 1 2011 Maxmind GeoLite Country databaseRoger Dingledine2011-05-10
|/
* Fix a failure case of connection_ap_handshake_attach_circuit()Sebastian Hahn2011-04-28
* Fix a bug introduced by purging rend_cache on NEWNYMRobert Ransom2011-04-28
* Allow rend_client_send_introduction to fail transientlyRobert Ransom2011-04-28
* Forget all rendezvous client state on SIGNAL NEWNYMRobert Ransom2011-04-28
* Make SIZE_T_CEILING unsigned; add a signed SSIZE_T_CEILINGNick Mathewson2011-04-26
* Fix a bug in removing DNSPort requests from their circular listNick Mathewson2011-04-21
* Merge remote-tracking branch 'rransom/bug2750-v3' into maint-0.2.1Nick Mathewson2011-04-19
|\
| * Add an XXXRobert Ransom2011-04-18
| * Correct the warning emitted when rejecting an oversized HS descRobert Ransom2011-04-18
* | Ouch: correctly tabify the micro-revision.i target in Makefile.am (0.2.1 only)Nick Mathewson2011-04-19
|/
* Merge remote-tracking branch 'public/bug2402_again' into maint-0.2.1Nick Mathewson2011-04-06
|\
| * Backport: Generate version tags using Git, not (broken) svn revisions.Nick Mathewson2011-03-11
| * Revert "Simplest fix to bug2402: do not include SVN versions"Nick Mathewson2011-03-11
* | switch to the apr 2011 geoip dbRoger Dingledine2011-04-04
* | Fix a compile warning when using clangSebastian Hahn2011-03-15
* | we're not reachable if we don't have a routerinfo yetRoger Dingledine2011-03-13
|/
* move to march 2011 geoip fileRoger Dingledine2011-03-08
* Avoid crash in any_pending_bridge_descriptor_fetchesNick Mathewson2011-03-08
* Merge branch 'real_ipv6_fix' into maint-0.2.1Nick Mathewson2011-03-06
|\
| * Oops, here's the *REAL* fix for the ipv6 issueNick Mathewson2011-03-06
| * Revert "Disallow reject6 and accept6 lines in descriptors"Nick Mathewson2011-03-06
* | Merge branch 'careful_with_all_descs' into maint-0.2.1Nick Mathewson2011-03-06
|\ \ | |/ |/|
| * Do not serve encrypt-only descriptors with the "all" request. Reported by pie...Nick Mathewson2011-03-04
* | exit_policy_is_general_exit is IPv4 only; it should admit it.Nick Mathewson2011-03-06
* | Disallow reject6 and accept6 lines in descriptorsSebastian Hahn2011-03-06
|/
* Merge remote branch 'public/bug1859_021' into maint-0.2.1Nick Mathewson2011-02-22
|\
| * Fix a remaining bug in Robert's bug1859 fix.Nick Mathewson2010-11-12
| * Issues with router_get_by_nickname()Robert Hogan2010-11-12