aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* fix a bug in handling clock skewRoger Dingledine2003-11-11
* Check in a working cross-platform timegmNick Mathewson2003-11-10
* bugfix for win32 with lots of usersRoger Dingledine2003-10-27
* Use daemon(3) function where available.Nick Mathewson2003-10-23
* resolve warningNick Mathewson2003-10-23
* Two-pronged attack at my overzealous skew fixes.Nick Mathewson2003-10-23
* switch_id() no longer tries to log the user name when it's calld onSteven Hazel2003-10-22
* Clock skew fixes.Nick Mathewson2003-10-22
* - fixed a bug in the id switching code -- setgid has to happen beforeSteven Hazel2003-10-22
* introduce new tor_free() macroRoger Dingledine2003-10-21
* include our own timegm() impl, since it's not portableRoger Dingledine2003-10-20
* warn, not errRoger Dingledine2003-10-19
* Code to get nicknames from peer certsNick Mathewson2003-10-19
* let tls tolerate reallocing the bufRoger Dingledine2003-10-19
* first steps toward a WANTWRITE SSL_write tls bug fixRoger Dingledine2003-10-18
* start to track down the 'peer has invalid cert' bugRoger Dingledine2003-10-18
* we've been stomping on memory while reading configRoger Dingledine2003-10-18
* rewrite close_logs so it could possibly workRoger Dingledine2003-10-18
* Log TLS errors even harderNick Mathewson2003-10-15
* Add more logging on some ssl errors.Nick Mathewson2003-10-15
* clean up logging, allow user to specify log filesRoger Dingledine2003-10-15
* Build without warnings on OS X.Nick Mathewson2003-10-15
* Make add_file_log return 0 on success.Nick Mathewson2003-10-15
* Add tor_realloc to mirror tor_mallocNick Mathewson2003-10-14
* 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