aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* Add a RunTesting option to try to learn link state by creating test circuits,...Nick Mathewson2004-03-21
* catch signals in a more portable way, so solaris can catch them tooRoger Dingledine2004-03-20
* Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson2004-03-20
* clean up some presentation and commentsRoger Dingledine2004-03-18
* bugfix: decrement OR connections from global_bucket tooRoger Dingledine2004-03-14
* refactor bandwidth-control token bucketsRoger Dingledine2004-03-14
* get rid of those pesky tabsRoger Dingledine2004-03-12
* more details when a conn is closed before it's done flushingRoger Dingledine2004-03-12
* start tracking the 'broken pipe' errorRoger Dingledine2004-03-11
* Make OP work on windows! (Also misc logging tweaks)Nick Mathewson2004-03-11
* Make windows version correct; initialize windows foolishness so that gethostb...Nick Mathewson2004-03-10
* bugfix: only set conn->hold_open_until_flushed after markingRoger Dingledine2004-03-08
* fix a rare race condition: when we send a cell and thenRoger Dingledine2004-03-06
* stop asserting that computers always go forward in timeRoger Dingledine2004-03-06
* and a minor patchRoger Dingledine2004-03-03
* holding until flush was borkedRoger Dingledine2004-03-03
* better debugging for lonely flushesRoger Dingledine2004-03-03
* use conn->hold_open_until_flushed for streamsRoger Dingledine2004-03-03
* Implement hold_open_until_flushed. I may have missed something important.Nick Mathewson2004-03-03
* make socks5 not give a spurious warningRoger Dingledine2004-03-03
* remove redundant checkNick Mathewson2004-03-03
* warn more when losing data on closed/marked connections.Nick Mathewson2004-03-03
* Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson2004-03-02
* put switch_id and start_daemon earlierRoger Dingledine2004-02-29
* print a statement when the first circ is finished,Roger Dingledine2004-02-29
* bugfix: only warn about an unrouter router after we've fetched a directoryRoger Dingledine2004-02-29
* cwd to datadir if it's defined, rather than /Roger Dingledine2004-02-28
* Stop trying to flush on broken sockets marked for close.Nick Mathewson2004-02-28
* some comments to point nick at the latest bugsRoger Dingledine2004-02-28
* some more small fixesRoger Dingledine2004-02-28
* make code more readable; arrbitrarily change a -1 to a 0.Nick Mathewson2004-02-28
* Push responsibility for connection marking down as far as possible; have only...Nick Mathewson2004-02-28
* patches/answers to nick's commitRoger Dingledine2004-02-27
* Refactor mark_for_close, connection_edge_end and friends. Now, everybodyNick Mathewson2004-02-27
* Fix a bug where you might flush some data on a tls connection, and thenRoger Dingledine2004-02-27
* break out the operations done on sighup into their own functionRoger Dingledine2004-02-26
* dump a new router.desc on hupRoger Dingledine2004-02-26
* if the default torrc isn't there, just use some default defaultsRoger Dingledine2004-02-26
* On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...Nick Mathewson2004-02-20
* turn some knobs, add more debuggingRoger Dingledine2004-01-30
* add an ap_conn connecting state; report connecting delayRoger Dingledine2004-01-20
* setuid to User _before_ complaining about running as rootRoger Dingledine2004-01-19
* fix some errors in logs and commentsRoger Dingledine2004-01-16
* split the token bucket into 'rate' and 'burst' paramsRoger Dingledine2004-01-10
* print an entry at the top of the logfile so you know it's workingRoger Dingledine2004-01-05
* Integrate new daemon code, adapted from submission by christian grothoffNick Mathewson2004-01-03
* correct a warn message in mark_if_closedRoger Dingledine2003-12-23
* make --debuglogfile (or any second log file) workRoger Dingledine2003-12-14
* on hup, close and rebind listener ports too (in case their config has changed)Roger Dingledine2003-12-14
* warn if you're running tor as rootRoger Dingledine2003-12-14