aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-23Split the slow unit tests into their own binaryNick Mathewson
2015-01-23Merge branch 'if_addr_refactoring_squashed'Nick Mathewson
2015-01-23Refactor code that looks up addresses from interfacesrl1987
2015-01-23Tweak the 9969 fix a littleNick Mathewson
2015-01-23Merge remote-tracking branch 'public/ticket9969'Nick Mathewson
2015-01-23Merge remote-tracking branch 'public/ticket13762'Nick Mathewson
2015-01-23Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-01-23Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-01-23Merge remote-tracking branch 'karsten/geoip6-jan2015' into maint-0.2.4Nick Mathewson
2015-01-23Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2015-01-22fix some warnings in compat_threads.cNick Mathewson
2015-01-22Move a redundant _GNU_SOURCE to where it is not redundantNick Mathewson
2015-01-22Update geoip6 to the January 7 2015 database.Karsten Loesing
2015-01-22Update geoip to the January 7 2015 database.Karsten Loesing
2015-01-21use the correct free fn. spotted by dgouletNick Mathewson
2015-01-21Merge branch 'better_workqueue_v3_squashed'Nick Mathewson
2015-01-21Fix: remove whitespace and update a comment in cpuworker.cDavid Goulet
2015-01-21Fix: change copyright year in workqueue and thread testsDavid Goulet
2015-01-21Support monotonic time for pthread_cond_timedwaitDavid Goulet
2015-01-21Merge branch 'bug9819'Nick Mathewson
2015-01-21fix a commentNick Mathewson
2015-01-21Fix up some workqueue/threading issues spotted by dgoulet.Nick Mathewson
2015-01-21handle EINTR in compat_*threads.cNick 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-19Remove a now-needless testing workaround.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-16fix another mingw64 unit test warninNick 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