aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2014-03-27More logs to try to diagnose bug 7164Nick Mathewson
2014-03-06Correct the URL in the "a relay on win95???" messageNick Mathewson
2014-02-25Merge remote-tracking branch 'public/no_itime_queue' into maint-0.2.4Nick Mathewson
2014-02-24Merge remote-tracking branch 'public/feature9777_024_squashed' into maint-0.2.4Nick Mathewson
2014-02-12Fix windows compilation of e0c8031516852Nick Mathewson
2014-02-11Merge branch 'bug10777_netunreach_024' into maint-0.2.4Nick Mathewson
2014-02-11Merge remote-tracking branch 'public/bug10777_nointernal_024' into maint-0.2.4Nick Mathewson
2014-02-10make EACCES survivable too.Nick Mathewson
2014-02-10Excise the insertion_time_elem_t logicNick Mathewson
2014-02-09Don't treat END_STREAM_REASON_INTERNAL as total circuit failureNick Mathewson
2014-02-09Call ENETUNREACH a case of NOROUTE, not a case of INTERNAL.Nick Mathewson
2014-02-08Make sure orconn->chan gets nulled out when channels exit from channel_free_a...Andrea Shepard
2014-02-07Discard circuit paths on which nobody supports ntorNick Mathewson
2014-02-06NULL out conns on tlschans when freeing in case channel_run_cleanup() is late...Andrea Shepard
2014-02-06Merge remote-tracking branch 'public/bug9716_024' into maint-0.2.4Nick Mathewson
2014-02-06Add a missing includeNick Mathewson
2014-02-06Deliver circuit handshake counts as part of the heartbeatNick Mathewson
2013-12-22Fix automapping to ipv6Nick Mathewson
2013-12-21Fix a logic error in circuit_stream_is_being_handled.Nick Mathewson
2013-12-17Merge branch 'bug10423' into maint-0.2.4Nick Mathewson
2013-12-17Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4Nick Mathewson
2013-12-17Avoid double-free on failure to dump_descriptor() a cached mdNick Mathewson
2013-12-16Avoid free()ing from an mmap on corrupted microdesc cacheNick Mathewson
2013-11-15Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-11-10Fix two more DirServer mentions in logNick Mathewson
2013-11-10Fix a wide lineNick Mathewson
2013-11-10Change documentation DirServer->DirAuthorityNick Mathewson
2013-11-07Improved circuit queue out-of-memory handlerNick Mathewson
2013-10-31Merge remote-tracking branch 'public/bug9645' into maint-0.2.4Nick Mathewson
2013-10-31Merge remote-tracking branch 'public/bug9731b' into maint-0.2.4Nick Mathewson
2013-10-12be willing to bootstrap from all three of our directory guardsRoger Dingledine
2013-10-10Merge branch 'bug9644_024' into maint-0.2.4Nick Mathewson
2013-10-08Merge remote-tracking branch 'public/bug9927' into maint-0.2.4Nick Mathewson
2013-10-08Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-10-08Merge remote-tracking branch 'public/bug9596' into maint-0.2.4Nick Mathewson
2013-10-08Generate bootstrapping status messages for microdescs tooNick Mathewson
2013-10-02Fix a bug in our bug 9776 fix.Nick Mathewson
2013-09-24Always call circuit_n_chan_done(chan, 0) from channel_closed()Andrea Shepard
2013-09-23Fix a compilation warning with older gccNick Mathewson
2013-09-21Relays should send timestamp in NETINFO.Nick Mathewson
2013-09-21back out most of 1d0ba9aRoger Dingledine
2013-09-20Round down hidden service descriptor publication times to nearest hourNick Mathewson
2013-09-20Remove the timestamp from AUTHENTICATE cells; replace with random bytesNick Mathewson
2013-09-20Get ready to stop sending timestamps in INTRODUCE cellsNick Mathewson
2013-09-20Stop sending the current time in client NETINFO handshakes.Nick Mathewson
2013-09-19When freeing a cert_list_t, avoid memory leak.Nick Mathewson
2013-09-18Fix an assert when disabling ORPort with accounting disabled.Nick Mathewson
2013-09-13Don't apply read/write buckets to cpuworker connectionsNick Mathewson
2013-09-11Try using INT_MAX, not SOMAXCONN, to set listen() backlog.Nick Mathewson
2013-09-05collect and log statistics about onionskins received/processedRoger Dingledine