summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2015-01-21Merge branch 'bug9819'Nick Mathewson
2015-01-21fix a commentNick Mathewson
2015-01-20Merge branch 'bug14084'Nick Mathewson
2015-01-20Merge remote-tracking branch 'dgoulet/bug14224_025_v1'Nick Mathewson
2015-01-20Merge branch 'ticket14254_squashed'Nick Mathewson
2015-01-20Fix SocksSocket 0. That was easy!Nick Mathewson
2015-01-19Some days I just can't C.Nick Mathewson
2015-01-19Make check-spaces happier.Nick Mathewson
2015-01-19Replace a 4 with a 6; fix a bug that nobody noticed :/Nick Mathewson
2015-01-19Merge branch 'bug7555_v2_squashed'Nick Mathewson
2015-01-19Add a bunch of new comments to explain connection_ap_rewrite{,_and_attach}Nick Mathewson
2015-01-19Fix: close intro circuit if no more intro points are usableDavid Goulet
2015-01-19Fix: close intro circuit if no more intro points are usableDavid Goulet
2015-01-18Merge remote-tracking branch 'public/ticket13037'Nick Mathewson
2015-01-18Remove the unused rend_cache_entry_t->received field.Roger Dingledine
2015-01-18Merge remote-tracking branch 'public/bug14219_025'Nick Mathewson
2015-01-18Do not replace a HS descriptor with a different replica of itselfRoger Dingledine
2015-01-18Merge remote-tracking branch 'public/bug14261_025'Nick Mathewson
2015-01-18Increase limit for status vote download size by a factor of 5.Nick Mathewson
2015-01-18Fix memory leak in connection_ap_handshake_rewrite_and_attach()Nick Mathewson
2015-01-18Merge remote-tracking branch 'public/bug12485'Nick Mathewson
2015-01-16changes suggested by weaselNick Mathewson
2015-01-16Unify parse_unix_socket_config and parse_port_configNick Mathewson
2015-01-16No, client-side DNS cacheing should not be on by default.Nick Mathewson
2015-01-16Merge branch 'bug8546_squashed'Nick Mathewson
2015-01-16Replace field-by-field copy with memcpy for entry_port_cfgNick Mathewson
2015-01-16Move entry_port_cfg_t fields in entry_connection_tNick Mathewson
2015-01-16Combine entry_port_cfg_t fields in listener_connection_tNick Mathewson
2015-01-16Split client-specific and server-specific parts of port_cfg_tNick Mathewson
2015-01-15Add string for IP_NOW_REDUNDANT in circuit_end_reason_to_control_stringNick Mathewson
2015-01-15fix typoRoger Dingledine
2015-01-15Add comments in rendclient.c noting that certain functions involved in handli...Andrea Shepard
2015-01-14Merge remote-tracking branch 'public/bug13397'Nick Mathewson
2015-01-14Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-01-14Do not log a notice on every socks connectionNick Mathewson
2015-01-14New minimum uptime to become an HSDir is 96 hours.George Kadianakis
2015-01-13Fix new unused variable warning in connection_listener_newNick Mathewson
2015-01-13whitespace fixNick Mathewson
2015-01-13Merge remote-tracking branch 'andrea/ticket12585_v3'Nick Mathewson
2015-01-13Allow MapAddress and Automap to work togetherNick Mathewson
2015-01-13Remove needless strdup in addressmap_register_virtual_address()Nick Mathewson
2015-01-13More unit tests for rewriting entry connection addressesNick Mathewson
2015-01-13Actually set *expires_out in addressmap_rewrite.Nick Mathewson
2015-01-12Fix a conversion warning on 32-bit clangNick Mathewson
2015-01-12Begin writing unit tests for rewrite codeNick Mathewson
2015-01-13Explicitly chmod AF_UNIX sockets to 0600 when *GroupWritable isn't specifiedAndrea Shepard
2015-01-13Remove no-longer-accurate comment from connection.cAndrea Shepard
2015-01-13Fix ipv4/ipv6 traffic bits on AF_UNIX socks listeners and remove hacky workar...Andrea Shepard
2015-01-12Fix default list handling for parse_unix_socket_config(); avoid clearing whol...Andrea Shepard
2015-01-12Merge remote-tracking branch 'teor/bug13111-empty-key-files-fn-empty'Nick Mathewson