aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Another attempt at fixing coverity scan CID 361.Nick Mathewson2009-01-03
* Only set sin_len/sin6_len when they exist.Nick Mathewson2009-01-02
* take out my IMPOSSIBLE_TO_DOWNLOAD+1 hackRoger Dingledine2009-01-02
* Try harder to make sure we zero-out the extraneous sockaddr fields and that w...Nick Mathewson2009-01-02
* Increment n_download_failures up to IMPOSSIBLE_TO_DOWNLOAD-1, not up to IMPOS...Nick Mathewson2008-12-31
* switch over the bridge descriptor download mechanism toRoger Dingledine2008-12-31
* fix a bug in download failure logging; don't do this "stopRoger Dingledine2008-12-31
* Debug code for task 878.Karsten Loesing2008-12-30
* Remove some code that is #ifdefed out, and that we no longer seem to use, if ...Nick Mathewson2008-12-30
* Indeed, arma was right. There was one ntohl too many in debug_ntop in eventd...Nick Mathewson2008-12-30
* point out the bug location to nick. unless i'm wrong.Roger Dingledine2008-12-30
* Downgrade some xxx021s, comment more on others, etcNick Mathewson2008-12-29
* Actually log reasons on unusable guards again.Nick Mathewson2008-12-29
* Spec compliance: if weighted MTBF of a router is at least 5 days, always vote...Nick Mathewson2008-12-29
* Refactor sockaddr family match check into a new functionNick Mathewson2008-12-29
* Explain why the XXXX021 in connection_or.c was there, and explain why it does...Nick Mathewson2008-12-29
* Replace kludgy assert with something a little less awful, and avoid needless ...Nick Mathewson2008-12-29
* Downgrade the last xxx021 in routerparse. The duplicate code stands for now.Nick Mathewson2008-12-29
* Do not not cannibalize a circuit that has run out of RELAY_EARLY cells. Part...Nick Mathewson2008-12-29
* Do not cannibalize a circuit that has run out of RELAY_EARLY cells. Partial ...Nick Mathewson2008-12-29
* Extact parse-the-token-arguments to its own function, and change it to a sing...Nick Mathewson2008-12-29
* Remove a call to find_whitespace_eos that didn't actually do anything.Nick Mathewson2008-12-29
* While I'm at it, refactor control.c a little so that the dead code no longer ...Nick Mathewson2008-12-29
* coverity thinks it's dumb to check networkstatus_v2_list in one place and not...Nick Mathewson2008-12-29
* More compilation tweaks on Android: fix two clear errors in our code that app...Nick Mathewson2008-12-29
* Use a consistent naming standard for header file guard macros, taking care no...Nick Mathewson2008-12-29
* Switch address comparisons in policies to be exact rather than semantic. Unt...Nick Mathewson2008-12-29
* Refactor some exit-policy-related functions that showed up in oprofile.Nick Mathewson2008-12-29
* remove the responsibility for setting listensocklen to the function that made...Nick Mathewson2008-12-27
* partial move to letting bridge descriptor fetches use our new (well,Roger Dingledine2008-12-27
* New controller event "clients_seen" to report a geoip-based summaryRoger Dingledine2008-12-27
* Remove a deprecated controller alias; make another one generate a warning.Nick Mathewson2008-12-27
* Make connection_create_listener take a sockaddr_len, not just a sockaddr whos...Nick Mathewson2008-12-27
* Add some early checks to keep ipv6 addresses from failing by accident. Now, ...Nick Mathewson2008-12-26
* Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and...Nick Mathewson2008-12-26
* Document and make more conservative the logic for picking the size of the blo...Nick Mathewson2008-12-26
* Document the pk operation count fields in rephist.c, and move them into a str...Nick Mathewson2008-12-26
* Add more missing documentation, and correct an error in container.c documenta...Nick Mathewson2008-12-26
* ok, fair enough, some of these variables were time_t's after allRoger Dingledine2008-12-25
* so which is it? TIME_MAX or INT_MAX? pick INT_MAX for now.Roger Dingledine2008-12-25
* some fixes i found in my sandboxRoger Dingledine2008-12-25
* Use the literal parse of an address in dns_resolve_impl if parsing the addres...Nick Mathewson2008-12-24
* Checkpoint my big bug-891 patch.Nick Mathewson2008-12-24
* Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we re...Nick Mathewson2008-12-23
* Remove bogus extern declaration for unused (and nonexistant) field from test.cNick Mathewson2008-12-23
* Document most undocumented variables.Nick Mathewson2008-12-23
* Make freelist_len in memarea.c static; document a few variables.Nick Mathewson2008-12-22
* Expose bench_* functions via test cliNick Mathewson2008-12-22
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22