aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-07Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson
2014-04-07Another 10363 instance -- this one in the eventdns.c codeNick Mathewson
2014-04-07Another 10363 instance: this one in tor_memmem fallback codeNick Mathewson
2014-04-07Fix undefined behavior with pointer addition in channeltls.cNick Mathewson
2014-04-07For missing transport, say "PT_MISSING" not "NO_ROUTE"Nick Mathewson
2014-04-07Forward-port bug9665 fix to work with our fix for 11069Nick Mathewson
2014-04-07Fix bug9665Fábio J. Bertinatto
2014-04-05Merge remote-tracking branch 'public/bug9650'Nick Mathewson
2014-04-05Merge remote-tracking branch 'public/bug10801_024'Nick Mathewson
2014-04-05Make tor_addr_port_parse handle portless IPv6 addresses correctly.Nick Mathewson
2014-04-05Add a test for default/port conflicts in tor_addr_port_parseNick Mathewson
2014-04-02Fix make_socket_reusable() on windows. Bug not in any released TorNick Mathewson
2014-04-02Merge remote-tracking branch 'public/bug10081'Nick Mathewson
2014-04-02Unit tests for connection_edge_process_resolved_cellNick Mathewson
2014-04-02Tests for resolved_cell_parseNick Mathewson
2014-04-02Look at all of a RESOLVED cell; not just the first answer.Nick Mathewson
2014-04-01Extract code to handle RESOLVED cellsNick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug11278'Nick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug10468_024'Nick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug4645'Nick Mathewson
2014-04-01Add one more missing heck on bug4645 fixesNick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug9870'Nick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug11232'Nick Mathewson
2014-03-31Merge branch 'bug8787_squashed'Nick Mathewson
2014-03-31Munmap the right pointers in routerlist_free()Nick Mathewson
2014-03-31NULL out all mappings after tor_munmap_file()Nick Mathewson
2014-03-31Check return values for tor_munmap_file() in unit testsNick Mathewson
2014-03-31Handle tor_munmap_file(NULL) consistentlyNick Mathewson
2014-03-31Check strftime() return in tortls.cAndrea Shepard
2014-03-31Eliminate lseek() with unchecked return in tor_mmap_file()Andrea Shepard
2014-03-31Always check returns from unlink()Andrea Shepard
2014-03-31Always check returns from tor_munmap_file() in microdesc.cAndrea Shepard
2014-03-31Always check returns from tor_munmap_file() in routerlist.cAndrea Shepard
2014-03-31Add return value and assert for null parameter to tor_munmap_file()Andrea Shepard
2014-03-31Merge remote-tracking branch 'public/bug11342'Nick Mathewson
2014-03-31Fix a clang compilation warningNick Mathewson
2014-03-27Make dump_desc() use binary modeNick Mathewson
2014-03-27Merge branch 'bug9658_refactor'Nick Mathewson
2014-03-27Renamed "onionskins_completed" to "onionskins_assigned"Nick Mathewson
2014-03-27Respond to AAAA requests on DNSPort with AAAA automapsNick Mathewson
2014-03-27check outputs from get_first_listener_addrport_stringNick Mathewson
2014-03-27whitespace fixNick Mathewson
2014-03-27Don't do a DNS lookup on a bridge line addressNick Mathewson
2014-03-27Merge branch 'bug7164_diagnose_harder_v2'Nick Mathewson
2014-03-27More logs to try to diagnose bug 7164Nick Mathewson
2014-03-27Don't warn when setsockopt(SO_REUSEABLE) on accept()ed socket says EINVALNick Mathewson
2014-03-26Merge remote-tracking branch 'public/bug11296'Nick Mathewson
2014-03-26Turn off testing code for #9683.Nick Mathewson
2014-03-25Demote "Invalid length on ESTABLISH_RENDEZVOUS" to protocol_warnNick Mathewson
2014-03-25Fix warnings from doxygenNick Mathewson