summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-07Merge branch 'maint-0.2.2'Roger Dingledine
2011-07-07Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-07-07update to the july 2011 geoip dbRoger Dingledine
2011-07-07Kill redundant checks around routerset_contains_*()Nick Mathewson
2011-07-07Merge remote-tracking branch 'public/bug3153'Nick Mathewson
2011-07-07Merge branch 'bug3263'Nick Mathewson
2011-07-07Have transitions in public_server_mode count as affects_descriptorNick Mathewson
2011-07-07oops; wrong bug number.Nick Mathewson
2011-07-07Remove unused var in write_to_evbuffer_zlibNick Mathewson
2011-07-07Avoid double-free in bufferevent read/write cbsNick Mathewson
2011-07-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-07Correctly send a SUCCEEDED event for rdns requestsSebastian Hahn
2011-07-06Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-06Fix weird formatting of html manpageSebastian Hahn
2011-07-06Merge branch 'maint-0.2.2'Roger Dingledine
2011-07-06appease check-spacesRoger Dingledine
2011-07-05Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-05Merge remote-tracking branch 'rransom-tor/bug3465-023-v2'Nick Mathewson
2011-07-05Merge remote-tracking branch 'rransom-tor/bug3465-022' into maint-0.2.2Nick Mathewson
2011-07-03Refactor the interfaces of transport/proxy lookup fnsNick Mathewson
2011-07-03Future-proof and user-proof parse_bridge_lineNick Mathewson
2011-07-02Simplify parse_client_transport_lineNick Mathewson
2011-07-02Style and grammar tweaks on 2841 branchNick Mathewson
2011-07-02Small tweaks to 2841 codeNick Mathewson
2011-07-01Merge branch 'cov217_master'Nick Mathewson
2011-07-01Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-01Merge branch 'cov217_022_squashed' into maint-0.2.2Nick Mathewson
2011-07-01Use strlcpy when copying node IDs into measured_bw_line_tNick Mathewson
2011-07-01Merge branch 'cid30_changelog' into maint-0.2.2Nick Mathewson
2011-07-01Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-07-01Merge branches 'cov217_021' and 'cid_450' into maint-0.2.1Nick Mathewson
2011-07-01Use strlcpy in create_unix_sockaddr()Nick Mathewson
2011-07-01Fix a rare memory leak in rend_cache_storeNick Mathewson
2011-07-01Add a changelog entry for cid30 fix.Nick Mathewson
2011-07-01Fix insanely large stack_allocation in log_credential_statusNick Mathewson
2011-07-01Check return value of crypto_global_init in test.cNick Mathewson
2011-07-01Defensive programming: don't crash with broken node_tNick Mathewson
2011-07-01Don't shadow parameters with local variablesNick Mathewson
2011-07-01Replace 4 more sscanf()s with tor_sscanf()Nick Mathewson
2011-07-01Replace a "const const" with a "const"Nick Mathewson
2011-06-29Refactor fetch_from_buf_socks() to be greedyNick Mathewson
2011-06-29Refactor socks unit tests into a suite of their ownNick Mathewson
2011-06-29Don't drain extra data when parsing socks auth methodsNick Mathewson
2011-06-29Record username/password data in socks_request_tNick Mathewson
2011-06-29If we negotiate authentication, require it.Nick Mathewson
2011-06-29Be more strict about when to accept socks auth messageNick Mathewson
2011-06-29Fix 'make check-spaces'Nick Mathewson
2011-06-29Correct byte-counting in socks auth parsing codeNick Mathewson
2011-06-28Trivial code tweaks and documentation updates.George Kadianakis
2011-06-25Make handle_control_setevents table-drivenRobert Ransom