Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | quiet a -l info that should be -l debug | Roger Dingledine | 2004-04-15 |
| | | | | svn:r1634 | ||
* | Fix two dumb leaks in crypto.c | Nick Mathewson | 2004-04-12 |
| | | | | svn:r1592 | ||
* | Fix base32 implementation; make base32 implementation follow standard; add ↵ | Nick Mathewson | 2004-04-08 |
| | | | | | | more tests for base32 svn:r1574 | ||
* | Force tor_malloc(0) to always be sane | Nick Mathewson | 2004-04-08 |
| | | | | svn:r1558 | ||
* | allow 90 minutes of clock skew, not 30 | Roger Dingledine | 2004-04-08 |
| | | | | svn:r1544 | ||
* | Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need | Nick Mathewson | 2004-04-07 |
| | | | | | | | to worry about 0.0.4 or earlier, because nobody is running them any more.) svn:r1533 | ||
* | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson | 2004-04-07 |
| | | | | svn:r1522 | ||
* | Put ourself in router list; act accordingly. | Nick Mathewson | 2004-04-07 |
| | | | | svn:r1521 | ||
* | Set correct address and port mappings on outgoing rendezvous connections | Nick Mathewson | 2004-04-06 |
| | | | | svn:r1513 | ||
* | router_choose_random_node wants a smartlist of routers, not of nicknames. | Nick Mathewson | 2004-04-06 |
| | | | | svn:r1510 | ||
* | Force hybrid encryption on for key negotiation | Nick Mathewson | 2004-04-06 |
| | | | | svn:r1509 | ||
* | Continue attack on magic numbers; use new crypto wrappers where possible | Nick Mathewson | 2004-04-06 |
| | | | | svn:r1504 | ||
* | Remove the last tab in non-contributed code | Nick Mathewson | 2004-04-06 |
| | | | | svn:r1503 | ||
* | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson | 2004-04-06 |
| | | | | svn:r1502 | ||
* | add more constants | Nick Mathewson | 2004-04-05 |
| | | | | svn:r1488 | ||
* | use the right variable when comparing hashes; maybe fix "Hash of session" bug | Nick Mathewson | 2004-04-05 |
| | | | | svn:r1481 | ||
* | i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string. | Nick Mathewson | 2004-04-05 |
| | | | | svn:r1478 | ||
* | Make it build on linux | Nick Mathewson | 2004-04-03 |
| | | | | svn:r1468 | ||
* | Make "common" no longer depend on or.h | Nick Mathewson | 2004-04-03 |
| | | | | svn:r1466 | ||
* | Handle rendezvous relay cells | Nick Mathewson | 2004-04-03 |
| | | | | svn:r1464 | ||
* | Loops work better when they terminate. Non-terminating loops are easier | Nick Mathewson | 2004-04-03 |
| | | | | | | | to diagnose when they don't trash the stack. svn:r1460 | ||
* | Build without warnings against openssl 0.9.6 | Nick Mathewson | 2004-04-03 |
| | | | | svn:r1459 | ||
* | Refactor the heck out of crypto interface: admit that we will stick with one ↵ | Nick Mathewson | 2004-04-03 |
| | | | | | | ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458 | ||
* | Hide smartlist internals | Nick Mathewson | 2004-04-03 |
| | | | | svn:r1451 | ||
* | refactor; start adding debugging logs to midpoint rend stuff | Nick Mathewson | 2004-04-02 |
| | | | | svn:r1445 | ||
* | Implement rennd_services_init | Nick Mathewson | 2004-04-02 |
| | | | | svn:r1443 | ||
* | Add new functions to wrap digest and sign/checksig. | Nick Mathewson | 2004-04-01 |
| | | | | svn:r1436 | ||
* | Separate "generate-DH-key" from "get-DH-key" without breaking old interface | Nick Mathewson | 2004-04-01 |
| | | | | svn:r1431 | ||
* | Add helpful hybrid encryption functions | Nick Mathewson | 2004-04-01 |
| | | | | svn:r1423 | ||
* | make changes that ben laurie suggested | Roger Dingledine | 2004-03-31 |
| | | | | | | | (ben, was this what you had in mind?) svn:r1415 | ||
* | Implement hidserv_XX functions; there is still an XXX in ↵ | Nick Mathewson | 2004-03-31 |
| | | | | | | directory_handle_command svn:r1404 | ||
* | Parse and generate service descriptors | Nick Mathewson | 2004-03-31 |
| | | | | svn:r1403 | ||
* | Make smartlist Do What Arma Expects. | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1401 | ||
* | Resolve type-punning warnings | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1399 | ||
* | Jump through a hoop, suppress a warning | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1398 | ||
* | Remove maximum-size field from smartlists | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1397 | ||
* | Add more key manipulation functions, and base32 functions, to crypto | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1395 | ||
* | Make smartlists start small and grow as needed. | Nick Mathewson | 2004-03-30 |
| | | | | svn:r1394 | ||
* | add in a 'notice' log level | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1383 | ||
* | Add an autoconf test for whether unaligned int access is permitted. | Nick Mathewson | 2004-03-21 |
| | | | | | | | | It works on macos, and works correctly when I twiddle the test code to generate a spurious segfault. Will it work anywhere else? svn:r1329 | ||
* | Add macros and functions to wrap memcpy/alignment logic. | Nick Mathewson | 2004-03-21 |
| | | | | svn:r1326 | ||
* | make uname() more likely to work on solaris | Roger Dingledine | 2004-03-20 |
| | | | | | | | (linux says 0 is success, solaris says 1 is success) svn:r1322 | ||
* | Add initial history-tracking backend code for reputation module. Not called ↵ | Nick Mathewson | 2004-03-20 |
| | | | | | | or tested yet. svn:r1310 | ||
* | Use strmap code for client DNS. | Nick Mathewson | 2004-03-20 |
| | | | | svn:r1309 | ||
* | Add some wrappers around SPLAY_* for the common map-from-string-to-X case. | Nick Mathewson | 2004-03-19 |
| | | | | | | | | It will probably be less blindingly fast than using SPLAY_* directly, but only slightly so. svn:r1306 | ||
* | getpid returns a pid_t. we all know that's an int. but solaris doesn't know. | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1305 | ||
* | isspace and friends take an int. solaris cares. | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1303 | ||
* | ship strlcat and strlcpy with the tarball, but don't compile them | Roger Dingledine | 2004-03-19 |
| | | | | svn:r1297 | ||
* | define INADDR_NONE so we compile on solaris | Roger Dingledine | 2004-03-18 |
| | | | | svn:r1295 | ||
* | Include strlcpy and strlcat where not available, so our string ops can be ↵ | Nick Mathewson | 2004-03-17 |
| | | | | | | less error-prone. svn:r1289 |