aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* 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
* Make cvsignores reflect build processNick Mathewson2003-06-21
* Remove false warnings from printf checksNick Mathewson2003-06-21
* fix typos, streamlineRoger Dingledine2003-06-18
* remove obsolete ss.hRoger Dingledine2003-06-18
* Change many files to new log_fn formatNick Mathewson2003-06-17
* Have GCC catch errors in format stringsNick Mathewson2003-06-17
* Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson2003-06-17
* Make log_fn work on apples with no workarounds needed in main codeNick Mathewson2003-06-17