aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2003-03-19Correct defeatest attitude in crypto_new_cipher_envNick Mathewson
2003-03-19Add a missing long cast to log.c for portabilityNick Mathewson
2003-03-19Refactor block ciphers; add 3desNick Mathewson
2002-11-25removing more unused filesRoger Dingledine
2002-11-24added milliseconds to log linesRoger Dingledine
2002-11-23remove popt dependency, consolidate config stuffRoger Dingledine
2002-10-02Add convenience functions to wrap create and init for symmetric ciphers; clea...Nick Mathewson
2002-09-27don't leak memory on pk opsRoger Dingledine
2002-09-24laying the groundwork for dynamic router listsRoger Dingledine
2002-09-19synchronize to the version i've been giving people to testRoger Dingledine
2002-09-05slight optimization on rsa exponentRoger Dingledine
2002-09-04the logs now include a timestamp and severityRoger Dingledine
2002-09-03Backport to OpenSSL version 0.9.5Nick Mathewson
2002-09-03Port to MacOS XNick Mathewson
2002-09-03Add function to fake a poll call using selectNick Mathewson
2002-08-22Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar
2002-07-25Added the crypto abstraction to libor. Need to test and change the code to us...Matej Pjafjar
2002-07-24Beginnings of a crypto abstraction layer.Matej Pjafjar
2002-07-19Folded cell.? into src/orRoger Dingledine
2002-07-18changes to support sendme cellsRoger Dingledine
2002-07-15bug-fix. poptReadDefaultOptions() should find and load ~/.<cmd>rc files now.Bruce Montrose
2002-07-12removed loglevel from global namespace. severity level is set using log() wit...Bruce Montrose
2002-07-10Bugfix - the list of valid characters in a filename didn't include an n .Matej Pjafjar
2002-07-09Miscellaneous bug fixes / activated "make check" for src/orBruce Montrose
2002-07-03Added getoptions() and made minor adjustment to poptReadDefaultOptions()Bruce Montrose
2002-07-02removed onion.c and onion.h from common/Roger Dingledine
2002-06-29First cut at cleaning out a lot of the extra stuff.Roger Dingledine
2002-06-28moved configure.ac to configure.in, should work with older autoconfs and auto...Felipe Bergo
2002-06-28added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...Felipe Bergo
2002-06-28Added poptReadOptions() and poptReadDefaultOptions()Bruce Montrose
2002-06-26Initial revisionRoger Dingledine