Age | Commit message (Expand) | Author |
2008-12-29 | 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-27 | Fix compilation under gethostbyname-based systems. | Nick Mathewson |
2008-12-26 | 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-25 | some fixes i found in my sandbox | Roger Dingledine |
2008-12-23 | 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-22 | 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-19 | 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-18 | 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-17 | 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-11 | 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-09 | Better error message when told to setuid to ourself. | Nick Mathewson |
2008-12-08 | Compile without warnings on mingw.tor-0.2.1.8-alpha | Nick Mathewson |
2008-12-05 | 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-02 | 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 | Add two lseek wrappers to compat.[ch]: one to return current fd position, and... | Nick Mathewson |
2008-12-02 | Define socklen_t before using it in compat.h | Nick Mathewson |
2008-11-26 | Revert my older supposed gcc-4.4 warning workaround. GCC was not being needl... | Nick Mathewson |
2008-11-26 | Stop marking bsearch_idx as pure; it is not. | Nick Mathewson |
2008-11-26 | Cast uid_t and gid_t to unsigned before passing to printf %u. | Nick Mathewson |
2008-11-26 | Use fcntl for file locking when flock() is not available. | Nick Mathewson |
2008-11-22 | Resolve a warning under gcc 4.4 trunk. | Nick Mathewson |
2008-11-17 | Update _log_global_min_severity after switch_logs_debug(), so that USR2 will ... | Nick Mathewson |
2008-11-12 | define get_uint8 and set_uint8 macros to make code cleaner. | Nick Mathewson |
2008-11-11 | apply sebastian's fix for bug 859. Apparently on win32 one must lock at least... | Nick Mathewson |
2008-11-10 | Document a couple of functions. | Nick Mathewson |