aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Collapse)AuthorAge
...
* remove redundant logs about unreachable serversRoger Dingledine2005-09-03
| | | | svn:r4905
* Remove descriptor_list and use routerlist instead. Make directories manage ↵Nick Mathewson2005-08-26
| | | | | | routerlist a little better. svn:r4854
* Add quotes around filenames in src/orNick Mathewson2005-08-26
| | | | svn:r4845
* be much more conservative about logging reachability complaints.Roger Dingledine2005-08-24
| | | | | | | the ones it logs now are probably genuine problem servers. svn:r4832
* Dirservers now do their own external reachability testing of eachRoger Dingledine2005-08-24
| | | | | | | | | | | | | Tor server, and only list them as running if they've been found to be reachable. Dirservers also log trouble servers, but only start complaining loudly after they've been up for an hour, to reduce false positives. We still need to do something about the fact that it is quite loud when there are many trouble servers. svn:r4829
* that comma was importantRoger Dingledine2005-08-23
| | | | svn:r4820
* and don't print the null string here eitherRoger Dingledine2005-08-22
| | | | svn:r4816
* Make DirPostPeriod config option obsolete.Roger Dingledine2005-08-22
| | | | | | | | | Force new descriptor upload every 18 hours, not 24, to avoid races. Change rate-limiting on new descriptors due to bandwidth changes, from 45 minutes to 20 minutes. svn:r4814
* change log entry for unreachability to explicitly suggest /etc/hostsRoger Dingledine2005-08-22
| | | | | | | as the culprit svn:r4807
* Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson2005-08-22
| | | | svn:r4806
* rotate dns and cpu workers if the controller changes options thatRoger Dingledine2005-08-15
| | | | | | | will affect them. svn:r4787
* initialize the dns worker cache tree whether or not we startRoger Dingledine2005-08-15
| | | | | | | out as a server. svn:r4785
* Possibly broken implementation of persistant state; handles helper nodes; ↵Nick Mathewson2005-07-28
| | | | | | does not handle accounting info yet. svn:r4680
* whoops, fix compileRoger Dingledine2005-07-25
| | | | svn:r4674
* parameterize RephistTrackTimeRoger Dingledine2005-07-25
| | | | svn:r4673
* Rename cross-format config.c stuff to config_* and or_options_t-specific ↵Nick Mathewson2005-07-23
| | | | | | stuff to option[s]_* svn:r4641
* now that we're recommending 0.1.1.x-alpha for win32 and os x users,Roger Dingledine2005-07-18
| | | | | | | stop printing debug stuff once a minute svn:r4596
* add a trivial tor-counting variableRoger Dingledine2005-07-18
| | | | svn:r4593
* Merge patch from Matt Edman for bug 162 (service never stops)Nick Mathewson2005-07-15
| | | | svn:r4578
* make a notice-level log make more sense.Roger Dingledine2005-07-13
| | | | svn:r4547
* Macro-fu to get DEBUG events working.Nick Mathewson2005-07-13
| | | | svn:r4539
* NT service patch from Matt Edman to improve error messages, lightly cleaned; ↵Nick Mathewson2005-07-09
| | | | | | needs more testing. svn:r4527
* be flexible in what you accept: when people type "tor --install" thinkingRoger Dingledine2005-07-09
| | | | | | | they had typed "tor -install", make it work too. svn:r4526
* Compile on win32Nick Mathewson2005-06-27
| | | | svn:r4496
* Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson2005-06-20
| | | | svn:r4467
* Appease verbose GCC warnings.Nick Mathewson2005-06-20
| | | | svn:r4466
* forward-port the --hash-password bug, plus other nearby fixesRoger Dingledine2005-06-19
| | | | svn:r4459
* Implement all the easy bits of the new control protocolNick Mathewson2005-06-17
| | | | svn:r4449
* Allow a few EINVALs from libevent before dying. Warn on kqueue with ↵Nick Mathewson2005-06-13
| | | | | | libevent before 1.1a svn:r4419
* Docment or add DOCDOC comments to undocumented functions in src/or. Make ↵Nick Mathewson2005-06-11
| | | | | | function definition format uniform. svn:r4411
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
| | | | svn:r4404
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
| | | | svn:r4382
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
| | | | svn:r4378
* dump periodic memory usage statsRoger Dingledine2005-06-08
| | | | svn:r4348
* reenable the part of the code that tries to flush as soon as an OR outbufRoger Dingledine2005-06-08
| | | | | | | | has a full tls record available. perhaps this will make OR outbufs not grow as huge except in rare cases, thus saving lots of cpu time plus memory. svn:r4343
* when you send a USR2 signal, the log message now tells you to sendRoger Dingledine2005-06-07
| | | | | | | a HUP signal if you want to change back to old log levels. svn:r4332
* Use correct errno from libevent on win32Nick Mathewson2005-06-07
| | | | svn:r4327
* Fix win32 compilation: backport candidateNick Mathewson2005-06-06
| | | | svn:r4320
* When RNG seeding fails, die. Backport candidateNick Mathewson2005-06-06
| | | | svn:r4319
* Instrument buffers.c and rephist.c memory usageNick Mathewson2005-06-06
| | | | svn:r4317
* clean up a few more log entriesRoger Dingledine2005-05-27
| | | | svn:r4304
* downgrade the 'caught sigpipe' notice.Roger Dingledine2005-05-25
| | | | | | | we're going to pretend like all of these are fine. svn:r4301
* make lucky's weird libevent poll einprogress bug just warn, not kill tor.Roger Dingledine2005-05-24
| | | | svn:r4300
* Fix not-freed-on-exit eventNick Mathewson2005-05-24
| | | | svn:r4298
* Bugfix: we were checking to see if you want to send a keepalive, basedRoger Dingledine2005-05-23
| | | | | | | | | on five minutes since last successful write. But if you have bytes queued already, and they're not getting through, we were adding a new keepalive every second. This was bad. svn:r4296
* i screwed up the dirport reachability testing when we don't yetRoger Dingledine2005-05-23
| | | | | | | have a cached version of the directory. hopefully now fixed. svn:r4284
* Make hashed controller password encoding use hex not base64; this makes it ↵Nick Mathewson2005-05-23
| | | | | | possible to write a controller without base64 svn:r4279
* a note for nick about other memory not freed at exitRoger Dingledine2005-05-20
| | | | svn:r4275
* free some memory that is still reachable on exitRoger Dingledine2005-05-16
| | | | svn:r4234
* clean up some log entriesRoger Dingledine2005-05-15
| | | | svn:r4228