aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Add function to wrap SSL_pendingNick Mathewson2003-09-27
* finish enforcing the log conventionRoger Dingledine2003-09-26
* make writing descs workRoger Dingledine2003-09-26
* Add code to parse fingerprint files and compare routers against fingerprint f...Nick Mathewson2003-09-26
* Bugfixes in crypto_pk_write_private_key_to_filenameNick Mathewson2003-09-26
* Refactor common file code into util.c; add published to descriptorsNick Mathewson2003-09-26
* various bugfixes and updatesRoger Dingledine2003-09-25
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* fix a segfault on truncated log linesRoger Dingledine2003-09-19
* More fine-grained logging messages on ZeroReturn/Syscall error casesNick Mathewson2003-09-16
* Add backend support for multiple logfiles, including console logs.Nick Mathewson2003-09-16
* Cipher lists need to be colon separated. Also make initialization more bulle...Nick Mathewson2003-09-15
* Fix TLS error loggingNick Mathewson2003-09-15
* Log protocol errorsNick Mathewson2003-09-15
* fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine2003-09-14
* Fix bugs in certificate generation and SSL context creation. Both seem to wo...Nick Mathewson2003-09-11
* Non-debugging messages are nice to log tooNick Mathewson2003-09-11
* Resolve XXXXs in tortls.cNick Mathewson2003-09-11
* Simplify some code paths in TLS; cut down on memory leaks; useNick Mathewson2003-09-11
* fix typo that's been bugging meRoger Dingledine2003-09-11
* Add certificate verification functionsNick Mathewson2003-09-10
* Make crypto structures private to crypto.cNick Mathewson2003-09-10
* Add prototypes for functions to check whether the peer certificate isNick Mathewson2003-09-10
* another wishlist function for the tls interfaceRoger Dingledine2003-09-08
* hide the global tls context inside tortls.cRoger Dingledine2003-09-08
* move variable declarations to top of functionRoger Dingledine2003-09-05
* Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson2003-09-04
* fix formatting in crypto.c for my sanityRoger Dingledine2003-08-25
* implemented cpuworkersRoger Dingledine2003-08-20
* include torint.h in 'make dist'Roger Dingledine2003-08-14
* Tor now builds on win32.Nick Mathewson2003-08-14
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* Make windows happier stillNick Mathewson2003-08-12
* Stop trying to #include the world in util.cNick Mathewson2003-08-12
* Adopt socketpair implementation from perl. For now, always use it.Nick Mathewson2003-08-12
* Add abstraction for fork vs thread.Nick Mathewson2003-08-12
* Dont use explicit paths for orconfig.h -- it messes up the windows buildNick Mathewson2003-08-12
* Reorder includes so that fakepoll.c gets built when it shouldNick Mathewson2003-08-12
* unbork windows line endingsNick Mathewson2003-08-12
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* Work on systems with broken AC_CHECK_TYPENick Mathewson2003-08-11
* Who would have thought that some systems define intfoo_t, but not uintfoo_t? ...Nick Mathewson2003-08-11
* Cope better on platforms that define some of intFOO_t in sys/types.h or elsew...Nick Mathewson2003-08-11
* autoconf around missing stdint.hNick Mathewson2003-08-11
* Be smarter about getting key matter from DH.Nick Mathewson2003-07-30
* Add AES counter-mode support to the crypt libraryNick Mathewson2003-06-30
* Add a the public-domain AES implementation, with a minimal counter-mode wrapper.Nick Mathewson2003-06-30
* clean up sev_to_string hack in log.cRoger Dingledine2003-06-25
* clean up a broken comment in crypto.cRoger Dingledine2003-06-24
* correct log()'s commentRoger Dingledine2003-06-24