Age | Commit message (Expand) | Author |
2005-11-05 | Tor26's IP has changed to 86.59.21.38 | Peter Palfrader |
2005-11-05 | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson |
2005-11-04 | Fix bugs in routerlist_remove_old_cached_routers_with_id() | Nick Mathewson |
2005-11-04 | prevent duplicat mark-for-close | Nick Mathewson |
2005-11-01 | enable code to remove members of old_routers when it gets big. | Nick Mathewson |
2005-11-01 | fix a signed/unsigned warning | Nick Mathewson |
2005-11-01 | first cut at a changelog for 0.1.1.9-alpha | Roger Dingledine |
2005-11-01 | another impossible problem we should solve. | Roger Dingledine |
2005-11-01 | fix typo | Roger Dingledine |
2005-11-01 | using an unsigned int for something that requires at least 3 bytes | Roger Dingledine |
2005-11-01 | answer nick's XXX, and muck with some log domain choices | Roger Dingledine |
2005-11-01 | tor_assert had a misleading comment | Roger Dingledine |
2005-11-01 | remove redundant checking for . and .. now that | Roger Dingledine |
2005-11-01 | more doc cleanups and reorganizing | Roger Dingledine |
2005-11-01 | cleanups and a smidgen more docs | Roger Dingledine |
2005-10-30 | be on the safer side about following the openssl license. i'm not sure | Roger Dingledine |
2005-10-29 | make circ->onionskin a pointer, not a static array. moria2 was using | Roger Dingledine |
2005-10-29 | Do round-robin writes of at most 16 kB per write. This might | Roger Dingledine |
2005-10-29 | fix typo | Roger Dingledine |
2005-10-29 | Free the v2 directory networkstatus on exit. (Not a leak.) | Nick Mathewson |
2005-10-28 | aaand another leak. Oops, I guess I lied to weasel when I told him there was... | Nick Mathewson |
2005-10-28 | router_add_to_routerlist() really needs to free not-added routers. | Nick Mathewson |
2005-10-28 | Fix bug when parsing list of router descriptors containing a truncated entry.... | Nick Mathewson |
2005-10-27 | Fix a fun bug that was probably causing unnecessary downloads, and that coupl... | Nick Mathewson |
2005-10-27 | Fix an annoying rep violation bug | Nick Mathewson |
2005-10-27 | fix a url in the sample torrc | Roger Dingledine |
2005-10-27 | Start making directory caches retain old routerinfo_t. The code to remove ol... | Nick Mathewson |
2005-10-26 | Call ERR_remove_state() on the main thread on shutdown,too | Nick Mathewson |
2005-10-25 | Per comments at the bottom of openssl/FAQ, call even more functions to | Nick Mathewson |
2005-10-25 | remove some commented-out code that may tempt us to do ill | Nick Mathewson |
2005-10-25 | fix a nasty corruption bug | Nick Mathewson |
2005-10-25 | fix minor memory leak in config | Nick Mathewson |
2005-10-25 | Remove last vestiges of old logging interface. | Nick Mathewson |
2005-10-25 | consistency is the hobgoblin of little armas | Roger Dingledine |
2005-10-25 | Switch remaining files to new log interface. | Nick Mathewson |
2005-10-25 | Also here. | Nick Mathewson |
2005-10-25 | Fix log levels notice and warn for new logging stuff | Peter Palfrader |
2005-10-25 | fix another segv, this time in circid fix. | Nick Mathewson |
2005-10-25 | fix a segv | Nick Mathewson |
2005-10-25 | Change more files to new loggin interface. 3 left. | Nick Mathewson |
2005-10-25 | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain.... | Nick Mathewson |
2005-10-25 | Convert circuituse, command, config, connection, relay, router, test to new l... | Nick Mathewson |
2005-10-25 | Fix memory leak when retrieving networkstatus or routerdesc by malformed fing... | Nick Mathewson |
2005-10-25 | Fix possible free(NULL) in control.c | Nick Mathewson |
2005-10-25 | Fix possible minor memory leak when parsing helpernode state | Nick Mathewson |
2005-10-25 | Add core spec todos from meeting | Nick Mathewson |
2005-10-25 | add minor todos from meeting | Nick Mathewson |
2005-10-24 | Use LD_BUG as appropriate; convert rend* and router* to new logging interface... | Nick Mathewson |
2005-10-24 | Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne... | Nick Mathewson |
2005-10-24 | add more domains | Nick Mathewson |