summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2005-12-08Document CREATE_FAST better in the code. Move our key expansion algorithm in...Nick Mathewson
2005-12-07Make clients use CREATE_FAST cells. add an option to disable this.Nick Mathewson
2005-12-06Fix bug 212: Directory authorities should not try to download server descript...Nick Mathewson
2005-12-05Better fix for last bug: avoids trying to double-mark circuits.Nick Mathewson
2005-12-05Change how OR conns get removed from the identity map; fix some warnings on s...Nick Mathewson
2005-12-03Shave off another 4.7%: remove a linear search when figuring out which circui...Nick Mathewson
2005-11-30Fix some verbose warnings and remove an unneeded include.Nick Mathewson
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-30Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson
2005-11-26clean up broken commentRoger Dingledine
2005-11-26"How about 'never'? Does 'never' work for you?"Nick Mathewson
2005-11-25Start the process of treating internal circuits and exit circuitsRoger Dingledine
2005-11-23Dump bytes held to store descriptors.Nick Mathewson
2005-11-23Track how many bytes we have in signed descriptors. Try to make sure we are t...Nick Mathewson
2005-11-19Add a new controller event type that allows controllers to get allPeter Palfrader
2005-11-19Start obeying our firewall options more rigorously:Roger Dingledine
2005-11-19Recover better from TCP connections to Tor servers that are broken butRoger Dingledine
2005-11-18Leave options->DirServers alone -- if the user didn't specify any,Roger Dingledine
2005-11-17help the term "OP" become obsoleteRoger Dingledine
2005-11-16Add a new config option TestSocks so people can see if theirRoger Dingledine
2005-11-11when we were cannibalizing a circuit with a particular exitRoger Dingledine
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-11-01enable code to remove members of old_routers when it gets big.Nick Mathewson
2005-10-29make circ->onionskin a pointer, not a static array. moria2 was usingRoger Dingledine
2005-10-29Do round-robin writes of at most 16 kB per write. This mightRoger Dingledine
2005-10-27Start making directory caches retain old routerinfo_t. The code to remove ol...Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-24Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne...Nick Mathewson
2005-10-18Migrate a few more files to domained loggingNick Mathewson
2005-10-18Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson
2005-10-18Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decodingNick Mathewson
2005-10-18Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson
2005-10-18Make dirserv_get_routerdescs() return better http 404 error messages instead ...Peter Palfrader
2005-10-17start calling it *ListenAddress rather than *BindAddress,Roger Dingledine
2005-10-17start the process of reducing clutter in server logsRoger Dingledine
2005-10-16remove obsolete IgnoreVersion config from or.hRoger Dingledine
2005-10-14Enable trivial "download by descriptor digest" functionality.Nick Mathewson
2005-10-14Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson
2005-10-12Check if our IP address has changed every 5 minutes. If it has, update our s...Peter Palfrader
2005-10-12More work towards a sane digest-based liveness testing.Nick Mathewson
2005-10-12Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...Nick Mathewson
2005-10-07doxygen fixRoger Dingledine
2005-10-06Make doxygen marginally happierNick Mathewson
2005-10-05Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson
2005-10-05infrastructure for the 'change pseudonym' button.Roger Dingledine
2005-10-05replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson
2005-10-05reset warning flags on SIGHUP. arma: is this everything?Nick Mathewson
2005-10-05Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson
2005-10-05resolve some directory-related XXXXs; downgrade naming conflict messages from...Nick Mathewson