Age | Commit message (Expand) | Author |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-25 | Clarify a bunch of log messages | Nick Mathewson |
2004-11-22 | Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw... | Nick Mathewson |
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-20 | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se... | Nick Mathewson |
2004-11-15 | Change "warn if unverified routers are very skewed" to "never warn about unve... | Nick Mathewson |
2004-11-14 | Allow more clock skew from unrecognized hosts than from recognized ones. | Nick Mathewson |
2004-11-13 | Use the data, *then* free it. It works so much better. | Nick Mathewson |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-10 | Resolve a FIXME: use identity comparison, not nickname comparison, to | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-04 | clarify the bandwidthburst and bandwidthrate are in bytes | Roger Dingledine |
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-10-17 | start the process of making 0.0.7* obsolete | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-13 | Unify tests for "did I originate this nonopen OR connection?" | Nick Mathewson |
2004-10-13 | Check fingerprint list before generating running-routers lists; also add as-y... | Nick Mathewson |
2004-09-28 | If we are an authoritative dirserver, check out the fingerprint list when set... | Nick Mathewson |
2004-09-27 | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine |
2004-09-23 | cleanup: use strcmpstart() in more places | Roger Dingledine |
2004-08-15 | commit some minor fixes from this sandbox so i can commit the next one | Roger Dingledine |
2004-08-08 | fix a race condition in 008pre2: don't try to extend onto a connection | Roger Dingledine |
2004-07-22 | populate router_get_my_routerinfo()->is_verified | Roger Dingledine |
2004-07-21 | bugfix: only require the correct key if the nickname is for | Roger Dingledine |
2004-07-21 | fix some bool logic | Roger Dingledine |
2004-07-21 | make connection_tls_finish_handshake() more plausible. | Roger Dingledine |
2004-07-21 | Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be... | Nick Mathewson |
2004-07-21 | add a new advertised_server_mode() to distinguish ORs that | Roger Dingledine |
2004-07-18 | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson |
2004-07-13 | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson |
2004-07-12 | if connecting to an OR fails immediately, mark it as down | Roger Dingledine |
2004-07-02 | More digest/nickname fixes | Nick Mathewson |
2004-07-02 | some of the infrastructure to let ORs connect on demand | Roger Dingledine |
2004-07-01 | Switch most uses of *_by_addr_port to *_by_identity_digest | Nick Mathewson |
2004-07-01 | Track routers by hash of identity key; use hex hash of identity key in place ... | Nick Mathewson |
2004-05-12 | don't flush the buf from inside connection_write_to_buf | Roger Dingledine |
2004-05-12 | break connection_edge_end out of connection_mark_for_close | Roger Dingledine |
2004-05-12 | Make "connected" a different case from "finished_flushing"; always close_imme... | Nick Mathewson |
2004-05-10 | More doxygenation. | Nick Mathewson |
2004-05-10 | tweak comment in connection_or | Roger Dingledine |
2004-05-09 | more doxygen markup | Roger Dingledine |
2004-05-09 | bugfix: do directory_send_command only after we've established a socket | Roger Dingledine |
2004-05-07 | comment the functions in connection_or.c | Roger Dingledine |
2004-05-05 | Only connection_add connections once they have conn->s sett; refactor code ar... | Nick Mathewson |
2004-05-01 | Handle windows socket errors correctly; comment most of common. | Nick Mathewson |
2004-04-25 | use tor_assert | Roger Dingledine |