aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
Commit message (Expand)AuthorAge
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-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
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Clarify a bunch of log messagesNick Mathewson2004-11-25
* 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
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson2004-11-20
* Change "warn if unverified routers are very skewed" to "never warn about unve...Nick Mathewson2004-11-15
* Allow more clock skew from unrecognized hosts than from recognized ones.Nick Mathewson2004-11-14
* Use the data, *then* free it. It works so much better.Nick Mathewson2004-11-13
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson2004-11-10
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* clarify the bandwidthburst and bandwidthrate are in bytesRoger Dingledine2004-11-04
* - Implement all of control interface except authentication, setconfig,Nick Mathewson2004-11-03
* start the process of making 0.0.7* obsoleteRoger Dingledine2004-10-17
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Unify tests for "did I originate this nonopen OR connection?"Nick Mathewson2004-10-13
* Check fingerprint list before generating running-routers lists; also add as-y...Nick Mathewson2004-10-13
* If we are an authoritative dirserver, check out the fingerprint list when set...Nick Mathewson2004-09-28
* checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine2004-09-27
* cleanup: use strcmpstart() in more placesRoger Dingledine2004-09-23
* commit some minor fixes from this sandbox so i can commit the next oneRoger Dingledine2004-08-15
* fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine2004-08-08
* populate router_get_my_routerinfo()->is_verifiedRoger Dingledine2004-07-22
* bugfix: only require the correct key if the nickname is forRoger Dingledine2004-07-21
* fix some bool logicRoger Dingledine2004-07-21
* make connection_tls_finish_handshake() more plausible.Roger Dingledine2004-07-21
* Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson2004-07-21
* add a new advertised_server_mode() to distinguish ORs thatRoger Dingledine2004-07-21
* abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson2004-07-18
* Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson2004-07-13
* if connecting to an OR fails immediately, mark it as downRoger Dingledine2004-07-12
* More digest/nickname fixesNick Mathewson2004-07-02
* some of the infrastructure to let ORs connect on demandRoger Dingledine2004-07-02
* Switch most uses of *_by_addr_port to *_by_identity_digestNick Mathewson2004-07-01
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* don't flush the buf from inside connection_write_to_bufRoger Dingledine2004-05-12
* break connection_edge_end out of connection_mark_for_closeRoger Dingledine2004-05-12
* Make "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson2004-05-12
* More doxygenation.Nick Mathewson2004-05-10
* tweak comment in connection_orRoger Dingledine2004-05-10
* more doxygen markupRoger Dingledine2004-05-09
* bugfix: do directory_send_command only after we've established a socketRoger Dingledine2004-05-09
* comment the functions in connection_or.cRoger Dingledine2004-05-07
* Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson2004-05-05
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* use tor_assertRoger Dingledine2004-04-25