aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Forward-port bug9665 fix to work with our fix for 11069Nick Mathewson2014-04-07
* Fix bug9665Fábio J. Bertinatto2014-04-07
* Merge remote-tracking branch 'public/bug9650'Nick Mathewson2014-04-05
|\
| * check outputs from get_first_listener_addrport_stringNick Mathewson2014-03-27
* | Merge remote-tracking branch 'public/bug10801_024'Nick Mathewson2014-04-05
|\ \
| * | Make tor_addr_port_parse handle portless IPv6 addresses correctly.Nick Mathewson2014-04-05
| * | Add a test for default/port conflicts in tor_addr_port_parseNick Mathewson2014-04-05
| * | Don't do a DNS lookup on a bridge line addressNick Mathewson2014-03-27
* | | Fix make_socket_reusable() on windows. Bug not in any released TorNick Mathewson2014-04-02
* | | Merge remote-tracking branch 'public/bug10081'Nick Mathewson2014-04-02
|\ \ \
| * | | Don't warn when setsockopt(SO_REUSEABLE) on accept()ed socket says EINVALNick Mathewson2014-03-27
* | | | Unit tests for connection_edge_process_resolved_cellNick Mathewson2014-04-02
* | | | Tests for resolved_cell_parseNick Mathewson2014-04-02
* | | | Look at all of a RESOLVED cell; not just the first answer.Nick Mathewson2014-04-02
* | | | Extract code to handle RESOLVED cellsNick Mathewson2014-04-01
* | | | Merge remote-tracking branch 'public/bug11278'Nick Mathewson2014-04-01
|\ \ \ \
| * | | | Free placeholder circid/chan->circuit map entries on exitNick Mathewson2014-03-25
* | | | | Merge remote-tracking branch 'public/bug10468_024'Nick Mathewson2014-04-01
|\ \ \ \ \
| * | | | | Respond to AAAA requests on DNSPort with AAAA automapsNick Mathewson2014-03-27
* | | | | | Merge remote-tracking branch 'public/bug4645'Nick Mathewson2014-04-01
|\ \ \ \ \ \
| * | | | | | Add one more missing heck on bug4645 fixesNick Mathewson2014-04-01
| * | | | | | Fixes for bug4645 fix.Nick Mathewson2014-02-03
| * | | | | | Using proper functions to create tor_addr_t.rl19872014-02-03
| * | | | | | Removing is_internal_IP() function. Resolves ticket 4645.rl19872014-02-03
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-04-01
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'bug9213_doc_024' into maint-0.2.4Nick Mathewson2014-04-01
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Fix documentation of torrc search orderNick Mathewson2014-04-01
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge remote-tracking branch 'public/bug9870'Nick Mathewson2014-04-01
|\ \ \ \ \ \ \
| * | | | | | | Log only one message for dangerous log settings.Nick Mathewson2014-02-12
* | | | | | | | Merge remote-tracking branch 'public/bug11232'Nick Mathewson2014-04-01
|\ \ \ \ \ \ \ \
| * | | | | | | | changes file for bug11232Nick Mathewson2014-03-18
| * | | | | | | | Fix a ubsan warning in addr_mask_get_bitsNick Mathewson2014-03-18
| * | | | | | | | Fix a ubsan warning in our ctypes replacementsNick Mathewson2014-03-18
| * | | | | | | | csiphash: don't attempt unaligned accessNick Mathewson2014-03-18
| * | | | | | | | memarea.c: use flexible array member for memNick Mathewson2014-03-18
| * | | | | | | | Fix a use-after-free in test_circuitlist.cNick Mathewson2014-03-18
* | | | | | | | | Merge branch 'bug8787_squashed'Nick Mathewson2014-03-31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | changes file for bug8787Nick Mathewson2014-03-31
| * | | | | | | | | Munmap the right pointers in routerlist_free()Nick Mathewson2014-03-31
| * | | | | | | | | NULL out all mappings after tor_munmap_file()Nick Mathewson2014-03-31
| * | | | | | | | | Check return values for tor_munmap_file() in unit testsNick Mathewson2014-03-31
| * | | | | | | | | Handle tor_munmap_file(NULL) consistentlyNick Mathewson2014-03-31
| * | | | | | | | | Check strftime() return in tortls.cAndrea Shepard2014-03-31
| * | | | | | | | | Eliminate lseek() with unchecked return in tor_mmap_file()Andrea Shepard2014-03-31
| * | | | | | | | | Always check returns from unlink()Andrea Shepard2014-03-31
| * | | | | | | | | Always check returns from tor_munmap_file() in microdesc.cAndrea Shepard2014-03-31
| * | | | | | | | | Always check returns from tor_munmap_file() in routerlist.cAndrea Shepard2014-03-31
| * | | | | | | | | Add return value and assert for null parameter to tor_munmap_file()Andrea Shepard2014-03-31
* | | | | | | | | | Merge remote-tracking branch 'public/build_torrify_manpage_again'Nick Mathewson2014-03-31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix build of torify.1Nick Mathewson2014-03-26
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |