summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make sure channel_t queues its own copy of incoming cellschannel_queue_cell_bugAndrea Shepard2016-03-15
* Add new channel/queue_incoming unit tests; modify channel unit tests for new ...Andrea Shepard2016-03-15
* Merge branch 'maint-0.2.7'Nick Mathewson2016-03-09
|\
| * Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson2016-03-09
| |\
| | * Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson2016-03-09
| | |\
| | | * Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson2016-03-09
| | | |\
| | | | * Update geoip and geoip6 to the March 3 2016 database.Karsten Loesing2016-03-04
* | | | | 0.2.5.12 got left out of the changelog somehowRoger Dingledine2016-03-07
* | | | | clean/extend some module docs, including fix from #18403Nick Mathewson2016-02-28
* | | | | Merge remote-tracking branch 'teor/fallbacks-201602-v2'Nick Mathewson2016-02-28
|\ \ \ \ \
| * | | | | Update default fallback directories for 0.2.8.2-alpha (Feb 2016)teor (Tim Wilson-Brown)2016-02-27
| * | | | | Fix minor fallback directory script issues with time zonesteor (Tim Wilson-Brown)2016-02-27
| * | | | | Check if fallback directories can serve the consensus fast enoughteor (Tim Wilson-Brown)2016-02-27
* | | | | | Merge remote-tracking branch 'teor/bug18123'Nick Mathewson2016-02-28
|\ \ \ \ \ \
| * | | | | | Set EXCLUSIVEADDRUSE on Win32 to avoid a local port-stealing attackteor (Tim Wilson-Brown)2016-02-26
| |/ / / / /
* | | | | | Use the kdf_rfc5869() function instead of kdf().Alexander Færøy2016-02-28
* | | | | | Merge remote-tracking branch 'teor/bug17193'Nick Mathewson2016-02-28
|\ \ \ \ \ \
| * | | | | | Add missing man page option from #4483 (35bbf2e4)teor (Tim Wilson-Brown)2016-02-26
| |/ / / / /
* | | | | | Update the copyright year.Nick Mathewson2016-02-27
* | | | | | It appears I added an empty file by mistake.Nick Mathewson2016-02-27
* | | | | | Add a brief file-level description for everything in src/commonNick Mathewson2016-02-27
* | | | | | Make sure that every module in src/or has a brief description.Nick Mathewson2016-02-27
* | | | | | Fix an unused-variable warningNick Mathewson2016-02-27
* | | | | | Merge branch 'bug18392'Nick Mathewson2016-02-27
|\ \ \ \ \ \
| * | | | | | Fix check_private_dir() to work on Windows again.Nick Mathewson2016-02-25
* | | | | | | Merge remote-tracking branch 'teor/bug18384'Nick Mathewson2016-02-25
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Changes file for bug 18384: bugfix on 0f3eeca9 in 0.2.7.2-alpha.teor (Tim Wilson-Brown)2016-02-25
| * | | | | | Silence clang-scan warnings in ed25519_donnateor (Tim Wilson-Brown)2016-02-24
* | | | | | | Make the sandbox work again with chutney.Nick Mathewson2016-02-24
* | | | | | | Repare dependency in "make test-stem".Nick Mathewson2016-02-24
* | | | | | | Fix a huge number of leaks in test_config.cNick Mathewson2016-02-24
* | | | | | | Fix memory leaks in routerlist/pick_directory_server_impl testNick Mathewson2016-02-24
* | | | | | | Fix a leak in test_have_enough_mem_for_dircacheNick Mathewson2016-02-24
* | | | | | | Remove the freelist from memarea.cNick Mathewson2016-02-24
| |/ / / / / |/| | | | |
* | | | | | Another clang+_FORTIFY_SOURCE issueNick Mathewson2016-02-23
* | | | | | Merge branch 'maint-0.2.7'Nick Mathewson2016-02-23
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Make clang asan work with FORTIFIED_SOURCE again.Nick Mathewson2016-02-23
* | | | | | Replace two instances of N_DIGEST_ALGORITHMS.Nick Mathewson2016-02-23
* | | | | | Document required autotools versionsNick Mathewson2016-02-23
* | | | | | Merge remote-tracking branch 'arma/bug16825'Nick Mathewson2016-02-23
|\ \ \ \ \ \
| * | | | | | avoid redundant bootstrap events if the number of descs we just fetched is 0Roger Dingledine2016-02-22
| * | | | | | avoid extra LOG_NOTICE for every new microdesc batchRoger Dingledine2016-02-22
| * | | | | | refactor directory_info_has_arrived so we can quiet the logsRoger Dingledine2016-02-22
| * | | | | | new microdescs mean progress towards bootstrappingRoger Dingledine2016-02-22
* | | | | | | Merge remote-tracking branch 'teor/bug18348-v2'Nick Mathewson2016-02-23
|\ \ \ \ \ \ \
| * | | | | | | Changes file for bug 18348.teor (Tim Wilson-Brown)2016-02-21
| * | | | | | | Update unit tests for fascist_firewall_choose_address*teor (Tim Wilson-Brown)2016-02-21
| * | | | | | | Downgrade directory preference warning to info levelteor (Tim Wilson-Brown)2016-02-20
| * | | | | | | If both IPv4 and IPv6 addresses could be used, choose one correctlyteor (Tim Wilson-Brown)2016-02-20
| * | | | | | | Refactor IPV6_OR_LOOKUP into fascist_firewall_choose_address_rsteor (Tim Wilson-Brown)2016-02-20