aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Renormalize whitespaceNick Mathewson2004-12-07
* Make unit tests work on win32Nick Mathewson2004-12-07
* More win32 fixes: 1) tolerate extra "readable" events better. 2) when being m...Nick Mathewson2004-12-06
* Fix parse_iso_time on platforms without strptime.Nick Mathewson2004-12-06
* bump us to 0.0.9rc6Roger Dingledine2004-12-06
* answer resolved ip in network orderRoger Dingledine2004-12-06
* avoid using uninitialized variableRoger Dingledine2004-12-06
* don't use cache for resolving .foo.exit names, but do reply immediatelyRoger Dingledine2004-12-06
* fix indentingRoger Dingledine2004-12-06
* send an end to the streams we close when we hibernate, ratherRoger Dingledine2004-12-05
* check if we have a cached resolve for a tor-resolve address *after*Roger Dingledine2004-12-05
* fix a minor leak in my recent commitRoger Dingledine2004-12-05
* talk about quotas rather than bandwidths, in the logsRoger Dingledine2004-12-05
* int is not necessarily the same size as size_tRoger Dingledine2004-12-05
* New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine2004-12-05
* fix commentRoger Dingledine2004-12-04
* plus add a comment re: the previous bugRoger Dingledine2004-12-04
* bugfix: router_exit_policy_rejects_all() was broken, so we wereRoger Dingledine2004-12-04
* Now we allow writing to the buffer even when the stream if marked forRoger Dingledine2004-12-04
* React to eof immediately on non-open edge connections.Roger Dingledine2004-12-04
* bugfix: When we were checking to see if an ap_conn should time outRoger Dingledine2004-12-04
* whoopsRoger Dingledine2004-12-04
* Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson2004-12-04
* bump us to 0.0.9rc6-cvsRoger Dingledine2004-12-04
* make circuit building and router parsing less noisyRoger Dingledine2004-12-04
* while hibernating, hup should not regrow our listeners.Roger Dingledine2004-12-03
* Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson2004-12-02
* clean up 3 more underflow possibilitiesRoger Dingledine2004-12-02
* fix redundant (and dangerous) NUL terminationRoger Dingledine2004-12-02
* check for duplicate circuit ID _after_ updating circ_id_type.Nick Mathewson2004-12-01
* bump to 0.0.9rc5Roger Dingledine2004-12-01
* move StatusFetchPeriod to 15 minutes so it's within bounds by defaultRoger Dingledine2004-12-01
* one more typoRoger Dingledine2004-12-01
* Fix windows build.Nick Mathewson2004-12-01
* Spell-check strings and commentsNick Mathewson2004-12-01
* If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson2004-12-01
* do even less inside our signal handler,Roger Dingledine2004-12-01
* Clarify chosen tag progressionNick Mathewson2004-11-30
* clean obsolete circuit_log_path codeRoger Dingledine2004-11-30
* clean up the other "Tell Roger" log that dfc keeps gettingRoger Dingledine2004-11-30
* a few minor tweaksRoger Dingledine2004-11-30
* write down our "how to have two defaults for dirfetchperiod"Roger Dingledine2004-11-30
* Let resolve conns retry/expire also, rather than sticking around forever.Roger Dingledine2004-11-30
* refuse .exit addresses immediately if the requested node wouldRoger Dingledine2004-11-30
* Make tor-resolve accept x.y.exit addresses againNick Mathewson2004-11-30
* use shorter minimum key lifetime until 008 is deadNick Mathewson2004-11-30
* doxygen uses backslashes, not forward-slashesNick Mathewson2004-11-30
* clarify why strlcpy is safe in truncated log messagesNick Mathewson2004-11-30
* Fix last patchNick Mathewson2004-11-30
* Rename parse_address to parse_extended_hostname (since we have other kinds of...Nick Mathewson2004-11-30