2009-01-07 |
Nick Mathewson | Check that Libevent header version matches Libevent...
|
commit | commitdiff | tree |
2009-01-06 |
Nick Mathewson | Make outgoing DNS requests respect OutboundBindAddress.
|
commit | commitdiff | tree |
2009-01-06 |
Nick Mathewson | Note a problem in the interface tor_addr_to_sockaddr.
|
commit | commitdiff | tree |
2009-01-06 |
Nick Mathewson | Clean up (and mark for 0.2.2.) comments relating to...
|
commit | commitdiff | tree |
2009-01-06 |
Nick Mathewson | Slightly better messages on ControlListenAddress 0...
|
commit | commitdiff | tree |
2009-01-06 |
Nick Mathewson | Make dirserv_get_routerdesc_fingerprints() treat extrainfos...
|
commit | commitdiff | tree |
2009-01-05 |
Nick Mathewson | apply a variant of rovv's bug 872 patch, and document...
|
commit | commitdiff | tree |
2009-01-04 |
Nick Mathewson | Another fun openbsd warning fix. On ioerror's computer...
|
commit | commitdiff | tree |
2009-01-04 |
Nick Mathewson | OpenBSD malloc.h believes that you should be able to...
|
commit | commitdiff | tree |
2009-01-04 |
Nick Mathewson | Another round of downgrading removing or postponing...
|
commit | commitdiff | tree |
2009-01-04 |
Nick Mathewson | Fix the oldest bug in a while: stop accepting 1.2.3...
|
commit | commitdiff | tree |
2009-01-04 |
Nick Mathewson | Fix an xxx021: do not remove routerinfos as too old...
|
commit | commitdiff | tree |
2009-01-04 |
Nick Mathewson | Remove svn $Id$s from our source, and remove tor -...
|
commit | commitdiff | tree |
2009-01-03 |
Nick Mathewson | Another attempt at fixing coverity scan CID 361.
|
commit | commitdiff | tree |
2009-01-03 |
Nick Mathewson | Mention that our documentation is better in 0.2.1.10-x.
|
commit | commitdiff | tree |
2009-01-02 |
Nick Mathewson | Only set sin_len/sin6_len when they exist.
|
commit | commitdiff | tree |
2009-01-02 |
Nick Mathewson | Try harder to make sure we zero-out the extraneous...
|
commit | commitdiff | tree |
2008-12-31 |
Nick Mathewson | Note another place we use sha1
|
commit | commitdiff | tree |
2008-12-31 |
Nick Mathewson | Increment n_download_failures up to IMPOSSIBLE_TO_DOWNLOAD...
|
commit | commitdiff | tree |
2008-12-30 |
Nick Mathewson | New proposal "idea" listing all the places I could...
|
commit | commitdiff | tree |
2008-12-30 |
Nick Mathewson | Remove some code that is #ifdefed out, and that we...
|
commit | commitdiff | tree |
2008-12-30 |
Nick Mathewson | Indeed, arma was right. There was one ntohl too many...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Downgrade some xxx021s, comment more on others, etc
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Actually log reasons on unusable guards again.
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Spec compliance: if weighted MTBF of a router is at...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Refactor sockaddr family match check into a new function
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Explain why the XXXX021 in connection_or.c was there...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Replace kludgy assert with something a little less...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Downgrade the last xxx021 in routerparse. The duplicate...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Document RELAY_EARLY cells in tor-spec.txt: proposal...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Do not not cannibalize a circuit that has run out of...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Do not cannibalize a circuit that has run out of RELAY_EARLY...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Extact parse-the-token-arguments to its own function...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Remove a call to find_whitespace_eos that didn't actually...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | While I'm at it, refactor control.c a little so that...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | coverity thinks it's dumb to check networkstatus_v2_list...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | More compilation tweaks on Android: fix two clear errors...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Use a consistent naming standard for header file guard...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Use RSA_generate_key_ex where available.
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Switch address comparisons in policies to be exact...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Refactor some exit-policy-related functions that showed...
|
commit | commitdiff | tree |
2008-12-29 |
Nick Mathewson | Fix bug in recent address.c patch: actually set the...
|
commit | commitdiff | tree |
2008-12-27 |
Nick Mathewson | Fix compilation under gethostbyname-based systems.
|
commit | commitdiff | tree |
2008-12-27 |
Nick Mathewson | remove the responsibility for setting listensocklen...
|
commit | commitdiff | tree |
2008-12-27 |
Nick Mathewson | Remove a deprecated controller alias; make another...
|
commit | commitdiff | tree |
2008-12-27 |
Nick Mathewson | Make connection_create_listener take a sockaddr_len...
|
commit | commitdiff | tree |
2008-12-26 |
Nick Mathewson | Add some early checks to keep ipv6 addresses from failing...
|
commit | commitdiff | tree |
2008-12-26 |
Nick Mathewson | Refactor tor_addr_t manipulation functions so that...
|
commit | commitdiff | tree |
2008-12-26 |
Nick Mathewson | get_interface_addr6(), and by extension get_interface_addr...
|
commit | commitdiff | tree |
2008-12-26 |
Nick Mathewson | Refactor tor_addr_compare_masked() so that CMP_SEMANTIC...
|
commit | commitdiff | tree |
2008-12-26 |
Nick Mathewson | Bump version to 0.2.1.9-alpha-dev
|
commit | commitdiff | tree |
2008-12-26 |
Nick Mathewson | Document and make more conservative the logic for picking...
|
commit | commitdiff | tree |
2008-12-26 |
Nick Mathewson | Document our Bloom filter parameter choices.
|
commit | commitdiff | tree |
2008-12-26 |
Nick Mathewson | Document the pk operation count fields in rephist.c...
|
commit | commitdiff | tree |
2008-12-26 |
Nick Mathewson | Add more missing documentation, and correct an error...
|
commit | commitdiff | tree |
2008-12-24 |
Nick Mathewson | Changelog entries for bug 891 fix as checkpointed.
|
commit | commitdiff | tree |
2008-12-24 |
Nick Mathewson | Use the literal parse of an address in dns_resolve_impl...
|
commit | commitdiff | tree |
2008-12-24 |
Nick Mathewson | Checkpoint my big bug-891 patch.
|
commit | commitdiff | tree |
2008-12-23 |
Nick Mathewson | Patch from Sebiastian for bug 888: mark a descriptor...
|
commit | commitdiff | tree |
2008-12-23 |
Nick Mathewson | Remove bogus extern declaration for unused (and nonexistant...
|
commit | commitdiff | tree |
2008-12-23 |
Nick Mathewson | Document most undocumented variables.
|
commit | commitdiff | tree |
2008-12-23 |
Nick Mathewson | Properly zero-out addresses when setting them. Probably...
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Make freelist_len in memarea.c static; document a few...
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Expose bench_* functions via test cli
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Add DOCDOC entries for undocumented static and global...
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Oops; add missing return to redox.py
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Better documentation for contrib/redox.py
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Make doxygen not complain about the way we spell CRLFNUL...
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Fix most DOCDOCs remaining and/or added by redox.
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Documentation and conformance for WRA_* returns.
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Partially apply bug 891 parch from forest: check EXTEND...
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Add DOCDOC comments for all undocumented functions...
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Add a script to post-process doxygen output into a...
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Fix all of the doxygen warnings not pertaining to missing...
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | Yet still more propagating of things that need to be...
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | More propagating of things that need to be was_router_added_...
|
commit | commitdiff | tree |
2008-12-22 |
Nick Mathewson | WRA_MORE_SEVERE is not WRA_GET_MORE_SEVERE.
|
commit | commitdiff | tree |
2008-12-19 |
Nick Mathewson | Move in-addr.arpa parsing and generation into address...
|
commit | commitdiff | tree |
2008-12-19 |
Nick Mathewson | Expose hex_decode_digit from util.c
|
commit | commitdiff | tree |
2008-12-19 |
Nick Mathewson | When we need to open a new origin circuit, log why.
|
commit | commitdiff | tree |
2008-12-19 |
Nick Mathewson | Doc RRS_DONT_REMOVE_OLD; improve router_rebuild_store...
|
commit | commitdiff | tree |
2008-12-19 |
Nick Mathewson | Say more about comment conventions in doc/HACKING
|
commit | commitdiff | tree |
2008-12-19 |
Nick Mathewson | More approx_time() calls. Noted by forest.
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Make cell pools always-on.
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Why were we using gettimeofday() in second_elapsed_callback...
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Replace calls to time(NULL) that occur on the order...
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Document the purpose argument of circuit_find_to_cannibalize
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | One log.c XXX021 was a misunderstanding. Also, clip...
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Downlgrade tweak, and answer lots of XXX021s. No actual...
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Ben confirms that the MUST in rfc2631 is only for compatibil...
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Log an error on win32 if directory listing fails.
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | whitespace fixes.
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Remove fixed xxx020s; downgrade unfixed ones.
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Fix a memory leak of one address string per DNSPort...
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Do not leak the DNS server port structure.
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Call release_lockfile() before exiting.
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Fix a small memory leak of around 32 bytes per TLS...
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Make unit tests slower but more reliable by disabling...
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Fix more leaks in unit tests.
|
commit | commitdiff | tree |
2008-12-18 |
Nick Mathewson | Make it possible to call set_onion_key twice without...
|
commit | commitdiff | tree |