| Commit message (Expand) | Author | Age |
* | Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS... | Nick Mathewson | 2009-01-13 |
* | Fix a leak memory on the failing case of test_memeq_hex | Nick Mathewson | 2009-01-13 |
* | Fix a harmless-to-us bug in ht.h. | Nick Mathewson | 2009-01-10 |
* | Note a problem in the interface tor_addr_to_sockaddr. | Nick Mathewson | 2009-01-06 |
* | Another fun openbsd warning fix. On ioerror's computer at least, they redefi... | Nick Mathewson | 2009-01-04 |
* | OpenBSD malloc.h believes that you should be able to detect headers with auto... | Nick Mathewson | 2009-01-04 |
* | Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address o... | Nick Mathewson | 2009-01-04 |
* | Remove svn $Id$s from our source, and remove tor --version --version. | Nick Mathewson | 2009-01-04 |
* | Only set sin_len/sin6_len when they exist. | Nick Mathewson | 2009-01-02 |
* | Try harder to make sure we zero-out the extraneous sockaddr fields and that w... | Nick Mathewson | 2009-01-02 |
* | Remove some code that is #ifdefed out, and that we no longer seem to use, if ... | Nick Mathewson | 2008-12-30 |
* | Use a consistent naming standard for header file guard macros, taking care no... | Nick Mathewson | 2008-12-29 |
* | Use RSA_generate_key_ex where available. | Nick Mathewson | 2008-12-29 |
* | Fix bug in recent address.c patch: actually set the value of address * to 0.0... | Nick Mathewson | 2008-12-29 |
* | Fix compilation under gethostbyname-based systems. | Nick Mathewson | 2008-12-27 |
* | Refactor tor_addr_t manipulation functions so that as few as possible look at... | Nick Mathewson | 2008-12-26 |
* | get_interface_addr6(), and by extension get_interface_addr(), were pretty bor... | Nick Mathewson | 2008-12-26 |
* | Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and... | Nick Mathewson | 2008-12-26 |
* | Document our Bloom filter parameter choices. | Nick Mathewson | 2008-12-26 |
* | Add more missing documentation, and correct an error in container.c documenta... | Nick Mathewson | 2008-12-26 |
* | some fixes i found in my sandbox | Roger Dingledine | 2008-12-25 |
* | Document most undocumented variables. | Nick Mathewson | 2008-12-23 |
* | Properly zero-out addresses when setting them. Probably this was not hurting... | Nick Mathewson | 2008-12-23 |
* | Make freelist_len in memarea.c static; document a few variables. | Nick Mathewson | 2008-12-22 |
* | Add DOCDOC entries for undocumented static and global variables. | Nick Mathewson | 2008-12-22 |
* | Fix most DOCDOCs remaining and/or added by redox. | Nick Mathewson | 2008-12-22 |
* | Add DOCDOC comments for all undocumented functions. Add missing *s to other ... | Nick Mathewson | 2008-12-22 |
* | Fix all of the doxygen warnings not pertaining to missing documentation. | Nick Mathewson | 2008-12-22 |
* | Move in-addr.arpa parsing and generation into address.c, and simplify the cod... | Nick Mathewson | 2008-12-19 |
* | Expose hex_decode_digit from util.c | Nick Mathewson | 2008-12-19 |
* | Replace calls to time(NULL) that occur on the order of once per read, one per... | Nick Mathewson | 2008-12-18 |
* | One log.c XXX021 was a misunderstanding. Also, clip log messages passed to s... | Nick Mathewson | 2008-12-18 |
* | Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p... | Nick Mathewson | 2008-12-18 |
* | Ben confirms that the MUST in rfc2631 is only for compatibility with X9.42, a... | Nick Mathewson | 2008-12-18 |
* | Log an error on win32 if directory listing fails. | Nick Mathewson | 2008-12-18 |
* | Fix a small memory leak of around 32 bytes per TLS connection opened. Bugfix ... | Nick Mathewson | 2008-12-18 |
* | Fix bug 889: share deep-copied keys between threads to avoid races in referen... | Nick Mathewson | 2008-12-18 |
* | Resolve many DOCDOCs. | Nick Mathewson | 2008-12-17 |
* | Use ctags and a python script to find identifiers that are never used anywher... | Nick Mathewson | 2008-12-17 |
* | Lower sprintf buffer max to ~SSIZE_T_MAX from SIZE_T_CEILING, since we need t... | Nick Mathewson | 2008-12-11 |
* | Remove some cargo-cult gcc hacks around tor_assert and predict_unlikely; inst... | Nick Mathewson | 2008-12-11 |
* | Change test_memeq macro to not leak memory. Addresses coverity CID 47. | Nick Mathewson | 2008-12-11 |
* | Better error message when told to setuid to ourself. | Nick Mathewson | 2008-12-09 |
* | Compile without warnings on mingw. | Nick Mathewson | 2008-12-08 |
* | Try to fix windows mmap code. | Nick Mathewson | 2008-12-05 |
* | Simplify mmap object layout to avoid confusing static analysis tools, and us ... | Nick Mathewson | 2008-12-05 |
* | Fix a hard-to-trigger memory leak in log_credential status. Found by Coverit... | Nick Mathewson | 2008-12-05 |
* | Do not use O_APPEND on fd-based operations that do not really want it; have t... | Nick Mathewson | 2008-12-02 |
* | style cleanup | Roger Dingledine | 2008-12-02 |
* | Change logging code to use fds instead of stdio. Fixes bug 861, and probably... | Nick Mathewson | 2008-12-02 |