aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Collapse)AuthorAge
* quiet a -l info that should be -l debugRoger Dingledine2004-04-15
| | | | svn:r1634
* Fix two dumb leaks in crypto.cNick Mathewson2004-04-12
| | | | svn:r1592
* Fix base32 implementation; make base32 implementation follow standard; add ↵Nick Mathewson2004-04-08
| | | | | | more tests for base32 svn:r1574
* Force tor_malloc(0) to always be saneNick Mathewson2004-04-08
| | | | svn:r1558
* allow 90 minutes of clock skew, not 30Roger Dingledine2004-04-08
| | | | svn:r1544
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson2004-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 codeNick Mathewson2004-04-07
| | | | svn:r1522
* Put ourself in router list; act accordingly.Nick Mathewson2004-04-07
| | | | svn:r1521
* Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson2004-04-06
| | | | svn:r1513
* router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson2004-04-06
| | | | svn:r1510
* Force hybrid encryption on for key negotiationNick Mathewson2004-04-06
| | | | svn:r1509
* Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson2004-04-06
| | | | svn:r1504
* Remove the last tab in non-contributed codeNick Mathewson2004-04-06
| | | | svn:r1503
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
| | | | svn:r1502
* add more constantsNick Mathewson2004-04-05
| | | | svn:r1488
* use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson2004-04-05
| | | | svn:r1481
* i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.Nick Mathewson2004-04-05
| | | | svn:r1478
* Make it build on linuxNick Mathewson2004-04-03
| | | | svn:r1468
* Make "common" no longer depend on or.hNick Mathewson2004-04-03
| | | | svn:r1466
* Handle rendezvous relay cellsNick Mathewson2004-04-03
| | | | svn:r1464
* Loops work better when they terminate. Non-terminating loops are easierNick Mathewson2004-04-03
| | | | | | | to diagnose when they don't trash the stack. svn:r1460
* Build without warnings against openssl 0.9.6Nick Mathewson2004-04-03
| | | | svn:r1459
* Refactor the heck out of crypto interface: admit that we will stick with one ↵Nick Mathewson2004-04-03
| | | | | | ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458
* Hide smartlist internalsNick Mathewson2004-04-03
| | | | svn:r1451
* refactor; start adding debugging logs to midpoint rend stuffNick Mathewson2004-04-02
| | | | svn:r1445
* Implement rennd_services_initNick Mathewson2004-04-02
| | | | svn:r1443
* Add new functions to wrap digest and sign/checksig.Nick Mathewson2004-04-01
| | | | svn:r1436
* Separate "generate-DH-key" from "get-DH-key" without breaking old interfaceNick Mathewson2004-04-01
| | | | svn:r1431
* Add helpful hybrid encryption functionsNick Mathewson2004-04-01
| | | | svn:r1423
* make changes that ben laurie suggestedRoger Dingledine2004-03-31
| | | | | | | (ben, was this what you had in mind?) svn:r1415
* Implement hidserv_XX functions; there is still an XXX in ↵Nick Mathewson2004-03-31
| | | | | | directory_handle_command svn:r1404
* Parse and generate service descriptorsNick Mathewson2004-03-31
| | | | svn:r1403
* Make smartlist Do What Arma Expects.Nick Mathewson2004-03-30
| | | | svn:r1401
* Resolve type-punning warningsNick Mathewson2004-03-30
| | | | svn:r1399
* Jump through a hoop, suppress a warningNick Mathewson2004-03-30
| | | | svn:r1398
* Remove maximum-size field from smartlistsNick Mathewson2004-03-30
| | | | svn:r1397
* Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson2004-03-30
| | | | svn:r1395
* Make smartlists start small and grow as needed.Nick Mathewson2004-03-30
| | | | svn:r1394
* add in a 'notice' log levelRoger Dingledine2004-03-30
| | | | svn:r1383
* Add an autoconf test for whether unaligned int access is permitted.Nick Mathewson2004-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 Mathewson2004-03-21
| | | | svn:r1326
* make uname() more likely to work on solarisRoger Dingledine2004-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 Mathewson2004-03-20
| | | | | | or tested yet. svn:r1310
* Use strmap code for client DNS.Nick Mathewson2004-03-20
| | | | svn:r1309
* Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson2004-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 Dingledine2004-03-19
| | | | svn:r1305
* isspace and friends take an int. solaris cares.Roger Dingledine2004-03-19
| | | | svn:r1303
* ship strlcat and strlcpy with the tarball, but don't compile themRoger Dingledine2004-03-19
| | | | svn:r1297
* define INADDR_NONE so we compile on solarisRoger Dingledine2004-03-18
| | | | svn:r1295
* Include strlcpy and strlcat where not available, so our string ops can be ↵Nick Mathewson2004-03-17
| | | | | | less error-prone. svn:r1289