summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2010-09-28Autodetect the number of CPUs when possible if NumCPUs==0Nick Mathewson
2010-09-28Add a new option to enable/disable IOCP supportNick Mathewson
2010-09-28Merge branch 'microdesc_dl_v2'Nick Mathewson
2010-09-27Merge branch 'maint-0.2.2'Roger Dingledine
2010-09-27a dir-spec entry for refuseunknownexitsRoger Dingledine
2010-09-27Clean long-unlisted microdescs from the cacheNick Mathewson
2010-09-27Download microdescriptors if you're a cacheNick Mathewson
2010-09-27When updating routerdesc downloads, look specifically at the ns consensusNick Mathewson
2010-09-27Actually parse the m lines from a microdesc consensusNick Mathewson
2010-09-27Code to download, parse, and store microdesc consensusesNick Mathewson
2010-09-27New function to grab a directory connection fetching a resourceNick Mathewson
2010-09-27Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-09-27changelog entry for bug1751Roger Dingledine
2010-09-27Merge remote branch 'sebastian/bug1964' into maint-0.2.2Nick Mathewson
2010-09-27Fix a bridge segfaultSebastian Hahn
2010-09-27Merge branch 'bug1751_enabling' into maint-0.2.2Nick Mathewson
2010-09-27Change bug1751 enabling code based on comments from armaNick Mathewson
2010-09-27Merge branch 'bufferevent5'Nick Mathewson
2010-09-27Make the bufferevent code use the renegotiation-reenabling hackNick Mathewson
2010-09-27Merge remote branch 'public/bug1954' into maint-0.2.2Nick Mathewson
2010-09-27note that libevent does not have an an easy way to reset buckets atmNick Mathewson
2010-09-27Fix whitespace in bufferevents branchNick Mathewson
2010-09-27Document and/or fix stuff found by Sebastian in code reviewNick Mathewson
2010-09-27Some bufferevents related fixes and pointers for nickmSebastian Hahn
2010-09-27Fix build with automake 1.6Nick Mathewson
2010-09-27Convert bufferevents to use rate-limiting.Nick Mathewson
2010-09-27Fix a couple of bufferevent incompatibilities that snuck in.Nick Mathewson
2010-09-27Get zlib compression working with bufferevents.Nick Mathewson
2010-09-27Implement SOCKS-client support for buffereventsNick Mathewson
2010-09-27Documentation for a few bufferevent functions.Nick Mathewson
2010-09-27Get SSL connections and linked connections working with bufferevents.Nick Mathewson
2010-09-27Make control connections use buffereventsNick Mathewson
2010-09-27Fix crash/warning bug when we get an unexpected close.Nick Mathewson
2010-09-27Add a 0-pullup version of fetch_from_evbuffer_socksNick Mathewson
2010-09-27Documentation for inspect_evbufferNick Mathewson
2010-09-27Add pullup-free version of fetch_from_evbuffer_httpNick Mathewson
2010-09-27Add support for linked connections with bufferevent_pair.Nick Mathewson
2010-09-27Add bufferevent support for outgoing connections; exits are now supported.Nick Mathewson
2010-09-27Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson
2010-09-27Be a little more abstract about which connection type use buffereventsNick Mathewson
2010-09-27Make a function to mark a connection and set hold_open_until_flushed.Nick Mathewson
2010-09-27Allow hold-open-until-flushed logic to work for bufferevents.Nick Mathewson
2010-09-27Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson
2010-09-27Add a fetch_from_evbuffer_httpNick Mathewson
2010-09-27Have edge connections use fetch_from_evbuffer_socks when appropriate.Nick Mathewson
2010-09-27Basic bufferevent callbacksNick Mathewson
2010-09-27Refactor SOCKS parsing code to handle evbuffers.Nick Mathewson
2010-09-27Clone fetch_var_cell_from_buf() for evbuffers.Nick Mathewson
2010-09-27Add a new connection_fetch_from_buf_line() that can handle buffereventsNick Mathewson
2010-09-27New bufferevent-related check in assert_connection_ok().Nick Mathewson