summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-14more useful changelog for pre3tor-0.0.9pre3Roger Dingledine
2004-10-14a todo item we ought to do, but it's not going to get into pre3Roger Dingledine
2004-10-14advertise moria2's dirport as 18.244.0.114:80Roger Dingledine
2004-10-14note the read() bugfix in the changelogRoger Dingledine
2004-10-14bugfix on a really old bug:Roger Dingledine
2004-10-14bugfix: parse_addr_port() bites us again -- it returns addr in network order.Roger Dingledine
2004-10-14bump version to 0.0.9pre3Roger Dingledine
2004-10-14add a wishlist item from weaselRoger Dingledine
2004-10-14update changelog re: weasel's warnRoger Dingledine
2004-10-14update cvs changelog with 0.0.8.1 entryRoger Dingledine
2004-10-14Commit changelog for 0.0.8+0.0.9pre2-1debian-version-0.0.8+0.0.9pre2-1Peter Palfrader
2004-10-14push back todo items, remove a few that we've doneRoger Dingledine
2004-10-14changelog for 0.0.9pre3 and 0.0.8.1Roger Dingledine
2004-10-14better warn message for the Content-Length attackRoger Dingledine
2004-10-14Improve warnings for old-style directories.Nick Mathewson
2004-10-14fix tab/space in torgzip.hNick Mathewson
2004-10-14fix tab/space in torgzip.cNick Mathewson
2004-10-14Compile without warnings on windowsNick Mathewson
2004-10-14Try to always dtrt if routerlist==NULLNick Mathewson
2004-10-14rename addr to address to we avoid this bug laterRoger Dingledine
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
2004-10-14make it build on amd64Roger Dingledine
2004-10-14reformat comment and fix typoRoger Dingledine
2004-10-14and another oneRoger Dingledine
2004-10-14oh, and some more in common/Roger Dingledine
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-14Add missing line; add similar checkNick Mathewson
2004-10-14Patch from "J Doe": Use SHGetSpecialFolderLocation instead ofNick Mathewson
2004-10-14Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson
2004-10-13Fix comment in dirserv.cNick Mathewson
2004-10-13stop trying to print a NULLRoger Dingledine
2004-10-13Unify tests for "did I originate this nonopen OR connection?"Nick Mathewson
2004-10-13Add default trusted-dir-server entries only when no dirserver lines are given...Nick Mathewson
2004-10-13fix typoNick Mathewson
2004-10-13fix warning about always-false comparison; detect too-large realport betterNick Mathewson
2004-10-13answer question about rep_hist_note_connect_failedNick Mathewson
2004-10-13hex-to-hex compare makes more sense than hex-to-bin.Nick Mathewson
2004-10-13Make directories get generated properly again; debug key lookup. Also, it is...Nick Mathewson
2004-10-13a few more ints to size_tsRoger Dingledine
2004-10-13fix const char * vs char * issueRoger Dingledine
2004-10-13Omit any exit rules that follow a catch-all rule when writing a router descri...Nick Mathewson
2004-10-13Check fingerprint list before generating running-routers lists; also add as-y...Nick Mathewson
2004-10-12ok, vim isn't the greatest editor in the worldRoger Dingledine
2004-10-12parse HttpProxy address in configRoger Dingledine
2004-10-12start the great migration from int to size_tRoger Dingledine
2004-10-12Appease overzealous gccNick Mathewson
2004-10-12Use tor_parse_long in more placesNick Mathewson
2004-10-12Make a bounds-checking replacement for strtol with slightly easier error-chec...Nick Mathewson
2004-10-12fix signed/unsigned comparison, plus typoRoger Dingledine
2004-10-12Better bounds checking on parsed intsNick Mathewson