aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Collapse)AuthorAge
* removing more unused filesRoger Dingledine2002-11-25
| | | | svn:r141
* added milliseconds to log linesRoger Dingledine2002-11-24
| | | | svn:r139
* remove popt dependency, consolidate config stuffRoger Dingledine2002-11-23
| | | | | | | reformat parts of onion.c svn:r136
* Add convenience functions to wrap create and init for symmetric ciphers; ↵Nick Mathewson2002-10-02
| | | | | | clean up error handling in onion.c svn:r131
* don't leak memory on pk opsRoger Dingledine2002-09-27
| | | | svn:r117
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
| | | | | | | | | | | | | | | | revamped the router reading section reference counting for crypto pk env's (so we can dup them) we now read and write pem pk keys from string rather than from FILE*, in anticipation of fetching directories over a socket (so now on startup we slurp in the whole file, then parse it as a string) fixed a bug in the proxy side, where you could get some circuits wedged if they showed up while the connection was being made svn:r110
* synchronize to the version i've been giving people to testRoger Dingledine2002-09-19
| | | | svn:r104
* slight optimization on rsa exponentRoger Dingledine2002-09-05
| | | | | | | use 2**16+1 rather than 2**16 + 2**(-1) svn:r99
* the logs now include a timestamp and severityRoger Dingledine2002-09-04
| | | | | | | the implementation is sort of a kludge..you're welcome to fix it up svn:r94
* Backport to OpenSSL version 0.9.5Nick Mathewson2002-09-03
| | | | svn:r91
* Port to MacOS XNick Mathewson2002-09-03
| | | | svn:r88
* Add function to fake a poll call using selectNick Mathewson2002-09-03
| | | | svn:r87
* Changed crypto calls to go through common/crypto.[hc] instead of calling ↵Matej Pjafjar2002-08-22
| | | | | | OpenSSL directly. svn:r76
* Added the crypto abstraction to libor. Need to test and change the code to ↵Matej Pjafjar2002-07-25
| | | | | | use this instead of OpenSSL. svn:r74
* Beginnings of a crypto abstraction layer.Matej Pjafjar2002-07-24
| | | | svn:r73
* Folded cell.? into src/orRoger Dingledine2002-07-19
| | | | | | | Removed more obsolete files svn:r61
* changes to support sendme cellsRoger Dingledine2002-07-18
| | | | svn:r55
* bug-fix. poptReadDefaultOptions() should find and load ~/.<cmd>rc files now.Bruce Montrose2002-07-15
| | | | svn:r48
* removed loglevel from global namespace. severity level is set using log() ↵Bruce Montrose2002-07-12
| | | | | | with a NULL format argument now. example: log(LOG_ERR,NULL); svn:r44
* Bugfix - the list of valid characters in a filename didn't include an n .Matej Pjafjar2002-07-10
| | | | svn:r33
* Miscellaneous bug fixes / activated "make check" for src/orBruce Montrose2002-07-09
| | | | svn:r31
* Added getoptions() and made minor adjustment to poptReadDefaultOptions()Bruce Montrose2002-07-03
| | | | svn:r25
* removed onion.c and onion.h from common/Roger Dingledine2002-07-02
| | | | | | | they're now in or/onion.c svn:r21
* First cut at cleaning out a lot of the extra stuff.Roger Dingledine2002-06-29
| | | | | | | | | | | | | | | | | | | | The summary here is that I'm requiring all developers to have auto* (aclocal, autoconf, automake) installed on their machine. Since different versions of auto* generate vastly different output, I'm going to leave its output out of the repository. This means that whenever you check out a repository, you need to run auto* to generate a configure file, then run ./configure to get a Makefile, then build. If you don't have auto* and can't get it, let me know (and I'll try to convince you to develop on moria). The benefit here is that while developers have a bit more work to keep things straight, we can build snapshots that will install just about anywhere (once we make configure.in work, that is ;) svn:r12
* moved configure.ac to configure.in, should work with older autoconfs and ↵Felipe Bergo2002-06-28
| | | | | | automakes svn:r11
* added automake/autoconf support. When in doubt, "aclocal && autoconf && ↵Felipe Bergo2002-06-28
| | | | | | autoheader && automake" from the top dir. svn:r10
* Added poptReadOptions() and poptReadDefaultOptions()Bruce Montrose2002-06-28
| | | | svn:r8
* Initial revisionRoger Dingledine2002-06-26
svn:r2