Age | Commit message (Expand) | Author |
2004-05-05 | Use intptr_t when playing with void*s | Nick Mathewson |
2004-05-05 | Fix compilation warnings on 64-bit platforms | Nick Mathewson |
2004-05-02 | patches on patches | Roger Dingledine |
2004-05-01 | Documenmt buffers.c; remove function that nobody ever calls. | Nick Mathewson |
2004-05-01 | Handle windows socket errors correctly; comment most of common. | Nick Mathewson |
2004-04-28 | Remove IVs from cipher code, since AES-ctr has none. | Nick Mathewson |
2004-04-26 | Refactor crypto error handling to be more like TLS error handling: | Nick Mathewson |
2004-04-25 | use tor_assert | Roger Dingledine |
2004-04-24 | Merge flagday into main branch. | Nick Mathewson |
2004-04-14 | Never ever leave ri.platform unset. | Nick Mathewson |
2004-04-08 | remove a stray printf | Nick Mathewson |
2004-04-08 | Fix base32 implementation; make base32 implementation follow standard; add mo... | Nick Mathewson |
2004-04-08 | Fix unit tests (now that platform code works differently) | Nick Mathewson |
2004-04-07 | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson |
2004-04-07 | Put ourself in router list; act accordingly. | Nick Mathewson |
2004-04-06 | Force hybrid encryption on for key negotiation | Nick Mathewson |
2004-04-03 | Refactor the heck out of crypto interface: admit that we will stick with one ... | Nick Mathewson |
2004-04-03 | alice can intercept y.onion requests, do a lookup on them via tor, | Roger Dingledine |
2004-04-01 | Add new functions to wrap digest and sign/checksig. | Nick Mathewson |
2004-04-01 | Add helpful hybrid encryption functions | Nick Mathewson |
2004-03-31 | Parse and generate service descriptors | Nick Mathewson |
2004-03-30 | Add more key manipulation functions, and base32 functions, to crypto | Nick Mathewson |
2004-03-29 | clean up a few more bugs | 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-20 | Use strmap code for client DNS. | Nick Mathewson |
2004-03-19 | Add some wrappers around SPLAY_* for the common map-from-string-to-X case. | Nick Mathewson |
2004-03-15 | make directory format tests quiet again | Roger Dingledine |
2004-03-05 | New, more flexible directory parsing backend. Uses a bit more RAM, but implem... | Nick Mathewson |
2004-03-01 | make 'make test' exit(1) if a test fails. | Nick Mathewson |
2004-02-29 | disable buffer tests, until we rewrite them (one of them fails) | Roger Dingledine |
2004-01-11 | oh, and make it compile | Roger Dingledine |
2003-12-17 | remove trailing whitespace | Roger Dingledine |
2003-12-16 | add H(K|1) to the onionskin reply | Roger Dingledine |
2003-12-14 | make --debuglogfile (or any second log file) work | Roger Dingledine |
2003-12-13 | clean up some copyrights | 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-08 | Make router/directory parsing nondestructive and more const-friendly | Nick Mathewson |
2003-12-05 | terminology shift: | Roger Dingledine |
2003-11-14 | Improved exit policy syntax; basic client-side DNS caching. | Nick Mathewson |
2003-11-13 | let getconfig survive repeated calls. now we call it again when we hup. | Roger Dingledine |
2003-11-12 | lay groundwork for EntryNodes and ExitNodes | Roger Dingledine |
2003-11-10 | client now survives going offline better | Roger Dingledine |
2003-11-10 | Check in a working cross-platform timegm | Nick Mathewson |
2003-10-21 | move closer to being able to reload config on HUP | Roger Dingledine |
2003-10-21 | send the end cell when we realize we're going to end, | Roger Dingledine |
2003-10-14 | Make buffers grow and shrink as needed. | Nick Mathewson |
2003-10-10 | change WARNING to WARN | Roger Dingledine |
2003-10-08 | Update LICENSE and copyright dates. | Nick Mathewson |