| Commit message (Expand) | Author | Age |
* | Resolve all DOCDOCs. | Nick Mathewson | 2004-07-16 |
* | Add generic expand_filename function to handle expanding ~/ | Nick Mathewson | 2004-07-15 |
* | add is_local_IP() function to help distinguish which bandwidth "matters" | Roger Dingledine | 2004-07-13 |
* | trivial punctuation tweak | Roger Dingledine | 2004-07-12 |
* | Yes, I did mean "else if". | Nick Mathewson | 2004-07-06 |
* | Fix bug reported by peter palfrader: an empty address is unresolvable, but no... | Nick Mathewson | 2004-07-06 |
* | More digest/nickname fixes | Nick Mathewson | 2004-07-02 |
* | Track routers by hash of identity key; use hex hash of identity key in place ... | Nick Mathewson | 2004-07-01 |
* | Always use get_data_directory() instead of options.DataDirectory; fix a memor... | Nick Mathewson | 2004-06-30 |
* | Always log version when starting tor. | Nick Mathewson | 2004-06-30 |
* | Implement several 008pre1 items: needs more testing | Nick Mathewson | 2004-06-21 |
* | if datadirectory isn't owned by this uid, tell the user he must | Roger Dingledine | 2004-06-13 |
* | Unbork windows whitespace | Nick Mathewson | 2004-06-05 |
* | Make tor build on win32 again; handle locking for server | Nick Mathewson | 2004-06-05 |
* | define FD_SETSIZE in all cases, not just win32 | Roger Dingledine | 2004-06-02 |
* | Stop multiplying logs on sighup. | Nick Mathewson | 2004-06-02 |
* | use sys/param.h if it's there | Roger Dingledine | 2004-06-01 |
* | put a comment reminding us that we do hashes in software only | Roger Dingledine | 2004-06-01 |
* | rik's patch to not complain about freebsd's bug | Roger Dingledine | 2004-05-26 |
* | it looks like parse_log_level() was never taught about WARN? | Roger Dingledine | 2004-05-21 |
* | minor comment patch | Roger Dingledine | 2004-05-21 |
* | Tinker with log behavior: never send error messages about logs into the bitbu... | Nick Mathewson | 2004-05-20 |
* | Allow multiple logfiles at different severity ranges | Nick Mathewson | 2004-05-19 |
* | Resolve some XXXs | Nick Mathewson | 2004-05-18 |
* | bugfix: our integrity-checking digest was checking only the most | Roger Dingledine | 2004-05-15 |
* | Not every RSA decrypt should warn on failure. | Nick Mathewson | 2004-05-12 |
* | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine | 2004-05-10 |
* | doxygen markup for common/*.h | Roger Dingledine | 2004-05-10 |
* | Doxygenate common. | Nick Mathewson | 2004-05-10 |
* | Add doxygen markup for util and buffers | Nick Mathewson | 2004-05-07 |
* | Fix bug in stream position adjustment | Nick Mathewson | 2004-05-06 |
* | Use correct aes-ctr implementation in mainline, too. | Nick Mathewson | 2004-05-06 |
* | Add intptr_t and uintptr_t to torint.h | Nick Mathewson | 2004-05-05 |
* | Make non-fake tor_poll robust against -1 fds | Nick Mathewson | 2004-05-05 |
* | Fix mac compile | Nick Mathewson | 2004-05-04 |
* | tor_assert(), not assert() | Nick Mathewson | 2004-05-02 |
* | Fix windows compile. | Nick Mathewson | 2004-05-02 |
* | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson | 2004-05-02 |
* | Assert that we never try to fakepoll on sock -1. | Nick Mathewson | 2004-05-02 |
* | some patches on the patches | Roger Dingledine | 2004-05-01 |
* | Remove bogus */ so util.c compiles | Nick Mathewson | 2004-05-01 |
* | Finish documenting the functions in common | Nick Mathewson | 2004-05-01 |
* | Handle windows socket errors correctly; comment most of common. | Nick Mathewson | 2004-05-01 |
* | some cosmetic fixes | Roger Dingledine | 2004-04-29 |
* | Oops -- the Windows function is closesocket, not socketclose | Nick Mathewson | 2004-04-28 |
* | Use socketclose on windows as appropriate; end pid files with newline | Nick Mathewson | 2004-04-28 |
* | Remove IVs from cipher code, since AES-ctr has none. | Nick Mathewson | 2004-04-28 |
* | use nick's _ARRAYSIZE abstraction | Roger Dingledine | 2004-04-28 |
* | nick, is this what you meant? | Roger Dingledine | 2004-04-28 |
* | Make Tor build on win32 with VC6 without warnings. | Nick Mathewson | 2004-04-28 |