Age | Commit message (Expand) | Author |
2004-11-15 | clean up socks handling, refuse connections to port 0 | Roger Dingledine |
2004-11-13 | Track whether descriptor is dirty/uploaded. When any options are set, mark i... | Nick Mathewson |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-12 | Resolve FIXME: Possible solution to note_disconnect problem; needs thought an... | Nick Mathewson |
2004-11-12 | Resolve FIXMES: sometimes an error code is just an error code | Nick Mathewson |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | 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 | add a ControlPort and control listener conn. | Roger Dingledine |
2004-11-04 | clarify the bandwidthburst and bandwidthrate are in bytes | Roger Dingledine |
2004-11-03 | better interface for connection_ap_handshake_socks_reply() | Roger Dingledine |
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-11-03 | Streamline the two redundant "Has the second rolled over?" checks in prepare_... | Nick Mathewson |
2004-11-03 | connection_read_bucket_decrement() has a side-effect that | Roger Dingledine |
2004-11-03 | Start implementing control interface. | Nick Mathewson |
2004-11-02 | First attempt at hibernation code. It needs more work around the XXXXs, but ... | Nick Mathewson |
2004-11-02 | Use a stricter set of warnings; make them all pass. | Nick Mathewson |
2004-10-31 | implement first piece of hibernation | Roger Dingledine |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-25 | quick-and-dirty dir policy since the dirservers are getting hammered | Roger Dingledine |
2004-10-24 | Document the swiss-army-knife that retry_listeners has become | Nick Mathewson |
2004-10-24 | Many non-native speakers use Tor. It is our duty to ensure that our log mess... | Nick Mathewson |
2004-10-24 | Every 60 seconds, check whether the listeners are still alive, and relaunch t... | Nick Mathewson |
2004-10-24 | Handle more errnos from accept() without closing the connection. This may fi... | Nick Mathewson |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-16 | Fix unit tests, make it compile | Nick Mathewson |
2004-10-16 | Change interface of parse_addr_port() to return address in host order, since ... | Nick Mathewson |
2004-10-14 | fix warning on win32 | Nick Mathewson |
2004-10-14 | bugfix on a really old bug: | Roger Dingledine |
2004-10-14 | Build without warnings on mac gcc 3.3 | Nick Mathewson |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-10-14 | Remove need for dirservers file: now, we note trusted dirservers in configura... | Nick Mathewson |
2004-10-13 | stop trying to print a NULL | Roger Dingledine |
2004-10-13 | Unify tests for "did I originate this nonopen OR connection?" | Nick Mathewson |
2004-10-13 | fix typo | Nick Mathewson |
2004-10-13 | answer question about rep_hist_note_connect_failed | Nick Mathewson |
2004-10-12 | Use parse_addr_port() function instead of ad-hoc variants | Nick Mathewson |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-09-08 | Flush more changes from sandbox | Nick Mathewson |
2004-09-02 | Move a paren 4 characters to the left; fix a bug in OutboundBindAddress | Nick Mathewson |
2004-08-17 | if they ask for exactly one entrynode, don't pick it as an exitnode. | Roger Dingledine |
2004-08-16 | o Handle servers with dynamic IP addresses: don't replace | Roger Dingledine |
2004-08-15 | commit some minor fixes from this sandbox so i can commit the next one | Roger Dingledine |
2004-08-08 | stop wasting cpu time on authdirservers | Roger Dingledine |
2004-08-08 | fix a race condition in 008pre2: don't try to extend onto a connection | Roger Dingledine |
2004-08-06 | fix an assert: check the sockspolicy before we make/add the connection, | Roger Dingledine |
2004-07-20 | when we get a sigint, don't accept new connections/circuits, | Roger Dingledine |
2004-07-20 | a whole swath of fixes | Roger Dingledine |
2004-07-19 | it turns out we weren't looking at the result from getsockopt(). | Roger Dingledine |
2004-07-18 | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson |