summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2005-08-23that comma was importantRoger Dingledine
2005-08-22and don't print the null string here eitherRoger Dingledine
2005-08-22Make DirPostPeriod config option obsolete.Roger Dingledine
2005-08-22change log entry for unreachability to explicitly suggest /etc/hostsRoger Dingledine
2005-08-22Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson
2005-08-15rotate dns and cpu workers if the controller changes options thatRoger Dingledine
2005-08-15initialize the dns worker cache tree whether or not we startRoger Dingledine
2005-07-28Possibly broken implementation of persistant state; handles helper nodes; doe...Nick Mathewson
2005-07-25whoops, fix compileRoger Dingledine
2005-07-25parameterize RephistTrackTimeRoger Dingledine
2005-07-23Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson
2005-07-18now that we're recommending 0.1.1.x-alpha for win32 and os x users,Roger Dingledine
2005-07-18add a trivial tor-counting variableRoger Dingledine
2005-07-15Merge patch from Matt Edman for bug 162 (service never stops)Nick Mathewson
2005-07-13make a notice-level log make more sense.Roger Dingledine
2005-07-13Macro-fu to get DEBUG events working.Nick Mathewson
2005-07-09NT service patch from Matt Edman to improve error messages, lightly cleaned; ...Nick Mathewson
2005-07-09be flexible in what you accept: when people type "tor --install" thinkingRoger Dingledine
2005-06-27Compile on win32Nick Mathewson
2005-06-20Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson
2005-06-20Appease verbose GCC warnings.Nick Mathewson
2005-06-19forward-port the --hash-password bug, plus other nearby fixesRoger Dingledine
2005-06-17Implement all the easy bits of the new control protocolNick Mathewson
2005-06-13Allow a few EINVALs from libevent before dying. Warn on kqueue with libevent...Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-06-08dump periodic memory usage statsRoger Dingledine
2005-06-08reenable the part of the code that tries to flush as soon as an OR outbufRoger Dingledine
2005-06-07when you send a USR2 signal, the log message now tells you to sendRoger Dingledine
2005-06-07Use correct errno from libevent on win32Nick Mathewson
2005-06-06Fix win32 compilation: backport candidateNick Mathewson
2005-06-06When RNG seeding fails, die. Backport candidateNick Mathewson
2005-06-06Instrument buffers.c and rephist.c memory usageNick Mathewson
2005-05-27clean up a few more log entriestor-0.1.0.9-rctor-0.1.0.14tor-0.1.0.13tor-0.1.0.12tor-0.1.0.11tor-0.1.0.10Roger Dingledine
2005-05-25downgrade the 'caught sigpipe' notice.Roger Dingledine
2005-05-24make lucky's weird libevent poll einprogress bug just warn, not kill tor.Roger Dingledine
2005-05-24Fix not-freed-on-exit eventNick Mathewson
2005-05-23Bugfix: we were checking to see if you want to send a keepalive, basedRoger Dingledine
2005-05-23i screwed up the dirport reachability testing when we don't yetRoger Dingledine
2005-05-23Make hashed controller password encoding use hex not base64; this makes it po...Nick Mathewson
2005-05-20a note for nick about other memory not freed at exitRoger Dingledine
2005-05-16free some memory that is still reachable on exitRoger Dingledine
2005-05-15clean up some log entriesRoger Dingledine
2005-05-14move the periodic buffer shrinking interval from 3 mins to 1 minRoger Dingledine
2005-05-07Implement --verify-config command-line option to fix bug 69.Nick Mathewson
2005-05-06log buffer sizes on kill -usr1 too.Roger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-03Call tor_free_all instead of connections_free_all after forkingNick Mathewson