summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2004-12-13Only launch dns workers when we are actually starting a server.Nick Mathewson
2004-12-11when hibernating, don't advertise any portsRoger Dingledine
2004-12-08make the 64 bit args print correctly on 64 bit archstor-0.0.9rc7Roger Dingledine
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-12-07Log contents of bw_accounting when we read it; fix memory leak.Nick Mathewson
2004-12-07resolve tequila's crash bug: you can't free somethingRoger Dingledine
2004-12-07rearrange debug logs to make more senseRoger Dingledine
2004-12-07clean two more minor memory leaksRoger Dingledine
2004-12-07Only set a cookie when we intend to.Nick Mathewson
2004-12-07fix a minor leak for people offering hidden servicesRoger Dingledine
2004-12-07log bytes written with kill -USR1 tooRoger Dingledine
2004-12-07fix the other half of the pipe raceRoger Dingledine
2004-12-07avoid a sigpipe from a race: if we get the end right afterRoger Dingledine
2004-12-07I'm a bad person.Roger Dingledine
2004-12-07were we on crack??Roger Dingledine
2004-12-07salvage another 300 bytes per hupRoger Dingledine
2004-12-07and bust another memory leakRoger Dingledine
2004-12-07plug another memory leakRoger Dingledine
2004-12-07Fix some memory leaks and unlikely segfaultsNick Mathewson
2004-12-07ORPort must be defined if ORBindAddress is defined.Roger Dingledine
2004-12-07when recommending new-format log lines, if the upper bound is LOG_ERR,Roger Dingledine
2004-12-07Renormalize whitespaceNick Mathewson
2004-12-07Make unit tests work on win32Nick Mathewson
2004-12-06More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m...Nick Mathewson
2004-12-06answer resolved ip in network orderRoger Dingledine
2004-12-06avoid using uninitialized variableRoger Dingledine
2004-12-06don't use cache for resolving .foo.exit names, but do reply immediatelyRoger Dingledine
2004-12-06fix indentingRoger Dingledine
2004-12-05send an end to the streams we close when we hibernate, ratherRoger Dingledine
2004-12-05check if we have a cached resolve for a tor-resolve address *after*Roger Dingledine
2004-12-05fix a minor leak in my recent commitRoger Dingledine
2004-12-05talk about quotas rather than bandwidths, in the logsRoger Dingledine
2004-12-05New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine
2004-12-04plus add a comment re: the previous bugRoger Dingledine
2004-12-04bugfix: router_exit_policy_rejects_all() was broken, so we wereRoger Dingledine
2004-12-04Now we allow writing to the buffer even when the stream if marked forRoger Dingledine
2004-12-04React to eof immediately on non-open edge connections.Roger Dingledine
2004-12-04bugfix: When we were checking to see if an ap_conn should time outRoger Dingledine
2004-12-04whoopsRoger Dingledine
2004-12-04Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson
2004-12-04make circuit building and router parsing less noisyRoger Dingledine
2004-12-03while hibernating, hup should not regrow our listeners.Roger Dingledine
2004-12-02clean up 3 more underflow possibilitiesRoger Dingledine
2004-12-02fix redundant (and dangerous) NUL terminationRoger Dingledine
2004-12-01check for duplicate circuit ID _after_ updating circ_id_type.tor-0.0.9rc5Nick Mathewson
2004-12-01move StatusFetchPeriod to 15 minutes so it's within bounds by defaultRoger Dingledine
2004-12-01one more typoRoger Dingledine
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson
2004-12-01do even less inside our signal handler,Roger Dingledine