aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Fix two dumb leaks in crypto.cNick Mathewson2004-04-12
* Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson2004-04-08
* Force tor_malloc(0) to always be saneNick Mathewson2004-04-08
* allow 90 minutes of clock skew, not 30Roger Dingledine2004-04-08
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson2004-04-07
* Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson2004-04-07
* Put ourself in router list; act accordingly.Nick Mathewson2004-04-07
* Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson2004-04-06
* router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson2004-04-06
* Force hybrid encryption on for key negotiationNick Mathewson2004-04-06
* Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson2004-04-06
* Remove the last tab in non-contributed codeNick Mathewson2004-04-06
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* add more constantsNick Mathewson2004-04-05
* use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson2004-04-05
* i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.Nick Mathewson2004-04-05
* Make it build on linuxNick Mathewson2004-04-03
* Make "common" no longer depend on or.hNick Mathewson2004-04-03
* Handle rendezvous relay cellsNick Mathewson2004-04-03
* Loops work better when they terminate. Non-terminating loops are easierNick Mathewson2004-04-03
* Build without warnings against openssl 0.9.6Nick Mathewson2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* Hide smartlist internalsNick Mathewson2004-04-03
* refactor; start adding debugging logs to midpoint rend stuffNick Mathewson2004-04-02
* Implement rennd_services_initNick Mathewson2004-04-02
* Add new functions to wrap digest and sign/checksig.Nick Mathewson2004-04-01
* Separate "generate-DH-key" from "get-DH-key" without breaking old interfaceNick Mathewson2004-04-01
* Add helpful hybrid encryption functionsNick Mathewson2004-04-01
* make changes that ben laurie suggestedRoger Dingledine2004-03-31
* Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson2004-03-31
* Parse and generate service descriptorsNick Mathewson2004-03-31
* Make smartlist Do What Arma Expects.Nick Mathewson2004-03-30
* Resolve type-punning warningsNick Mathewson2004-03-30
* Jump through a hoop, suppress a warningNick Mathewson2004-03-30
* Remove maximum-size field from smartlistsNick Mathewson2004-03-30
* Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson2004-03-30
* Make smartlists start small and grow as needed.Nick Mathewson2004-03-30
* add in a 'notice' log levelRoger Dingledine2004-03-30
* Add an autoconf test for whether unaligned int access is permitted.Nick Mathewson2004-03-21
* Add macros and functions to wrap memcpy/alignment logic.Nick Mathewson2004-03-21
* make uname() more likely to work on solarisRoger Dingledine2004-03-20
* Add initial history-tracking backend code for reputation module. Not called o...Nick Mathewson2004-03-20
* Use strmap code for client DNS.Nick Mathewson2004-03-20
* Add some wrappers around SPLAY_* for the common map-from-string-to-X case.Nick Mathewson2004-03-19
* getpid returns a pid_t. we all know that's an int. but solaris doesn't know.Roger Dingledine2004-03-19
* isspace and friends take an int. solaris cares.Roger Dingledine2004-03-19
* ship strlcat and strlcpy with the tarball, but don't compile themRoger Dingledine2004-03-19
* define INADDR_NONE so we compile on solarisRoger Dingledine2004-03-18
* Include strlcpy and strlcat where not available, so our string ops can be les...Nick Mathewson2004-03-17
* fix a byte order bugRoger Dingledine2004-03-15