aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Split mark-dir-failed-and-retry logic into separate function; make it retry r...Nick Mathewson2005-01-03
* Make directory fail-and-retry logic happen in connection_about_to_close(); fi...Nick Mathewson2005-01-03
* respond to an 009 XXXRoger Dingledine2004-12-22
* clean up logging,Roger Dingledine2004-12-13
* fix the other half of the pipe raceRoger Dingledine2004-12-07
* Now we allow writing to the buffer even when the stream if marked forRoger Dingledine2004-12-04
* one more typoRoger Dingledine2004-12-01
* Spell-check strings and commentsNick Mathewson2004-12-01
* If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remember; tor_socket_errno has side effects!Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* update conn_state_to_stringRoger Dingledine2004-11-24
* don't process marked-for-close conns further.Roger Dingledine2004-11-24
* Fix sign-related warningsNick Mathewson2004-11-22
* Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...Nick Mathewson2004-11-22
* break reached_eof() out of process_inbuf()Roger Dingledine2004-11-21
* be more greedy about filling up all relay cells.Roger Dingledine2004-11-21
* kill -USR2 now moves all logs to loglevel debugRoger Dingledine2004-11-20
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson2004-11-20
* clean up socks handling, refuse connections to port 0Roger Dingledine2004-11-15
* Track whether descriptor is dirty/uploaded. When any options are set, mark i...Nick Mathewson2004-11-13
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* Resolve FIXME: Possible solution to note_disconnect problem; needs thought an...Nick Mathewson2004-11-12
* Resolve FIXMES: sometimes an error code is just an error codeNick Mathewson2004-11-12
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* add a ControlPort and control listener conn.Roger Dingledine2004-11-04
* clarify the bandwidthburst and bandwidthrate are in bytesRoger Dingledine2004-11-04
* better interface for connection_ap_handshake_socks_reply()Roger Dingledine2004-11-03
* - Implement all of control interface except authentication, setconfig,Nick Mathewson2004-11-03
* Streamline the two redundant "Has the second rolled over?" checks in prepare_...Nick Mathewson2004-11-03
* connection_read_bucket_decrement() has a side-effect thatRoger Dingledine2004-11-03
* Start implementing control interface.Nick Mathewson2004-11-03
* First attempt at hibernation code. It needs more work around the XXXXs, but ...Nick Mathewson2004-11-02
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
* implement first piece of hibernationRoger Dingledine2004-10-31
* Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson2004-10-27
* quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine2004-10-25
* Document the swiss-army-knife that retry_listeners has becomeNick Mathewson2004-10-24
* Many non-native speakers use Tor. It is our duty to ensure that our log mess...Nick Mathewson2004-10-24
* Every 60 seconds, check whether the listeners are still alive, and relaunch t...Nick Mathewson2004-10-24
* Handle more errnos from accept() without closing the connection. This may fi...Nick Mathewson2004-10-24
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Fix unit tests, make it compileNick Mathewson2004-10-16
* Change interface of parse_addr_port() to return address in host order, since ...Nick Mathewson2004-10-16