summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2004-02-28bugfix: stop trying to write to a stderr that may not be thereRoger Dingledine
2004-02-20On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...Nick Mathewson
2004-02-18patch from vicman to publish less platform informationRoger Dingledine
2004-02-18we define some big constant arrays but don't use themRoger Dingledine
2004-01-20fix typoRoger Dingledine
2004-01-13Note discrepency between N bytes transmitted over TLS and actual bandwidth us...Nick Mathewson
2004-01-03Integrate new daemon code, adapted from submission by christian grothoffNick Mathewson
2003-12-23add crypto_cipher_rewind to reverse crypto_cipher_advanceRoger Dingledine
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-12-17document an openssl gotchaRoger Dingledine
2003-12-16change crypto_digest_new_env to crypto_new_digest_envRoger Dingledine
2003-12-16rename digest_copy to digest_dup, make it return, make gcc happierRoger Dingledine
2003-12-16Add more fine-grained SHA1 functionality.Nick Mathewson
2003-12-15Make compile warning-free on cygwinNick Mathewson
2003-12-14make --debuglogfile (or any second log file) workRoger Dingledine
2003-12-14make it compileRoger Dingledine
2003-12-14extend smartlist with _remove() and _subtract()Roger Dingledine
2003-12-14remove obsolete codeRoger Dingledine
2003-12-13extend smartlist with a few smarter operationsRoger Dingledine
2003-12-13clean up some copyrightsRoger Dingledine
2003-12-13minor tweaks to the smartlist operationsRoger Dingledine
2003-12-13add a 'smartlist' building block that picks random elements from a listRoger Dingledine
2003-12-09make the license explicit on fakepoll.[ch]Roger Dingledine
2003-12-08Make router/directory parsing nondestructive and more const-friendlyNick Mathewson
2003-12-03assert that nobody asks for a random number between 0 and -1Roger Dingledine
2003-11-21Fix incorrect error messageNick Mathewson
2003-11-19Check that we can write to the logfile and log a warning to stderr if we can'tPeter Palfrader
2003-11-18add a tor_malloc_zero wrapper: tor_malloc and memset 0Roger Dingledine
2003-11-18Stop leaking X509 certs; those things are _nasty_ on the carpetNick Mathewson
2003-11-13fix trivial typoRoger Dingledine
2003-11-12break out the string manipulation routinesRoger Dingledine
2003-11-12Remove minor biasing problem from crypto_pseudo_rand_intNick Mathewson
2003-11-12Make crypto_pseudo_rand* never fail.Nick Mathewson
2003-11-11fix a bug in handling clock skewRoger Dingledine
2003-11-10Check in a working cross-platform timegmNick Mathewson
2003-10-27bugfix for win32 with lots of usersRoger Dingledine
2003-10-23Use daemon(3) function where available.Nick Mathewson
2003-10-23resolve warningNick Mathewson
2003-10-23Two-pronged attack at my overzealous skew fixes.Nick Mathewson
2003-10-22switch_id() no longer tries to log the user name when it's calld onSteven Hazel
2003-10-22Clock skew fixes.Nick Mathewson
2003-10-22- fixed a bug in the id switching code -- setgid has to happen beforeSteven Hazel
2003-10-21introduce new tor_free() macroRoger Dingledine
2003-10-20include our own timegm() impl, since it's not portableRoger Dingledine
2003-10-19warn, not errRoger Dingledine
2003-10-19Code to get nicknames from peer certsNick Mathewson
2003-10-19let tls tolerate reallocing the bufRoger Dingledine
2003-10-18first steps toward a WANTWRITE SSL_write tls bug fixRoger Dingledine
2003-10-18start to track down the 'peer has invalid cert' bugRoger Dingledine
2003-10-18we've been stomping on memory while reading configRoger Dingledine