| Commit message (Expand) | Author | Age |
* | make fetch_from_buf_http malloc its strings rather | Roger Dingledine | 2003-12-17 |
* | betcha didn't know strncpy could leave an unterminated string | Roger Dingledine | 2003-12-17 |
* | end-to-end integrity checking now works | Roger Dingledine | 2003-12-17 |
* | document an openssl gotcha | Roger Dingledine | 2003-12-17 |
* | infrastructure for integrity-checks in relay cells | Roger Dingledine | 2003-12-16 |
* | resolve an edge case in get_unique_circ_id_by_conn | Roger Dingledine | 2003-12-16 |
* | move cell size to 512 bytes | Roger Dingledine | 2003-12-16 |
* | add H(K|1) to the onionskin reply | Roger Dingledine | 2003-12-16 |
* | change crypto_digest_new_env to crypto_new_digest_env | Roger Dingledine | 2003-12-16 |
* | rename digest_copy to digest_dup, make it return, make gcc happier | Roger Dingledine | 2003-12-16 |
* | Resolve format warnings on MacOS X 10.3 | Nick Mathewson | 2003-12-16 |
* | Add more fine-grained SHA1 functionality. | Nick Mathewson | 2003-12-16 |
* | Make compile warning-free on cygwin | Nick Mathewson | 2003-12-15 |
* | make --debuglogfile (or any second log file) work | Roger Dingledine | 2003-12-14 |
* | start tracking the 'It appears I've already sent the end' warning | Roger Dingledine | 2003-12-14 |
* | oops, i broke buffers. fixed. | Roger Dingledine | 2003-12-14 |
* | document aborted attempt to merge client dns cache with server dns cache | Roger Dingledine | 2003-12-14 |
* | change dns notation from question/answer to address/addr | Roger Dingledine | 2003-12-14 |
* | start to track the 'unexpected relay cell' warning | Roger Dingledine | 2003-12-14 |
* | on hup, close and rebind listener ports too (in case their config has changed) | Roger Dingledine | 2003-12-14 |
* | clean up some file-scope-global directory variables | Roger Dingledine | 2003-12-14 |
* | add options.ExcludedNodes -- nodes that are never picked in path building | Roger Dingledine | 2003-12-14 |
* | make it compile | Roger Dingledine | 2003-12-14 |
* | extend smartlist with _remove() and _subtract() | Roger Dingledine | 2003-12-14 |
* | warn if you're running tor as root | Roger Dingledine | 2003-12-14 |
* | on HUP, retry OR connections, and stop clobbering the dirserver's routerlist | Roger Dingledine | 2003-12-14 |
* | more friendly warning when there are too many dns workers | Roger Dingledine | 2003-12-14 |
* | more friendly warning when a connection buffer overflows | Roger Dingledine | 2003-12-14 |
* | slightly different default default exit policy. | Roger Dingledine | 2003-12-14 |
* | reject 0.0.0.0/8,reject 169.254.0.0/16 | Roger Dingledine | 2003-12-14 |
* | more general cleanup | Roger Dingledine | 2003-12-14 |
* | remove obsolete code | Roger Dingledine | 2003-12-14 |
* | Accept 1.2.3.4/x as a synonym for 1.2.3.4/x:* . | Nick Mathewson | 2003-12-14 |
* | make options.ExitNodes work | Roger Dingledine | 2003-12-13 |
* | extend smartlist with a few smarter operations | Roger Dingledine | 2003-12-13 |
* | clean up some copyrights | Roger Dingledine | 2003-12-13 |
* | bughunt: start tracking the bug mutiny found | Roger Dingledine | 2003-12-13 |
* | bugfix: a circuit that immediately failed still counts as a failed circuit | Roger Dingledine | 2003-12-13 |
* | revamp circuit node selection to use smartlists: | Roger Dingledine | 2003-12-13 |
* | minor tweaks to the smartlist operations | Roger Dingledine | 2003-12-13 |
* | Make default exit policy reject 127.*:* | Nick Mathewson | 2003-12-13 |
* | reasonably permissive exit policy if you don't set one | Roger Dingledine | 2003-12-13 |
* | put the default exit policy in place | 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-13 |
* | add a 'smartlist' building block that picks random elements from a list | Roger Dingledine | 2003-12-13 |
* | if >=2 circs are being built that handle a given stream, | Roger Dingledine | 2003-12-12 |
* | make the license explicit on fakepoll.[ch] | Roger Dingledine | 2003-12-09 |
* | Document parsing functions in routerlist.c, and separate parsing from non-par... | Nick Mathewson | 2003-12-09 |
* | close the circuit when we get a truncated cell | Roger Dingledine | 2003-12-09 |