aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* oops, bugfixRoger Dingledine2003-10-10
* change WARNING to WARNRoger Dingledine2003-10-10
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* Clear revents even when no events are received. Also, since everyone gets in...Nick Mathewson2003-10-07
* Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.Nick Mathewson2003-10-07
* do not ask for whom there's an error, it polls for theeRoger Dingledine2003-10-07
* some early bugfixesRoger Dingledine2003-10-07
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* clean some includesRoger Dingledine2003-10-04
* Make testcases run again; more sanity checking to descriptor generation.Nick Mathewson2003-10-01
* Flush after fputsNick Mathewson2003-10-01
* make log use a larger buffer, for easier debuggingRoger Dingledine2003-09-30
* bugfixes and features: closer to making dirserv workRoger Dingledine2003-09-29
* more cleanup and rearrangingRoger Dingledine2003-09-29
* shift read_file_to_str() into util.cRoger Dingledine2003-09-28
* 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