Age | Commit message (Expand) | Author |
2004-03-30 | Make smartlist Do What Arma Expects. | Nick Mathewson |
2004-03-30 | Remove maximum-size field from smartlists | Nick Mathewson |
2004-03-30 | re-enable recommendedversion checking (oops, thanks weasel) | Roger Dingledine |
2004-03-29 | Re-enable unit tests for directory generation. | Nick Mathewson |
2004-03-28 | there is yet another dns-pending-conn-clobbering bug | Roger Dingledine |
2004-03-27 | make it less noisy to consider exit policies | Roger Dingledine |
2004-03-14 | bugfix: address that strcat vulnerability in circuit.c | Roger Dingledine |
2004-03-11 | UnDOSify CRLF->LF. | Nick Mathewson |
2004-03-11 | Make OP work on windows! (Also misc logging tweaks) | Nick Mathewson |
2004-03-09 | Fix some bugs in parse_time | Nick Mathewson |
2004-03-09 | Fix DOS line endings; autoconfize checks for strptime and inet_aton | Nick Mathewson |
2004-03-09 | Make tor build on windows again. More work still needed | Nick Mathewson |
2004-03-09 | stop troubling router operators with unapproved router connect attempts | Roger Dingledine |
2004-03-07 | re-try streams at most 4 times | Roger Dingledine |
2004-03-05 | New, more flexible directory parsing backend. Uses a bit more RAM, but implem... | Nick Mathewson |
2004-03-04 | Store options->Address as IP, not hostname | Roger Dingledine |
2004-02-29 | bugfix: only warn about an unrouter router after we've fetched a directory | Roger Dingledine |
2004-02-26 | When it can't resolve any dirservers, it was useless from then on. | Roger Dingledine |
2004-02-26 | if the default torrc isn't there, just use some default defaults | Roger Dingledine |
2004-02-17 | Another case of the same. | Nick Mathewson |
2004-02-17 | Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0 | Nick Mathewson |
2004-02-17 | best_support_idx is obsolete | Roger Dingledine |
2004-02-17 | make braces cleaner, bug still persists | Roger Dingledine |
2004-02-17 | Fix router_compare_addr_to_exit_policy, and name its return codes. The bug w... | Nick Mathewson |
2004-02-17 | prevent picking middleman nodes as the last node in the circuit | Roger Dingledine |
2004-01-30 | Another related leak | Nick Mathewson |
2004-01-30 | Freeing twice does *not* make the heap twice as clean. | Nick Mathewson |
2004-01-30 | Fix a bug that might have caused the leak, but which might have been hiding o... | Nick Mathewson |
2004-01-30 | Fix possible (but unlikely) mem leak. | Nick Mathewson |
2004-01-30 | finally locate the memory leak, | Roger Dingledine |
2004-01-11 | oh, and make it compile | Roger Dingledine |
2004-01-10 | split the token bucket into 'rate' and 'burst' params | Roger Dingledine |
2003-12-19 | rename circ_id_t to uint16_t for code clarity | Roger Dingledine |
2003-12-17 | remove trailing whitespace | Roger Dingledine |
2003-12-15 | Make compile warning-free on cygwin | Nick Mathewson |
2003-12-14 | Accept 1.2.3.4/x as a synonym for 1.2.3.4/x:* . | Nick Mathewson |
2003-12-13 | bughunt: start tracking the bug mutiny found | Roger Dingledine |
2003-12-13 | revamp circuit node selection to use smartlists: | Roger Dingledine |
2003-12-13 | Add port ranges to exit policies | Nick Mathewson |
2003-12-13 | use the smartlist to pick random routers, rather than our own idiom | Roger Dingledine |
2003-12-12 | if >=2 circs are being built that handle a given stream, | Roger Dingledine |
2003-12-09 | Document parsing functions in routerlist.c, and separate parsing from non-par... | Nick Mathewson |
2003-12-08 | Make router/directory parsing nondestructive and more const-friendly | Nick Mathewson |
2003-12-06 | declare the prototypes better | Roger Dingledine |
2003-12-06 | break routers.c into router.c for stuff the router does, | Roger Dingledine |