summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2004-12-13clean up logging,Roger Dingledine
2004-12-07fix the other half of the pipe raceRoger Dingledine
2004-12-04Now we allow writing to the buffer even when the stream if marked forRoger Dingledine
2004-12-01one more typoRoger Dingledine
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-28remember; tor_socket_errno has side effects!Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-24update conn_state_to_stringRoger Dingledine
2004-11-24don't process marked-for-close conns further.Roger Dingledine
2004-11-22Fix sign-related warningsNick Mathewson
2004-11-22Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...Nick Mathewson
2004-11-21break reached_eof() out of process_inbuf()Roger Dingledine
2004-11-21be more greedy about filling up all relay cells.Roger Dingledine
2004-11-20kill -USR2 now moves all logs to loglevel debugRoger Dingledine
2004-11-20Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson
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