Age | Commit message (Expand) | Author |
2006-07-06 | when an exit node gets a malformed begin cell, don't complain to | Roger Dingledine |
2006-06-18 | remove non-germane comment | Nick Mathewson |
2006-06-18 | Add a memdup function to util | Nick Mathewson |
2006-06-09 | Another escape() fix, for picky sprintfs. | Nick Mathewson |
2006-06-09 | Override our notion of printability for esc_for_log. 127 and up are never pr... | Nick Mathewson |
2006-06-04 | Add a new warning to our "warn a lot" list: unused parameters. This means we... | Nick Mathewson |
2006-05-26 | resolve an unused variable | Roger Dingledine |
2006-05-25 | Stop being picky about what the arguments to mapaddress look like. | Roger Dingledine |
2006-05-10 | All these headers we get via torint.h | Peter Palfrader |
2006-04-18 | mainline branch. Remove some more dead XXXs. | Nick Mathewson |
2006-04-03 | "" is not a plausible address for addressmaps. | Roger Dingledine |
2006-03-15 | add tor_strisprint() back in, this time with comments. | Roger Dingledine |
2006-03-15 | and remove now-extraneous function | Roger Dingledine |
2006-03-11 | Use escaped() for remaining cases. | Nick Mathewson |
2006-03-06 | fix infinite loop | Roger Dingledine |
2006-03-05 | Add some functions to escape values from the network before sending them to t... | Nick Mathewson |
2006-03-05 | Allow private:* in routerdescs; not generated yet (because older Tors do not ... | Nick Mathewson |
2006-02-13 | Start the process of converting warn to log_warn and so on. | Roger Dingledine |
2006-02-13 | try to fix bug with spurious "everything is broken" warning | Nick Mathewson |
2006-02-12 | Generate 18.0.0.0/8 address policy format in descs when we can; warn when the... | Nick Mathewson |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-01-10 | Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229. | Nick Mathewson |
2006-01-01 | Clearner fix for timegm assert problem. | Nick Mathewson |
2006-01-01 | Fix assertion-trigger bug found by sjmurdoch | Nick Mathewson |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-12-09 | let is_internal_IP() know whether you're asking about an IP | Roger Dingledine |
2005-12-08 | Do not free a constant string. | Nick Mathewson |
2005-12-05 | Remove superfluous strdup | Peter Palfrader |
2005-12-05 | Also print usernames, not just numeric UIDs when we tell the user that his da... | Peter Palfrader |
2005-12-05 | give a hint when people are running tor as the wrong user, rather than | Roger Dingledine |
2005-11-30 | Move code to check for zero digests into util.c | Nick Mathewson |
2005-11-15 | Loops without an increment step can suck, even on windows. | Nick Mathewson |
2005-11-15 | Make new logging stuff work on windows; fix a couple of windows typos. | Nick Mathewson |
2005-10-25 | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain.... | Nick Mathewson |
2005-10-24 | Check for even more windows version flags, and note any we do not recognize. | Nick Mathewson |
2005-10-18 | Start dividing log messages into logging domains. No, LD_ is not the best of... | Nick Mathewson |
2005-10-18 | Remove assert in sort-of c-itical path | Nick Mathewson |
2005-10-03 | Reorganize some quick-and-dirty code to find out what openssl stuff is leakin... | Nick Mathewson |
2005-09-30 | even better function start checks; give dmalloc a chance of working. | Nick Mathewson |
2005-09-30 | Reformat inconsistent function declarations. | Nick Mathewson |
2005-09-29 | Add a bunch more warnings to out warning suite; resolve them; pack structs a ... | Nick Mathewson |
2005-09-13 | Two new functions like write_bytes_to_file: one takes a list of byte-and-len ... | Nick Mathewson |
2005-09-10 | Fix segfault in win32 unittests. | Nick Mathewson |
2005-09-09 | Add missing arg to windows tor_listdir() | Nick Mathewson |
2005-09-09 | Implement tor_listdir on windows. Untested. | Nick Mathewson |
2005-09-08 | add strupper function | Nick Mathewson |
2005-09-03 | Add directory listing functions to util.[ch]. Watch the features creep! | Nick Mathewson |
2005-08-26 | put quotes around user-supplied strings so they are more likely to | Roger Dingledine |
2005-08-26 | add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa() | Roger Dingledine |
2005-08-12 | Make GCC very happy, even with lots of warnings set. Also, try to fix some re... | Nick Mathewson |