summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2003-10-18we've been stomping on memory while reading configRoger Dingledine
2003-10-18rewrite close_logs so it could possibly workRoger Dingledine
2003-10-15Log TLS errors even harderNick Mathewson
2003-10-15Add more logging on some ssl errors.Nick Mathewson
2003-10-15clean up logging, allow user to specify log filesRoger Dingledine
2003-10-15Build without warnings on OS X.Nick Mathewson
2003-10-15Make add_file_log return 0 on success.Nick Mathewson
2003-10-14Add tor_realloc to mirror tor_mallocNick Mathewson
2003-10-10oops, bugfixRoger Dingledine
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-07Clear revents even when no events are received. Also, since everyone gets in...Nick Mathewson
2003-10-07Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.Nick Mathewson
2003-10-07do not ask for whom there's an error, it polls for theeRoger Dingledine
2003-10-07some early bugfixesRoger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-04clean some includesRoger Dingledine
2003-10-01Make testcases run again; more sanity checking to descriptor generation.Nick Mathewson
2003-10-01Flush after fputsNick Mathewson
2003-09-30make log use a larger buffer, for easier debuggingRoger Dingledine
2003-09-29bugfixes and features: closer to making dirserv workRoger Dingledine
2003-09-29more cleanup and rearrangingRoger Dingledine
2003-09-28shift read_file_to_str() into util.cRoger Dingledine
2003-09-27Add function to wrap SSL_pendingNick Mathewson
2003-09-26finish enforcing the log conventionRoger Dingledine
2003-09-26make writing descs workRoger Dingledine
2003-09-26Add code to parse fingerprint files and compare routers against fingerprint f...Nick Mathewson
2003-09-26Bugfixes in crypto_pk_write_private_key_to_filenameNick Mathewson
2003-09-26Refactor common file code into util.c; add published to descriptorsNick Mathewson
2003-09-25various bugfixes and updatesRoger Dingledine
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-19fix a segfault on truncated log linesRoger Dingledine
2003-09-16More fine-grained logging messages on ZeroReturn/Syscall error casesNick Mathewson
2003-09-16Add backend support for multiple logfiles, including console logs.Nick Mathewson
2003-09-15Cipher lists need to be colon separated. Also make initialization more bulle...Nick Mathewson
2003-09-15Fix TLS error loggingNick Mathewson
2003-09-15Log protocol errorsNick Mathewson
2003-09-14fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine
2003-09-11Fix bugs in certificate generation and SSL context creation. Both seem to wo...Nick Mathewson
2003-09-11Non-debugging messages are nice to log tooNick Mathewson
2003-09-11Resolve XXXXs in tortls.cNick Mathewson
2003-09-11Simplify some code paths in TLS; cut down on memory leaks; useNick Mathewson
2003-09-11fix typo that's been bugging meRoger Dingledine
2003-09-10Add certificate verification functionsNick Mathewson
2003-09-10Make crypto structures private to crypto.cNick Mathewson
2003-09-10Add prototypes for functions to check whether the peer certificate isNick Mathewson
2003-09-08another wishlist function for the tls interfaceRoger Dingledine
2003-09-08hide the global tls context inside tortls.cRoger Dingledine
2003-09-05move variable declarations to top of functionRoger Dingledine
2003-09-04Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson