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