aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* don't leak memory on pk opsRoger Dingledine2002-09-27
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
* synchronize to the version i've been giving people to testRoger Dingledine2002-09-19
* slight optimization on rsa exponentRoger Dingledine2002-09-05
* the logs now include a timestamp and severityRoger Dingledine2002-09-04
* Backport to OpenSSL version 0.9.5Nick Mathewson2002-09-03
* Port to MacOS XNick Mathewson2002-09-03
* Add function to fake a poll call using selectNick Mathewson2002-09-03
* Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar2002-08-22
* Added the crypto abstraction to libor. Need to test and change the code to us...Matej Pjafjar2002-07-25
* Beginnings of a crypto abstraction layer.Matej Pjafjar2002-07-24
* Folded cell.? into src/orRoger Dingledine2002-07-19
* changes to support sendme cellsRoger Dingledine2002-07-18
* bug-fix. poptReadDefaultOptions() should find and load ~/.<cmd>rc files now.Bruce Montrose2002-07-15
* removed loglevel from global namespace. severity level is set using log() wit...Bruce Montrose2002-07-12
* Bugfix - the list of valid characters in a filename didn't include an n .Matej Pjafjar2002-07-10
* Miscellaneous bug fixes / activated "make check" for src/orBruce Montrose2002-07-09
* Added getoptions() and made minor adjustment to poptReadDefaultOptions()Bruce Montrose2002-07-03
* removed onion.c and onion.h from common/Roger Dingledine2002-07-02
* First cut at cleaning out a lot of the extra stuff.Roger Dingledine2002-06-29
* moved configure.ac to configure.in, should work with older autoconfs and auto...Felipe Bergo2002-06-28
* added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...Felipe Bergo2002-06-28
* Added poptReadOptions() and poptReadDefaultOptions()Bruce Montrose2002-06-28
* Initial revisionRoger Dingledine2002-06-26