aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
...
* 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
* teach us to recognize internal IPsRoger Dingledine2004-03-14
* crash when our logs go badRoger Dingledine2004-03-14
* more pesky tabsRoger Dingledine2004-03-12
* Make all the other read/writes into recv/sends, except when they shouldn't be.Nick Mathewson2004-03-11
* Make OP work on windows! (Also misc logging tweaks)Nick Mathewson2004-03-11
* Get entropy in windows.Nick Mathewson2004-03-11
* Some stuff *should* be signedNick Mathewson2004-03-10
* Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson2004-03-09
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09